This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Introduce the :5.10.0 feature bundle, and make :5.10 an
[perl5.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 [ 29338] By: merijn                                on 2006/11/21  15:16:46
33         Log: No more 5005thread messages from Configure for 5.9.x and up
34      Branch: perl
35            ! Configure Porting/Glossary config_h.SH
36 ____________________________________________________________________________
37 [ 29336] By: rgs                                   on 2006/11/21  14:45:19
38         Log: Invalidate the method lookup cache when assigning to a glob
39              named "isa". (That happens when importing "isa" from UNIVERSAL,
40              for example.) Fixes bug #24824.
41      Branch: perl
42            ! pp_hot.c t/op/universal.t
43 ____________________________________________________________________________
44 [ 29335] By: rgs                                   on 2006/11/21  10:22:21
45         Log: Remove warnings against WHOA THERE warnings from the hints files.
46      Branch: perl
47            ! hints/machten.sh hints/machten_2.sh hints/sco.sh
48            ! hints/solaris_2.sh hints/sunos_4_1.sh hints/ultrix_4.sh
49            ! hints/umips.sh
50 ____________________________________________________________________________
51 [ 29334] By: rgs                                   on 2006/11/21  10:17:36
52         Log: Remove description of WHOA THERE messages for recommended hint values,
53              removed by change #29288.
54      Branch: perl
55            ! INSTALL
56 ____________________________________________________________________________
57 [ 29333] By: rgs                                   on 2006/11/21  09:15:43
58         Log: Remove the test counter checker at the end of t/op/pat.t : it
59              doesn't get updated correctly.
60      Branch: perl
61            ! t/op/pat.t
62 ____________________________________________________________________________
63 [ 29332] By: stevep                                on 2006/11/21  03:59:34
64         Log: "This is going to be slow."  This change switches OpenBSD locale
65              tests from the spaghetti doneness test to specifically testing
66              locales in its /usr/share/locale.  Speeds up lib/locale.t to 
67              13 minutes a run vs. the previous time of over two hours.
68      Branch: perl
69            ! lib/locale.t
70 ____________________________________________________________________________
71 [ 29331] By: nicholas                              on 2006/11/20  22:53:39
72         Log: Correct typo in test description.
73      Branch: perl
74            ! t/op/pat.t
75 ____________________________________________________________________________
76 [ 29330] By: rgs                                   on 2006/11/20  18:03:43
77         Log: Unify the two warnings "Can't declare %s in %s", in line with what's
78              documented in perldiag.
79      Branch: perl
80            ! op.c t/op/attrs.t
81 ____________________________________________________________________________
82 [ 29329] By: rgs                                   on 2006/11/20  16:05:33
83         Log: Subject: [PATCH] Re: thread free problem
84              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
85              Date: Mon, 20 Nov 2006 07:32:36 -0800 (PST)
86              Message-ID: <696736.39963.qm@web30204.mail.mud.yahoo.com>
87      Branch: perl
88            ! op.c
89 ____________________________________________________________________________
90 [ 29328] By: rgs                                   on 2006/11/20  15:31:03
91         Log: Actually, undef $SIG{FOO} should restore the default signal
92              handler. Else, once we exit a block where the signal handler was
93              localized, it becomes ignored.
94      Branch: perl
95            ! mg.c
96 ____________________________________________________________________________
97 [ 29327] By: rgs                                   on 2006/11/20  15:19:36
98         Log: Make undef $SIG{FOO} ignore the signal FOO
99      Branch: perl
100            ! mg.c
101 ____________________________________________________________________________
102 [ 29326] By: rgs                                   on 2006/11/20  14:51:46
103         Log: Subject: [patch@29297] perl5db.pl detecting forked debugger on VMS.
104              From: "John E. Malmberg" <wb8tyw@qsl.net>
105              Date: Sat, 18 Nov 2006 23:07:17 -0500
106              Message-ID: <455FD875.8050007@qsl.net>
107      Branch: perl
108            ! lib/perl5db.pl
109 ____________________________________________________________________________
110 [ 29325] By: rgs                                   on 2006/11/20  14:04:22
111         Log: Fix precedence problem
112      Branch: perl
113            ! mg.c
114 ____________________________________________________________________________
115 [ 29324] By: rgs                                   on 2006/11/20  13:36:10
116         Log: Patch by Yves Orton to fix the regression reported in :
117              Subject: 28325/6 break DateTime::Format::Strptime
118              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
119              Date: Sun, 19 Nov 2006 05:41:53 +0100
120              Message-ID: <877ixs6oa6.fsf@k75.linux.bogus>
121      Branch: perl
122            ! ext/re/t/lexical_debug.pl ext/re/t/lexical_debug.t
123            ! ext/re/t/regop.t pp.sym pp_proto.h regcomp.c regexec.c
124            ! t/op/pat.t
125 ____________________________________________________________________________
126 [ 29323] By: rgs                                   on 2006/11/20  11:19:29
127         Log: Extend the test-reonly make target on windows (Yves Orton)
128      Branch: perl
129            ! win32/Makefile
130 ____________________________________________________________________________
131 [ 29322] By: rgs                                   on 2006/11/20  11:18:03
132         Log: Un-TODO tests for bug #32840, plus some new tests,
133              by Yves Orton
134      Branch: perl
135            ! t/op/rxcode.t
136 ____________________________________________________________________________
137 [ 29321] By: steveh                                on 2006/11/20  10:38:07
138         Log: Revert #29307. It doesn't fix the XXX after all. Using "$(shell @type )"
139              on a temporary file just inserts the contents of the file in question
140              into the command-line, exactly like putting the data there in the first
141              place would achieve. It doesn't avoid creating a long command-line as we
142              would like to do.
143      Branch: perl
144            ! win32/makefile.mk
145 ____________________________________________________________________________
146 [ 29320] By: rgs                                   on 2006/11/20  09:54:10
147         Log: Update Text::Tabs and Text::Wrap to version 2006.1117
148      Branch: perl
149            + lib/Text/TabsWrap/t/Jacobson.t lib/Text/TabsWrap/t/Jacobson2.t
150            ! MANIFEST lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG
151            ! lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
152            ! lib/Text/Wrap.pm
153 ____________________________________________________________________________
154 [ 29319] By: rgs                                   on 2006/11/19  15:36:29
155         Log: Subject: [PATCH] ExtUtils/typemap: better error messages + constant string optimization
156              From: Alexey Tourbin <at@altlinux.ru>
157              Date: Sat, 18 Nov 2006 05:06:47 +0300
158              Message-ID: <20061118020647.GA23287@localhost.localdomain>
159      Branch: perl
160            ! lib/ExtUtils/typemap
161 ____________________________________________________________________________
162 [ 29318] By: rgs                                   on 2006/11/19  13:56:32
163         Log: Subject: Re: [PATCH] Study SUSPEND (and recursion) properly
164              From: demerphq <demerphq@gmail.com>
165              Date: Fri, 17 Nov 2006 13:34:42 +0100
166              Message-ID: <9b18b3110611170434w218b4e86x7d61df2d1166a746@mail.gmail.com>
167      Branch: perl
168            ! regcomp.c
169 ____________________________________________________________________________
170 [ 29317] By: craigb                                on 2006/11/18  17:02:38
171         Log: Update skip count for VMS.
172      Branch: perl
173            ! t/uni/class.t
174 ____________________________________________________________________________
175 [ 29316] By: nicholas                              on 2006/11/18  16:14:18
176         Log: Subject: [perl #40921] shellwords.pl cannot handle trailing backslash
177              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
178              Message-ID: <rt-3.5.HEAD-32013-1163784707-1469.40921-75-0@perl.org>
179              Date: Fri, 17 Nov 2006 09:31:48 -0800
180              
181              (and convert the example to a test)
182      Branch: perl
183            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
184 ____________________________________________________________________________
185 [ 29315] By: nicholas                              on 2006/11/18  15:32:04
186         Log: Convert lib/Text/ParseWords.t to Test::More
187      Branch: perl
188            ! lib/Text/ParseWords.t
189 ____________________________________________________________________________
190 [ 29314] By: stevep                                on 2006/11/18  05:42:14
191         Log: Sync up the function definitions for Perl_my_popen with the prototype.
192      Branch: perl
193            ! util.c
194 ____________________________________________________________________________
195 [ 29313] By: stevep                                on 2006/11/18  05:04:42
196         Log: Tweaks needed to get Perl compiling with g++ on OpenBSD.
197      Branch: perl
198            ! perl.h perlio.c
199 ____________________________________________________________________________
200 [ 29312] By: merijn                                on 2006/11/17  20:46:20
201         Log: Subject: [perl #18209] bug in regex s/\s$word\s/ /gi; and $& 
202              From: "yves orton via RT" <perlbug-followup@perl.org>
203              Date: Fri, 17 Nov 2006 10:17:48 -0800
204              Message-ID: <rt-3.5.HEAD-1713-1163787467-1300.18209-15-0@perl.org>
205      Branch: perl
206            ! mg.c t/op/pat.t
207 ____________________________________________________________________________
208 [ 29311] By: merijn                                on 2006/11/17  20:28:27
209         Log: Subject: [perl #18209] bug in regex s/\s$word\s/ /gi; and $& 
210              From: "yves orton via RT" <perlbug-followup@perl.org>
211              Date: Fri, 17 Nov 2006 10:17:48 -0800
212              Message-ID: <rt-3.5.HEAD-1713-1163787467-1300.18209-15-0@perl.org>
213      Branch: perl
214            ! t/op/pat.t
215 ____________________________________________________________________________
216 [ 29310] By: merijn                                on 2006/11/17  20:25:27
217         Log: Subject: [perl #22395] regexp /(.*)[bc]/ 10000 times slower in 5.8.0 vs 5.6.1 
218              From: "yves orton via RT" <perlbug-followup@perl.org>
219              Date: Fri, 17 Nov 2006 09:48:14 -0800
220              Message-ID: <rt-3.5.HEAD-1666-1163785693-404.22395-15-0@perl.org>
221      Branch: perl
222            ! regcomp.c t/op/pat.t
223 ____________________________________________________________________________
224 [ 29309] By: merijn                                on 2006/11/17  20:12:20
225         Log: Subject: [perl #17542] regex confusion 
226              From: "yves orton via RT" <perlbug-followup@perl.org>
227              Date: Fri, 17 Nov 2006 07:40:15 -0800
228              Message-ID: <rt-3.5.HEAD-32013-1163778013-580.17542-15-0@perl.org>
229      Branch: perl
230            ! t/op/subst.t
231 ____________________________________________________________________________
232 [ 29308] By: merijn                                on 2006/11/17  19:54:49
233         Log: Subject: [perl #36909] $^R undefined on matches involving backreferences
234              From: yves orton via RT <bugs-perl5@bugs6.perl.org>
235              Date: Nov 17, 2006 4:07 PM
236      Branch: perl
237            ! regcomp.c regexec.c t/op/pat.t t/op/subst.t win32/Makefile
238 ____________________________________________________________________________
239 [ 29307] By: steveh                                on 2006/11/17  17:07:33
240         Log: Fix the XXX in #29303
241      Branch: perl
242            ! win32/makefile.mk
243 ____________________________________________________________________________
244 [ 29306] By: steveh                                on 2006/11/17  15:55:51
245         Log: Tidy up Makefile part of #29260 and apply to makefile.mk too
246      Branch: perl
247            ! win32/Makefile win32/makefile.mk
248 ____________________________________________________________________________
249 [ 29305] By: steveh                                on 2006/11/17  15:45:26
250         Log: Install perl-static.exe if it was built
251              
252              Perhaps this should be done via "installperl" so as to get, e.g.,
253              perl5.9.5-static.exe and honour INST_VER and INST_ARCH?
254              
255              Just do it quick-and-dirty for now, as is done for wperl.exe. It
256              can always be fixed later if anyone wants it.
257      Branch: perl
258            ! win32/Makefile win32/makefile.mk
259 ____________________________________________________________________________
260 [ 29304] By: rgs                                   on 2006/11/17  15:45:23
261         Log: Subject: [patch@29297] d_printf_format_null needed in configure.com
262              From: "John E. Malmberg" <wb8tyw@qsl.net>
263              Date: Fri, 17 Nov 2006 10:22:50 -0500
264              Message-ID: <455DD3CA.6050405@qsl.net>
265      Branch: perl
266            ! configure.com
267 ____________________________________________________________________________
268 [ 29303] By: steveh                                on 2006/11/17  15:12:12
269         Log: Add perl-static.exe support to win32/makefile.mk
270              
271              This applies the same changes that were made in win32/Makefile by
272              changes #29285 and #29296, plus a tweak to win32/runperl.c to fix
273              a linker error when using MinGW/gcc
274      Branch: perl
275            ! win32/makefile.mk win32/runperl.c
276 ____________________________________________________________________________
277 [ 29302] By: nicholas                              on 2006/11/17  13:01:51
278         Log: Change 29297 omitted a semicolon.
279      Branch: perl
280            ! t/op/taint.t
281 ____________________________________________________________________________
282 [ 29301] By: rgs                                   on 2006/11/17  11:06:48
283         Log: Subject: [PATCH] Study SUSPEND (and recursion) properly
284              From: demerphq <demerphq@gmail.com>
285              Date: Thu, 16 Nov 2006 20:32:11 +0100
286              Message-ID: <9b18b3110611161132j695ee86ata939a149b08efb11@mail.gmail.com>
287      Branch: perl
288            ! regcomp.c t/op/pat.t
289 ____________________________________________________________________________
290 [ 29300] By: rgs                                   on 2006/11/17  09:45:56
291         Log: Doc nits to re.pm
292      Branch: perl
293            ! ext/re/re.pm
294 ____________________________________________________________________________
295 [ 29299] By: rgs                                   on 2006/11/17  09:38:56
296         Log: Subject: [PATCH] add regmust() to re.pm/re.xs
297              From: demerphq <demerphq@gmail.com>
298              Date: Fri, 17 Nov 2006 00:54:13 +0100
299              Message-ID: <9b18b3110611161554m222446bay7912ec1f778d3aaa@mail.gmail.com>
300      Branch: perl
301            ! ext/re/re.pm ext/re/re.xs ext/re/t/re_funcs.t pod/perltodo.pod
302 ____________________________________________________________________________
303 [ 29298] By: steveh                                on 2006/11/17  08:53:21
304         Log: Add missing d_ctermid/HAS_CTERMID to Win32 canned configs
305      Branch: perl
306            ! win32/config.bc win32/config.gc win32/config.vc
307            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
308            ! win32/config_H.vc win32/config_H.vc64
309 ____________________________________________________________________________
310 [ 29297] By: stevep                                on 2006/11/17  04:20:01
311         Log: Change #27951 added tests to t/op/taint.t involving taint, opening 
312              "|-".  Unfortunately, this usually reacts badly on OpenBSD with
313              threaded Perls, causing zombie processes nearly every time this is run.
314              For now, skipping the test seem reasonable while working on a solution
315              to the problem.
316      Branch: perl
317            ! t/op/taint.t
318 ____________________________________________________________________________
319 [ 29296] By: steveh                                on 2006/11/16  14:28:59
320         Log: Fix Extensions_static dependencies to avoid relinking every time
321              
322              Subject: Re: [PATCH@29224] RE: [patch-at-29217] static linkage for perl.ex e fo r win32
323              From: demerphq <demerphq@gmail.com>
324              Date: Thu, 16 Nov 2006 13:58:32 +0100
325              Message-ID: <9b18b3110611160458r6bebb7f6k8421abe68b474997@mail.gmail.com>
326      Branch: perl
327            ! win32/Makefile
328 ____________________________________________________________________________
329 [ 29295] By: rgs                                   on 2006/11/16  13:35:14
330         Log: Remove duplicate declaration
331      Branch: perl
332            ! regexp.h
333 ____________________________________________________________________________
334 [ 29294] By: rgs                                   on 2006/11/16  11:55:07
335         Log: Clarifications to close() docs, pointed out by Peter Dintelmann
336      Branch: perl
337            ! pod/perlfunc.pod
338 ____________________________________________________________________________
339 [ 29293] By: rgs                                   on 2006/11/16  10:24:47
340         Log: Subject: [PATCH] threads 1.51
341              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
342              Date: Wed, 15 Nov 2006 11:36:58 -0800 (PST)
343              Message-ID: <71793.95536.qm@web30213.mail.mud.yahoo.com>
344      Branch: perl
345            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
346            ! ext/threads/t/thread.t ext/threads/threads.pm
347            ! ext/threads/threads.xs
348 ____________________________________________________________________________
349 [ 29292] By: steveh                                on 2006/11/16  09:30:48
350         Log: Update checkcfgvars.pl: config.ce is in win32/ in 5.9.x
351              Leave wince/config.ce in the list as well, though, because that still
352              exists in 5.8.x
353      Branch: perl
354            ! Porting/checkcfgvar.pl
355 ____________________________________________________________________________
356 [ 29291] By: merijn                                on 2006/11/16  09:13:08
357         Log: Extended uconfig.sh based on Porting/checkcfgvar.pl findings
358      Branch: perl
359            ! uconfig.sh
360 ____________________________________________________________________________
361 [ 29289] By: merijn                                on 2006/11/16  08:07:33
362         Log: Yet another step in generation a more reliable Glossary
363      Branch: perl
364            ! Porting/Glossary Porting/config.sh
365 ____________________________________________________________________________
366 [ 29288] By: merijn                                on 2006/11/15  21:36:30
367         Log: 1. Less Whoa there, based on a suggestion by Andy Dougherty
368              2. d_printf_format_null, based on a patch by Robin Barker
369      Branch: perl
370            ! Configure Porting/Glossary config_h.SH
371 ____________________________________________________________________________
372 [ 29285] By: steveh                                on 2006/11/15  18:07:44
373         Log: Add support for building a perl-static.exe that doesn't depend on
374              the perl59.dll. It currently can't load DLL extension modules, so
375              any that are required must be statically linked too. This may be
376              fixed sometime.  Changes to win32/makefile.mk also to follow.
377              
378              Subject: RE: [PATCH@29224] RE: [patch-at-29217] static linkage for perl.exe fo r win32
379              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
380              Date: Mon, 13 Nov 2006 19:45:05 +0100
381              Message-ID: <E3FB32585BF1D411B9E900805FF51A080207FA41@ru0022exch001u.ru.lucent.com>
382              
383              (with minor tweaks for cleanup and embedding manifest file)
384      Branch: perl
385            ! win32/Makefile
386 ____________________________________________________________________________
387 [ 29284] By: steveh                                on 2006/11/15  17:32:24
388         Log: Fix tests added by #29248 and #29249
389      Branch: perl
390            ! ext/XS/APItest/APItest.xs ext/XS/APItest/core_or_not.inc
391 ____________________________________________________________________________
392 [ 29283] By: rgs                                   on 2006/11/15  15:28:53
393         Log: Subject: [perl #39026] Tie::Memoize::EXISTS not caching the value 
394              From: Len Weisberg (via RT) <perlbug-followup@perl.org>
395              Date: Fri, 28 Apr 2006 20:36:05 -0700
396              Message-ID: <rt-3.0.11-39026-132847.17.5801704932685@perl.org>
397      Branch: perl
398            ! lib/Tie/Memoize.pm
399 ____________________________________________________________________________
400 [ 29282] By: rgs                                   on 2006/11/15  13:56:52
401         Log: FAQ sync
402      Branch: perl
403            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
404            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
405            ! pod/perlfaq9.pod
406 ____________________________________________________________________________
407 [ 29281] By: rgs                                   on 2006/11/15  13:03:34
408         Log: Fix a signedness cast warning
409      Branch: perl
410            ! sv.c
411 ____________________________________________________________________________
412 [ 29280] By: rgs                                   on 2006/11/15  12:51:48
413         Log: Tweaks to the debugger test by Richard Foley,
414              plus fix auxiliary file path
415      Branch: perl
416            ! lib/perl5db.t
417 ____________________________________________________________________________
418 [ 29279] By: rgs                                   on 2006/11/15  12:41:24
419         Log: Subject: Re: [PATCH] Fix RT#19049 and add relative backreferences
420              From: demerphq <demerphq@gmail.com>
421              Date: Wed, 15 Nov 2006 12:29:39 +0100
422              Message-ID: <9b18b3110611150329l206e4552w887ae5f0a3f7ca80@mail.gmail.com>
423      Branch: perl
424            ! ext/re/re.xs pod/perl595delta.pod pod/perldiag.pod
425            ! pod/perlre.pod pod/perlreguts.pod regcomp.c regexec.c regexp.h
426            ! t/op/pat.t t/op/re_tests
427 ____________________________________________________________________________
428 [ 29278] By: rgs                                   on 2006/11/15  11:12:30
429         Log: Move the test files for the debugger in a t/ subdirectory, so they
430              don't get installed
431      Branch: perl
432           +> lib/perl5db/t/eval-line-bug
433            - lib/perl5db/eval-line-bug
434            ! MANIFEST
435 ____________________________________________________________________________
436 [ 29277] By: rgs                                   on 2006/11/15  10:37:58
437         Log: Subject: Re: Fix linker error on Win32
438              From: demerphq <demerphq@gmail.com>
439              Date: Wed, 15 Nov 2006 10:36:34 +0100
440              Message-ID: <9b18b3110611150136n7c90d187t5cf49847f153a537@mail.gmail.com>
441      Branch: perl
442            ! ext/XS/APItest/core_or_not.inc
443 ____________________________________________________________________________
444 [ 29276] By: stevep                                on 2006/11/15  04:33:20
445         Log: Subject: [PATCH] Makefile.SH: lib/re.pm often messes restarted parallel makes
446              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
447              Date: Wed, 15 Nov 2006 05:48:32 +0200 (EET)
448              Message-Id: <20061115034832.43B7E8B3E7@seth.hut.fi>
449      Branch: perl
450            ! Makefile.SH
451 ____________________________________________________________________________
452 [ 29275] By: davem                                 on 2006/11/14  23:24:45
453         Log: debugger test could hang if run with umask 0002
454      Branch: perl
455            ! lib/perl5db.t
456 ____________________________________________________________________________
457 [ 29274] By: rgs                                   on 2006/11/14  16:59:45
458         Log: A first regression test for the debugger, by Shlomi Fish
459              and Richard Foley.
460      Branch: perl
461            + lib/perl5db.t lib/perl5db/eval-line-bug
462            ! MANIFEST
463 ____________________________________________________________________________
464 [ 29273] By: rgs                                   on 2006/11/14  14:19:46
465         Log: Fix bug #39037: rcatline doesn't stringify references
466      Branch: perl
467            ! pp_hot.c t/op/readline.t
468 ____________________________________________________________________________
469 [ 29272] By: rgs                                   on 2006/11/14  12:36:15
470         Log: Doc patch by Thomas O Smailus :
471              Subject: Fwd: [perl #40866] Error on doc page? (File::Basename)
472              From: "Adriano Rodrigues" <a.r.ferreira@gmail.com>
473              Date: Tue, 14 Nov 2006 10:24:38 -0200
474              Message-ID: <73ddeb6c0611140424t26b01d0aq667ca95e77f25e6@mail.gmail.com>
475      Branch: perl
476            ! lib/File/Basename.pm
477 ____________________________________________________________________________
478 [ 29271] By: rgs                                   on 2006/11/14  11:35:04
479         Log: Assert that we don't access strings saved for $1 etc. out of bounds
480      Branch: perl
481            ! mg.c
482 ____________________________________________________________________________
483 [ 29270] By: rgs                                   on 2006/11/14  10:18:00
484         Log: Subject: Re: Why aren't %Carp::Internal and %Carp::CarpInternal documented?
485              From: "Ben Tilly" <btilly@gmail.com>
486              Date: Sun, 22 Oct 2006 14:07:23 -0700
487              Message-ID: <acc274b30610221407o39e0157gad44ad5828c2bc21@mail.gmail.com>
488      Branch: perl
489            ! lib/Carp.pm lib/Carp.t lib/Carp/Heavy.pm
490 ____________________________________________________________________________
491 [ 29269] By: rgs                                   on 2006/11/14  09:40:43
492         Log: Subject: [PATCH] ParseXS.pm: small optimization for "Usage: ..." constant strings
493              From: Alexey Tourbin <at@altlinux.ru>
494              Date: Tue, 14 Nov 2006 05:45:40 +0300
495              Message-ID: <20061114024540.GA21986@localhost.localdomain>
496      Branch: perl
497            ! lib/ExtUtils/ParseXS.pm
498 ____________________________________________________________________________
499 [ 29268] By: rgs                                   on 2006/11/14  09:36:17
500         Log: Subject: Fwd: Memory leak with s/// and hashes
501              From: demerphq <demerphq@gmail.com>
502              Date: Tue, 14 Nov 2006 00:38:31 +0100
503              Message-ID: <9b18b3110611131538kc00175ft4db7ff71df22e766@mail.gmail.com>
504      Branch: perl
505            ! regcomp.c regexec.c regexp.h
506 ____________________________________________________________________________
507 [ 29267] By: rgs                                   on 2006/11/14  06:59:03
508         Log: Subject: [PATCH] Allow negative indexing in recursive patterns
509              From: demerphq <demerphq@gmail.com>
510              Date: Mon, 13 Nov 2006 18:59:32 +0100
511              Message-ID: <9b18b3110611130959k1fdd2485yd8eb1cd428de570a@mail.gmail.com>
512      Branch: perl
513            ! pod/perlre.pod regcomp.c t/op/pat.t t/op/re_tests
514 ____________________________________________________________________________
515 [ 29266] By: steveh                                on 2006/11/13  18:09:58
516         Log: Embed manifest files in EXEs and DLLs when building with VC++ 8.x
517              
518              See the thread starting here for details:
519              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00398.html
520              
521              (Still need to do something for Module::Build somtime...)
522      Branch: perl
523            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
524            ! win32/Makefile win32/makefile.mk
525 ____________________________________________________________________________
526 [ 29265] By: rgs                                   on 2006/11/13  15:52:54
527         Log: Todo (nice to have): an improvement to ~~
528      Branch: perl
529            ! pod/perltodo.pod
530 ____________________________________________________________________________
531 [ 29264] By: stevep                                on 2006/11/13  15:10:16
532         Log: Upgrade to CPAN-1.88_62
533      Branch: perl
534            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
535            ! lib/CPAN/SIGNATURE
536 ____________________________________________________________________________
537 [ 29263] By: rgs                                   on 2006/11/13  15:05:27
538         Log: Fix a bug in the debugger tracing variables when one was eval'ing
539              a string including a "#line" directive containing the actual
540              name of the file already. (following-up change #25409)
541      Branch: perl
542            ! toke.c
543 ____________________________________________________________________________
544 [ 29262] By: rgs                                   on 2006/11/13  14:30:15
545         Log: The latest regression test to Scalar::Util doesn't pass with threaded perls
546      Branch: perl
547            ! ext/List/Util/t/readonly.t
548 ____________________________________________________________________________
549 [ 29261] By: rgs                                   on 2006/11/13  14:15:33
550         Log: A new regression test from:
551              
552              Subject: [PATHCH]  Scalar::Util::readonly &  compression (was RE: Change 29117: [PATCH] IO::Compress modules)
553              From: "Paul Marquess" <paul.marquess@ntlworld.com>
554              Date: Sun, 29 Oct 2006 21:03:21 -0000
555              Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com>
556      Branch: perl
557            ! ext/List/Util/t/readonly.t
558 ____________________________________________________________________________
559 [ 29260] By: rgs                                   on 2006/11/13  14:00:41
560         Log: Subject: Re: [PATCH] New regex syntax omnibus
561              From: demerphq <demerphq@gmail.com>
562              Date: Thu, 9 Nov 2006 17:09:34 +0100
563              Message-ID: <9b18b3110611090809l667860c9t6c27453d7c86a21e@mail.gmail.com>
564      Branch: perl
565            ! pod/perl595delta.pod pod/perlre.pod regcomp.c regcomp.h
566            ! regcomp.pl regcomp.sym regexec.c regexp.h regnodes.h
567            ! t/op/pat.t win32/Makefile
568 ____________________________________________________________________________
569 [ 29259] By: rgs                                   on 2006/11/13  11:38:02
570         Log: Subject: [PATCH] was RE: Perl_die() / Perl_croak()
571              From: "Robin Barker" <Robin.Barker@npl.co.uk>
572              Date: Mon, 13 Nov 2006 10:25:08 -0000
573              Message-ID: <2C2E01334A940D4792B3E115F95B7226149377@exchsvr1.npl.ad.local>
574      Branch: perl
575            ! embed.fnc embed.pl perl.h proto.h
576 ____________________________________________________________________________
577 [ 29258] By: rgs                                   on 2006/11/13  11:17:10
578         Log: Parsing fix: it wasn't possible to call a function with a (_) prototype
579              (that is, a function mimicing an unary op) without parentheses.
580              Bug reported by Ã†var Arnfjörð Bjarmason.
581      Branch: perl
582            ! madly.act madly.tab madly.y perly.act perly.tab perly.y
583            ! t/comp/uproto.t
584 ____________________________________________________________________________
585 [ 29257] By: rgs                                   on 2006/11/13  10:13:52
586         Log: Subject: Re: [perl #27053] /^/m doesn't match after a newline at the end of the string
587              From: demerphq <demerphq@gmail.com>
588              Date: Sat, 11 Nov 2006 16:25:17 +0100
589              Message-ID: <9b18b3110611110725t3dc1e447v751ef5880363aa9b@mail.gmail.com>
590      Branch: perl
591            ! pod/perlre.pod
592 ____________________________________________________________________________
593 [ 29256] By: rgs                                   on 2006/11/13  10:12:34
594         Log: Casting nit
595      Branch: perl
596            ! regcomp.c
597 ____________________________________________________________________________
598 [ 29255] By: rgs                                   on 2006/11/13  09:55:11
599         Log: POD fixes and nits in re.pm
600      Branch: perl
601            ! ext/re/re.pm
602 ____________________________________________________________________________
603 [ 29254] By: rgs                                   on 2006/11/13  09:40:35
604         Log: Subject: [PATCH DOC] minor nit in binmode docs
605              From: Paul Johnson <paul@pjcj.net>
606              Date: Fri, 10 Nov 2006 12:17:37 +0100
607              Message-ID: <20061110111737.GP17047@pjcj.net>
608      Branch: perl
609            ! pod/perlfunc.pod
610 ____________________________________________________________________________
611 [ 29253] By: stevep                                on 2006/11/13  02:23:29
612         Log: The DynaLoader test isn't happy with OpenBSD's libc.so.39.3.
613      Branch: perl
614            ! ext/DynaLoader/t/DynaLoader.t
615 ____________________________________________________________________________
616 [ 29252] By: stevep                                on 2006/11/13  02:19:12
617         Log: Subject: [PATCH] Regex Utility Functions and Substituion Fix (XML::Twig core dump)
618              From: demerphq <demerphq@gmail.com>
619              Date: Sun, 12 Nov 2006 23:29:41 +0100
620              Message-ID: <9b18b3110611121429g1fc9d6c1t4007dc711f9e8396@mail.gmail.com>
621              
622              Plus a couple tweaks to ext/re/re.pm and t/op/pat.t to those patches
623              to apply cleanly.
624      Branch: perl
625            + ext/re/t/re_funcs.t
626            ! MANIFEST embed.fnc embed.h ext/re/re.pm ext/re/re.xs
627            ! ext/re/re_top.h lib/ExtUtils/ParseXS.pm perl.h
628            ! pod/perlreguts.pod pp.c pp_hot.c proto.h regcomp.c regcomp.h
629            ! regexp.h sv.c t/op/pat.t
630 ____________________________________________________________________________
631 [ 29251] By: nicholas                              on 2006/11/12  23:09:46
632         Log: Re-order ops to the implementation order in pp_sys.c - this makes a
633              branch table corresponding to a switch statement slightly smaller.
634      Branch: perl
635            ! opcode.h opcode.pl opnames.h
636 ____________________________________________________________________________
637 [ 29250] By: nicholas                              on 2006/11/12  22:17:30
638         Log: Avoid ext/Safe/t/safeops.t needing to keep its tests in lockstep with
639              opcode.pl OP order.
640      Branch: perl
641            ! ext/Safe/t/safeops.t
642 ____________________________________________________________________________
643 [ 29249] By: nicholas                              on 2006/11/12  21:57:22
644         Log: Forgot to add the new files for 29248.
645      Branch: perl
646            + ext/XS/APItest/core.c ext/XS/APItest/core_or_not.inc
647            + ext/XS/APItest/notcore.c ext/XS/APItest/t/svsetsv.t
648 ____________________________________________________________________________
649 [ 29248] By: nicholas                              on 2006/11/12  20:22:28
650         Log: Change 24714 was arguably over-ambitious, in that non-core modules
651              can't be expected to know that sv_setsv() may now not "really" copy a
652              scalar. So arrange things so that COW of shared hash key scalars is
653              only done for calls within the the PERL_CORE.
654      Branch: perl
655            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
656            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL sv.c sv.h
657 ____________________________________________________________________________
658 [ 29247] By: nicholas                              on 2006/11/12  18:16:52
659         Log: Looks like I didn't actually test the COW conditional code in
660              change 27533. Perl now compiles, but
661              ext/Compress/Raw/Zlib/t/07bufsize.t fails.
662      Branch: perl
663            ! pp_ctl.c regexec.c
664 ____________________________________________________________________________
665 [ 29246] By: rgs                                   on 2006/11/12  13:35:24
666         Log: Subject: [PATCH] (2nd version) small tweaks based on smoke signs
667              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
668              Date: Sat, 11 Nov 2006 06:18:56 +0200 (EET)
669              Message-Id: <200611110418.kAB4Ium5350338@kosh.hut.fi>
670      Branch: perl
671            ! hv.c regcomp.c regexec.c
672 ____________________________________________________________________________
673 [ 29245] By: rgs                                   on 2006/11/12  13:11:07
674         Log: Reinstate warning 'Useless use of "re" pragma'
675      Branch: perl
676            ! ext/re/re.pm
677 ____________________________________________________________________________
678 [ 29244] By: stevep                                on 2006/11/10  22:55:01
679         Log: Upgrade to Test-Simple-0.65.
680      Branch: perl
681            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
682            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
683            ! lib/Test/Simple/Changes
684 ____________________________________________________________________________
685 [ 29243] By: rgs                                   on 2006/11/09  15:58:11
686         Log: Add to Attribute::Handlers the ability to report caller's file and line
687              number. Based on:
688              
689              Subject: FW: Attribute::Handlers
690              From: "David Feldman" <David.Feldman@tudor.com>
691              Date: Wed, 25 Oct 2006 16:34:26 -0400
692              Message-ID: <BA9AB162DD5CED46AC03DC5904B19C5B3736B4@tudor.com>
693              
694              plus docs and tests.
695      Branch: perl
696            + lib/Attribute/Handlers/t/linerep.t
697            ! MANIFEST lib/Attribute/Handlers.pm
698            ! lib/Attribute/Handlers/t/multi.t
699 ____________________________________________________________________________
700 [ 29242] By: rgs                                   on 2006/11/09  13:33:57
701         Log: Silence warnings in Pod::Man
702      Branch: perl
703            ! lib/Pod/t/man.t
704 ____________________________________________________________________________
705 [ 29241] By: rgs                                   on 2006/11/09  12:32:41
706         Log: Subject: [PATCH regexec.c regexp.h] ***speculative***  was RE: [PATCH] regexec.c - silence compiler warning
707              From: "Robin Barker" <Robin.Barker@npl.co.uk>
708              Date: Wed, 8 Nov 2006 15:29:47 -0000
709              Message-ID: <2C2E01334A940D4792B3E115F95B7226120AA6@exchsvr1.npl.ad.local>
710      Branch: perl
711            ! regexec.c regexp.h
712 ____________________________________________________________________________
713 [ 29240] By: rgs                                   on 2006/11/09  11:05:24
714         Log: Subject: [PATCH] regcomp.c: printf arg casts
715              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
716              Date: Thu, 9 Nov 2006 06:47:53 +0200 (EET)
717              Message-Id: <200611090447.kA94lreg223840@kosh.hut.fi>
718      Branch: perl
719            ! regcomp.c
720 ____________________________________________________________________________
721 [ 29239] By: davem                                 on 2006/11/08  19:13:57
722         Log: perl parser bug leading to memory corruption
723              quoted-string parser naughtily maintained a pointer into an SV
724              which could get realloc()ed.
725      Branch: perl
726            ! toke.c
727 ____________________________________________________________________________
728 [ 29238] By: merijn                                on 2006/11/08  16:39:21
729         Log: Subject: Configure patch to add detection for DIR.dd_fd member variable
730              From: "Steve Peters" <steve.peters@gmail.com>
731              Date: Sun, 5 Nov 2006 01:40:34 -0600
732              Message-ID: <fd7a59d30611042340p5543442ctad306aeb748b6bfe@mail.gmail.com>
733      Branch: perl
734            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
735            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
736            ! handy.h plan9/config_sh.sample symbian/config.sh uconfig.sh
737            ! win32/config.bc win32/config.gc win32/config.vc
738            ! win32/config.vc64
739 ____________________________________________________________________________
740 [ 29236] By: rgs                                   on 2006/11/08  15:33:02
741         Log: Subject: [PATCH t/op/inccode.t] fails under minitest
742              From: "Robin Barker" <Robin.Barker@npl.co.uk>
743              Date: Wed, 8 Nov 2006 15:18:23 -0000
744              Message-ID: <2C2E01334A940D4792B3E115F95B7226120AA5@exchsvr1.npl.ad.local>
745      Branch: perl
746            ! t/op/inccode.t
747 ____________________________________________________________________________
748 [ 29235] By: rgs                                   on 2006/11/08  15:14:31
749         Log: Change the documentation of the return values of @INC-hooks to match
750              what is tested to work. (It's a bit confusing that optional values
751              might appear at the middle, too.)
752      Branch: perl
753            ! pod/perlfunc.pod
754 ____________________________________________________________________________
755 [ 29234] By: rgs                                   on 2006/11/08  14:02:46
756         Log: Subject: [PATCH] Supress df warning in stat.t on OS X
757              From: Michael G Schwern <schwern@gmail.com>
758              Date: Wed, 08 Nov 2006 08:51:50 -0500
759              Message-ID: <4551E0F6.20108@gmail.com>
760      Branch: perl
761            ! t/op/stat.t
762 ____________________________________________________________________________
763 [ 29233] By: steveh                                on 2006/11/08  13:53:52
764         Log: Don't use the PERL_MSVCRT_READFIX when using VC++ 7.x onwards.
765              
766              VC++ 7.x onwards use their own MSVCR7x.dll, MSVCR8x.dll, etc, rather
767              than MSVCRT.dll, so they do not require the read() fix.
768              
769              Therefore, we also don't need to update the ioinfo struct used by the
770              read() fix w.r.t. VC++ 8.x, so back out that part of change #29218
771      Branch: perl
772            ! win32/Makefile win32/makefile.mk win32/win32.h
773 ____________________________________________________________________________
774 [ 29232] By: rgs                                   on 2006/11/08  13:27:14
775         Log: Type change to avoid signed/unsigned compiler warnings
776              (thanks to Robin Barker)
777      Branch: perl
778            ! regexec.c
779 ____________________________________________________________________________
780 [ 29231] By: rgs                                   on 2006/11/08  13:14:20
781         Log: Regenerate Changes; update perldelta
782      Branch: perl
783            ! Changes pod/perl595delta.pod
784 ____________________________________________________________________________
785 [ 29230] By: rgs                                   on 2006/11/08  11:23:13
786         Log: Subject: Re: New version diagnostic breaks a bunch of modules.
787              From: Glenn Linderman <perl@NevCal.com>
788              Date: Mon, 30 Oct 2006 12:50:21 -0800
789              Message-ID: <4546658D.6090507@NevCal.com>
790      Branch: perl
791            ! pod/perlfunc.pod
792 ____________________________________________________________________________
793 [ 29229] By: rgs                                   on 2006/11/08  10:43:52
794         Log: Subject: [PATCH] Perl_die() / Perl_croak()
795              From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
796              Date: Tue, 07 Nov 2006 23:27:40 -0800
797              Message-ID: <455186EC.8010906@p6m7g8.com>
798              
799              (backported to embed.fnc)
800      Branch: perl
801            ! embed.fnc proto.h
802 ____________________________________________________________________________
803 [ 29228] By: rgs                                   on 2006/11/08  10:28:49
804         Log: Subject: Patch for bug in SelfLoader.pm
805              From: Mike Schilli <m@perlmeister.com>
806              Date: Tue, 7 Nov 2006 13:39:30 -0800 (PST)
807              Message-ID: <20061107132809.I31331@spiral.corp.yahoo.com>
808      Branch: perl
809            ! lib/SelfLoader.pm
810 ____________________________________________________________________________
811 [ 29227] By: rgs                                   on 2006/11/07  17:31:02
812         Log: Use $HOME/localperl as default prefix for installing perl
813              in the terse installation instructions in README.
814      Branch: perl
815            ! README
816 ____________________________________________________________________________
817 [ 29226] By: rgs                                   on 2006/11/07  16:50:47
818         Log: More notes in perldelta
819      Branch: perl
820            ! pod/perl595delta.pod
821 ____________________________________________________________________________
822 [ 29225] By: rgs                                   on 2006/11/07  14:23:08
823         Log: Forbid using tainted formats in printf and sprintf
824      Branch: perl
825            ! pod/perl595delta.pod pp.c pp_sys.c t/op/taint.t
826 ____________________________________________________________________________
827 [ 29224] By: rgs                                   on 2006/11/07  11:16:54
828         Log: Subject: Re: [PATCH] [perl #40668] Data::Dumper fails to dump all hash keys when itertaor is not at start
829              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
830              Date: Mon, 6 Nov 2006 08:57:04 -0800 (PST)
831              Message-ID: <20061106165704.939.qmail@web30214.mail.mud.yahoo.com>
832      Branch: perl
833            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/bugs.t
834 ____________________________________________________________________________
835 [ 29223] By: rgs                                   on 2006/11/07  10:45:26
836         Log: Subject: Because I like pain. An update to README
837              From: Jesse Vincent <jesse@fsck.com>
838              Date: Mon, 6 Nov 2006 19:52:35 -0500
839              Message-Id: <7BF48AB1-5285-4A9D-929B-8DD697348664@fsck.com>
840      Branch: perl
841            ! README
842 ____________________________________________________________________________
843 [ 29222] By: rgs                                   on 2006/11/07  10:21:25
844         Log: Subject: [PATCH] New regex syntax omnibus
845              From: demerphq <demerphq@gmail.com>
846              Date: Mon, 6 Nov 2006 13:06:28 +0100
847              Message-ID: <9b18b3110611060406u2fa1572as57073949a5df9e62@mail.gmail.com>
848              
849              Plus a portability fix (in string comparison for regex verbs)
850              and doc tweaks / podchecker fixes
851      Branch: perl
852            ! embed.fnc embed.h ext/re/t/regop.t pod/perl595delta.pod
853            ! pod/perldiag.pod pod/perlre.pod proto.h regcomp.c regcomp.h
854            ! regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
855            ! t/op/re_tests
856 ____________________________________________________________________________
857 [ 29221] By: nicholas                              on 2006/11/06  22:21:05
858         Log: assert() that SvPV_set() isn't used on arrays.
859      Branch: perl
860            ! av.c cop.h mathoms.c pp.c pp_ctl.c pp_hot.c pp_sort.c sv.c
861            ! sv.h
862 ____________________________________________________________________________
863 [ 29220] By: nicholas                              on 2006/11/06  21:05:59
864         Log: assert() that SvPV_set() isn't used on hashes.
865      Branch: perl
866            ! sv.c sv.h
867 ____________________________________________________________________________
868 [ 29219] By: nicholas                              on 2006/11/06  20:02:38
869         Log: assert() that scalars are of the correct type in *set macros.
870      Branch: perl
871            ! sv.h
872 ____________________________________________________________________________
873 [ 29218] By: steveh                                on 2006/11/06  16:26:48
874         Log: Get Visual C++ 2005 (aka Visual C++ 8.x) support off the ground
875              
876              This is not a complete fix yet by any means (there are lots of compiler
877              warnings and lots of test failures), but it's a step in the right
878              direction.
879              
880              See the thread starting here:
881              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-10/msg00893.html
882              and continuing here:
883              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00102.html
884              for further information
885      Branch: perl
886            ! win32/Makefile win32/makefile.mk win32/win32.c win32/win32.h
887 ____________________________________________________________________________
888 [ 29217] By: merijn                                on 2006/11/06  15:19:38
889         Log: Subject: Re: [PATCH] Detecting bad /dev/null's in Configure
890              From: Michael Cummings <mcummings@gentoo.org>
891              Date: Fri, 25 Aug 2006 15:48:44 -0400
892              Message-ID: <44EF541C.7050801@gentoo.org>
893      Branch: perl
894            ! Configure
895 ____________________________________________________________________________
896 [ 29215] By: rgs                                   on 2006/11/06  14:37:32
897         Log: Subject: Re: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.
898              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
899              Date: Mon, 06 Nov 2006 23:31:50 +0900
900              Message-Id: <20061106233139.A2BC.BQW10602@nifty.com>
901      Branch: perl
902            ! t/op/time.t
903 ____________________________________________________________________________
904 [ 29214] By: rgs                                   on 2006/11/06  14:05:41
905         Log: Sync Pod::Usage with the CPAN version
906      Branch: perl
907            ! lib/Pod/Usage.pm
908 ____________________________________________________________________________
909 [ 29213] By: merijn                                on 2006/11/06  13:58:56
910         Log: The non-unix parts for localtime_r_needs_tzset
911              Plus forced Glossary entry. That is a TODO for automation
912      Branch: perl
913            ! Cross/config.sh-arm-linux NetWare/config.wc Porting/Glossary
914            ! Porting/config_H config_h.SH configure.com epoc/config.sh
915            ! handy.h plan9/config.plan9 plan9/config_h.sample
916            ! plan9/config_sh.sample uconfig.sh win32/config.bc
917            ! win32/config.ce win32/config.gc win32/config.vc
918            ! win32/config.vc64 win32/config_H.bc win32/config_H.ce
919            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
920 ____________________________________________________________________________
921 [ 29212] By: rgs                                   on 2006/11/06  13:18:25
922         Log: Subject: [PATCH] Re: the new t/run/cloexec.t failing in Solaris and Tru64
923              From: Andrew Savige <ajsavige@yahoo.com.au>
924              Date: Tue, 7 Nov 2006 00:06:46 +1100 (EST)
925              Message-ID: <20061106130647.57891.qmail@web56411.mail.re3.yahoo.com>
926      Branch: perl
927            ! t/run/cloexec.t
928 ____________________________________________________________________________
929 [ 29211] By: rgs                                   on 2006/11/06  10:59:16
930         Log: Upgrade to Test::Simple 0.64_03
931      Branch: perl
932            + lib/Test/Simple/t/carp.t
933            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
934            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
935            ! lib/Test/Simple/Changes
936            ! lib/Test/Simple/t/00test_harness_check.t
937            ! lib/Test/Simple/t/tbt_01basic.t
938            ! lib/Test/Simple/t/tbt_02fhrestore.t
939            ! lib/Test/Simple/t/tbt_03die.t
940            ! lib/Test/Simple/t/tbt_04line_num.t
941            ! lib/Test/Simple/t/tbt_05faildiag.t
942            ! lib/Test/Simple/t/tbt_06errormess.t
943            ! lib/Test/Simple/t/tbt_07args.t
944 ____________________________________________________________________________
945 [ 29210] By: rgs                                   on 2006/11/06  10:09:12
946         Log: Change reentr.pl to generate reentr.h accordingly to change 29209
947      Branch: perl
948            ! reentr.pl
949 ____________________________________________________________________________
950 [ 29209] By: merijn                                on 2006/11/06  09:43:30
951         Log: RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.
952              From: "Benjamin Holzman" <bholzman@longitude.com>
953              Date: Wed, 19 Jul 2006 07:11:09 -0400
954              Message-ID: <010801c6ab24$09b9ed30$ce0515ac@office.iseoptions.com>
955      Branch: perl
956            ! Configure Porting/Glossary config_h.SH reentr.h t/op/time.t
957 ____________________________________________________________________________
958 [ 29208] By: rgs                                   on 2006/11/06  09:30:41
959         Log: Silence a cast warning
960      Branch: perl
961            ! regcomp.c
962 ____________________________________________________________________________
963 [ 29206] By: nicholas                              on 2006/11/06  08:13:09
964         Log: PVCVs no longer allocate memory for the SvNVX slot, so assert that
965              no-one is trying to access it.
966      Branch: perl
967            ! sv.h
968 ____________________________________________________________________________
969 [ 29205] By: craigb                                on 2006/11/06  01:37:13
970         Log: In pipe_exit_routine in vms/vms.c, mark a subprocess we've deleted
971              as done.  Courtesy of Scott Lepage.
972      Branch: perl
973            ! vms/vms.c
974 ____________________________________________________________________________
975 [ 29204] By: merijn                                on 2006/11/04  19:15:19
976         Log: Subject: Re: [perl #40641] crash with unicode characters in regex comment
977              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
978              Date: Sat, 04 Nov 2006 21:53:50 +0900
979              Message-Id: <20061104215302.3325.BQW10602@nifty.com>
980      Branch: perl
981            + t/uni/greek.t t/uni/latin2.t
982            ! MANIFEST embed.fnc embed.h global.sym pod/perldiag.pod proto.h
983            ! regcomp.c t/uni/tr_utf8.t
984 ____________________________________________________________________________
985 [ 29203] By: nicholas                              on 2006/11/04  18:56:33
986         Log: Change 27506 wasn't quite correct - the copy of the AMAGIC flag should
987              be as part of RvDEEPCP() in gv.c (Perl_amagic_call())
988      Branch: perl
989            ! gv.c sv.c
990 ____________________________________________________________________________
991 [ 29202] By: stevep                                on 2006/11/04  15:39:57
992         Log: Subject: [PATCH] New test for close-on-exec ($^F): t/run/cloexec.t
993              From: Andrew Savige <ajsavige@yahoo.com.au>
994              Date: Sat, 4 Nov 2006 21:24:14 +1100 (EST)
995              Message-ID: <20061104102414.78987.qmail@web56403.mail.re3.yahoo.com>
996      Branch: perl
997            + t/run/cloexec.t
998            ! MANIFEST
999 ____________________________________________________________________________
1000 [ 29201] By: rgs                                   on 2006/11/03  16:04:48
1001         Log: Subject: [PATCH] replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the extended UTF-8)
1002              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1003              Date: Sun, 21 May 2006 14:00:43 +0900
1004              Message-Id: <20060521140011.358D.BQW10602@nifty.com>
1005      Branch: perl
1006            ! embed.fnc embed.h proto.h sv.c t/op/index.t
1007 ____________________________________________________________________________
1008 [ 29200] By: rgs                                   on 2006/11/03  15:04:15
1009         Log: The assignment to $VERSION must be on its own line, for
1010              ExtUtils::MM_Unix::parse_version to be happy.
1011      Branch: perl
1012            ! ext/DynaLoader/DynaLoader_pm.PL
1013 ____________________________________________________________________________
1014 [ 29199] By: rgs                                   on 2006/11/03  14:01:30
1015         Log: Subject: [PATCH] threads 1.49
1016              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
1017              Date: Fri, 3 Nov 2006 05:37:16 -0800 (PST)
1018              Message-ID: <20061103133716.95143.qmail@web30214.mail.mud.yahoo.com>
1019      Branch: perl
1020            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
1021            ! ext/threads/t/thread.t ext/threads/threads.pm
1022            ! ext/threads/threads.xs
1023 ____________________________________________________________________________
1024 [ 29198] By: rgs                                   on 2006/11/03  13:32:31
1025         Log: Wrap the $VERSION initialization of DynaLoader in a BEGIN block
1026              
1027              Subject: [perl #40651] (Obscure) Bug in Dynaloader 
1028              From: gml4410@ggr.co.uk (via RT) <perlbug-followup@perl.org>
1029              Date: Thu, 02 Nov 2006 09:30:34 -0800
1030              Message-ID: <rt-3.5.HEAD-4979-1162488633-1267.40651-75-0@perl.org>
1031      Branch: perl
1032            ! ext/DynaLoader/DynaLoader_pm.PL
1033 ____________________________________________________________________________
1034 [ 29197] By: rgs                                   on 2006/11/03  10:09:19
1035         Log: When code is loaded through an @INC-hook, and when this hook
1036              has set a filename entry in %INC, make sure __FILE__ is set
1037              for this code accordingly to the contents of that %INC entry.
1038      Branch: perl
1039            ! pp_ctl.c t/op/inccode.t
1040 ____________________________________________________________________________
1041 [ 29196] By: gisle                                 on 2006/11/03  07:08:18
1042         Log: Typo fixes by Troy Topnik.
1043      Branch: perl
1044            ! pod/perlretut.pod
1045 ____________________________________________________________________________
1046 [ 29195] By: merijn                                on 2006/11/02  17:49:53
1047         Log: Change #29193 makes this addition unneeded
1048      Branch: perl
1049            ! t/lib/common.pl
1050 ____________________________________________________________________________
1051 [ 29194] By: davem                                 on 2006/11/02  17:36:33
1052         Log: add test that eval undef clears $@
1053      Branch: perl
1054            ! t/op/eval.t
1055 ____________________________________________________________________________
1056 [ 29193] By: davem                                 on 2006/11/02  17:07:00
1057         Log: eval $undef should emit one warning, not three.
1058              Also ensure that eval $undef clears $@ (it did, but only by luck)
1059      Branch: perl
1060            ! pp_ctl.c t/lib/warnings/9uninit toke.c
1061 ____________________________________________________________________________
1062 [ 29192] By: rgs                                   on 2006/11/02  16:45:13
1063         Log: Fix case in external pod link
1064      Branch: perl
1065            ! pod/perlop.pod
1066 ____________________________________________________________________________
1067 [ 29191] By: rgs                                   on 2006/11/02  13:51:21
1068         Log: say() has the same syntax than print(), so forbid to override it
1069              (like print())
1070      Branch: perl
1071            ! perl_keyword.pl t/op/cproto.t toke.c
1072 ____________________________________________________________________________
1073 [ 29190] By: rgs                                   on 2006/11/02  13:04:10
1074         Log: This volatile modifier is not on the referent, but on the pointer
1075              (see change 28606)
1076      Branch: perl
1077            ! op.c
1078 ____________________________________________________________________________
1079 [ 29189] By: rgs                                   on 2006/11/02  12:26:47
1080         Log: Subject: [PATCH] Add more backtracking control verbs to regex engine (?CUT), (?ERROR)
1081              From: demerphq <demerphq@gmail.com>
1082              Date: Thu, 2 Nov 2006 12:35:10 +0100
1083              Message-ID: <9b18b3110611020335h7ea469a8g28ca483f6832816d@mail.gmail.com>
1084      Branch: perl
1085            ! embed.fnc ext/re/re.pm pod/perl595delta.pod pod/perlre.pod
1086            ! proto.h regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
1087            ! regexp.h regnodes.h t/op/pat.t
1088 ____________________________________________________________________________
1089 [ 29188] By: rgs                                   on 2006/11/02  11:59:23
1090         Log: Subject: [patch at 21983] factor out $^O eq 'darwin' from XSLoader.pm
1091              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
1092              Date: Thu, 2 Nov 2006 12:36:49 +0100 
1093              Message-ID: <E3FB32585BF1D411B9E900805FF51A080204E833@ru0022exch001u.ru.lucent.com>
1094      Branch: perl
1095            ! ext/DynaLoader/XSLoader_pm.PL
1096 ____________________________________________________________________________
1097 [ 29187] By: rgs                                   on 2006/11/02  11:14:42
1098         Log: Subject: Re: $, and say
1099              From: Gisle Aas <gisle@ActiveState.com>
1100              Date: 27 Jan 2006 14:46:00 -0800
1101              Message-ID: <lrek2t1e8n.fsf@caliper.activestate.com>
1102              
1103              with tweaks so "say;" continues to default to $_
1104              plus a regression test
1105      Branch: perl
1106            ! embed.fnc embed.h op.c opcode.h opcode.pl pod/perlfunc.pod
1107            ! pp.sym pp_hot.c pp_proto.h proto.h t/io/say.t
1108 ____________________________________________________________________________
1109 [ 29186] By: rgs                                   on 2006/11/02  11:01:29
1110         Log: Silence a gcc warning
1111      Branch: perl
1112            ! regexec.c
1113 ____________________________________________________________________________
1114 [ 29185] By: rgs                                   on 2006/11/02  10:32:18
1115         Log: More regression tests for the _ prototype
1116      Branch: perl
1117            ! t/comp/uproto.t
1118 ____________________________________________________________________________
1119 [ 29184] By: rgs                                   on 2006/11/02  10:06:37
1120         Log: More heuristics to make warnings.t pass under different
1121              combinations of PERL_UNICODE / locale
1122      Branch: perl
1123            ! t/lib/common.pl
1124 ____________________________________________________________________________
1125 [ 29183] By: rgs                                   on 2006/11/01  17:05:03
1126         Log: Subject: [PATCH] Add a commit verb to regex engine to allow fine tuning of backtracking control.
1127              From: demerphq <demerphq@gmail.com>
1128              Date: Tue, 31 Oct 2006 22:49:57 +0100
1129              Message-ID: <9b18b3110610311349n5947cc8fsf0b2e6ddd9a7ee01@mail.gmail.com>
1130      Branch: perl
1131            ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h
1132            ! t/op/pat.t
1133 ____________________________________________________________________________
1134 [ 29182] By: rgs                                   on 2006/11/01  16:29:05
1135         Log: Fix the failures in warnings tests when PERL_UNICODE is defined
1136              that show up in the smokes under UTF-8 locales. Based on :
1137              
1138              Subject: Re: UTF-8 Failures in smoke ($PERL_UNICODE)
1139              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
1140              Date: Wed, 1 Nov 2006 17:03:55 +0100
1141              Message-ID: <20061101170355.7c57b515@pc09>
1142      Branch: perl
1143            ! t/lib/common.pl t/lib/warnings/9uninit
1144 ____________________________________________________________________________
1145 [ 29181] By: steveh                                on 2006/11/01  13:22:16
1146         Log: Forgot to bump Time-HiRes $VERSION in change #29180
1147              (IO's $VERSION is bumped already)
1148      Branch: perl
1149            ! ext/Time/HiRes/HiRes.pm
1150 ____________________________________________________________________________
1151 [ 29180] By: steveh                                on 2006/11/01  13:07:37
1152         Log: Silence VC++ compiler warnings
1153              See: http://www.nntp.perl.org/group/perl.daily-build.reports/42208
1154      Branch: perl
1155            ! ext/IO/IO.xs ext/Time/HiRes/HiRes.xs regexec.c
1156 ____________________________________________________________________________
1157 [ 29179] By: rgs                                   on 2006/11/01  12:39:39
1158         Log: Subject: [PATCH] Remove beta status from compression modules
1159              From: "Paul Marquess" <paul.marquess@ntlworld.com>
1160              Date: Wed, 1 Nov 2006 10:34:52 -0000
1161              Message-ID: <02b301c6fda1$5d799950$4e3c140a@myopwv.com>
1162      Branch: perl
1163            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
1164            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
1165            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
1166            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
1167            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
1168            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/README
1169            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
1170            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
1171            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
1172            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
1173            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
1174            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
1175            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
1176            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
1177            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
1178            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
1179            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
1180            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
1181            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
1182            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
1183            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
1184            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
1185            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
1186            ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
1187            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
1188            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
1189            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
1190 ____________________________________________________________________________
1191 [ 29178] By: rgs                                   on 2006/11/01  10:44:58
1192         Log: Regression test by Yves Orton for : [perl #36046] Special var @-
1193              becomes arbitrarily large
1194      Branch: perl
1195            ! t/op/pat.t
1196 ____________________________________________________________________________
1197 [ 29177] By: nicholas                              on 2006/10/31  22:36:40
1198         Log: Missed a ) in a comment.
1199      Branch: perl
1200            ! perl.c
1201 ____________________________________________________________________________
1202 [ 29176] By: rgs                                   on 2006/10/31  16:28:33
1203         Log: Don't run ext/Sys/Syslog/t/constants.t with taint mode, so it's
1204              not systematically skipped
1205      Branch: perl
1206            ! ext/Sys/Syslog/t/constants.t
1207 ____________________________________________________________________________
1208 [ 29175] By: rgs                                   on 2006/10/31  16:02:03
1209         Log: Some diagnostic output was giving warnings in op/pack.t
1210              under UTF-8 locales, and warnings where fatal by default.
1211              Make them non-fatal for diagnostics.
1212      Branch: perl
1213            ! t/op/pack.t
1214 ____________________________________________________________________________
1215 [ 29174] By: rgs                                   on 2006/10/31  14:47:25
1216         Log: Fix a case of segfault in ithread destruction
1217      Branch: perl
1218            ! ext/threads/threads.xs
1219 ____________________________________________________________________________
1220 [ 29173] By: rgs                                   on 2006/10/31  14:29:07
1221         Log: Doc clarification for PerlIO::encoding
1222              (thanks to Steve Hay)
1223      Branch: perl
1224            ! ext/PerlIO/encoding/encoding.pm
1225 ____________________________________________________________________________
1226 [ 29172] By: rgs                                   on 2006/10/31  14:10:25
1227         Log: threads::shared doesn't use ppport.h in the core
1228      Branch: perl
1229            ! mkppport.lst
1230 ____________________________________________________________________________
1231 [ 29171] By: rgs                                   on 2006/10/31  14:03:30
1232         Log: Subject: [PATCH] threads 1.47
1233              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
1234              Date: Tue, 31 Oct 2006 05:26:25 -0800 (PST)
1235              Message-ID: <20061031132626.18317.qmail@web30214.mail.mud.yahoo.com>
1236      Branch: perl
1237            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
1238            ! ext/threads/t/stack.t ext/threads/t/thread.t
1239            ! ext/threads/threads.pm ext/threads/threads.xs
1240 ____________________________________________________________________________
1241 [ 29170] By: rgs                                   on 2006/10/31  13:51:38
1242         Log: Silence a warning and call readpipe_override() correctly.
1243      Branch: perl
1244            ! toke.c
1245 ____________________________________________________________________________
1246 [ 29169] By: rgs                                   on 2006/10/31  13:49:26
1247         Log: Make S_readpipe_override() compile with threads; regenerate perlapi.pod
1248      Branch: perl
1249            ! embed.fnc embed.h pod/perlapi.pod proto.h toke.c
1250 ____________________________________________________________________________
1251 [ 29168] By: rgs                                   on 2006/10/31  13:34:30
1252         Log: Make readpipe() overridable (and also `` and qx//)
1253      Branch: perl
1254            ! opcode.h opcode.pl pod/perlsub.pod pod/perltodo.pod pp.c
1255            ! t/op/cproto.t t/op/override.t toke.c
1256 ____________________________________________________________________________
1257 [ 29167] By: rgs                                   on 2006/10/31  10:59:02
1258         Log: Remove duplicated entries
1259      Branch: perl
1260            ! pod/perltodo.pod
1261 ____________________________________________________________________________
1262 [ 29166] By: gisle                                 on 2006/10/30  20:13:04
1263         Log: Improve documentation of av_len and av_fill.
1264      Branch: perl
1265            ! av.c
1266 ____________________________________________________________________________
1267 [ 29165] By: nicholas                              on 2006/10/30  18:37:41
1268         Log: Avoid Devel::DProf failing an assertion during global destruction.
1269      Branch: perl
1270            ! ext/Devel/DProf/DProf.xs
1271 ____________________________________________________________________________
1272 [ 29164] By: stevep                                on 2006/10/30  18:29:30
1273         Log: It seems only HWND__* is needed by MinGW g++.
1274      Branch: perl
1275            ! win32/win32.c
1276 ____________________________________________________________________________
1277 [ 29162] By: rgs                                   on 2006/10/30  17:56:33
1278         Log: The second patch from:
1279              Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively
1280              From: demerphq <demerphq@gmail.com>
1281              Date: Mon, 30 Oct 2006 19:15:13 +0200
1282              Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com>
1283      Branch: perl
1284            ! pod/perldiag.pod regcomp.c regcomp.sym regexec.c regnodes.h
1285 ____________________________________________________________________________
1286 [ 29161] By: rgs                                   on 2006/10/30  17:36:18
1287         Log: The first patch from:
1288              Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively
1289              From: demerphq <demerphq@gmail.com>
1290              Date: Mon, 30 Oct 2006 19:15:13 +0200
1291              Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com>
1292      Branch: perl
1293            ! embed.fnc embed.h proto.h regcomp.c regcomp.sym regexec.c
1294            ! regnodes.h
1295 ____________________________________________________________________________
1296 [ 29160] By: rgs                                   on 2006/10/30  17:07:46
1297         Log: Mention that field hashes are for inside-out objects
1298              (this will be useful for perl5100delta.)
1299      Branch: perl
1300            ! pod/perl594delta.pod
1301 ____________________________________________________________________________
1302 [ 29159] By: stevep                                on 2006/10/30  16:46:13
1303         Log: Subject: Patch 29155 breaks VC
1304              From: demerphq <demerphq@gmail.com>
1305              Date: Mon, 30 Oct 2006 18:08:17 +0200
1306              Message-ID: <9b18b3110610300808u39cc6cefxbee1468a149dc186@mail.gmail.com>
1307              
1308              Plus an additional casting.
1309      Branch: perl
1310            ! win32/win32.c
1311 ____________________________________________________________________________
1312 [ 29158] By: rgs                                   on 2006/10/30  16:29:35
1313         Log: Update perldelta with changes up to 28867
1314      Branch: perl
1315            ! pod/perl595delta.pod
1316 ____________________________________________________________________________
1317 [ 29157] By: stevep                                on 2006/10/30  15:53:50
1318         Log: VOL should be used instead of volatile in the core.
1319      Branch: perl
1320            ! op.c perl.c
1321 ____________________________________________________________________________
1322 [ 29156] By: merijn                                on 2006/10/30  14:14:25
1323         Log: $hex is already hex, so cannot be used in %X if starting with [A-F]
1324      Branch: perl
1325            ! lib/charnames.pm
1326 ____________________________________________________________________________
1327 [ 29155] By: stevep                                on 2006/10/30  13:58:15
1328         Log: Initial cleanups to support compiling Win32 with MinGW g++.
1329      Branch: perl
1330            ! perlio.c win32/win32.c
1331 ____________________________________________________________________________
1332 [ 29154] By: rgs                                   on 2006/10/30  11:25:39
1333         Log: Subject: Re: Closures with named subs
1334              From: Christian Winter <bitpoet@linux-config.de>
1335              Date: Sun, 29 Oct 2006 21:34:25 +0100
1336              Message-ID: <45451051.4080200@linux-config.de>
1337      Branch: perl
1338            ! pod/perlref.pod
1339 ____________________________________________________________________________
1340 [ 29153] By: rgs                                   on 2006/10/30  10:38:09
1341         Log: Subject: [PATCH] threads 1.46
1342              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
1343              Date: Fri, 27 Oct 2006 17:01:11 -0700 (PDT)
1344              Message-ID: <20061028000111.23729.qmail@web30207.mail.mud.yahoo.com>
1345      Branch: perl
1346            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
1347            ! ext/threads/threads.pm ext/threads/threads.xs
1348 ____________________________________________________________________________
1349 [ 29152] By: rgs                                   on 2006/10/30  10:13:22
1350         Log: Silence a g++ warning reported by Jarkko.
1351      Branch: perl
1352            ! ext/Data/Dumper/Dumper.xs
1353 ____________________________________________________________________________
1354 [ 29151] By: rgs                                   on 2006/10/30  10:08:24
1355         Log: Delete Encode's MANIFEST (or else the make process complains
1356              about the missing Encode's META.yml file)
1357      Branch: perl
1358            - ext/Encode/MANIFEST
1359            ! MANIFEST
1360 ____________________________________________________________________________
1361 [ 29150] By: steveh                                on 2006/10/30  10:02:35
1362         Log: Bump $VERSION in Term::UI following change #29120
1363      Branch: perl
1364            ! lib/Term/UI.pm
1365 ____________________________________________________________________________
1366 [ 29149] By: rgs                                   on 2006/10/30  09:52:05
1367         Log: Subject: [PATCH] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.68.tar.gz
1368              From: John Peacock <jpeacock@rowman.com>
1369              Date: Sun, 29 Oct 2006 14:47:51 -0500
1370              Message-ID: <45450567.7040609@rowman.com>
1371      Branch: perl
1372            ! lib/version.pm lib/version.t
1373 ____________________________________________________________________________
1374 [ 29148] By: rgs                                   on 2006/10/30  09:43:30
1375         Log: Subject: [patch] simplify optree test support
1376              From: Jim Cromie <jim.cromie@gmail.com>
1377              Date: Sun, 29 Oct 2006 14:50:02 -0700
1378              Message-ID: <4545220A.6060500@gmail.com>
1379      Branch: perl
1380            ! ext/B/t/OptreeCheck.pm
1381 ____________________________________________________________________________
1382 [ 29147] By: steveh                                on 2006/10/30  09:38:21
1383         Log: Add some missing targets to win32/makefile.mk
1384              
1385              This updates makefile.mk w.r.t. Makefile, following changes #28293,
1386              #28832, #28904 and #29131
1387      Branch: perl
1388            ! win32/makefile.mk
1389 ____________________________________________________________________________
1390 [ 29146] By: rgs                                   on 2006/10/30  09:33:33
1391         Log: In vim, modelines are not taken into account if they begin on the
1392              first character. Also, regenerate perlintern.pod.
1393      Branch: perl
1394            ! autodoc.pl pod/perlapi.pod pod/perlintern.pod
1395 ____________________________________________________________________________
1396 [ 29145] By: merijn                                on 2006/10/30  07:17:18
1397         Log: Subject: [PATCH@29157] wince patch
1398              From: Vadim <vadim@vkonovalov.ru>
1399              Date: Sat, 28 Oct 2006 23:48:46 +0400
1400              Message-ID: <4543B41E.3070006@vkonovalov.ru>
1401      Branch: perl
1402            ! README.ce win32/Makefile.ce
1403 ____________________________________________________________________________
1404 [ 29144] By: craigb                                on 2006/10/30  00:33:34
1405         Log: When we open a file and pass it along to PerlIO, be sure to enter the
1406              PerlIO world via Unix I/O.  If you start from stdio, a Unix I/O counter
1407              will get decremented on close even though it was never incremented (and 
1408              may not even exist).  Exposed by #29065.
1409      Branch: perl
1410            ! vms/ext/Stdio/Stdio.xs
1411 ____________________________________________________________________________
1412 [ 29143] By: craigb                                on 2006/10/30  00:23:35
1413         Log: Change the non-mkstemp, non-win32 code path of PerlIO_tmpfile
1414              to use PerlIO_fdopen so that when the tmpfile is closed we do
1415              not decrement a ref count that doesn't exist or is zero.
1416      Branch: perl
1417            ! perlio.c
1418 ____________________________________________________________________________
1419 [ 29142] By: stevep                                on 2006/10/30  00:22:00
1420         Log: Changes to get perl to compile with g++ on Cygwin.  Some additional
1421              changes will be needed to get it to link though.
1422      Branch: perl
1423            ! cygwin/cygwin.c malloc.c perl.h sv.c
1424 ____________________________________________________________________________
1425 [ 29140] By: nicholas                              on 2006/10/29  22:01:17
1426         Log: Subject: [PATHCH]  Scalar::Util::readonly &  compression (was RE: Change 29117: [PATCH] IO::Compress modules)
1427              From: "Paul Marquess" <paul.marquess@ntlworld.com>
1428              Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com>
1429              Date: Sun, 29 Oct 2006 21:03:21 -0000
1430      Branch: perl
1431            ! ext/Compress/IO/Base/t/01misc.t t/lib/compress/oneshot.pl
1432 ____________________________________________________________________________
1433 [ 29139] By: nicholas                              on 2006/10/29  21:54:29
1434         Log: Fix a typo in my description for change 26427.
1435      Branch: perl
1436            ! Changes
1437 ____________________________________________________________________________
1438 [ 29138] By: nicholas                              on 2006/10/29  21:23:12
1439         Log: Modify autodoc.pl to add read-only editor boilerplate for perlapi.pod
1440              and perlguts.pod
1441      Branch: perl
1442            ! autodoc.pl pod/perlapi.pod pod/perlguts.pod
1443 ____________________________________________________________________________
1444 [ 29133] By: nicholas                              on 2006/10/29  19:27:45
1445         Log: Subject: [PATCH] Re: Deparse bug?
1446              From: Stephen McCamant <smcc@mit.edu>
1447              Message-ID: <17732.55694.646895.706177@apocalypse.OCF.Berkeley.EDU>
1448              Date: Sun, 29 Oct 2006 08:40:46 -0800
1449      Branch: perl
1450            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
1451 ____________________________________________________________________________
1452 [ 29131] By: merijn                                on 2006/10/29  18:32:55
1453         Log: Subject: [PATCH] Add a few useful developers maketargets to win32/Makefile
1454              From: demerphq <demerphq@gmail.com>
1455              Date: Sun, 29 Oct 2006 13:28:31 +0200
1456              Message-ID: <9b18b3110610290328v71956891s7df10e40efd2350c@mail.gmail.com>
1457      Branch: perl
1458            ! win32/Makefile
1459 ____________________________________________________________________________
1460 [ 29130] By: nicholas                              on 2006/10/29  18:30:25
1461         Log: Add the note from change 25773 about auditing for destruction ordering.
1462      Branch: perl
1463            ! pod/perltodo.pod
1464 ____________________________________________________________________________
1465 [ 29128] By: nicholas                              on 2006/10/29  18:23:01
1466         Log: I shrunk struct context, so remove it from perltodo.
1467      Branch: perl
1468            ! pod/perltodo.pod
1469 ____________________________________________________________________________
1470 [ 29127] By: nicholas                              on 2006/10/27  21:40:40
1471         Log: Change 27779 failed to free() memory in two places in Perl_magic_set(),
1472              and hence was leaking like the proverbial Jumblie maritime craft.
1473      Branch: perl
1474            ! mg.c
1475 ____________________________________________________________________________
1476 [ 29126] By: stevep                                on 2006/10/27  13:29:05
1477         Log: Upgrade to Pod-Parser-1.35.
1478      Branch: perl
1479            + t/pod/p2u_data.pl t/pod/twice.t
1480            ! MANIFEST lib/Pod/Checker.pm lib/Pod/ParseUtils.pm
1481            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
1482            ! lib/Pod/Usage.pm t/pod/testcmp.pl
1483 ____________________________________________________________________________
1484 [ 29125] By: rgs                                   on 2006/10/27  09:45:33
1485         Log: Document the limitation of Attribute::Handlers w.r.t. UNITCHECK blocks.
1486      Branch: perl
1487            ! lib/Attribute/Handlers.pm
1488 ____________________________________________________________________________
1489 [ 29124] By: rgs                                   on 2006/10/27  08:43:26
1490         Log: Subject: [PATCH] Change MY_CXT ref in perl.h
1491              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
1492              Date: Thu, 26 Oct 2006 08:35:46 -0700 (PDT)
1493              Message-ID: <20061026153546.71547.qmail@web30214.mail.mud.yahoo.com>
1494      Branch: perl
1495            ! perl.h
1496 ____________________________________________________________________________
1497 [ 29123] By: rgs                                   on 2006/10/27  08:41:45
1498         Log: Subject: [PATCH] Make 'threads' conform to perlguts
1499              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
1500              Date: Thu, 26 Oct 2006 11:10:57 -0700 (PDT)
1501              Message-ID: <20061026181057.74650.qmail@web30211.mail.mud.yahoo.com>
1502      Branch: perl
1503            ! ext/threads/threads.xs
1504 ____________________________________________________________________________
1505 [ 29122] By: stevep                                on 2006/10/27  04:48:43
1506         Log: Spelling fixes for re.pm.
1507      Branch: perl
1508            ! ext/re/re.pm
1509 ____________________________________________________________________________
1510 [ 29121] By: stevep                                on 2006/10/27  03:48:34
1511         Log: Spelling nits from Debian bug list...
1512              
1513              Subject: Bug#395426: perl: spelling errors
1514              From: Matt Taggart <taggart@debian.org>
1515              Date: Thu, 26 Oct 2006 15:23:29 -0700
1516              Message-Id: <20061026222329.8B8CF1AAC6D@cyrix.home.bogus>
1517      Branch: perl
1518            ! ext/Encode/bin/enc2xs lib/ExtUtils/xsubpp x2p/find2perl.PL
1519            ! x2p/s2p.PL
1520 ____________________________________________________________________________
1521 [ 29120] By: steveh                                on 2006/10/26  16:26:56
1522         Log: Close temporary test file before unlinking (for the sake of Win32)
1523      Branch: perl
1524            ! lib/Term/UI/t/02_ui.t
1525 ____________________________________________________________________________
1526 [ 29119] By: rgs                                   on 2006/10/26  16:11:26
1527         Log: Document the new (?FAIL) assertion (Yves Orton)
1528      Branch: perl
1529            ! pod/perlre.pod
1530 ____________________________________________________________________________
1531 [ 29118] By: rgs                                   on 2006/10/26  15:58:18
1532         Log: Subject: [PATCH] Fix a problem with jump-tries, add (?FAIL) pattern.
1533              From: demerphq <demerphq@gmail.com>
1534              Date: Thu, 26 Oct 2006 14:59:11 +0200
1535              Message-ID: <9b18b3110610260559k3efa98barc28987e88c581a8a@mail.gmail.com>
1536      Branch: perl
1537            ! regcomp.c regcomp.sym regexec.c regexp.h regnodes.h
1538            ! t/op/re_tests
1539 ____________________________________________________________________________
1540 [ 29117] By: rgs                                   on 2006/10/26  15:42:40
1541         Log: Subject: [PATCH] IO::Compress modules
1542              From: "Paul Marquess" <paul.marquess@ntlworld.com>
1543              Date: Thu, 26 Oct 2006 15:29:43 +0100
1544              Message-ID: <028201c6f90b$2de7a4b0$4e3c140a@myopwv.com>
1545      Branch: perl
1546            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/Makefile.PL
1547            ! ext/Compress/IO/Base/README
1548            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
1549            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
1550            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
1551            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
1552            ! ext/Compress/IO/Base/private/MakeUtil.pm
1553            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
1554            ! ext/Compress/IO/Zlib/README
1555            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
1556            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
1557            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
1558            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
1559            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
1560            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
1561            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
1562            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
1563            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
1564            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
1565            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
1566            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
1567            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
1568            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
1569            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
1570            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
1571            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
1572            ! ext/Compress/IO/Zlib/private/MakeUtil.pm
1573            ! ext/Compress/Raw/Zlib/Changes
1574            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
1575            ! ext/Compress/Raw/Zlib/Zlib.xs
1576            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
1577            ! ext/Compress/Raw/Zlib/private/MakeUtil.pm
1578            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
1579            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
1580            ! ext/Compress/Zlib/private/MakeUtil.pm
1581            ! t/lib/compress/CompTestUtils.pm t/lib/compress/generic.pl
1582            ! t/lib/compress/multi.pl t/lib/compress/oneshot.pl
1583 ____________________________________________________________________________
1584 [ 29116] By: rgs                                   on 2006/10/26  15:30:52
1585         Log: Subject: Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix
1586              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1587              Date: Fri, 27 Oct 2006 00:19:34 +0900
1588              Message-Id: <20061027001924.B158.BQW10602@nifty.com>
1589      Branch: perl
1590            ! pod/perlfunc.pod sv.c t/op/sprintf.t
1591 ____________________________________________________________________________
1592 [ 29115] By: merijn                                on 2006/10/26  14:08:03
1593         Log: Subject: [PATCH] Fix typo in File::Find POD
1594              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
1595              Date: Thu, 26 Oct 2006 06:50:04 -0700 (PDT)
1596              Message-ID: <20061026135004.79720.qmail@web30211.mail.mud.yahoo.com>
1597      Branch: perl
1598            ! lib/File/Find.pm
1599 ____________________________________________________________________________
1600 [ 29114] By: rgs                                   on 2006/10/26  12:22:07
1601         Log: Add Term::UI and Object::Accessor to the list of dual-life modules
1602      Branch: perl
1603            ! Porting/Maintainers.pl
1604 ____________________________________________________________________________
1605 [ 29113] By: rgs                                   on 2006/10/26  12:16:49
1606         Log: Subject: [PATCH] Add Object::Accessor to the core
1607              From: "Jos Boumans" <kane@xs4all.net>
1608              Date: Thu, 26 Oct 2006 14:04:44 +0200 (CEST)
1609              Message-ID: <18983.80.127.35.68.1161864284.squirrel@webmail.xs4all.nl>
1610      Branch: perl
1611            + lib/Object/Accessor.pm
1612            + lib/Object/Accessor/t/00_Object-Accessor.t
1613            + lib/Object/Accessor/t/01_Object-Accessor-Subclassed.t
1614            + lib/Object/Accessor/t/02_Object-Accessor-allow.t
1615            + lib/Object/Accessor/t/03_Object-Accessor-local.t
1616            + lib/Object/Accessor/t/04_Object-Accessor-lvalue.t
1617            + lib/Object/Accessor/t/05_Object-Accessor-callback.t
1618            ! MANIFEST
1619 ____________________________________________________________________________
1620 [ 29112] By: rgs                                   on 2006/10/26  12:13:59
1621         Log: Subject: [PATCH] Add Term::UI to the core
1622              From: "Jos Boumans" <kane@xs4all.net>
1623              Date: Mon, 23 Oct 2006 12:07:23 +0200 (CEST)
1624              Message-ID: <19689.80.127.35.68.1161598043.squirrel@webmail.xs4all.nl>
1625      Branch: perl
1626            + lib/Term/UI.pm lib/Term/UI/History.pm lib/Term/UI/t/00_load.t
1627            + lib/Term/UI/t/01_history.t lib/Term/UI/t/02_ui.t
1628            ! MANIFEST
1629 ____________________________________________________________________________
1630 [ 29111] By: rgs                                   on 2006/10/26  11:02:15
1631         Log: Fix a memory leak :
1632              Subject: Re: Valgrind findings
1633              From: demerphq <demerphq@gmail.com>
1634              Date: Thu, 26 Oct 2006 12:34:43 +0200
1635              Message-ID: <9b18b3110610260334t6b77c2dbu2ca8207d822402da@mail.gmail.com>
1636      Branch: perl
1637            ! regexec.c
1638 ____________________________________________________________________________
1639 [ 29110] By: rgs                                   on 2006/10/26  10:42:03
1640         Log: Subject: [PATCH] threads-shared 1.05
1641              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
1642              Date: Wed, 25 Oct 2006 11:27:15 -0700 (PDT)
1643              Message-ID: <20061025182715.561.qmail@web30211.mail.mud.yahoo.com>
1644      Branch: perl
1645            ! ext/threads/shared/Changes ext/threads/shared/Makefile.PL
1646            ! ext/threads/shared/README ext/threads/shared/shared.pm
1647            ! ext/threads/shared/shared.xs
1648 ____________________________________________________________________________
1649 [ 29109] By: rgs                                   on 2006/10/26  10:37:43
1650         Log: Subject: [PATCH] threads 1.45
1651              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
1652              Date: Wed, 25 Oct 2006 11:26:29 -0700 (PDT)
1653              Message-ID: <20061025182629.16434.qmail@web30209.mail.mud.yahoo.com>
1654      Branch: perl
1655            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
1656            ! ext/threads/t/thread.t ext/threads/threads.pm
1657 ____________________________________________________________________________
1658 [ 29108] By: rgs                                   on 2006/10/25  16:19:50
1659         Log: Fix small leak with -F at interpreter destruction
1660      Branch: perl
1661            ! perl.c
1662 ____________________________________________________________________________
1663 [ 29107] By: rgs                                   on 2006/10/25  13:51:55
1664         Log: Plug a memory leak in newCONSTSUB
1665      Branch: perl
1666            ! op.c
1667 ____________________________________________________________________________
1668 [ 29106] By: rgs                                   on 2006/10/25  12:16:08
1669         Log: I'll finally get it right. (thanks to Sadahiro Tomoyuki)
1670      Branch: perl
1671            ! pod/perlfunc.pod
1672 ____________________________________________________________________________
1673 [ 29105] By: rgs                                   on 2006/10/25  11:18:27
1674         Log: Fix nit in previous patch, spotted by Gisle
1675      Branch: perl
1676            ! pod/perlfunc.pod
1677 ____________________________________________________________________________
1678 [ 29104] By: rgs                                   on 2006/10/25  10:59:55
1679         Log: Add a %B sprintf format
1680              
1681              Subject: Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix
1682              From: Nicholas Clark <nick@ccl4.org>
1683              Date: Mon, 23 Oct 2006 18:19:51 +0100
1684              Message-ID: <20061023171951.GA3262@plum.flirble.org>
1685              (plus docs)
1686      Branch: perl
1687            ! pod/perlfunc.pod sv.c t/op/sprintf.t
1688 ____________________________________________________________________________
1689 [ 29103] By: rgs                                   on 2006/10/25  10:27:05
1690         Log: Subject: [PATCH] FindBin.pm: better fix for PATH entries
1691              From: Alexey Tourbin <at@altlinux.ru>
1692              Date: Wed, 25 Oct 2006 14:02:55 +0400
1693              Message-ID: <20061025100255.GE7821@localhost.localdomain>
1694      Branch: perl
1695            ! lib/FindBin.pm
1696 ____________________________________________________________________________
1697 [ 29102] By: rgs                                   on 2006/10/25  09:56:06
1698         Log: Document that warnings.pm doesn't load Carp anymore
1699      Branch: perl
1700            ! pod/perl595delta.pod
1701 ____________________________________________________________________________
1702 [ 29101] By: craigb                                on 2006/10/25  03:58:38
1703         Log: Initialize d_ctermid and i_gdbm in configure.com.
1704      Branch: perl
1705            ! configure.com
1706 ____________________________________________________________________________
1707 [ 29100] By: stevep                                on 2006/10/24  15:44:22
1708         Log: Upgrade to CPAN-1.88_57.
1709      Branch: perl
1710            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
1711            ! lib/CPAN/SIGNATURE
1712 ____________________________________________________________________________
1713 [ 29099] By: rgs                                   on 2006/10/24  14:42:13
1714         Log: Silence an expected warning (when playing with utf8ness and string overloading)
1715      Branch: perl
1716            ! t/uni/overload.t
1717 ____________________________________________________________________________
1718 [ 29098] By: rgs                                   on 2006/10/24  12:53:14
1719         Log: New UTF-8 warning : Variable length character upgraded in print.
1720              
1721              Subject: Re: Changing the internal encoding (was: Re: utf8 regexp performance problem)
1722              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1723              Date: Sun, 22 Oct 2006 14:32:34 +0900
1724              Message-Id: <20061022142512.A7D3.BQW10602@nifty.com>
1725              
1726              (but with ckWARN_d replaced by ckWARN)
1727      Branch: perl
1728            ! doio.c pod/perldiag.pod
1729 ____________________________________________________________________________
1730 [ 29097] By: rgs                                   on 2006/10/24  09:46:57
1731         Log: No warning was produced if perl failed to load PerlIO::scalar
1732              (contrary to other PerlIO layers.)
1733      Branch: perl
1734            ! perlio.c
1735 ____________________________________________________________________________
1736 [ 29096] By: merijn                                on 2006/10/23  15:43:15
1737         Log: Fix for RT#38169 & RT#38945
1738              Configure won't handle versions 5.10.0 or 5.8.10.
1739      Branch: perl
1740            ! Configure config_h.SH
1741 ____________________________________________________________________________
1742 [ 29093] By: rgs                                   on 2006/10/23  13:43:32
1743         Log: Document that the %#X printf format prefixes the output with 0X, not 0x.
1744      Branch: perl
1745            ! pod/perlfunc.pod
1746 ____________________________________________________________________________
1747 [ 29092] By: rgs                                   on 2006/10/23  09:33:26
1748         Log: Update Changes
1749      Branch: perl
1750            ! Changes
1751 ____________________________________________________________________________
1752 [ 29091] By: rgs                                   on 2006/10/23  09:22:05
1753         Log: Some notes about the recent changes in perldelta
1754      Branch: perl
1755            ! pod/perl595delta.pod
1756 ____________________________________________________________________________
1757 [ 29090] By: rgs                                   on 2006/10/23  08:51:02
1758         Log: Subject: [PATCH] base.pm
1759              From: Ovid <publiustemp-p5p3@yahoo.com>
1760              Date: Thu, 19 Oct 2006 08:47:48 -0700 (PDT)
1761              Message-ID: <20061019154748.87433.qmail@web60824.mail.yahoo.com>
1762      Branch: perl
1763            ! lib/base.pm lib/base/t/base.t
1764 ____________________________________________________________________________
1765 [ 29089] By: rgs                                   on 2006/10/23  08:28:08
1766         Log: Protection against overwriting defsubs.h via a symlink
1767              (by Jim Cromie)
1768      Branch: perl
1769            ! ext/B/defsubs_h.PL
1770 ____________________________________________________________________________
1771 [ 29088] By: rgs                                   on 2006/10/23  08:27:05
1772         Log: Subject: [patch] make test.valgrind capable of running cachegrind
1773              From: Jim Cromie <jim.cromie@gmail.com>
1774              Date: Fri, 20 Oct 2006 14:49:03 -0600
1775              Message-ID: <4539363F.9020205@gmail.com>
1776      Branch: perl
1777            ! t/TEST
1778 ____________________________________________________________________________
1779 [ 29086] By: nicholas                              on 2006/10/22  22:51:59
1780         Log: Fix the other bug introduced by change 29079
1781      Branch: perl
1782            ! sv.c
1783 ____________________________________________________________________________
1784 [ 29085] By: nicholas                              on 2006/10/22  22:35:42
1785         Log: Fix bug in change 27321 - Perl_ss_dup should also have been updated.
1786      Branch: perl
1787            ! sv.c
1788 ____________________________________________________________________________
1789 [ 29084] By: nicholas                              on 2006/10/22  22:12:57
1790         Log: Fix a bug introduced by change 29079
1791      Branch: perl
1792            ! sv.c
1793 ____________________________________________________________________________
1794 [ 29083] By: stevep                                on 2006/10/22  21:47:11
1795         Log: Removed typo that caused a variable to shadow an existing variable
1796              in an external scope.
1797      Branch: perl
1798            ! ext/threads/Makefile.PL
1799 ____________________________________________________________________________
1800 [ 29082] By: nicholas                              on 2006/10/22  21:02:28
1801         Log: Merge cases in Perl_ss_dup().
1802      Branch: perl
1803            ! sv.c
1804 ____________________________________________________________________________
1805 [ 29079] By: nicholas                              on 2006/10/22  19:06:14
1806         Log: const the variable used for the save stack type in Perl_ss_dup().
1807      Branch: perl
1808            ! sv.c
1809 ____________________________________________________________________________
1810 [ 29078] By: rgs                                   on 2006/10/22  13:15:39
1811         Log: Make the overrides of built-ins in the bytes pragma use the new prototype _.
1812      Branch: perl
1813            ! lib/bytes.pm lib/bytes_heavy.pl
1814 ____________________________________________________________________________
1815 [ 29077] By: nicholas                              on 2006/10/21  23:01:45
1816         Log: Add PERLIO_INIT and PERLIO_TERM to PERL_SYS_INIT* and PERL_SYS_TERM*
1817              in */*ish.h headers.
1818      Branch: perl
1819            ! epoc/epocish.h mpeix/mpeixish.h os2/os2ish.h plan9/plan9ish.h
1820            ! vms/vmsish.h
1821 ____________________________________________________________________________
1822 [ 29076] By: nicholas                              on 2006/10/21  22:40:28
1823         Log: Subject: Re: Change 29050: Memory leak fix, by Jarkko
1824              From: Jarkko Hietaniemi <jhi@iki.fi>
1825              Message-ID: <453A97FA.5090403@iki.fi>
1826              Date: Sat, 21 Oct 2006 17:58:18 -0400
1827              
1828              (Make AIX linker happy)
1829      Branch: perl
1830            ! makedef.pl
1831 ____________________________________________________________________________
1832 [ 29075] By: nicholas                              on 2006/10/21  21:53:48
1833         Log: Semicolon consistency between PERL_FPU_INIT and the other INITs.
1834      Branch: perl
1835            ! perl.h unixish.h
1836 ____________________________________________________________________________
1837 [ 29074] By: nicholas                              on 2006/10/21  21:31:20
1838         Log: Add PERLIO_INIT to PERL_SYS_INIT.
1839              I infer that this was accidentally omitted from change 29060
1840      Branch: perl
1841            ! dosish.h perl.h unixish.h
1842 ____________________________________________________________________________
1843 [ 29073] By: nicholas                              on 2006/10/21  21:02:53
1844         Log: Always defining PERLIO_TERM, even if it's empty, makes for a simpler
1845              PERL_SYS_TERM
1846      Branch: perl
1847            ! dosish.h perl.h unixish.h
1848 ____________________________________________________________________________
1849 [ 29072] By: stevep                                on 2006/10/21  18:16:53
1850         Log: Changes for threads::shared to all building with g++.
1851      Branch: perl
1852            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.xs
1853 ____________________________________________________________________________
1854 [ 29071] By: stevep                                on 2006/10/21  16:45:38
1855         Log: Fixes for Storable.xs when compiling a threaded Perl with g++.
1856      Branch: perl
1857            ! ext/Storable/Storable.xs
1858 ____________________________________________________________________________
1859 [ 29070] By: stevep                                on 2006/10/21  16:17:58
1860         Log: Fix in perl.h for compiling with g++.
1861      Branch: perl
1862            ! perl.h
1863 ____________________________________________________________________________
1864 [ 29069] By: stevep                                on 2006/10/21  13:28:13
1865         Log: Better solution to silencing prereq warnings from threads's
1866              Makefile.PL
1867      Branch: perl
1868            ! ext/threads/Makefile.PL
1869 ____________________________________________________________________________
1870 [ 29068] By: stevep                                on 2006/10/21  02:04:19
1871         Log: Quiet a warning in pp_sys.c on AIX.
1872      Branch: perl
1873            ! pp_sys.c
1874 ____________________________________________________________________________
1875 [ 29067] By: stevep                                on 2006/10/20  19:28:46
1876         Log: Comment out Hash::Util and IO::File from prereqs of threads, since
1877              they are both available in the core.
1878      Branch: perl
1879            ! ext/threads/Makefile.PL
1880 ____________________________________________________________________________
1881 [ 29066] By: rgs                                   on 2006/10/20  15:31:36
1882         Log: Adjustment to symbol lists after latest changes (by Jarkko)
1883      Branch: perl
1884            ! makedef.pl perlio.sym
1885 ____________________________________________________________________________
1886 [ 29065] By: rgs                                   on 2006/10/20  15:04:47
1887         Log: Enable perlio mutexes under threads (by Jarkko)
1888      Branch: perl
1889            ! perlio.c perlvars.h
1890 ____________________________________________________________________________
1891 [ 29064] By: rgs                                   on 2006/10/20  13:01:14
1892         Log: regen headers
1893      Branch: perl
1894            ! embedvar.h perlapi.h
1895 ____________________________________________________________________________
1896 [ 29063] By: davem                                 on 2006/10/20  13:00:52
1897         Log: only do \C hackery if \C is seen
1898              
1899              From: demerphq <demerphq@gmail.com>
1900              Date: Fri, 20 Oct 2006 12:38:13 +0200
1901              Subject: Re: utf8 regexp performance problem
1902              Message-ID: <9b18b3110610200338k5df1d3afpf829fbc0f3663a75@mail.gmail.com>
1903      Branch: perl
1904            ! mg.c
1905 ____________________________________________________________________________
1906 [ 29062] By: rgs                                   on 2006/10/20  11:51:57
1907         Log: Subject: [PATCH] B:: changes for UNITCHECK blocks
1908              From: Alex Gough <alex-p5p@earth.li>
1909              Date: Fri, 20 Oct 2006 02:05:20 +0100
1910              Message-ID: <20061020010520.GC12290@the.earth.li>
1911      Branch: perl
1912            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Deparse.pm
1913            ! ext/B/t/concise-xs.t ext/B/t/optree_specials.t
1914 ____________________________________________________________________________
1915 [ 29061] By: rgs                                   on 2006/10/20  10:32:20
1916         Log: Let's undocument -Dusesfio in INSTALL.
1917      Branch: perl
1918            ! INSTALL
1919 ____________________________________________________________________________
1920 [ 29060] By: rgs                                   on 2006/10/20  10:20:18
1921         Log: More leak fixes, by Jarkko
1922      Branch: perl
1923            ! dosish.h perl.h perlio.c perliol.h perlvars.h unixish.h
1924 ____________________________________________________________________________
1925 [ 29059] By: davem                                 on 2006/10/20  10:06:57
1926         Log: zero length $1 took too long to detect utf8-ness
1927      Branch: perl
1928            ! mg.c
1929 ____________________________________________________________________________
1930 [ 29058] By: rgs                                   on 2006/10/20  09:04:49
1931         Log: Silence some warnings
1932      Branch: perl
1933            ! pp_ctl.c regcomp.c
1934 ____________________________________________________________________________
1935 [ 29057] By: nicholas                              on 2006/10/19  20:52:31
1936         Log: Subject: Re: Off by one in the trie code?
1937              From: demerphq <demerphq@gmail.com>
1938              Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com>
1939              Date: Wed, 18 Oct 2006 20:51:41 +0200
1940              
1941              1. code necessary to make patterns with interpolated vars behave
1942              correctly under lexical re 'debug', including additional tests.
1943              2. changes necessary to resolve the off by one error,
1944              3. tweaks to re.pm to document that re 'debug' is lexical,
1945      Branch: perl
1946            ! ext/re/re.pm ext/re/t/lexical_debug.pl
1947            ! ext/re/t/lexical_debug.t ext/re/t/regop.pl ext/re/t/regop.t
1948            ! pp_ctl.c regcomp.c regcomp.h
1949 ____________________________________________________________________________
1950 [ 29056] By: nicholas                              on 2006/10/19  20:47:53
1951         Log: Subject: Re: Off by one in the trie code?
1952              From: demerphq <demerphq@gmail.com>
1953              Date: Wed, 18 Oct 2006 20:51:41 +0200
1954              Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com>
1955              
1956              change test files that do a require "./test.pl"; without a BEGIN block
1957              to ensure prototypes are seen, plus fix any breakage this reveals.
1958      Branch: perl
1959            ! ext/Devel/Peek/t/Peek.t ext/POSIX/t/posix.t lib/vmsish.t
1960            ! t/comp/parser.t t/comp/utf.t t/io/argv.t t/io/utf8.t
1961            ! t/op/stash.t t/run/switchC.t t/run/switchd.t t/run/switches.t
1962 ____________________________________________________________________________
1963 [ 29055] By: merijn                                on 2006/10/19  16:40:08
1964         Log: <tr> isnb't the same as C<tr>, and <tr> looks so stupid in man
1965      Branch: perl
1966            ! pod/perlop.pod
1967 ____________________________________________________________________________
1968 [ 29054] By: rgs                                   on 2006/10/19  16:20:41
1969         Log: Trim perltodo.
1970      Branch: perl
1971            ! pod/perltodo.pod
1972 ____________________________________________________________________________
1973 [ 29053] By: rgs                                   on 2006/10/19  15:54:15
1974         Log: Subject: [PATCH] stab at UNITCHECK blocks
1975              From: Alex Gough <alex-p5p@earth.li>
1976              Date: Thu, 19 Oct 2006 13:04:12 +0100
1977              Message-ID: <20061019120412.GA12290@the.earth.li>
1978      Branch: perl
1979            + t/op/blocks.t
1980            ! MANIFEST cv.h embedvar.h intrpvar.h keywords.h keywords.pl
1981            ! madly.act madly.h madly.tab madly.y op.c perl.c
1982            ! perl_keyword.pl perlapi.h perly.act perly.tab perly.y
1983            ! pod/perldebug.pod pod/perldiag.pod pod/perlfunc.pod
1984            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod pp_ctl.c sv.c
1985            ! toke.c
1986 ____________________________________________________________________________
1987 [ 29052] By: stevep                                on 2006/10/19  13:49:56
1988         Log: Subject: [PATCH] Add Log::Message and Log::Message::Simple to the core
1989              From: "Jos Boumans" <kane@xs4all.net>
1990              Date: Fri, 13 Oct 2006 17:12:57 +0200 (CEST)
1991              Message-ID: <13003.80.127.35.68.1160752377.squirrel@webmail.xs4all.nl>
1992      Branch: perl
1993            + lib/Log/Message.pm lib/Log/Message/Config.pm
1994            + lib/Log/Message/Handlers.pm lib/Log/Message/Item.pm
1995            + lib/Log/Message/Simple.pm lib/Log/Message/Simple/t/01_use.t
1996            + lib/Log/Message/Simple/t/02_imports.t
1997            + lib/Log/Message/Simple/t/03_functions.t
1998            + lib/Log/Message/t/01_Log-Message-Config.t
1999            + lib/Log/Message/t/02_Log-Message.t
2000            + lib/Log/Message/t/conf/LoadMe.pl
2001            + lib/Log/Message/t/conf/config_file
2002            ! MANIFEST Porting/Maintainers.pl
2003 ____________________________________________________________________________
2004 [ 29051] By: rgs                                   on 2006/10/19  12:17:18
2005         Log: Make prototype("CORE::mkdir") work. That's a special case,
2006              since from the OA_* flags we can't figure out which parameter
2007              is going to default to $_.
2008      Branch: perl
2009            ! pp.c t/op/cproto.t
2010 ____________________________________________________________________________
2011 [ 29050] By: rgs                                   on 2006/10/19  12:08:24
2012         Log: Memory leak fix, by Jarkko
2013      Branch: perl
2014            ! perlio.c
2015 ____________________________________________________________________________
2016 [ 29049] By: rgs                                   on 2006/10/19  10:27:20
2017         Log: Adjust documentation for previous change
2018      Branch: perl
2019            ! pod/perlsub.pod
2020 ____________________________________________________________________________
2021 [ 29048] By: rgs                                   on 2006/10/19  10:26:54
2022         Log: Allow the _ prototype character to be followed by optional arguments
2023      Branch: perl
2024            ! op.c t/comp/uproto.t
2025 ____________________________________________________________________________
2026 [ 29047] By: rgs                                   on 2006/10/19  08:56:14
2027         Log: Make all JAPH tests pass
2028      Branch: perl
2029            ! t/japh/abigail.t
2030 ____________________________________________________________________________
2031 [ 29046] By: rgs                                   on 2006/10/19  08:04:04
2032         Log: Remove free() part of change #29045, which causes
2033              panics from miniperl in FreeBSD/multithreaded
2034      Branch: perl
2035            ! perlio.c
2036 ____________________________________________________________________________
2037 [ 29045] By: stevep                                on 2006/10/19  01:18:50
2038         Log: Subject: [PATCH] blead valgrind finding
2039              From: Jarkko Hietaniemi <jhi@iki.fi>
2040              Date: Wed, 18 Oct 2006 20:07:54 -0400
2041              Message-ID: <4536C1DA.4060600@iki.fi>
2042      Branch: perl
2043            ! perlio.c
2044 ____________________________________________________________________________
2045 [ 29044] By: rgs                                   on 2006/10/18  20:26:37
2046         Log: Make prototype("CORE::foo") return prototypes with _ when it should
2047              (except for mkdir)
2048      Branch: perl
2049            ! pp.c t/op/cproto.t
2050 ____________________________________________________________________________
2051 [ 29043] By: rgs                                   on 2006/10/18  19:37:01
2052         Log: Add a regression test for change #29041
2053      Branch: perl
2054            ! t/comp/uproto.t
2055 ____________________________________________________________________________
2056 [ 29042] By: nicholas                              on 2006/10/18  19:11:55
2057         Log: Using explicit printf-like APIs with a format of "%s" isn't the world's
2058              most efficient idea.
2059      Branch: perl
2060            ! XSUB.h dump.c
2061 ____________________________________________________________________________
2062 [ 29041] By: rgs                                   on 2006/10/18  17:40:57
2063         Log: Functions with a (_) prototype should behave as unary operators
2064              (which is not the case of functions with a (;$) prototype)
2065      Branch: perl
2066            ! toke.c
2067 ____________________________________________________________________________
2068 [ 29040] By: nicholas                              on 2006/10/18  17:35:06
2069         Log: panic if we attempt to sv_setsv to or from an already freed SV.
2070      Branch: perl
2071            ! sv.c
2072 ____________________________________________________________________________
2073 [ 29039] By: rgs                                   on 2006/10/18  14:41:26
2074         Log: Test for the interaction between ; and _ in prototypes
2075      Branch: perl
2076            ! t/comp/uproto.t
2077 ____________________________________________________________________________
2078 [ 29038] By: rgs                                   on 2006/10/18  14:34:26
2079         Log: Document _ prototype in perlsub
2080      Branch: perl
2081            ! pod/perlsub.pod
2082 ____________________________________________________________________________
2083 [ 29037] By: rgs                                   on 2006/10/18  14:30:57
2084         Log: Fix prototype to mimic built-in in perlsub examples
2085      Branch: perl
2086            ! pod/perlsub.pod
2087 ____________________________________________________________________________
2088 [ 29036] By: rgs                                   on 2006/10/18  14:01:59
2089         Log: The _ character is only allowed to be at the end of prototypes
2090      Branch: perl
2091            ! op.c t/comp/uproto.t
2092 ____________________________________________________________________________
2093 [ 29035] By: rgs                                   on 2006/10/18  12:54:34
2094         Log: Improvements and fixes to the _ prototype
2095      Branch: perl
2096            ! op.c t/comp/uproto.t
2097 ____________________________________________________________________________
2098 [ 29034] By: rgs                                   on 2006/10/18  08:49:01
2099         Log: FAQ sync
2100      Branch: perl
2101            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
2102            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
2103            ! pod/perlfaq7.pod pod/perlfaq9.pod
2104 ____________________________________________________________________________
2105 [ 29033] By: rgs                                   on 2006/10/18  08:24:30
2106         Log: Subject: [perl #40557] regexec.c saves context stack position improperly 
2107              From: Dave Bailey (via RT) <perlbug-followup@perl.org>
2108              Date: Tue, 17 Oct 2006 09:37:28 -0700
2109              Message-ID: <rt-3.5.HEAD-4979-1161103047-337.40557-75-0@perl.org>
2110      Branch: perl
2111            ! regexec.c scope.c scope.h
2112 ____________________________________________________________________________
2113 [ 29032] By: rgs                                   on 2006/10/17  16:07:04
2114         Log: First attempt at implementing the _ prototype
2115      Branch: perl
2116            + t/comp/uproto.t
2117            ! MANIFEST op.c toke.c
2118 ____________________________________________________________________________
2119 [ 29031] By: stevep                                on 2006/10/17  15:43:05
2120         Log: Upgrade to Time-HiRes-1.94.
2121      Branch: perl
2122            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
2123            ! ext/Time/HiRes/t/HiRes.t
2124 ____________________________________________________________________________
2125 [ 29030] By: rgs                                   on 2006/10/17  14:13:52
2126         Log: Subject: Re: [PATCH] remove leaveit from toke.c:scan_const
2127              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2128              Date: Tue, 17 Oct 2006 23:10:04 +0900
2129              Message-Id: <20061017230958.41A2.BQW10602@nifty.com>
2130      Branch: perl
2131            ! pod/perldiag.pod
2132 ____________________________________________________________________________
2133 [ 29029] By: stevep                                on 2006/10/17  12:42:04
2134         Log: Upgrade to CPAN-1.88_55.
2135      Branch: perl
2136            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE
2137 ____________________________________________________________________________
2138 [ 29028] By: rgs                                   on 2006/10/17  07:44:09
2139         Log: Less brace nesting.
2140      Branch: perl
2141            ! toke.c
2142 ____________________________________________________________________________
2143 [ 29027] By: rgs                                   on 2006/10/16  12:59:07
2144         Log: The "Unrecognized escape" warning can now be emitted in category
2145              "regexp" after change 29026 
2146      Branch: perl
2147            ! pod/perldiag.pod
2148 ____________________________________________________________________________
2149 [ 29026] By: rgs                                   on 2006/10/16  12:55:28
2150         Log: Subject: [PATCH] remove leaveit from toke.c:scan_const
2151              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2152              Date: Sun, 15 Oct 2006 22:23:00 +0900
2153              Message-Id: <20061015222223.BC38.BQW10602@nifty.com>
2154      Branch: perl
2155            ! pod/perlop.pod t/lib/warnings/regcomp t/lib/warnings/toke
2156            ! t/op/pat.t t/op/regmesg.t toke.c
2157 ____________________________________________________________________________
2158 [ 29025] By: rgs                                   on 2006/10/16  09:26:17
2159         Log: Subject: [PATCH] Re: sprintf 64 test
2160              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2161              Date: Sun, 15 Oct 2006 16:51:34 +0900
2162              Message-Id: <20061015165052.77AD.BQW10602@nifty.com>
2163              
2164              1. nullify 0 flag in integer conversions when precision is given
2165              2. ignore space after a plus sign as a sign for a nonnegative number
2166              3. make a negative precision through * working as if the precision
2167              is omitted
2168      Branch: perl
2169            ! pod/perlfunc.pod sv.c t/op/sprintf.t t/op/sprintf2.t
2170 ____________________________________________________________________________
2171 [ 29024] By: nicholas                              on 2006/10/16  04:41:30
2172         Log: Fix change 28770 to cope with the strange 32 bit bool type on VMS.
2173              (I should have seen this one coming - the two structures weren't
2174              textually identical)
2175      Branch: perl
2176            ! cop.h
2177 ____________________________________________________________________________
2178 [ 29023] By: stevep                                on 2006/10/15  17:17:32
2179         Log: Upgrade to Time-HiRes-1.93.
2180      Branch: perl
2181            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
2182            ! ext/Time/HiRes/t/HiRes.t
2183 ____________________________________________________________________________
2184 [ 29020] By: stevep                                on 2006/10/14  23:18:29
2185         Log: Upgrade to CPAN-1.88_54.
2186      Branch: perl
2187            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
2188 ____________________________________________________________________________
2189 [ 29019] By: stevep                                on 2006/10/14  23:11:23
2190         Log: Upgrade to Digest-SHA-5.44.
2191      Branch: perl
2192            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
2193            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/SHA.xs
2194            ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c
2195            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
2196            ! ext/Digest/SHA/src/sha.h
2197 ____________________________________________________________________________
2198 [ 29018] By: nicholas                              on 2006/10/14  23:06:52
2199         Log: Avoid undefined behaviour for -DPERL_MEM_LOG by not using a
2200              dereference of member of the structure being reallocated as part of
2201              the size calculation. (This one was well hidden by macros)
2202      Branch: perl
2203            ! regcomp.c
2204 ____________________________________________________________________________
2205 [ 29017] By: stevep                                on 2006/10/14  23:00:35
2206         Log: Upgrade to XSLoader-0.07.
2207      Branch: perl
2208            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
2209 ____________________________________________________________________________
2210 [ 29016] By: nicholas                              on 2006/10/14  22:40:00
2211         Log: Avoid undefined behaviour for -DPERL_MEM_LOG by not using a direct
2212              dereference of member of the structure being reallocated as part of
2213              the size calculation. (There may be other similar bugs).
2214      Branch: perl
2215            ! regcomp.c
2216 ____________________________________________________________________________
2217 [ 29015] By: nicholas                              on 2006/10/14  20:38:59
2218         Log: Use Perl_croak_nocontext() rather than Perl_croak() for the snprintf()
2219              and vsnprintf() macros.
2220      Branch: perl
2221            ! perl.h
2222 ____________________________________________________________________________
2223 [ 29012] By: nicholas                              on 2006/10/14  14:32:28
2224         Log: Fix typo.
2225      Branch: perl
2226            ! Changes
2227 ____________________________________________________________________________
2228 [ 29011] By: nicholas                              on 2006/10/13  20:35:44
2229         Log: Subject: Re: SVpvs vs SVpvn
2230              From: Jim Cromie <jim.cromie@gmail.com>
2231              Message-ID: <452FED1D.1000504@gmail.com>
2232              Date: Fri, 13 Oct 2006 13:46:37 -0600
2233              
2234              plus the last newSVpvn() in toke.c that his regexp missed.
2235      Branch: perl
2236            ! toke.c
2237 ____________________________________________________________________________
2238 [ 29010] By: stevep                                on 2006/10/13  14:11:04
2239         Log: Upgrade to Time-HiRes-1.92.
2240      Branch: perl
2241            + ext/Time/HiRes/hints/aix.pl
2242            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
2243            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
2244            ! ext/Time/HiRes/t/HiRes.t
2245 ____________________________________________________________________________
2246 [ 29009] By: nicholas                              on 2006/10/13  13:53:16
2247         Log: Correct one "parenthesis" to "parentheses".
2248      Branch: perl
2249            ! pod/perlre.pod
2250 ____________________________________________________________________________
2251 [ 29008] By: rgs                                   on 2006/10/13  12:12:04
2252         Log: Don't bother checking for bad characters in prototypes if we're not
2253              going to warn about them.
2254      Branch: perl
2255            ! toke.c
2256 ____________________________________________________________________________
2257 [ 29007] By: rgs                                   on 2006/10/13  11:27:54
2258         Log: Subject: [PATCH] compiler warning noreturn
2259              From: "Robin Barker" <Robin.Barker@npl.co.uk>
2260              Date: Fri, 13 Oct 2006 11:49:11 +0100
2261              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A70@exchsvr1.npl.ad.local>
2262      Branch: perl
2263            ! doio.c
2264 ____________________________________________________________________________
2265 [ 29006] By: rgs                                   on 2006/10/13  09:15:43
2266         Log: Fix nit in possessive quantifier descriptions.
2267              Add some =head3 headings.
2268      Branch: perl
2269            ! pod/perlre.pod
2270 ____________________________________________________________________________
2271 [ 29005] By: rgs                                   on 2006/10/13  09:02:05
2272         Log: Subject: [PATCH] Add possessive quantifiers to regex engine.
2273              From: demerphq <demerphq@gmail.com>
2274              Date: Thu, 12 Oct 2006 21:23:15 +0200
2275              Message-ID: <9b18b3110610121223m191e47ddtce3398cb0e8ba320@mail.gmail.com>
2276              
2277              With doc tweaks
2278      Branch: perl
2279            ! pod/perl595delta.pod pod/perlre.pod pod/perltodo.pod regcomp.c
2280            ! regcomp.h t/op/re_tests t/op/regexp.t
2281 ____________________________________________________________________________
2282 [ 29004] By: stevep                                on 2006/10/12  15:07:17
2283         Log: Upgrade to PathTools-3.23.
2284      Branch: perl
2285            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
2286            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
2287 ____________________________________________________________________________
2288 [ 29003] By: rgs                                   on 2006/10/12  14:52:42
2289         Log: Subject: [PATCH] threads::shared 1.04
2290              From: Jerry Hedden <jdhedden@yahoo.com>
2291              Date: Thu, 12 Oct 2006 07:47:37 -0700 (PDT)
2292              Message-ID: <20061012144737.56305.qmail@web30207.mail.mud.yahoo.com>
2293      Branch: perl
2294            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
2295            ! ext/threads/shared/shared.pm
2296 ____________________________________________________________________________
2297 [ 29002] By: rgs                                   on 2006/10/12  14:26:37
2298         Log: Subject: [PATCH] threads 1.44
2299              From: Jerry Hedden <jdhedden@yahoo.com>
2300              Date: Wed, 11 Oct 2006 05:57:43 -0700 (PDT)
2301              Message-ID: <20061011125743.68567.qmail@web30211.mail.mud.yahoo.com>
2302      Branch: perl
2303            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
2304            ! ext/threads/threads.pm
2305 ____________________________________________________________________________
2306 [ 29001] By: rgs                                   on 2006/10/12  14:19:33
2307         Log: Subject: [PATCH] fix format errors; was RE: g++ compile and make test 100%
2308              From: "Robin Barker" <Robin.Barker@npl.co.uk>
2309              Date: Wed, 11 Oct 2006 17:02:01 +0100
2310              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A69@exchsvr1.npl.ad.local>
2311      Branch: perl
2312            ! regcomp.c
2313 ____________________________________________________________________________
2314 [ 29000] By: rgs                                   on 2006/10/12  14:03:55
2315         Log: Subject: [PATCH] RE: g++ compile and make test 100%
2316              From: "Robin Barker" <Robin.Barker@npl.co.uk>
2317              Date: Wed, 11 Oct 2006 16:58:10 +0100
2318              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A68@exchsvr1.npl.ad.local>
2319      Branch: perl
2320            ! ext/ODBM_File/t/odbm.t
2321 ____________________________________________________________________________
2322 [ 28999] By: rgs                                   on 2006/10/12  13:57:57
2323         Log: Subject: [PATCH] More regexp documentation
2324              From: demerphq <demerphq@gmail.com>
2325              Date: Thu, 12 Oct 2006 14:45:25 +0200
2326              Message-ID: <9b18b3110610120545m3002e17cqace30f908b0e2277@mail.gmail.com>
2327      Branch: perl
2328            ! pod/perlre.pod pod/perlreguts.pod regcomp.c
2329 ____________________________________________________________________________
2330 [ 28998] By: rgs                                   on 2006/10/12  08:43:20
2331         Log: Subject: [PATCH] Add Regex conditionals. Various bugfixes. More tests.
2332              From: demerphq <demerphq@gmail.com>
2333              Date: Thu, 12 Oct 2006 00:46:50 +0200
2334              Message-ID: <9b18b3110610111546j74ca490dg21bd9fd1e7e10d42@mail.gmail.com>
2335      Branch: perl
2336            ! embed.fnc embed.h pod/perlre.pod proto.h regcomp.c regcomp.sym
2337            ! regexec.c regnodes.h t/op/pat.t t/op/re_tests
2338 ____________________________________________________________________________
2339 [ 28997] By: rgs                                   on 2006/10/11  15:01:52
2340         Log: Subject: RE: g++ compile and make test 100%
2341              From: "Robin Barker" <Robin.Barker@npl.co.uk>
2342              Date: Wed, 11 Oct 2006 15:29:43 +0100
2343              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A65@exchsvr1.npl.ad.local>
2344      Branch: perl
2345            ! ext/NDBM_File/typemap
2346 ____________________________________________________________________________
2347 [ 28996] By: stevep                                on 2006/10/11  14:48:45
2348         Log: Fix typo in NDBM_File.xs and bump up the version number.
2349      Branch: perl
2350            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
2351 ____________________________________________________________________________
2352 [ 28995] By: rgs                                   on 2006/10/11  09:59:15
2353         Log: Fix aliasing to an non-existent element of %+
2354              (by Yves Orton)
2355      Branch: perl
2356            ! hv.c
2357 ____________________________________________________________________________
2358 [ 28994] By: rgs                                   on 2006/10/11  09:38:37
2359         Log: Update comment (by Yves Orton), plus POD fixes
2360      Branch: perl
2361            ! ext/re/re.pm
2362 ____________________________________________________________________________
2363 [ 28993] By: rgs                                   on 2006/10/11  08:03:03
2364         Log: Missing % in format string
2365      Branch: perl
2366            ! perl.h
2367 ____________________________________________________________________________
2368 [ 28992] By: merijn                                on 2006/10/11  07:02:56
2369         Log: Subject: [PATCH] ext re: C++: EXTERN_C needed, and where did sub install() go?
2370              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
2371              Date: Wed, 11 Oct 2006 09:53:59 +0300 (EEST)
2372              Message-Id: <20061011065359.DFC4C8B3A1@seth.hut.fi>
2373      Branch: perl
2374            ! ext/re/re.pm ext/re/re.xs
2375 ____________________________________________________________________________
2376 [ 28991] By: stevep                                on 2006/10/11  00:52:58
2377         Log: Grrr...moved the files, but forgot to update Soundex.pm
2378      Branch: perl
2379            ! ext/Text/Soundex/Soundex.pm
2380 ____________________________________________________________________________
2381 [ 28990] By: rgs                                   on 2006/10/10  16:26:31
2382         Log: Subject: [PATCH] C++: class is a keyword
2383              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
2384              Date: Tue, 10 Oct 2006 19:20:26 +0300 (EEST)
2385              Message-Id: <20061010162026.190BE8B37C@seth.hut.fi>
2386      Branch: perl
2387            ! lib/ExtUtils/ParseXS/t/XSTest.xs
2388 ____________________________________________________________________________
2389 [ 28989] By: rgs                                   on 2006/10/10  16:23:48
2390         Log: Adjust test count for ExtUtils::Command
2391      Branch: perl
2392            ! lib/ExtUtils/t/eu_command.t
2393 ____________________________________________________________________________
2394 [ 28988] By: stevep                                on 2006/10/10  15:04:09
2395         Log: Upgrade to ExtUtils-Manifest-1.49.
2396      Branch: perl
2397            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
2398 ____________________________________________________________________________
2399 [ 28987] By: stevep                                on 2006/10/10  15:01:21
2400         Log: Upgrade to ExtUtils-Command-1.12.
2401      Branch: perl
2402            ! lib/ExtUtils/Command.pm lib/ExtUtils/t/eu_command.t
2403 ____________________________________________________________________________
2404 [ 28986] By: stevep                                on 2006/10/10  14:49:47
2405         Log: Upgrade to CPAN-1.88_53.
2406      Branch: perl
2407            ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Queue.pm
2408            ! lib/CPAN/SIGNATURE
2409 ____________________________________________________________________________
2410 [ 28985] By: rgs                                   on 2006/10/10  14:36:49
2411         Log: Subject: [perl #40473] sprintf width+precision fails on wide chars 
2412              From: Anatoly Vorobey (via RT) <perlbug-followup@perl.org>
2413              Date: Sun, 08 Oct 2006 17:58:16 -0700
2414              Message-ID: <rt-3.5.HEAD-31259-1160355496-1702.40473-75-0@perl.org>
2415      Branch: perl
2416            ! sv.c t/op/sprintf2.t
2417 ____________________________________________________________________________
2418 [ 28984] By: stevep                                on 2006/10/10  14:33:53
2419         Log: Upgrade to ExtUtils-Makemaker-6.31.
2420      Branch: perl
2421            ! lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
2422            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
2423            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_AIX.pm
2424            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
2425            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
2426            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
2427            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_QNX.pm
2428            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
2429            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_VOS.pm
2430            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
2431            ! lib/ExtUtils/MY.pm lib/ExtUtils/MakeMaker.pm
2432            ! lib/ExtUtils/MakeMaker/Config.pm
2433            ! lib/ExtUtils/MakeMaker/bytes.pm
2434            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Mkbootstrap.pm
2435            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/README
2436            ! lib/ExtUtils/TODO lib/ExtUtils/t/basic.t
2437            ! lib/ExtUtils/testlib.pm
2438 ____________________________________________________________________________
2439 [ 28983] By: stevep                                on 2006/10/10  14:05:52
2440         Log: Update to PathTools-3.22.
2441      Branch: perl
2442            ! ext/Cwd/Changes ext/Text/Soundex/Soundex.xs lib/Cwd.pm
2443            ! lib/File/Spec.pm lib/File/Spec/Unix.pm lib/File/Spec/t/Spec.t
2444            ! lib/File/Spec/t/crossplatform.t
2445 ____________________________________________________________________________
2446 [ 28982] By: merijn                                on 2006/10/10  14:02:16
2447         Log: New shiny models
2448      Branch: perl
2449            ! README.hpux
2450 ____________________________________________________________________________
2451 [ 28981] By: rgs                                   on 2006/10/10  13:13:18
2452         Log: Subject: [PATCH] Regexp Recurse by name.
2453              From: demerphq <demerphq@gmail.com>
2454              Date: Mon, 9 Oct 2006 20:36:20 +0200
2455              Message-ID: <9b18b3110610091136g48e5b154tf16d00d38e80a6dc@mail.gmail.com>
2456              
2457              (with doc nits)
2458      Branch: perl
2459            ! embed.fnc embed.h ext/re/re.pm pod/perlre.pod proto.h
2460            ! regcomp.c t/op/re_tests
2461 ____________________________________________________________________________
2462 [ 28980] By: rgs                                   on 2006/10/10  11:25:58
2463         Log: Subject: [PATCH] enc2xs and C++: add extern "C" to  data
2464              From: Jarkko Hietaniemi <jhi@iki.fi>
2465              Date: Tue, 10 Oct 2006 13:52:57 +0300
2466              Message-ID: <452B7B89.201@iki.fi>
2467      Branch: perl
2468            ! ext/Encode/bin/enc2xs
2469 ____________________________________________________________________________
2470 [ 28979] By: rgs                                   on 2006/10/10  11:20:19
2471         Log: Subject: [PATCH] Linux and Solaris hints: C++ vs dlerror
2472              From: Jarkko Hietaniemi <jhi@iki.fi>
2473              Date: Tue, 10 Oct 2006 14:00:40 +0300
2474              Message-ID: <452B7D58.1090009@iki.fi>
2475      Branch: perl
2476            ! hints/linux.sh hints/solaris_2.sh
2477 ____________________________________________________________________________
2478 [ 28978] By: steveh                                on 2006/10/10  10:25:06
2479         Log: Updates for building on Win32 with Visual C++ 2005 Express Edition
2480              
2481              Add some instructions in README.win32, clarify macro comments and add
2482              missing macros to makefile.mk, and drop the GLOBEXEBUILD macro from
2483              Makefile--the Express Edition of Visual C++ 2005 is free and includes
2484              setargv.obj, so there is no need to support the .NET 2.0 SDK compiler
2485              which didn't include it.
2486              
2487              Unfortunately, the build still doesn't work yet--my attempt got as far
2488              as building extensions, but miniperl.exe crashed.  Hopefully this can
2489              be sorted out soon.
2490      Branch: perl
2491            ! README.win32 win32/Makefile win32/makefile.mk
2492 ____________________________________________________________________________
2493 [ 28977] By: craigb                                on 2006/10/10  03:29:50
2494         Log: fix a doc typo and a warning typo in VMS::DCLsym
2495      Branch: perl
2496            ! vms/ext/DCLsym/DCLsym.pm
2497 ____________________________________________________________________________
2498 [ 28976] By: stevep                                on 2006/10/09  20:17:07
2499         Log: Make g++ happy when compiling NDBM_File on a system that
2500              is likely using the GDBM compatibility headers that 
2501              g++ (and other C++ implementations) cannot handle.
2502      Branch: perl
2503            ! ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.xs
2504 ____________________________________________________________________________
2505 [ 28975] By: davem                                 on 2006/10/09  16:35:02
2506         Log: fix bad free in do_exec3()
2507      Branch: perl
2508            ! doio.c
2509 ____________________________________________________________________________
2510 [ 28974] By: rgs                                   on 2006/10/09  14:29:52
2511         Log: Subject: [PATCH] Encode.xs: add an explicit cast to make g++ happier
2512              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
2513              Date: Mon,  9 Oct 2006 16:54:12 +0300 (EEST)
2514              Message-Id: <20061009135412.47F7A8B3A0@seth.hut.fi>
2515      Branch: perl
2516            ! ext/Encode/Encode.xs
2517 ____________________________________________________________________________
2518 [ 28973] By: rgs                                   on 2006/10/09  14:13:25
2519         Log: Address update for Jerry D. Hedden
2520      Branch: perl
2521            ! AUTHORS
2522 ____________________________________________________________________________
2523 [ 28972] By: rgs                                   on 2006/10/09  12:53:40
2524         Log: Update perldelta for recent regexp changes, based on a text by Yves Orton.
2525      Branch: perl
2526            ! pod/perl595delta.pod
2527 ____________________________________________________________________________
2528 [ 28971] By: rgs                                   on 2006/10/09  12:28:11
2529         Log: Subject: [PATCH] Digest::SHA 5.43_01 - ANSIfy src/hmac.c
2530              From: Jarkko Hietaniemi <jhi@iki.fi>
2531              Date: Mon, 09 Oct 2006 14:24:09 +0300
2532              Message-ID: <452A3159.3060003@iki.fi>
2533      Branch: perl
2534            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/hmac.c
2535 ____________________________________________________________________________
2536 [ 28970] By: rgs                                   on 2006/10/09  10:32:06
2537         Log: Add perl595delta
2538      Branch: perl
2539            + pod/perl595delta.pod
2540            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
2541            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
2542            ! win32/pod.mak
2543 ____________________________________________________________________________
2544 [ 28969] By: rgs                                   on 2006/10/09  10:11:09
2545         Log: Bump version to 5.9.5
2546      Branch: perl
2547            ! Cross/config.sh-arm-linux NetWare/Makefile NetWare/config_H.wc
2548            ! epoc/config.sh epoc/createpkg.pl patchlevel.h
2549            ! plan9/config.plan9 win32/Makefile win32/Makefile.ce
2550            ! win32/config_H.bc win32/config_H.ce win32/config_H.gc
2551            ! win32/config_H.vc win32/config_H.vc64 win32/makefile.mk
2552 ____________________________________________________________________________
2553 [ 28968] By: rgs                                   on 2006/10/09  10:02:08
2554         Log: Subject: Re: [PATCH] regexec.c: goto crossing initialization
2555              From: Jarkko Hietaniemi <jhi@iki.fi>
2556              Date: Mon, 09 Oct 2006 12:47:11 +0300
2557              Message-ID: <452A1A9F.4080103@iki.fi>
2558      Branch: perl
2559            ! regexec.c
2560 ____________________________________________________________________________
2561 [ 28967] By: rgs                                   on 2006/10/08  19:53:10
2562         Log: Subject: Re: [perl #40468] Not OK: perl 5.9.4 +patchaperlup: on i686-linux-64int 2.6.17-2-k7 (UNINSTALLED)
2563              From: demerphq <demerphq@gmail.com>
2564              Date: Sun, 8 Oct 2006 20:14:24 +0200
2565              Message-ID: <9b18b3110610081114g11dabafaw860181598ab54bd6@mail.gmail.com>
2566      Branch: perl
2567            ! hv.c regcomp.c t/op/pat.t
2568 ____________________________________________________________________________
2569 [ 28966] By: rgs                                   on 2006/10/08  19:39:00
2570         Log: Revert change 28962 (at least until a better solution is found)
2571      Branch: perl
2572            ! XSUB.h perl.h sv.c
2573 ____________________________________________________________________________
2574 [ 28965] By: rgs                                   on 2006/10/08  17:07:42
2575         Log: Clarifications on the usage of setlocale() and LC_NUMERIC to
2576              affect the decimal point in output, by Jarkko.
2577      Branch: perl
2578            ! pod/perldata.pod pod/perlfunc.pod pod/perllocale.pod
2579 ____________________________________________________________________________
2580 [ 28964] By: nicholas                              on 2006/10/08  00:25:07
2581         Log: Document the growth policy, and Yves suggested a better arbitary
2582              constant. (The original plan was add 80 if free space is less than 80,
2583              which wasn't a noticable improvement. Hence 40 was 80/2 for plan B)
2584      Branch: perl
2585            ! ext/Data/Dumper/Dumper.xs
2586 ____________________________________________________________________________
2587 [ 28963] By: nicholas                              on 2006/10/07  23:42:56
2588         Log: Yves said that the XS version of Data::Dumper was inefficient because
2589              it keeps triggering realloc() due to sv_cat(). Here's a rather brute
2590              force approach to pre-stretching the buffer - if there are less than
2591              40 bytes free, grow it by 50%.
2592              
2593              Surprisingly effective for my test program
2594              ./perl -Ilib -MData::Dumper -MStorable=retrieve -we \
2595              'print Dumper(retrieve(shift))' ~/.cpan/Metadata >/dev/null
2596              
2597              Before
2598              real    2m42.921s
2599              user    1m43.321s
2600              sys     0m55.611s
2601              
2602              
2603              After
2604              real    0m5.205s
2605              user    0m4.885s
2606              sys     0m0.255s
2607              
2608              Same 25M of output, byte for byte. :-)
2609      Branch: perl
2610            ! ext/Data/Dumper/Dumper.xs
2611 ____________________________________________________________________________
2612 [ 28962] By: nicholas                              on 2006/10/07  22:24:28
2613         Log: No need to create a new magic vtable if it's all 0 pointers.
2614              [And these are function pointers, so they're not NULL :-)]
2615      Branch: perl
2616            ! XSUB.h perl.h sv.c
2617 ____________________________________________________________________________
2618 [ 28961] By: nicholas                              on 2006/10/07  22:06:19
2619         Log: Make reference stringification (blessed and unblessed) about as fast as
2620              is possible, because I'm told it's used quite frequently.
2621      Branch: perl
2622            ! sv.c
2623 ____________________________________________________________________________
2624 [ 28960] By: nicholas                              on 2006/10/07  17:16:01
2625         Log: Use packed addresses for the seen tracking hash, rather than
2626              "stringified" references. These use less memory, and should be faster
2627              as there is no call to sprintf().
2628      Branch: perl
2629            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
2630 ____________________________________________________________________________
2631 [ 28959] By: nicholas                              on 2006/10/07  16:08:04
2632         Log: Eliminate two more unneeded strlen()s from Dumper.xs
2633      Branch: perl
2634            ! ext/Data/Dumper/Dumper.xs
2635 ____________________________________________________________________________
2636 [ 28958] By: rgs                                   on 2006/10/07  16:01:55
2637         Log: Subject: [PATCH] threads 1.43 - stringify
2638              From: Jerry Hedden <jdhedden@yahoo.com>
2639              Date: Fri, 6 Oct 2006 12:19:41 -0700 (PDT)
2640              Message-ID: <20061006191941.22457.qmail@web30205.mail.mud.yahoo.com>
2641      Branch: perl
2642            - ext/threads/typemap
2643            ! MANIFEST ext/threads/Changes ext/threads/Makefile.PL
2644            ! ext/threads/README ext/threads/t/basic.t
2645            ! ext/threads/t/thread.t ext/threads/threads.pm
2646 ____________________________________________________________________________
2647 [ 28957] By: rgs                                   on 2006/10/07  14:30:32
2648         Log: Subject: Re: [PATCH] Initial attempt at named captures for perls regexp engine
2649              From: demerphq <demerphq@gmail.com>
2650              Date: Fri, 6 Oct 2006 19:16:01 +0200
2651              Message-ID: <9b18b3110610061016x5ddce965u30d9a821f632d450@mail.gmail.com>
2652      Branch: perl
2653            ! XSUB.h doop.c dump.c embed.fnc embed.h gv.c hv.c perl.h
2654            ! pod/perlre.pod pod/perltodo.pod pod/perlvar.pod pp.c proto.h
2655            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
2656            ! sv.c t/op/pat.t t/op/re_tests t/op/regexp.t toke.c
2657 ____________________________________________________________________________
2658 [ 28956] By: nicholas                              on 2006/10/07  13:53:36
2659         Log: Change sprintf() to my_sprintf(), and use the returnled length from
2660              that and my_snprintf() to avoid calls to strlen()
2661      Branch: perl
2662            ! ext/Data/Dumper/Dumper.xs
2663 ____________________________________________________________________________
2664 [ 28955] By: merijn                                on 2006/10/07  11:56:31
2665         Log: Subject: [PATCH] cflags.SH: strip -std=c89 for g++
2666              From: Jarkko Hietaniemi <jhi@iki.fi>
2667              Date: Sat, 07 Oct 2006 13:37:04 +0300
2668              Message-ID: <45278350.8020707@iki.fi>
2669      Branch: perl
2670            ! cflags.SH
2671 ____________________________________________________________________________
2672 [ 28954] By: merijn                                on 2006/10/07  11:52:04
2673         Log: Subject: [PATCH] another g++ patch (Util.xs)
2674              From: "Paul Marquess" <paul.marquess@ntlworld.com>
2675              Date: Fri, 6 Oct 2006 11:14:03 +0100
2676              Message-ID: <00ea01c6e930$269f3d70$4e3c140a@myopwv.com>
2677      Branch: perl
2678            ! ext/List/Util/Util.xs
2679 ____________________________________________________________________________
2680 [ 28953] By: stevep                                on 2006/10/07  01:34:15
2681         Log: Upgrade to Test-Harness-2.64
2682      Branch: perl
2683            + lib/Test/Harness/Results.pm
2684            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
2685            ! lib/Test/Harness/Straps.pm lib/Test/Harness/Util.pm
2686            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
2687            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/failure.t
2688            ! lib/Test/Harness/t/prove-switches.t
2689            ! lib/Test/Harness/t/strap-analyze.t
2690            ! lib/Test/Harness/t/test-harness.t
2691 ____________________________________________________________________________
2692 [ 28952] By: nicholas                              on 2006/10/06  21:56:46
2693         Log: Make the executable slightly smaller by using PL_hexdigit in
2694              Perl_sv_vcatpvfn.
2695      Branch: perl
2696            ! sv.c
2697 ____________________________________________________________________________
2698 [ 28951] By: nicholas                              on 2006/10/06  21:27:13
2699         Log: Fix typo spotted by Rafael. Close the file handle explicity and check
2700              for errors. Add overload.pl to regen.pl
2701      Branch: perl
2702            ! overload.pl regen.pl
2703 ____________________________________________________________________________
2704 [ 28950] By: nicholas                              on 2006/10/06  21:19:26
2705         Log: Generate the overload enum and names array programatically, which
2706              allows experimentation with the order. The new order shaves nearly
2707              900 bytes from gv.o, because the compiler can make smaller branch
2708              tables for switch statements.
2709      Branch: perl
2710            + overload.h overload.pl
2711            ! MANIFEST perl.h
2712 ____________________________________________________________________________
2713 [ 28949] By: nicholas                              on 2006/10/06  21:01:00
2714         Log: Reoder struct am_table and am_table_short to save 8 bytes on LP64
2715              systems, by placing the two U32 fields next to each other.
2716      Branch: perl
2717            ! perl.h
2718 ____________________________________________________________________________
2719 [ 28948] By: stevep                                on 2006/10/06  20:02:48
2720         Log: Upgrade to PathTools-3.21
2721      Branch: perl
2722            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
2723            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
2724            ! lib/File/Spec/t/Spec.t
2725 ____________________________________________________________________________
2726 [ 28947] By: nicholas                              on 2006/10/06  18:05:45
2727         Log: Don't bother generating the "Operation \"%s\": no method found..."
2728              message text if we're not going to use it.
2729      Branch: perl
2730            ! gv.c
2731 ____________________________________________________________________________
2732 [ 28946] By: davem                                 on 2006/10/05  18:16:19
2733         Log: Document the new regmatch() backtracking mechanism
2734      Branch: perl
2735            ! regexec.c
2736 ____________________________________________________________________________
2737 [ 28945] By: davem                                 on 2006/10/05  16:05:57
2738         Log: remove REGMATCH detritus and shrink the size of the backtrack structure
2739      Branch: perl
2740            ! regexec.c regexp.h
2741 ____________________________________________________________________________
2742 [ 28944] By: davem                                 on 2006/10/05  14:00:38
2743         Log: migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigm
2744      Branch: perl
2745            ! regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
2746 ____________________________________________________________________________
2747 [ 28943] By: rgs                                   on 2006/10/05  12:39:53
2748         Log: Subject: Re: [perl #8835] fairly large regex optimization bug with 5.7.3
2749              From: demerphq <demerphq@gmail.com>
2750              Date: Wed, 4 Oct 2006 19:08:47 +0200
2751              Message-ID: <9b18b3110610041008v2bd63d14g9294f93804122dec@mail.gmail.com>
2752      Branch: perl
2753            ! regcomp.c regcomp.h
2754 ____________________________________________________________________________
2755 [ 28942] By: rgs                                   on 2006/10/05  12:23:24
2756         Log: Nit in regcomp, discovered by a gcc warning, fixed by Yves
2757      Branch: perl
2758            ! regcomp.c
2759 ____________________________________________________________________________
2760 [ 28941] By: rgs                                   on 2006/10/05  12:20:28
2761         Log: Fix a couple of casting warnings
2762      Branch: perl
2763            ! regcomp.c
2764 ____________________________________________________________________________
2765 [ 28940] By: stevep                                on 2006/10/05  11:30:56
2766         Log: Fix a few pod nits in perlre.
2767      Branch: perl
2768            ! pod/perlre.pod
2769 ____________________________________________________________________________
2770 [ 28939] By: rgs                                   on 2006/10/05  10:23:08
2771         Log: Subject: Re: [PATCH] Add recursive regexes similar to PCRE
2772              From: demerphq <demerphq@gmail.com>
2773              Date: Wed, 4 Oct 2006 15:45:15 +0200
2774              Message-ID: <9b18b3110610040645s563220a2id6f235494b497e90@mail.gmail.com>
2775              
2776              Subject: Re: [PATCH] Add recursive regexes similar to PCRE
2777              From: demerphq <demerphq@gmail.com>
2778              Date: Wed, 4 Oct 2006 21:05:10 +0200
2779              Message-ID: <9b18b3110610041205m2660eb43m1315cf4b0653db96@mail.gmail.com>
2780      Branch: perl
2781            ! embed.fnc embed.h pod/perlre.pod pod/perltodo.pod proto.h
2782            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c regexp.h
2783            ! regnodes.h t/op/pat.t t/op/re_tests
2784 ____________________________________________________________________________
2785 [ 28938] By: rgs                                   on 2006/10/05  08:43:25
2786         Log: Upgrade to Module::CoreList 2.09:
2787              - make the dependency on version.pm optional
2788              - improve doc of corelist(1)
2789      Branch: perl
2790            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
2791 ____________________________________________________________________________
2792 [ 28937] By: rgs                                   on 2006/10/05  08:00:57
2793         Log: Change md5sum of MD5.xs after change 28936 (on UNIX, might
2794              need adjustments on other platforms)
2795      Branch: perl
2796            ! ext/Digest/MD5/t/files.t
2797 ____________________________________________________________________________
2798 [ 28936] By: stevep                                on 2006/10/04  19:56:13
2799         Log: Change to sv_reftype return value caused compile for Digest::MD5
2800              with g++ to fail.
2801      Branch: perl
2802            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
2803 ____________________________________________________________________________
2804 [ 28935] By: stevep                                on 2006/10/04  19:44:58
2805         Log: Subject: [PATCH] Give zlib the ASNI C treatmant
2806              From: "Paul Marquess" <paul.marquess@ntlworld.com>
2807              Date: Wed, 4 Oct 2006 17:14:05 +0100
2808              Message-ID: <018901c6e7d0$1f06c8f0$7565140a@myopwv.com>
2809      Branch: perl
2810            ! ext/Compress/Raw/Zlib/zlib-src/adler32.c
2811            ! ext/Compress/Raw/Zlib/zlib-src/compress.c
2812            ! ext/Compress/Raw/Zlib/zlib-src/crc32.c
2813            ! ext/Compress/Raw/Zlib/zlib-src/deflate.c
2814            ! ext/Compress/Raw/Zlib/zlib-src/infback.c
2815            ! ext/Compress/Raw/Zlib/zlib-src/inffast.c
2816            ! ext/Compress/Raw/Zlib/zlib-src/inflate.c
2817            ! ext/Compress/Raw/Zlib/zlib-src/inftrees.c
2818            ! ext/Compress/Raw/Zlib/zlib-src/trees.c
2819            ! ext/Compress/Raw/Zlib/zlib-src/uncompr.c
2820            ! ext/Compress/Raw/Zlib/zlib-src/zutil.c
2821 ____________________________________________________________________________
2822 [ 28934] By: stevep                                on 2006/10/04  18:45:37
2823         Log: Fixes to compile Perl with g++ and DEBUGGING.
2824      Branch: perl
2825            ! regcomp.pl regnodes.h x2p/a2p.c
2826 ____________________________________________________________________________
2827 [ 28933] By: rgs                                   on 2006/10/04  07:16:04
2828         Log: Subject: [PATCH] Update Stratus VOS files.
2829              From: "Green, Paul" <Paul.Green@stratus.com>
2830              Date: Tue, 3 Oct 2006 17:40:03 -0400
2831              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB022CA121@EXNA.corp.stratus.com>
2832      Branch: perl
2833            + vos/syslog.h
2834            ! MANIFEST vos/Changes vos/vos.c
2835 ____________________________________________________________________________
2836 [ 28932] By: rgs                                   on 2006/10/03  16:39:58
2837         Log: Text::Soundex is now dual-lived.
2838      Branch: perl
2839            ! Porting/Maintainers.pl
2840 ____________________________________________________________________________
2841 [ 28931] By: rgs                                   on 2006/10/03  15:52:33
2842         Log: Subject: [PATCH] threads-shared 1.03 - Changes, Makefile.PL
2843              From: Jerry Hedden <jdhedden@yahoo.com>
2844              Date: Tue, 3 Oct 2006 07:49:37 -0700 (PDT)
2845              Message-ID: <20061003144937.58522.qmail@web30202.mail.mud.yahoo.com>
2846      Branch: perl
2847            + ext/threads/shared/Changes
2848            ! MANIFEST ext/threads/shared/Makefile.PL
2849 ____________________________________________________________________________
2850 [ 28930] By: stevep                                on 2006/10/03  15:36:55
2851         Log: Upgrade to CGI.pm-3.25
2852      Branch: perl
2853            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Util.pm
2854 ____________________________________________________________________________
2855 [ 28929] By: stevep                                on 2006/10/03  15:08:35
2856         Log: Quiet warnings in new test for ExtUtils::Command.
2857      Branch: perl
2858            ! lib/ExtUtils/t/eu_command.t
2859 ____________________________________________________________________________
2860 [ 28928] By: rgs                                   on 2006/10/03  14:53:33
2861         Log: Subject: PATCH: clarify docs for lib.pm
2862              From: Mark Stosberg <mark@summersault.com>
2863              Date: Mon, 25 Sep 2006 15:53:44 -0400
2864              Message-ID: <20060925195512.27418.qmail@lists.develooper.com>
2865              
2866              (further modified by Merijn)
2867      Branch: perl
2868            ! lib/lib_pm.PL
2869 ____________________________________________________________________________
2870 [ 28927] By: stevep                                on 2006/10/03  14:52:45
2871         Log: Move Text::Soundex from lib/ to ext/ and upgrade it to 
2872              Text-Soundex-3.02.
2873      Branch: perl
2874            + ext/Text/Soundex/Changes ext/Text/Soundex/Makefile.PL
2875            + ext/Text/Soundex/README ext/Text/Soundex/Soundex.pm
2876            + ext/Text/Soundex/Soundex.xs
2877           +> ext/Text/Soundex/t/Soundex.t
2878            - lib/Text/Soundex.pm lib/Text/Soundex.t
2879            ! MANIFEST
2880 ____________________________________________________________________________
2881 [ 28926] By: rgs                                   on 2006/10/03  14:36:59
2882         Log: Subject: [patch] convert spare debug flag to DEBUG_U, for Unofficial, User hacking.
2883              From: Jim Cromie <jim.cromie@gmail.com>
2884              Date: Fri, 29 Sep 2006 12:38:56 -0600
2885              Message-ID: <451D6840.3020408@gmail.com>
2886      Branch: perl
2887            ! perl.c perl.h
2888 ____________________________________________________________________________
2889 [ 28925] By: rgs                                   on 2006/10/03  14:29:48
2890         Log: Un-TODO some B tests
2891      Branch: perl
2892            ! ext/B/t/optree_constants.t
2893 ____________________________________________________________________________
2894 [ 28924] By: stevep                                on 2006/10/03  13:51:30
2895         Log: Upgrade to version-0.6701  
2896      Branch: perl
2897            ! lib/version.pm
2898 ____________________________________________________________________________
2899 [ 28923] By: stevep                                on 2006/10/03  13:46:26
2900         Log: Upgrade to threads-shared-1.03
2901      Branch: perl
2902            ! ext/threads/shared/README ext/threads/shared/shared.pm
2903            ! ext/threads/shared/shared.xs ext/threads/shared/t/0nothread.t
2904            ! ext/threads/shared/t/av_refs.t
2905            ! ext/threads/shared/t/av_simple.t
2906            ! ext/threads/shared/t/blessed.t ext/threads/shared/t/cond.t
2907            ! ext/threads/shared/t/disabled.t ext/threads/shared/t/hv_refs.t
2908            ! ext/threads/shared/t/hv_simple.t
2909            ! ext/threads/shared/t/no_share.t
2910            ! ext/threads/shared/t/shared_attr.t
2911            ! ext/threads/shared/t/sv_refs.t
2912            ! ext/threads/shared/t/sv_simple.t ext/threads/shared/t/wait.t
2913            ! mkppport.lst
2914 ____________________________________________________________________________
2915 [ 28922] By: stevep                                on 2006/10/03  13:28:30
2916         Log: Upgrade to threads-1.42
2917      Branch: perl
2918            ! ext/threads/Changes ext/threads/README ext/threads/t/libc.t
2919            ! ext/threads/t/thread.t ext/threads/threads.pm
2920 ____________________________________________________________________________
2921 [ 28921] By: stevep                                on 2006/10/03  13:19:48
2922         Log: Upgrade to ExtUtils-Manifest-1.48
2923      Branch: perl
2924            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
2925 ____________________________________________________________________________
2926 [ 28920] By: stevep                                on 2006/10/03  13:13:53
2927         Log: Upgrade to CPAN-1.88_52
2928      Branch: perl
2929            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm
2930            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
2931            ! lib/CPAN/t/10version.t
2932 ____________________________________________________________________________
2933 [ 28919] By: stevep                                on 2006/10/03  13:08:35
2934         Log: Upgrade to Time-HiRes-1.91
2935      Branch: perl
2936            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
2937            ! ext/Time/HiRes/HiRes.xs
2938 ____________________________________________________________________________
2939 [ 28918] By: stevep                                on 2006/10/03  13:06:06
2940         Log: Update to ExtUtils-Command-1.11
2941      Branch: perl
2942            + lib/ExtUtils/t/eu_command.t
2943            - lib/ExtUtils/t/Command.t
2944            ! MANIFEST lib/ExtUtils/Command.pm
2945 ____________________________________________________________________________
2946 [ 28917] By: rgs                                   on 2006/10/03  11:58:46
2947         Log: Subject: [perl #40427] Segfault in pack 
2948              From: dgay@acm.org (via RT) <perlbug-followup@perl.org>
2949              Date: Thu, 28 Sep 2006 17:30:37 -0700
2950              Message-ID: <rt-3.5.HEAD-31259-1159489837-428.40427-75-0@perl.org>
2951      Branch: perl
2952            ! pp_pack.c
2953 ____________________________________________________________________________
2954 [ 28916] By: rgs                                   on 2006/10/03  07:51:03
2955         Log: Regenerate proto.h
2956      Branch: perl
2957            ! proto.h
2958 ____________________________________________________________________________
2959 [ 28915] By: merijn                                on 2006/10/03  06:56:41
2960         Log: Subject: [PATCH] const sv_reftype
2961              From: Jarkko Hietaniemi <jhi@iki.fi>
2962              Date: Tue, 03 Oct 2006 08:05:24 +0300
2963              Message-ID: <4521EF94.5080602@iki.fi>
2964      Branch: perl
2965            ! embed.fnc pod/perlapi.pod sv.c
2966 ____________________________________________________________________________
2967 [ 28914] By: merijn                                on 2006/10/02  20:50:18
2968         Log: Subject: Re: [PATCH] cflags.SH: rethink of the gcc -std=c89 and -pedantic
2969              From: Jarkko Hietaniemi <jhi@iki.fi>
2970              Date: Mon, 02 Oct 2006 13:04:14 +0300
2971              Message-ID: <4520E41E.8040300@iki.fi>
2972      Branch: perl
2973            ! cflags.SH
2974 ____________________________________________________________________________
2975 [ 28913] By: merijn                                on 2006/10/02  11:10:21
2976         Log: doc typo change on jhi's request
2977      Branch: perl
2978            ! pod/perldiag.pod
2979 ____________________________________________________________________________
2980 [ 28912] By: merijn                                on 2006/10/02  10:09:48
2981         Log: Subject: [PATCH] perldiag.pod: followup on the PerlIO::scalar patch
2982              From: Jarkko Hietaniemi <jhi@iki.fi>
2983              Date: Mon, 02 Oct 2006 12:58:18 +0300
2984              Message-ID: <4520E2BA.1000309@iki.fi>
2985      Branch: perl
2986            ! pod/perldiag.pod
2987 ____________________________________________________________________________
2988 [ 28911] By: nicholas                              on 2006/10/01  20:22:02
2989         Log: In PerlIO_debug(), if tainting or set*id, set PL_perlio_debug_fd to -1
2990              first time through to reduce the checks on subsequent calls.
2991      Branch: perl
2992            ! perlio.c
2993 ____________________________________________________________________________
2994 [ 28910] By: nicholas                              on 2006/10/01  19:29:50
2995         Log: In pp_binmode, call mode_from_discipline() once and remember the result.
2996      Branch: perl
2997            ! pp_sys.c
2998 ____________________________________________________________________________
2999 [ 28909] By: stevep                                on 2006/09/30  14:17:55
3000         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.88_51.tar.gz
3001              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
3002              Date: Sat, 30 Sep 2006 13:44:02 +0200
3003              Message-ID: <87ejttmvel.fsf@k75.linux.bogus>
3004      Branch: perl
3005            + lib/CPAN/Queue.pm
3006            ! MANIFEST lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
3007            ! lib/CPAN/HandleConfig.pm lib/CPAN/SIGNATURE
3008            ! lib/CPAN/t/03pkgs.t
3009 ____________________________________________________________________________
3010 [ 28908] By: davem                                 on 2006/09/30  11:31:14
3011         Log: remove backing up outercc->cur in regmatch()/WHILEM
3012      Branch: perl
3013            ! regexec.c
3014 ____________________________________________________________________________
3015 [ 28907] By: davem                                 on 2006/09/30  00:29:10
3016         Log: assert that backing up outercc->cur in regmatch()/WHILEM is not needed
3017      Branch: perl
3018            ! regexec.c
3019 ____________________________________________________________________________
3020 [ 28906] By: davem                                 on 2006/09/30  00:22:20
3021         Log: add stress test for CURLYX/WHILEM regex ops
3022      Branch: perl
3023            ! t/op/pat.t
3024 ____________________________________________________________________________
3025 [ 28905] By: davem                                 on 2006/09/30  00:07:49
3026         Log: rationalise sayYES and sayNO code in regmatch()
3027      Branch: perl
3028            ! regexec.c regexp.h
3029 ____________________________________________________________________________
3030 [ 28904] By: merijn                                on 2006/09/29  17:54:12
3031         Log: Subject: [PATCH] Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns.
3032              From: demerphq <demerphq@gmail.com>
3033              Date: Fri, 29 Sep 2006 17:39:16 +0200
3034              Message-ID: <9b18b3110609290839i58fa703u59259e4ec1d9f2d9@mail.gmail.com>
3035      Branch: perl
3036            ! ext/re/re.pm regcomp.c regcomp.h win32/Makefile
3037 ____________________________________________________________________________
3038 [ 28903] By: stevep                                on 2006/09/29  15:10:41
3039         Log: Subject: [PATCH] PerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling seekand don't talk to negative strangers
3040              From: Jarkko Hietaniemi <jhi@iki.fi>
3041              Date: Fri, 29 Sep 2006 17:41:28 +0300
3042              Message-ID: <451D3098.1000305@iki.fi>
3043      Branch: perl
3044            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
3045            ! pod/perldiag.pod
3046 ____________________________________________________________________________
3047 [ 28902] By: merijn                                on 2006/09/29  15:05:22
3048         Log: Subject: Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re pluggable under threads)
3049              From: demerphq <demerphq@gmail.com>
3050              Date: Fri, 29 Sep 2006 16:57:07 +0200
3051              Message-ID: <9b18b3110609290757n62b3484i7bb948f965524191@mail.gmail.com>
3052      Branch: perl
3053            ! perl.h regcomp.c regexp.h
3054 ____________________________________________________________________________
3055 [ 28901] By: stevep                                on 2006/09/29  13:55:55
3056         Log: Fix debug format in regcomp.c that was failing under
3057              -Doptimize="-g"
3058      Branch: perl
3059            ! regcomp.c
3060 ____________________________________________________________________________
3061 [ 28900] By: merijn                                on 2006/09/29  12:29:24
3062         Log: Subject: Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re pluggable under threads)
3063              From: demerphq <demerphq@gmail.com>
3064              Date: Fri, 29 Sep 2006 12:41:26 +0200
3065              Message-ID: <9b18b3110609290341p11767110sec20a6fee2038a00@mail.gmail.com>
3066      Branch: perl
3067            + ext/re/t/lexical_debug.pl ext/re/t/lexical_debug.t
3068            ! MANIFEST embed.fnc embed.h embedvar.h ext/re/re.pm
3069            ! ext/re/re.xs ext/re/t/re.t op.c perl.h perlapi.h pp.c pp_ctl.c
3070            ! pp_hot.c proto.h regcomp.c regcomp.h regcomp.pl regexec.c
3071            ! regexp.h regnodes.h sv.c thrdvar.h
3072 ____________________________________________________________________________
3073 [ 28899] By: nicholas                              on 2006/09/28  22:15:57
3074         Log: Silence two warnings from gcc when being -pedantic
3075      Branch: perl
3076            ! perl.h
3077 ____________________________________________________________________________
3078 [ 28898] By: merijn                                on 2006/09/28  11:23:38
3079         Log: Subject: Re: reentr reshuffle
3080              From: Jarkko Hietaniemi <jhi@iki.fi>
3081              Date: Thu, 28 Sep 2006 14:15:45 +0300
3082              Message-ID: <451BAEE1.1070509@iki.fi>
3083      Branch: perl
3084            ! reentr.h reentr.pl
3085 ____________________________________________________________________________
3086 [ 28897] By: merijn                                on 2006/09/28  10:36:00
3087         Log: Regen for #28896
3088      Branch: perl
3089            ! reentr.c reentr.h
3090 ____________________________________________________________________________
3091 [ 28896] By: merijn                                on 2006/09/28  10:30:21
3092         Log: Subject: reentr reshuffle
3093              From: Jarkko Hietaniemi <jhi@iki.fi>
3094              Date: Thu, 28 Sep 2006 12:40:04 +0300
3095              Message-ID: <451B9874.7060000@iki.fi>
3096      Branch: perl
3097            ! pod/perlembed.pod pod/perlxs.pod reentr.pl
3098 ____________________________________________________________________________
3099 [ 28895] By: rgs                                   on 2006/09/27  08:45:02
3100         Log: Saddest patch I ever had to apply.
3101      Branch: perl
3102            ! Porting/Maintainers.pl
3103 ____________________________________________________________________________
3104 [ 28894] By: steveh                                on 2006/09/27  08:37:23
3105         Log: I think we need to skip PL_regdupe as well as Perl_regdupe
3106              when USE_ITHREADS is not defined
3107              
3108              See: http://www.nntp.perl.org/group/perl.daily-build.reports/41274
3109      Branch: perl
3110            ! makedef.pl
3111 ____________________________________________________________________________
3112 [ 28893] By: nicholas                              on 2006/09/26  22:29:09
3113         Log: Make Perl_regdupe only exist for threaded perls.
3114      Branch: perl
3115            ! embed.fnc embed.h ext/re/re.xs makedef.pl proto.h regcomp.c
3116            ! thrdvar.h
3117 ____________________________________________________________________________
3118 [ 28892] By: davem                                 on 2006/09/25  22:01:36
3119         Log: Automate generation of the regmatch() state constants
3120              
3121              Subject:  Re: Problem with EVAL handling in bleads iterative regex code.
3122              From:  demerphq <demerphq@gmail.com>
3123              Date:  Mon, 25 Sep 2006 20:09:07 +0200
3124              Message-Id:  <9b18b3110609251109t4cb1d443y87d7a7dc94fcfc24@mail.gmail.com>
3125      Branch: perl
3126            ! regcomp.c regcomp.pl regcomp.sym regexec.c regnodes.h
3127 ____________________________________________________________________________
3128 [ 28891] By: nicholas                              on 2006/09/25  20:47:34
3129         Log: Subject: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re
3130              From: demerphq <demerphq@gmail.com>
3131              Message-ID: <9b18b3110609170557r73d94c18v90285bd57a38b876@mail.gmail.com>
3132              Date: Sun, 17 Sep 2006 14:57:57 +0200
3133      Branch: perl
3134            ! embed.fnc embed.h embedvar.h ext/re/re.xs ext/re/re_top.h
3135            ! global.sym perl.h perlapi.h proto.h regcomp.c sv.c thrdvar.h
3136 ____________________________________________________________________________
3137 [ 28890] By: rgs                                   on 2006/09/25  13:28:24
3138         Log: Remove three X<...> that cannot be handled by pod2text currently
3139              (spotted by David Landgren)
3140      Branch: perl
3141            ! pod/perlref.pod
3142 ____________________________________________________________________________
3143 [ 28889] By: rgs                                   on 2006/09/25  13:10:45
3144         Log: Subject: [PATCH] perlref clarification (was: Re: Is this a bug or a feature?)
3145              From: David Landgren <david@landgren.net>
3146              Date: Mon, 25 Sep 2006 15:03:33 +0200
3147              Message-ID: <4517D3A5.4010200@landgren.net>
3148      Branch: perl
3149            ! pod/perlref.pod
3150 ____________________________________________________________________________
3151 [ 28888] By: davem                                 on 2006/09/25  10:03:41
3152         Log: Fix re debug formatting nits
3153              
3154              From: demerphq <demerphq@gmail.com>
3155              Message-ID: <9b18b3110609250237h4dcf1784s487f1979b2b431b9@mail.gmail.com>
3156              Date: Mon, 25 Sep 2006 11:37:36 +0200
3157              Subject: Re: Problem with EVAL handling in bleads iterative regex code.
3158      Branch: perl
3159            ! regexec.c
3160 ____________________________________________________________________________
3161 [ 28887] By: rgs                                   on 2006/09/25  08:31:37
3162         Log: Typo fix in overload docs
3163      Branch: perl
3164            ! lib/overload.pm
3165 ____________________________________________________________________________
3166 [ 28886] By: nicholas                              on 2006/09/25  07:12:36
3167         Log: Subject: Re: Change 28877: [PATCH] deal with some gcc warnings
3168              From: Jarkko Hietaniemi <jhi@iki.fi>
3169              Message-ID: <45175CA4.3020900@iki.fi>
3170              Date: Mon, 25 Sep 2006 07:35:48 +0300
3171              
3172              remove casts that were causing failure on FreeBSD -Duse64bitint, and
3173              some other cleanups.
3174      Branch: perl
3175            ! doio.c reentr.c reentr.pl
3176 ____________________________________________________________________________
3177 [ 28885] By: davem                                 on 2006/09/25  01:23:31
3178         Log: eliminate PL_regindent and improve -Mre=Debug,STATE output
3179      Branch: perl
3180            ! perl.c regexec.c regexp.h
3181 ____________________________________________________________________________
3182 [ 28884] By: davem                                 on 2006/09/24  22:31:59
3183         Log: fix regression introduced in #27778: must backtrack into inner regex
3184              "aa" =~ /(??{"a+"})a/
3185      Branch: perl
3186            ! regexec.c regexp.h t/op/pat.t t/op/re_tests
3187 ____________________________________________________________________________
3188 [ 28883] By: davem                                 on 2006/09/24  22:03:05
3189         Log: in S_regmatch(), convert state var st->cc into local var cur_curlyx
3190      Branch: perl
3191            ! regexec.c regexp.h
3192 ____________________________________________________________________________
3193 [ 28882] By: davem                                 on 2006/09/24  21:23:28
3194         Log: allow fields in re_tests to include \x{nnn} etc
3195      Branch: perl
3196            ! t/op/re_tests t/op/regexp.t
3197 ____________________________________________________________________________
3198 [ 28881] By: stevep                                on 2006/09/23  16:58:17
3199         Log: Upgrade to CPAN-1.8801.
3200      Branch: perl
3201            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Tarzip.pm
3202 ____________________________________________________________________________
3203 [ 28880] By: rgs                                   on 2006/09/21  15:08:54
3204         Log: Document the values that mad_key can hold
3205              (by Larry)
3206      Branch: perl
3207            ! op.h
3208 ____________________________________________________________________________
3209 [ 28879] By: rgs                                   on 2006/09/21  14:52:15
3210         Log: Subject: RE: Combining UTF-16 output with :crlf is awkward
3211              From: "Jan Dubois" <jand@ActiveState.com>
3212              Date: Thu, 6 Apr 2006 18:37:21 -0700
3213              Message-ID: <0bbe01c659e3$d0c334a0$2217a8c0@candy>
3214      Branch: perl
3215            ! perlio.c
3216 ____________________________________________________________________________
3217 [ 28878] By: merijn                                on 2006/09/21  12:02:14
3218         Log: Subject: Re: \N{...} in regular expression [PATCH]
3219              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3220              Date: Thu, 21 Sep 2006 20:47:02 +0900
3221              Message-Id: <20060921204520.80A6.BQW10602@nifty.com>
3222      Branch: perl
3223            ! pod/perlop.pod
3224 ____________________________________________________________________________
3225 [ 28877] By: rgs                                   on 2006/09/21  07:54:10
3226         Log: Subject: [PATCH] deal with some gcc warnings
3227              From: Jarkko Hietaniemi <jhi@iki.fi>
3228              Date: Thu, 21 Sep 2006 09:08:47 +0300
3229              Message-ID: <45122C6F.9080904@iki.fi>
3230      Branch: perl
3231            ! doio.c reentr.c reentr.pl regcomp.c regexec.c sv.c toke.c
3232            ! util.c
3233 ____________________________________________________________________________
3234 [ 28876] By: stevep                                on 2006/09/21  02:17:30
3235         Log: Subject: [perl #40369] File::Find mishandles non-dangling symlinks
3236              From: ammon@rhythm.com (via RT) <perlbug-followup@perl.org>
3237              Date: Tue, 19 Sep 2006 20:56:32 -0700
3238              Message-ID: <rt-3.5.HEAD-31258-1158724592-1714.40369-75-0@perl.org>
3239      Branch: perl
3240            ! lib/File/Find.pm
3241 ____________________________________________________________________________
3242 [ 28875] By: rgs                                   on 2006/09/20  16:12:14
3243         Log: Deliver SIGILL, SIGBUS and SIGSEGV always in an "unsafe" manner.
3244              
3245              Subject: Safe signals and SIGSEGV
3246              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
3247              Date: Fri, 8 Sep 2006 17:43:41 +0200
3248              Message-ID: <20060908174341.0cc7988f@grubert.mandriva.com>
3249      Branch: perl
3250            ! mg.c
3251 ____________________________________________________________________________
3252 [ 28874] By: rgs                                   on 2006/09/20  15:22:22
3253         Log: prototype() wasn't working to get the prototype of optional core
3254              keywords (like say, err, given.) Fix this by adding a parameter to
3255              Perl_keyword to always get the keyword number, even if the feature
3256              isn't in effect.
3257      Branch: perl
3258            ! embed.fnc embed.h perl_keyword.pl pp.c proto.h t/op/cproto.t
3259            ! toke.c
3260 ____________________________________________________________________________
3261 [ 28873] By: rgs                                   on 2006/09/20  11:53:59
3262         Log: Subject: Re: [PATCH] Patch for win32.c to fix #38723 and #39531
3263              From: Andrew Savige <ajsavige@yahoo.com.au>
3264              Date: Tue, 19 Sep 2006 23:42:31 +1000 (EST)
3265              Message-ID: <20060919134231.87370.qmail@web56407.mail.re3.yahoo.com>
3266      Branch: perl
3267            ! win32/win32.c
3268 ____________________________________________________________________________
3269 [ 28872] By: merijn                                on 2006/09/19  19:09:36
3270         Log: Subject: Re: \N{...} in regular expression [PATCH]
3271              From: demerphq <demerphq@gmail.com>
3272              Date: Tue, 19 Sep 2006 20:36:17 +0200
3273              Message-ID: <9b18b3110609191136v4d595f37pa0a52b8c20851588@mail.gmail.com>
3274      Branch: perl
3275            ! regcomp.c
3276 ____________________________________________________________________________
3277 [ 28871] By: rgs                                   on 2006/09/19  14:05:48
3278         Log: Upgrade to podlators 2.0.5
3279      Branch: perl
3280            + lib/Pod/t/pod-parser.t
3281            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/t/basic.man
3282            ! lib/Pod/t/basic.t lib/Pod/t/filehandle.t lib/Pod/t/man.t
3283 ____________________________________________________________________________
3284 [ 28870] By: merijn                                on 2006/09/19  11:16:11
3285         Log: Changed +DA2.0w to +DD64; Added notes about C ANSI C updates
3286              on HP-UX 11.00.
3287      Branch: perl
3288            ! README.hpux
3289 ____________________________________________________________________________
3290 [ 28869] By: rgs                                   on 2006/09/19  07:54:24
3291         Log: Subject: Re: [PATCH] lib/File/Copy.t - test descriptions and minor fixes
3292              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
3293              Date: Mon, 18 Sep 2006 17:36:50 -0300
3294              Message-ID: <73ddeb6c0609181336g53a90dceo9a29777f7686e372@mail.gmail.com>
3295      Branch: perl
3296            ! lib/File/Copy.t
3297 ____________________________________________________________________________
3298 [ 28868] By: merijn                                on 2006/09/19  06:56:36
3299         Log: Subject: Re: \N{...} in regular expression [PATCH]
3300              From: demerphq <demerphq@gmail.com>
3301              Date: Tue, 19 Sep 2006 01:37:19 +0200
3302              Message-ID: <9b18b3110609181637m796d6c16o1b2741edc5f09eb2@mail.gmail.com>
3303      Branch: perl
3304            + t/lib/Cname.pm
3305            ! MANIFEST embed.fnc embed.h pod/perldiag.pod proto.h regcomp.c
3306            ! regexec.c t/op/pat.t toke.c
3307 ____________________________________________________________________________
3308 [ 28867] By: merijn                                on 2006/09/19  06:45:26
3309         Log: Subject: [PATCH] C++: add -Wno-used-parameter, and drop ODBM_File
3310              From: Jarkko Hietaniemi <jhi@iki.fi>
3311              Date: Tue, 19 Sep 2006 09:19:22 +0300
3312              Message-ID: <450F8BEA.1010802@iki.fi>
3313      Branch: perl
3314            ! Makefile.SH cflags.SH
3315 ____________________________________________________________________________
3316 [ 28866] By: rgs                                   on 2006/09/18  09:04:02
3317         Log: Fix declaration-after-statement problem
3318              
3319              Subject: [bug] IO::Socket's IO.xs fails to compile
3320              From: Sebastian Steinlechner <steinlechner@gmx.net>
3321              Date: Mon, 18 Sep 2006 01:38:31 +0200
3322              Message-ID: <450DDC77.2060405@gmx.net>
3323      Branch: perl
3324            ! ext/IO/IO.xs
3325 ____________________________________________________________________________
3326 [ 28865] By: rgs                                   on 2006/09/18  08:37:21
3327         Log: Subject: [PATCH] bleed -  silence warning in sv.c
3328              From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
3329              Date: Mon, 18 Sep 2006 01:30:05 -0700
3330              Message-ID: <450E590D.1060205@p6m7g8.com>
3331      Branch: perl
3332            ! sv.c
3333 ____________________________________________________________________________
3334 [ 28864] By: rgs                                   on 2006/09/18  08:35:21
3335         Log: Subject: [PATCH] Re: [perl #37714] XSUB.h version check may fail due to locale
3336              From: John Peacock <jpeacock@rowman.com>
3337              Date: Sun, 17 Sep 2006 16:58:58 -0400
3338              Message-ID: <450DB712.4040703@rowman.com>
3339      Branch: perl
3340            ! universal.c util.c
3341 ____________________________________________________________________________
3342 [ 28863] By: nicholas                              on 2006/09/17  19:26:01
3343         Log: Fix one genuine unitialised code path spotted by gcc, and a signed/
3344              unsigned warning.
3345      Branch: perl
3346            ! doio.c
3347 ____________________________________________________________________________
3348 [ 28862] By: nicholas                              on 2006/09/17  18:52:00
3349         Log: Avoid compiler warning about a variable that isn't used when
3350              -DDEBUGGING is not in force.
3351      Branch: perl
3352            ! regcomp.c
3353 ____________________________________________________________________________
3354 [ 28861] By: rgs                                   on 2006/09/17  13:32:18
3355         Log: A better version of change #28847
3356      Branch: perl
3357            ! universal.c util.c
3358 ____________________________________________________________________________
3359 [ 28860] By: rgs                                   on 2006/09/17  12:07:27
3360         Log: Subject: [PATCH] util.c: restore Perl_my_setenv() to pre-28814
3361              From: Jarkko Hietaniemi <jhi@iki.fi>
3362              Date: Sun, 17 Sep 2006 10:29:08 +0300
3363              Message-ID: <450CF944.7000402@iki.fi>
3364      Branch: perl
3365            ! util.c
3366 ____________________________________________________________________________
3367 [ 28859] By: nicholas                              on 2006/09/17  10:39:27
3368         Log: Some notes about struct block_loop
3369      Branch: perl
3370            ! cop.h
3371 ____________________________________________________________________________
3372 [ 28858] By: nicholas                              on 2006/09/17  00:06:53
3373         Log: Store a pointer to the op in struct block_loop, rather than the 
3374              pointers to last and redo. (for ithreads also drop the next pointer,
3375              as pp_ctl.c doesn't re-write it for ithreads). This shrinks the struct
3376              to 40 bytes on ILP32 systems, and therefore struct block to 64 bytes.
3377      Branch: perl
3378            ! cop.h pp_ctl.c scope.c sv.c
3379 ____________________________________________________________________________
3380 [ 28857] By: stevep                                on 2006/09/16  20:19:08
3381         Log: Upgrade to CPAN-CPAN-1.87_64
3382      Branch: perl
3383            ! lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
3384            ! lib/CPAN/HandleConfig.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE
3385            ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
3386 ____________________________________________________________________________
3387 [ 28856] By: stevep                                on 2006/09/16  19:37:51
3388         Log: Upgrade to ExtUtils-ParseXS-2.16.  There actually are a couple of
3389              changes in bleadperl not in the new version, so version was bumped
3390              to 2.16_01.
3391      Branch: perl
3392            ! lib/ExtUtils/ParseXS.pm
3393 ____________________________________________________________________________
3394 [ 28855] By: nicholas                              on 2006/09/16  17:59:17
3395         Log: Shrink the interpreter structure by 4 bytes (usually) by making
3396              PL_in_eval a U8 and PL_delaymagic a U16. (And corresponding changes
3397              in struct block_eval in cop.h to avoid any possible compiler warnings)
3398      Branch: perl
3399            ! cop.h thrdvar.h
3400 ____________________________________________________________________________
3401 [ 28853] By: nicholas                              on 2006/09/16  17:07:03
3402         Log: Revert changes 28772, 28773, 28774 as they won't gain us anything - I
3403              failed to realise that struct block_sub is not the largest of the
3404              4 structures in the block.blk_u union. (It's actually block_loop)
3405      Branch: perl
3406            ! cop.h pp_ctl.c pp_hot.c scope.c sv.c
3407 ____________________________________________________________________________
3408 [ 28851] By: craigb                                on 2006/09/16  15:14:36
3409         Log: return value of -1 without errno set is ok in 
3410              ext/POSIX/t/sysconf.t (it just means the feature is
3411              not implemented, not defined, or has no limit)
3412      Branch: perl
3413            ! ext/POSIX/t/sysconf.t
3414 ____________________________________________________________________________
3415 [ 28850] By: rgs                                   on 2006/09/16  06:32:36
3416         Log: No declarations after statements ! (noticed by Sadahiro Tomoyuki)
3417      Branch: perl
3418            ! util.c
3419 ____________________________________________________________________________
3420 [ 28849] By: nicholas                              on 2006/09/15  22:03:53
3421         Log: Avoid warnings when $Config{d_cplusplus} is undefined.
3422      Branch: perl
3423            ! ext/Encode/bin/enc2xs
3424 ____________________________________________________________________________
3425 [ 28848] By: craigb                                on 2006/09/15  00:39:32
3426         Log: More hacking in util.c's ifdef jungle following 28844 to avoid
3427              duplicate definition of Perl_my_setenv on VMS.
3428      Branch: perl
3429            ! util.c
3430 ____________________________________________________________________________
3431 [ 28847] By: rgs                                   on 2006/09/14  15:31:22
3432         Log: Fix for bug #37714: XSUB.h version check may fail due to locale
3433              Always convert version to number under C locale settings
3434      Branch: perl
3435            ! util.c
3436 ____________________________________________________________________________
3437 [ 28846] By: stevep                                on 2006/09/14  15:24:04
3438         Log: Subject: [PATCH] C++ Encode
3439              From: Jarkko Hietaniemi <jhi@iki.fi>
3440              Date: Thu, 14 Sep 2006 09:05:10 +0300
3441              Message-ID: <4508F116.40606@iki.fi>
3442      Branch: perl
3443            ! ext/Encode/bin/enc2xs
3444 ____________________________________________________________________________
3445 [ 28845] By: rgs                                   on 2006/09/14  14:18:32
3446         Log: MakeMaker is being split in new sub-distributions on CPAN
3447      Branch: perl
3448            ! Porting/Maintainers.pl
3449 ____________________________________________________________________________
3450 [ 28844] By: rgs                                   on 2006/09/14  12:39:16
3451         Log: Subject: Re: Re: [PATCH] C++: Solaris CC now compiles "perl"
3452              From: demerphq <demerphq@gmail.com>
3453              Date: Thu, 14 Sep 2006 14:28:16 +0200
3454              Message-ID: <9b18b3110609140528x49e063aay724169d7f1e49531@mail.gmail.com>
3455      Branch: perl
3456            ! util.c
3457 ____________________________________________________________________________
3458 [ 28843] By: craigb                                on 2006/09/14  03:50:18
3459         Log: Define d_cplusplus on VMS when appropriate
3460      Branch: perl
3461            ! configure.com
3462 ____________________________________________________________________________
3463 [ 28842] By: stevep                                on 2006/09/14  01:36:13
3464         Log: Subject: [PATCH] (1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CC
3465              From: Jarkko Hietaniemi <jhi@iki.fi>
3466              Date: Wed, 13 Sep 2006 20:19:04 +0300
3467              Message-ID: <45083D88.7050207@iki.fi>
3468              
3469              Plus a tweak to the name of CC.
3470      Branch: perl
3471            ! cflags.SH hints/solaris_2.sh perl.h
3472 ____________________________________________________________________________
3473 [ 28841] By: stevep                                on 2006/09/14  01:10:01
3474         Log: Regenerated mktables.lst per Yves Orton's suggestion.
3475      Branch: perl
3476            ! lib/unicore/mktables.lst
3477 ____________________________________________________________________________
3478 [ 28840] By: stevep                                on 2006/09/13  16:05:33
3479         Log: darwin also seems to be lacking a dl_unload_file() in its
3480              DynaLoader, so some additional skips are needed.  If I only
3481              had a NeXT to test with now...
3482      Branch: perl
3483            ! ext/DynaLoader/t/DynaLoader.t
3484 ____________________________________________________________________________
3485 [ 28839] By: stevep                                on 2006/09/13  15:34:46
3486         Log: Add darwin to the list of OS's that fail to pass test 
3487              op/sprintf.t #157.  Newer versions appear to be OK, 
3488              but Mac OS X 10.2.X regularly fail with this test.
3489      Branch: perl
3490            ! t/op/sprintf.t
3491 ____________________________________________________________________________
3492 [ 28838] By: stevep                                on 2006/09/13  14:59:01
3493         Log: Test cases for version cannot handle Test::More versions that
3494              end with _0X.  TODO-ing the failing test cases for now.
3495      Branch: perl
3496            ! lib/version.t
3497 ____________________________________________________________________________
3498 [ 28837] By: rgs                                   on 2006/09/13  14:23:38
3499         Log: Upgrade to CPAN 1.87_63
3500      Branch: perl
3501            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
3502            ! lib/CPAN/SIGNATURE
3503 ____________________________________________________________________________
3504 [ 28836] By: stevep                                on 2006/09/13  13:35:32
3505         Log: Upgrade to Test-Simple-0.64_02
3506      Branch: perl
3507            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
3508            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
3509            ! lib/Test/Simple/Changes
3510            ! lib/Test/Simple/t/00test_harness_check.t
3511            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
3512            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
3513            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/fail_one.t
3514            ! lib/Test/Simple/t/harness_active.t
3515            ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/is_fh.t
3516            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
3517            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_bad.t
3518            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/sort_bug.t
3519            ! lib/Test/Simple/t/threads.t
3520 ____________________________________________________________________________
3521 [ 28835] By: rgs                                   on 2006/09/13  13:27:05
3522         Log: Bump version and other misc. changes. 3rd patch from:
3523              
3524              Subject: [PATCH] thread 1.41 - A drama in three parts
3525              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3526              Date: Sun, 10 Sep 2006 09:12:06 -0700
3527              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
3528      Branch: perl
3529            ! ext/threads/Changes ext/threads/README ext/threads/t/state.t
3530            ! ext/threads/t/thread.t ext/threads/threads.pm
3531            ! ext/threads/threads.xs
3532 ____________________________________________________________________________
3533 [ 28834] By: rgs                                   on 2006/09/13  13:21:07
3534         Log: Statically allocate the main thread.
3535              2nd patch from:
3536              
3537              Subject: [PATCH] thread 1.41 - A drama in three parts
3538              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3539              Date: Sun, 10 Sep 2006 09:12:06 -0700
3540              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
3541      Branch: perl
3542            ! ext/threads/threads.xs
3543 ____________________________________________________________________________
3544 [ 28833] By: rgs                                   on 2006/09/13  13:15:44
3545         Log: Race condition fix in threads.pm
3546              First patch from:
3547              
3548              Subject: [PATCH] thread 1.41 - A drama in three parts
3549              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3550              Date: Sun, 10 Sep 2006 09:12:06 -0700
3551              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
3552      Branch: perl
3553            ! ext/threads/threads.xs
3554 ____________________________________________________________________________
3555 [ 28832] By: rgs                                   on 2006/09/13  09:55:09
3556         Log: Subject: mktables executes seven time per build sigh
3557              From: demerphq <demerphq@gmail.com>
3558              Date: Sun, 10 Sep 2006 17:52:10 +0200
3559              Message-ID: <9b18b3110609100852q2cfc2497ufceda5ff5d0875e3@mail.gmail.com>
3560              
3561              (Fix for Windows)
3562      Branch: perl
3563            ! lib/unicore/mktables win32/Makefile
3564 ____________________________________________________________________________
3565 [ 28831] By: rgs                                   on 2006/09/13  09:44:26
3566         Log: Subject: [perl #40328] B::Deparse pod does not list failure to grok outer lexical scopes in BUGS section 
3567              From: David Nicol (via RT) <perlbug-followup@perl.org>
3568              Date: Tue, 12 Sep 2006 13:21:24 -0700
3569              Message-ID: <rt-3.5.HEAD-31259-1158092484-244.40328-75-0@perl.org>
3570      Branch: perl
3571            ! ext/B/B/Deparse.pm
3572 ____________________________________________________________________________
3573 [ 28830] By: rgs                                   on 2006/09/13  09:36:11
3574         Log: Subject: [perl #40327] Doc patch for perlfunc.pod 
3575              From: merijnb@ms.com (via RT) <perlbug-followup@perl.org>
3576              Date: Tue, 12 Sep 2006 09:12:12 -0700
3577              Message-ID: <rt-3.5.HEAD-31259-1158077531-1067.40327-75-0@perl.org>
3578      Branch: perl
3579            ! pod/perlfunc.pod
3580 ____________________________________________________________________________
3581 [ 28829] By: merijn                                on 2006/09/13  06:51:55
3582         Log: Accumulated fixes from earlier backports, amongst of which:
3583              Subject: [PATCH] remove -Wdeclaration-after-statement scan from Configure
3584              From: Jarkko Hietaniemi <jhi@iki.fi>
3585              Date: Tue, 12 Sep 2006 07:19:32 +0300
3586              Message-ID: <45063554.1040301@iki.fi>
3587      Branch: perl
3588            ! Configure Porting/Glossary config_h.SH
3589 ____________________________________________________________________________
3590 [ 28827] By: rgs                                   on 2006/09/12  15:51:53
3591         Log: Disable study() for utf-8 strings
3592              
3593              Subject: Re: Re: [Fwd: Smoke [5.9.4] 28821 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)]
3594              From: demerphq <demerphq@gmail.com>
3595              Date: Tue, 12 Sep 2006 17:08:55 +0200
3596              Message-ID: <9b18b3110609120808jceb84ces55ef29c2f2b73ebc@mail.gmail.com>
3597      Branch: perl
3598            ! pp.c
3599 ____________________________________________________________________________
3600 [ 28826] By: stevep                                on 2006/09/12  15:30:57
3601         Log: Upgrade to CPAN-1.87_62
3602      Branch: perl
3603            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
3604 ____________________________________________________________________________
3605 [ 28825] By: rgs                                   on 2006/09/12  14:49:21
3606         Log: Upgrade to MakeMaker 6.30_04
3607      Branch: perl
3608            + lib/ExtUtils/t/build_man.t lib/ExtUtils/t/pm.t
3609            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Any.pm
3610            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
3611            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
3612            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
3613            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/MM_Win32.t
3614            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/revision.t
3615 ____________________________________________________________________________
3616 [ 28824] By: rgs                                   on 2006/09/12  14:04:54
3617         Log: More warnings silencing, including suggestions by Dominic Dunlop
3618      Branch: perl
3619            ! regcomp.c regexec.c
3620 ____________________________________________________________________________
3621 [ 28823] By: rgs                                   on 2006/09/12  07:26:46
3622         Log: Subject: [PATCH] Re: C++ status [Fwd: Smoke [5.9.4] 28776 FAIL(FM) OSF1 V5.1 (EV6/4 cpu)]
3623              From: Dominic Dunlop <domo@computer.org>
3624              Date: Tue, 12 Sep 2006 09:13:41 +0200
3625              Message-Id: <6FD7503D-349B-4BE4-B457-D79458900FA0@computer.org>
3626      Branch: perl
3627            ! sv.c
3628 ____________________________________________________________________________
3629 [ 28822] By: rgs                                   on 2006/09/12  07:22:40
3630         Log: Another warning-silencing cast
3631      Branch: perl
3632            ! regcomp.c
3633 ____________________________________________________________________________
3634 [ 28821] By: rgs                                   on 2006/09/11  13:05:16
3635         Log: POD fixes in perlce manpage
3636      Branch: perl
3637            ! README.ce
3638 ____________________________________________________________________________
3639 [ 28820] By: rgs                                   on 2006/09/11  12:32:35
3640         Log: FAQ sync
3641      Branch: perl
3642            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
3643            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3644            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
3645            ! pod/perlfaq9.pod
3646 ____________________________________________________________________________
3647 [ 28819] By: rgs                                   on 2006/09/11  11:51:04
3648         Log: Fix a few more printf format warnings
3649      Branch: perl
3650            ! regexec.c
3651 ____________________________________________________________________________
3652 [ 28818] By: rgs                                   on 2006/09/11  10:19:20
3653         Log: Fix definition of macro HOP3 (spotted by a gcc warning)
3654      Branch: perl
3655            ! regexec.c
3656 ____________________________________________________________________________
3657 [ 28817] By: rgs                                   on 2006/09/11  10:12:32
3658         Log: Fix some compilation warnings
3659      Branch: perl
3660            ! regcomp.c
3661 ____________________________________________________________________________
3662 [ 28816] By: rgs                                   on 2006/09/11  10:04:19
3663         Log: Subject: [PATCH] Teach regex optimiser how to handle (?=) and (?<=) properly.
3664              From: demerphq <demerphq@gmail.com>
3665              Date: Sat, 9 Sep 2006 22:00:05 +0200
3666              Message-ID: <9b18b3110609091300x1fd0b15dt32932902a0a80674@mail.gmail.com>
3667      Branch: perl
3668            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regcomp.sym
3669            ! regexec.c regnodes.h sv.c t/op/re_tests t/op/regexp.t
3670 ____________________________________________________________________________
3671 [ 28815] By: rgs                                   on 2006/09/11  09:14:58
3672         Log: Subject: Re: [perl #40302] sigtrap(3pm) man page is vague
3673              From: "David Nicol" <davidnicol@gmail.com>
3674              Date: Fri, 8 Sep 2006 11:19:23 -0500
3675              Message-ID: <934f64a20609080919g3d0add8cr1ca3d1c7ea9a5d32@mail.gmail.com>
3676      Branch: perl
3677            ! lib/sigtrap.pm
3678 ____________________________________________________________________________
3679 [ 28814] By: rgs                                   on 2006/09/11  08:56:21
3680         Log: Subject: [PATCH] C++: Solaris CC now compiles "perl"
3681              From: Jarkko Hietaniemi <jhi@iki.fi>
3682              Date: Sat, 09 Sep 2006 15:29:12 +0300
3683              Message-ID: <4502B398.6060505@iki.fi>
3684      Branch: perl
3685            ! hints/solaris_2.sh opcode.h opcode.pl perl.h perlio.c
3686            ! unixish.h util.c
3687 ____________________________________________________________________________
3688 [ 28813] By: rgs                                   on 2006/09/11  08:41:50
3689         Log: Subject: NULL and sv_setpv vs. newSVpv
3690              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
3691              Date: Sun, 10 Sep 2006 20:31:46 -0700 (PDT)
3692              Message-ID: <8750.24.19.24.170.1157945506.squirrel@24.19.24.170>
3693      Branch: perl
3694            ! sv.c
3695 ____________________________________________________________________________
3696 [ 28812] By: steveh                                on 2006/09/08  16:08:53
3697         Log: Update Porting/Maintainers.pl w.r.t. #28811
3698      Branch: perl
3699            ! Porting/Maintainers.pl
3700 ____________________________________________________________________________
3701 [ 28811] By: steveh                                on 2006/09/08  16:05:53
3702         Log: Subject: [PATCH] Add Params::Check to the core
3703              From: "Jos Boumans" <kane@dwim.org>
3704              Date: Fri, 8 Sep 2006 13:57:16 +0200 (CEST)
3705              Message-ID: <8319.80.127.35.68.1157716636.squirrel@webmail.xs4all.nl>
3706              
3707              (Just the Params-Check part: Locale-Maketext-Simple has already been
3708              added by change #28809)
3709      Branch: perl
3710            + lib/Params/Check.pm lib/Params/Check/t/01_Params-Check.t
3711            ! MANIFEST
3712 ____________________________________________________________________________
3713 [ 28810] By: steveh                                on 2006/09/08  15:33:18
3714         Log: Update Porting/Maintainers.pl w.r.t. #28809
3715      Branch: perl
3716            ! Porting/Maintainers.pl
3717 ____________________________________________________________________________
3718 [ 28809] By: steveh                                on 2006/09/08  15:19:50
3719         Log: Subject: Re: [PATCH] Add Locale::Maketext::Simple to the core
3720              From: kane@xs4all.nl
3721              Date: Sun, 13 Aug 2006 15:51:58 +0200 (CEST)
3722              Message-ID: <24406.80.127.35.68.1155477118.squirrel@webmail.xs4all.nl>
3723              
3724              Actually added 0.18, rather than 0.17 which this PATCH contained, for
3725              an updated licence statement.
3726      Branch: perl
3727            + lib/Locale/Maketext/Simple.pm
3728            + lib/Locale/Maketext/Simple/t/0-signature.t
3729            + lib/Locale/Maketext/Simple/t/1-basic.t
3730            ! MANIFEST
3731 ____________________________________________________________________________
3732 [ 28808] By: rgs                                   on 2006/09/08  08:36:32
3733         Log: Use %^H instead of $^H for the assertions pragma
3734      Branch: perl
3735            ! lib/assertions.pm op.c perl.h
3736 ____________________________________________________________________________
3737 [ 28807] By: rgs                                   on 2006/09/08  07:39:10
3738         Log: Remove empty typemap file
3739      Branch: perl
3740            - ext/threads/shared/typemap
3741            ! MANIFEST
3742 ____________________________________________________________________________
3743 [ 28806] By: craigb                                on 2006/09/08  02:07:30
3744         Log: declaration after code nit in vms/vms.c (from Martin Vorlaender)
3745      Branch: perl
3746            ! vms/vms.c
3747 ____________________________________________________________________________
3748 [ 28805] By: stevep                                on 2006/09/07  18:39:22
3749         Log: Clean up some comments.
3750      Branch: perl
3751            ! cygwin/ld2.in
3752 ____________________________________________________________________________
3753 [ 28804] By: rgs                                   on 2006/09/07  15:21:56
3754         Log: Typo fix in #ifdef
3755      Branch: perl
3756            ! toke.c
3757 ____________________________________________________________________________
3758 [ 28803] By: stevep                                on 2006/09/07  14:24:18
3759         Log: Fix to first problem causing Cygwin Perl to fail to build 
3760              in a path with spaces in it. 
3761      Branch: perl
3762            ! cygwin/Makefile.SHs
3763 ____________________________________________________________________________
3764 [ 28802] By: gisle                                 on 2006/09/07  14:12:14
3765         Log: Document mkpath() return value in scalar context.
3766              Document that rmtree() return value include deleted
3767              directories.
3768      Branch: perl
3769            ! lib/File/Path.pm
3770 ____________________________________________________________________________
3771 [ 28801] By: rgs                                   on 2006/09/07  13:16:12
3772         Log: Subject: Re: [perl #40262] kill( 0, ... ) does not return alive status of child process
3773              From: "David Nicol" <davidnicol@gmail.com>
3774              Date: Fri, 1 Sep 2006 17:26:34 -0500
3775              Message-ID: <934f64a20609011526odd7f5bta847a3be1f6fa5f0@mail.gmail.com>
3776      Branch: perl
3777            ! pod/perlfunc.pod
3778 ____________________________________________________________________________
3779 [ 28800] By: rgs                                   on 2006/09/07  13:13:05
3780         Log: Subject: [perl #40293] perlsec talks erroneously about "Non-Finite Automaton" 
3781              From: premchai21@yahoo.com (via RT) <perlbug-followup@perl.org>
3782              Date: Wed, 06 Sep 2006 23:11:10 -0700
3783              Message-ID: <rt-3.5.HEAD-31258-1157609470-1994.40293-75-0@perl.org>
3784      Branch: perl
3785            ! pod/perlsec.pod
3786 ____________________________________________________________________________
3787 [ 28799] By: rgs                                   on 2006/09/07  11:46:40
3788         Log: Bump version of PerlIO::scalar
3789      Branch: perl
3790            ! ext/PerlIO/scalar/scalar.pm
3791 ____________________________________________________________________________
3792 [ 28798] By: rgs                                   on 2006/09/07  11:45:36
3793         Log: Fix for [perl #40267] PerlIO::scalar doesn't respect readonly-ness
3794      Branch: perl
3795            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
3796 ____________________________________________________________________________
3797 [ 28797] By: rgs                                   on 2006/09/07  09:49:31
3798         Log: Invalidate ISA and method caches when calling a safe compartment
3799              (bug #39887)
3800              
3801              Remove XS_VERSION, make it equal to VERSION
3802      Branch: perl
3803            ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm
3804            ! ext/Opcode/Opcode.xs
3805 ____________________________________________________________________________
3806 [ 28796] By: rgs                                   on 2006/09/07  09:25:18
3807         Log: Add Exporter in the dual-lived module list
3808      Branch: perl
3809            ! Porting/Maintainers.pl
3810 ____________________________________________________________________________
3811 [ 28795] By: rgs                                   on 2006/09/07  09:21:56
3812         Log: Subject: Dual life for Exporter
3813              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
3814              Date: Wed, 6 Sep 2006 16:40:28 -0300
3815              Message-ID: <73ddeb6c0609061240g34f60d9fodaf7727575778d8e@mail.gmail.com>
3816      Branch: perl
3817            ! lib/Exporter.t
3818 ____________________________________________________________________________
3819 [ 28794] By: stevep                                on 2006/09/07  02:07:57
3820         Log: Convert Errno.t to Test::More.  Increase the test coverage
3821              while in there as well. 
3822      Branch: perl
3823            ! ext/Errno/t/Errno.t
3824 ____________________________________________________________________________
3825 [ 28793] By: steveh                                on 2006/09/06  16:54:19
3826         Log: cxtype is a U16, not a U32 (Stops VC++ complaining)
3827      Branch: perl
3828            ! pp_ctl.c
3829 ____________________________________________________________________________
3830 [ 28792] By: stevep                                on 2006/09/06  14:33:06
3831         Log: Removed some leftover debugging accidentally added with
3832              change #28788.
3833      Branch: perl
3834            ! regexec.c
3835 ____________________________________________________________________________
3836 [ 28791] By: rgs                                   on 2006/09/06  14:11:09
3837         Log: Revert accidental file deletion
3838      Branch: perl
3839            + ext/threads/shared/typemap
3840 ____________________________________________________________________________
3841 [ 28790] By: rgs                                   on 2006/09/06  14:04:33
3842         Log: Remove perlcc and the byteloader
3843      Branch: perl
3844            - ext/B/B/Assembler.pm ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
3845            - ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Disassembler.pm
3846            - ext/B/B/Stackobj.pm ext/B/B/Stash.pm ext/B/B/assemble
3847            - ext/B/B/cc_harness ext/B/B/disassemble ext/B/B/makeliblinks
3848            - ext/B/C/C.xs ext/B/C/Makefile.PL ext/B/NOTES ext/B/README
3849            - ext/B/TESTS ext/B/Todo ext/B/ramblings/cc.notes
3850            - ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
3851            - ext/B/ramblings/magic ext/B/ramblings/reg.alloc
3852            - ext/B/ramblings/runtime.porting ext/B/t/asmdata.t
3853            - ext/B/t/assembler.t ext/B/t/bblock.t ext/B/t/bytecode.t
3854            - ext/B/t/stash.t ext/ByteLoader/ByteLoader.pm
3855            - ext/ByteLoader/ByteLoader.xs ext/ByteLoader/Makefile.PL
3856            - ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
3857            - ext/ByteLoader/byterun.h ext/ByteLoader/hints/sunos.pl
3858            - ext/threads/shared/typemap utils/perlcc.PL
3859            ! MANIFEST Makefile.SH NetWare/Makefile bytecode.pl
3860            ! configure.com ext/B/B/Asmdata.pm pod/Makefile.SH
3861            ! pod/perlcompile.pod regen.pl t/TEST t/harness
3862            ! t/lib/1_compile.t utils.lst utils/Makefile
3863            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
3864            ! win32/pod.mak x2p/Makefile.SH
3865 ____________________________________________________________________________
3866 [ 28789] By: rgs                                   on 2006/09/06  09:18:31
3867         Log: Remove JPL
3868      Branch: perl
3869            - jpl/ChangeLog jpl/JNI/Changes jpl/JNI/Closer.java
3870            - jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/JNIConfig
3871            - jpl/JNI/JNIConfig.Win32 jpl/JNI/JNIConfig.kaffe
3872            - jpl/JNI/JNIConfig.noembed jpl/JNI/JNIConfig.standard
3873            - jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
3874            - jpl/JNI/typemap.gcc jpl/JNI/typemap.win32
3875            - jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
3876            - jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
3877            - jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
3878            - jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile.PL
3879            - jpl/PerlInterpreter/PerlInterpreter.c
3880            - jpl/PerlInterpreter/PerlInterpreter.h
3881            - jpl/PerlInterpreter/PerlInterpreter.java jpl/README
3882            - jpl/README.JUST-JNI jpl/SETVARS.PL jpl/Sample/Makefile.PL
3883            - jpl/Sample/Sample.jpl jpl/Test/Makefile.PL jpl/Test/Test.jpl
3884            - jpl/bin/jpl jpl/docs/Tutorial.pod jpl/get_jdk/README
3885            - jpl/get_jdk/get_jdk.pl jpl/get_jdk/jdk_hosts jpl/install-jpl
3886            ! MANIFEST
3887 ____________________________________________________________________________
3888 [ 28788] By: stevep                                on 2006/09/06  00:35:15
3889         Log: Subject: [PATCH] UCD 5.0.0
3890              From: Jarkko Hietaniemi <jhi@iki.fi>
3891              Date: Tue, 05 Sep 2006 21:29:45 +0300
3892              Message-ID: <44FDC219.8010006@iki.fi>
3893      Branch: perl
3894            + lib/unicore/NamedSqProv.txt
3895            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabicShaping.txt
3896            ! lib/unicore/BidiMirroring.txt lib/unicore/Blocks.txt
3897            ! lib/unicore/CaseFolding.txt
3898            ! lib/unicore/CompositionExclusions.txt
3899            ! lib/unicore/EastAsianWidth.txt
3900            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
3901            ! lib/unicore/Jamo.txt lib/unicore/LineBreak.txt
3902            ! lib/unicore/NamedSequences.txt lib/unicore/NamesList.txt
3903            ! lib/unicore/NormalizationCorrections.txt
3904            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
3905            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
3906            ! lib/unicore/Scripts.txt lib/unicore/SpecialCasing.txt
3907            ! lib/unicore/StandardizedVariants.txt
3908            ! lib/unicore/UnicodeData.txt lib/unicore/version regexec.c
3909            ! t/uni/class.t
3910 ____________________________________________________________________________
3911 [ 28787] By: rgs                                   on 2006/09/05  11:09:03
3912         Log: Fix a few warnings
3913      Branch: perl
3914            ! regcomp.c regexec.c
3915 ____________________________________________________________________________
3916 [ 28786] By: rgs                                   on 2006/09/05  10:40:25
3917         Log: Subject: [PATCH perl-current]; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings
3918              From: "Robin Barker" <Robin.Barker@npl.co.uk>
3919              Date: Fri, 1 Sep 2006 16:10:25 +0100
3920              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A21@exchsvr1.npl.ad.local>
3921      Branch: perl
3922            ! dump.c perl.h perlio.c pp.c pp_pack.c sv.c utf8.c
3923 ____________________________________________________________________________
3924 [ 28785] By: rgs                                   on 2006/09/05  10:21:57
3925         Log: Subject: Re: [PATCH] Trie jumping
3926              From: demerphq <demerphq@gmail.com>
3927              Date: Sat, 2 Sep 2006 16:40:12 +0200
3928              Message-ID: <9b18b3110609020740y2eb9004cpab313c3353a437ca@mail.gmail.com>
3929      Branch: perl
3930            ! embed.fnc embed.h ext/re/re.pm opcode.h proto.h regcomp.c
3931            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
3932            ! t/op/re_tests
3933 ____________________________________________________________________________
3934 [ 28783] By: rgs                                   on 2006/09/04  16:54:36
3935         Log: Subject: [perl #40239] New hints file for MidnightBSD 
3936              From: Lucas Holt (via RT) <perlbug-followup@perl.org>
3937              Date: Fri, 25 Aug 2006 20:16:40 -0700
3938              Message-ID: <rt-3.5.HEAD-31263-1156562199-1390.40239-75-0@perl.org>
3939      Branch: perl
3940            + hints/midnightbsd.sh
3941            ! MANIFEST
3942 ____________________________________________________________________________
3943 [ 28782] By: rgs                                   on 2006/09/04  15:50:17
3944         Log: Upgrade to Sys::Syslog 0.18
3945      Branch: perl
3946            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
3947            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
3948 ____________________________________________________________________________
3949 [ 28781] By: rgs                                   on 2006/09/04  14:53:00
3950         Log: Subject: [perl #40272] subroutine call with & in perlop example 
3951              From: yath-perlbug@yath.de (via RT) <perlbug-followup@perl.org>
3952              Date: Sun, 03 Sep 2006 13:03:28 -0700
3953              Message-ID: <rt-3.5.HEAD-31251-1157313807-430.40272-75-0@perl.org>
3954      Branch: perl
3955            ! pod/perlop.pod
3956 ____________________________________________________________________________
3957 [ 28780] By: rgs                                   on 2006/09/04  13:12:20
3958         Log: Documentation nit, found by Dr Ruud.
3959      Branch: perl
3960            ! pod/perldsc.pod
3961 ____________________________________________________________________________
3962 [ 28779] By: rgs                                   on 2006/09/04  13:11:01
3963         Log: Subject: [PATCH] Correction to POD for FETCH_*_ATTRIBUTES 
3964              From: "Jerry D. Hedden" <jerry@hedden.us>
3965              Date: Fri, 01 Sep 2006 12:43:46 -0700
3966              Message-ID: <20060901124346.fb30e530d17747c2b054d625b8945d88.0cfdb87cb8.wbe@email.secureserver.net>
3967      Branch: perl
3968            ! lib/attributes.pm
3969 ____________________________________________________________________________
3970 [ 28778] By: rgs                                   on 2006/09/04  12:41:39
3971         Log: Subject: Re: AW: [PATCH pod/*] Use Direct Object Constructor Calls
3972              From: chromatic <chromatic@wgz.org>
3973              Date: Fri, 1 Sep 2006 09:12:45 -0700
3974              Message-Id: <200609010912.46314.chromatic@wgz.org>
3975      Branch: perl
3976            ! pod/perllexwarn.pod pod/perlmodlib.PL pod/perlop.pod
3977            ! pod/perlothrtut.pod pod/perlref.pod pod/perltie.pod
3978 ____________________________________________________________________________
3979 [ 28777] By: rgs                                   on 2006/09/04  12:30:36
3980         Log: Subject: [PATCH pod/perlfunc.pod] Add Index Numbers to caller() Docs
3981              From: chromatic <chromatic@wgz.org>
3982              Date: Fri, 1 Sep 2006 05:42:17 -0700
3983              Message-Id: <200609010542.17571.chromatic@wgz.org>
3984      Branch: perl
3985            ! pod/perlfunc.pod
3986 ____________________________________________________________________________
3987 [ 28776] By: rgs                                   on 2006/09/03  12:51:57
3988         Log: Remove dead code from sort.pm
3989      Branch: perl
3990            ! lib/sort.pm
3991 ____________________________________________________________________________
3992 [ 28774] By: nicholas                              on 2006/09/01  17:25:50
3993         Log: Merge lval and hasargs into one U8 in struct block_sub
3994      Branch: perl
3995            ! cop.h
3996 ____________________________________________________________________________
3997 [ 28773] By: nicholas                              on 2006/09/01  16:27:48
3998         Log: Access to cx->blk_sub.lval via macros (as it's about to move).
3999      Branch: perl
4000            ! cop.h pp_ctl.c pp_hot.c scope.c sv.c
4001 ____________________________________________________________________________
4002 [ 28772] By: nicholas                              on 2006/09/01  15:05:10
4003         Log: Access cx->blk_sub.hasargs via a pair of macros (as it's about to
4004              move)
4005      Branch: perl
4006            ! cop.h pp_ctl.c scope.c sv.c
4007 ____________________________________________________________________________
4008 [ 28771] By: nicholas                              on 2006/08/31  09:05:50
4009         Log: Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortal
4010              on the tempstack, by augmenting pp_anonlist and pp_anonhash to accept
4011              OPf_SPECIAL to mean "return a reference to the aggregate" on the stack
4012              rather than the aggregate itself.
4013      Branch: perl
4014            ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t ext/B/t/f_map.t
4015            ! ext/B/t/f_sort.t ext/Devel/Peek/t/Peek.t op.c op.h pp.c
4016 ____________________________________________________________________________
4017 [ 28770] By: nicholas                              on 2006/08/31  08:26:13
4018         Log: Save 4 bytes from struct context (on ILP32) by moving cx_type into
4019              struct block and struct subst.
4020      Branch: perl
4021            ! cop.h
4022 ____________________________________________________________________________
4023 [ 28769] By: steveh                                on 2006/08/30  15:57:13
4024         Log: Silence some more Borland compiler warnings
4025              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)
4026              
4027              - Change the cryptic pragma warn strings into numbers that are more
4028              easily recognized, and add a new one (8027).
4029              
4030              - Add a similar pragma warn line to fcrypt.c, which doesn't use
4031              win32.h.
4032      Branch: perl
4033            ! win32/fcrypt.c win32/win32.h
4034 ____________________________________________________________________________
4035 [ 28768] By: steveh                                on 2006/08/29  13:24:56
4036         Log: Silence Borland compiler warnings in XS::APItest and Win32
4037              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)
4038      Branch: perl
4039            ! ext/XS/APItest/APItest.xs win32/ext/Win32/Win32.pm
4040            ! win32/ext/Win32/Win32.xs
4041 ____________________________________________________________________________
4042 [ 28767] By: rgs                                   on 2006/08/28  12:52:00
4043         Log: Revert bogus change 28763.
4044      Branch: perl
4045            ! EXTERN.h INTERN.h
4046 ____________________________________________________________________________
4047 [ 28766] By: rgs                                   on 2006/08/28  09:26:52
4048         Log: Fix PerlIO::scalar fileno() documentation as suggested in:
4049              Subject: [perl #40245] POD error for PerlIO::scalar in 5.8.8 
4050              From: "Shawn Boyette" (via RT) <perlbug-followup@perl.org>
4051              Date: Mon, 28 Aug 2006 00:21:25 -0700
4052              Message-ID: <rt-3.5.HEAD-31263-1156749685-634.40245-75-0@perl.org>
4053      Branch: perl
4054            ! ext/PerlIO/scalar/scalar.pm
4055 ____________________________________________________________________________
4056 [ 28765] By: stevep                                on 2006/08/27  17:53:17
4057         Log: Added an additional #ifndef based on comments by Jarkko and
4058              John Malmberg.
4059      Branch: perl
4060            ! x2p/INTERN.h
4061 ____________________________________________________________________________
4062 [ 28764] By: rgs                                   on 2006/08/27  16:05:09
4063         Log: Subject: [PATCH DOC] perlsyn incomplete duplicate definition of truth
4064              From: Daniel Frederick Crisman <daniel@crisman.org>
4065              Date: Thu, 24 Aug 2006 17:29:57 -0400
4066              Message-ID: <20060824212957.GA32557@fury.crisman.org>
4067      Branch: perl
4068            ! pod/perlsyn.pod
4069 ____________________________________________________________________________
4070 [ 28763] By: rgs                                   on 2006/08/27  15:57:39
4071         Log: More conditional defines of EXTERN_C, by Jarkko
4072      Branch: perl
4073            ! EXTERN.h INTERN.h
4074 ____________________________________________________________________________
4075 [ 28762] By: rgs                                   on 2006/08/27  15:51:25
4076         Log: Subject: [PATCH] Change #24364 broke Data::Dumper::Seen()
4077              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
4078              Date: Fri, 25 Aug 2006 22:35:33 +0200
4079              Message-ID: <20060825223533.04efdf2d@r2d2>
4080      Branch: perl
4081            ! ext/Data/Dumper/Dumper.pm
4082 ____________________________________________________________________________
4083 [ 28761] By: rgs                                   on 2006/08/27  15:46:54
4084         Log: Regression test for attributes 'reserved' warning,
4085              by Jerry D. Hedden
4086      Branch: perl
4087            ! t/op/attrs.t
4088 ____________________________________________________________________________
4089 [ 28760] By: rgs                                   on 2006/08/25  16:47:08
4090         Log: Put a plan in the last added test
4091      Branch: perl
4092            ! lib/SelfLoader-buggy.t
4093 ____________________________________________________________________________
4094 [ 28759] By: steveh                                on 2006/08/25  16:12:52
4095         Log: Silence a bunch of Borland compiler warnings in SDBM_File
4096              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40283)
4097      Branch: perl
4098            ! XSUB.h
4099 ____________________________________________________________________________
4100 [ 28758] By: rgs                                   on 2006/08/25  15:58:41
4101         Log: Subject: Re: [perl #40216] SelfLoader::croak doesn't protect $@ from being clobbered by require
4102              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
4103              Date: Thu, 24 Aug 2006 10:20:43 -0300
4104              Message-ID: <73ddeb6c0608240620s207124d1mc202aea6a4598576@mail.gmail.com>
4105      Branch: perl
4106            + lib/SelfLoader-buggy.t
4107            ! MANIFEST lib/SelfLoader.pm
4108 ____________________________________________________________________________
4109 [ 28757] By: rgs                                   on 2006/08/25  15:45:08
4110         Log: Following Jarkko's advice, it seems that ODBM_File cannot be
4111              compiled as C++ as-is.
4112      Branch: perl
4113            ! ext/ODBM_File/ODBM_File.xs
4114 ____________________________________________________________________________
4115 [ 28756] By: rgs                                   on 2006/08/25  15:24:28
4116         Log: Subject: [PATCH] RE: [perl #40227] 'reserved' warning not working
4117              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4118              Date: Thu, 24 Aug 2006 09:04:12 -0700
4119              Message-ID: <20060824090412.fb30e530d17747c2b054d625b8945d88.e8ae12ccab.wbe@email.secureserver.net>
4120      Branch: perl
4121            ! lib/attributes.pm xsutils.c
4122 ____________________________________________________________________________
4123 [ 28755] By: stevep                                on 2006/08/24  15:07:58
4124         Log: Upgrade to File-Temp-0.17.  Also, a change to Tim Jenness's email.
4125      Branch: perl
4126            + lib/File/Temp/t/seekable.t
4127            ! AUTHORS MANIFEST lib/File/Temp.pm
4128 ____________________________________________________________________________
4129 [ 28754] By: rgs                                   on 2006/08/24  12:36:08
4130         Log: Subject: [PATCH ext/ODBM_File/ODBM_File.xs] change 28744 broke ODBM_File
4131              From: "Robin Barker" <Robin.Barker@npl.co.uk>
4132              Date: Thu, 24 Aug 2006 13:22:47 +0100
4133              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A1A@exchsvr1.npl.ad.local>
4134      Branch: perl
4135            ! ext/ODBM_File/ODBM_File.xs
4136 ____________________________________________________________________________
4137 [ 28753] By: rgs                                   on 2006/08/24  12:23:15
4138         Log: Subject: [PATCH] Don't promulgate Perl attributes
4139              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4140              Date: Wed, 23 Aug 2006 10:07:05 -0700
4141              Message-ID: <20060823100705.fb30e530d17747c2b054d625b8945d88.87c0ee9326.wbe@email.secureserver.net>
4142      Branch: perl
4143            ! lib/attributes.pm xsutils.c
4144 ____________________________________________________________________________
4145 [ 28752] By: stevep                                on 2006/08/24  01:27:08
4146         Log: Upgrade to CGI.pm-3.22.
4147      Branch: perl
4148            ! lib/CGI.pm lib/CGI/Changes
4149 ____________________________________________________________________________
4150 [ 28751] By: stevep                                on 2006/08/23  16:08:17
4151         Log: Subject: [perl #40161] ccversion fix for hpux
4152              From: smoketst@hp46t243.cup.hp.com (via RT) <perlbug-followup@perl.org>
4153              Date: Wed, 16 Aug 2006 23:10:52 -0700
4154              Message-ID: <rt-3.5.HEAD-31263-1155795052-1297.40161-75-0@perl.org>
4155      Branch: perl
4156            ! hints/hpux.sh
4157 ____________________________________________________________________________
4158 [ 28750] By: stevep                                on 2006/08/23  03:04:47
4159         Log: The previous change causes compile failures with threaded Perls.
4160      Branch: perl
4161            ! reentr.h reentr.pl
4162 ____________________________________________________________________________
4163 [ 28749] By: stevep                                on 2006/08/22  20:16:55
4164         Log: Part of one of Jarkko's g++ patches that was missed.
4165      Branch: perl
4166            ! reentr.h reentr.pl
4167 ____________________________________________________________________________
4168 [ 28748] By: stevep                                on 2006/08/22  17:41:33
4169         Log: Update to Time-HiRes-1.90.
4170      Branch: perl
4171            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4172            ! ext/Time/HiRes/HiRes.xs
4173 ____________________________________________________________________________
4174 [ 28747] By: stevep                                on 2006/08/22  16:43:52
4175         Log: Upgrade to Time-HiRes-1.89.
4176      Branch: perl
4177            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4178            ! ext/Time/HiRes/HiRes.xs
4179 ____________________________________________________________________________
4180 [ 28746] By: stevep                                on 2006/08/22  14:18:16
4181         Log: Upgrade to CGI.pm-3.21
4182      Branch: perl
4183            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
4184 ____________________________________________________________________________
4185 [ 28745] By: stevep                                on 2006/08/22  14:14:23
4186         Log: Upgrade to Time-HiRes-1.88.
4187      Branch: perl
4188            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4189            ! ext/Time/HiRes/HiRes.xs
4190 ____________________________________________________________________________
4191 [ 28744] By: stevep                                on 2006/08/22  14:07:13
4192         Log: Subject: [PATCH] g++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File, XS::APItest (and Time::HiRes 1.88 in CPAN)
4193              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4194              Date: Tue, 22 Aug 2006 10:45:41 +0300 (EEST)
4195              Message-Id: <200608220745.k7M7jfjP050939@kosh.hut.fi>
4196              
4197              ...plus various version bumps and Digest::MD5 test file fixes.
4198      Branch: perl
4199            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
4200            ! ext/Digest/MD5/t/files.t ext/Math/BigInt/FastCalc/FastCalc.pm
4201            ! ext/Math/BigInt/FastCalc/FastCalc.xs
4202            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
4203            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
4204 ____________________________________________________________________________
4205 [ 28743] By: stevep                                on 2006/08/22  02:12:16
4206         Log: Subject: [PATCH] perlhack.pod: small porta-tweaks (this time without pod2man :-)
4207              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4208              Date: Mon, 21 Aug 2006 22:39:35 +0300 (EEST)
4209              Message-Id: <200608211939.k7LJdZ9P170671@kosh.hut.fi>
4210      Branch: perl
4211            ! pod/perlhack.pod
4212 ____________________________________________________________________________
4213 [ 28742] By: stevep                                on 2006/08/22  01:03:05
4214         Log: Subject: [PATCH] g++/x2p (better version)
4215              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4216              Date: Mon, 21 Aug 2006 14:48:26 +0300 (EEST)
4217              Message-Id: <200608211148.k7LBmQGL161830@kosh.hut.fi>
4218      Branch: perl
4219            ! x2p/EXTERN.h x2p/INTERN.h x2p/hash.h
4220 ____________________________________________________________________________
4221 [ 28741] By: rgs                                   on 2006/08/21  10:15:30
4222         Log: Subject: [PATCH] g++/Tru64: got perl linking once got the linkage right
4223              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4224              Date: Fri, 18 Aug 2006 13:03:17 +0300 (EEST)
4225              Message-Id: <200608181003.k7IA3Hso276655@kosh.hut.fi>
4226      Branch: perl
4227            ! hints/dec_osf.sh perl.h pp_sys.c
4228 ____________________________________________________________________________
4229 [ 28740] By: rgs                                   on 2006/08/20  10:13:12
4230         Log: Amendment to change #28739
4231      Branch: perl
4232            ! ext/B/B/Assembler.pm
4233 ____________________________________________________________________________
4234 [ 28739] By: rgs                                   on 2006/08/20  09:25:59
4235         Log: Subject: [PATCH] bytecode.t failures in Tru64: svtype (enum) is int, not long
4236              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4237              Date: Sat, 19 Aug 2006 14:34:53 +0300 (EEST)
4238              Message-Id: <200608191134.k7JBYroK518962@kosh.hut.fi>
4239      Branch: perl
4240            ! ext/B/B/Assembler.pm
4241 ____________________________________________________________________________
4242 [ 28738] By: rgs                                   on 2006/08/20  09:15:21
4243         Log: perlthrtut update, by Jerry D. Hedden.
4244      Branch: perl
4245            ! pod/perlthrtut.pod
4246 ____________________________________________________________________________
4247 [ 28737] By: rgs                                   on 2006/08/20  08:46:33
4248         Log: Subject: [PATCH] g++/Solaris: force d_dlopen=define
4249              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4250              Date: Fri, 18 Aug 2006 15:48:34 +0300 (EEST)
4251              Message-Id: <200608181248.k7ICmY2W028375@vipunen.hut.fi>
4252      Branch: perl
4253            ! hints/solaris_2.sh
4254 ____________________________________________________________________________
4255 [ 28736] By: rgs                                   on 2006/08/18  16:22:18
4256         Log: Phrasing nit in perlxstut (by Ville Koskinen)
4257      Branch: perl
4258            ! pod/perlxstut.pod
4259 ____________________________________________________________________________
4260 [ 28735] By: rgs                                   on 2006/08/18  15:46:18
4261         Log: A type change that apparently works around a compiler bug
4262              (gcc 4.1.1 on Solaris) (by Robin Barker)
4263      Branch: perl
4264            ! pp_hot.c
4265 ____________________________________________________________________________
4266 [ 28734] By: stevep                                on 2006/08/17  20:28:36
4267         Log: Subject: [PATCH] Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)
4268              From: Jarkko Hietaniemi <jhi@iki.fi>
4269              Date: Thu, 17 Aug 2006 19:16:09 +0300
4270              Message-ID: <44E49649.9090307@iki.fi>
4271      Branch: perl
4272            ! XSUB.h mathoms.c op.h perl.h perlio.c utf8.c
4273 ____________________________________________________________________________
4274 [ 28733] By: stevep                                on 2006/08/17  17:57:33
4275         Log: syscall() declaration in perl.h needs to have an EXTERN_C prefixing
4276              it for some C++ compiles.  Might as well fix usleep()'s 
4277              declaration too.
4278      Branch: perl
4279            ! perl.h
4280 ____________________________________________________________________________
4281 [ 28732] By: stevep                                on 2006/08/17  15:28:36
4282         Log: Fix to problem where CGI can lose the filehandle during an upload.
4283              Patch posted to the Debian bug list by Eric Wong 
4284              <eric@petta-tech.com>.
4285      Branch: perl
4286            ! lib/CGI.pm
4287 ____________________________________________________________________________
4288 [ 28731] By: stevep                                on 2006/08/17  14:50:36
4289         Log: gcc-4.1.1 on Fedora optimized away NULL chacks in Perl_do_close(),
4290              which caused core dumps.
4291      Branch: perl
4292            ! embed.fnc proto.h
4293 ____________________________________________________________________________
4294 [ 28730] By: stevep                                on 2006/08/16  17:44:44
4295         Log: Cast needed to compile bsd_glob.c with C++
4296      Branch: perl
4297            ! ext/File/Glob/bsd_glob.c
4298 ____________________________________________________________________________
4299 [ 28729] By: stevep                                on 2006/08/16  13:11:15
4300         Log: Additional changes to get C++ a little closer to a clean compile
4301              of Perl.
4302      Branch: perl
4303            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/bytecode.h
4304            ! ext/ByteLoader/byterun.c ext/DB_File/DB_File.pm
4305            ! ext/DB_File/DB_File.xs ext/Hash/Util/FieldHash/FieldHash.xs
4306            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
4307            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
4308 ____________________________________________________________________________
4309 [ 28728] By: stevep                                on 2006/08/15  18:57:11
4310         Log: Additional floating point strictness is needed to get Intel cc to pass
4311              its tests.
4312      Branch: perl
4313            ! hints/linux.sh
4314 ____________________________________________________________________________
4315 [ 28727] By: rgs                                   on 2006/08/15  10:01:48
4316         Log: Update Changes
4317      Branch: perl
4318            ! Changes
4319 ____________________________________________________________________________
4320 [ 28726] By: rgs                                   on 2006/08/15  09:59:24
4321         Log: Update Module::CoreList data with 5.9.4
4322      Branch: perl
4323            ! lib/Module/CoreList.pm
4324 ____________________________________________________________________________
4325 [ 28725] By: rgs                                   on 2006/08/15  09:55:27
4326         Log: 5.9.4 is today.
4327      Branch: perl
4328            ! pod/perlhist.pod
4329 ____________________________________________________________________________
4330 [ 28724] By: rgs                                   on 2006/08/15  09:54:02
4331         Log: Actually, Richard Clamp doesn't maintain Module::CoreList anymore.
4332      Branch: perl
4333            ! Porting/Maintainers.pl
4334 ____________________________________________________________________________
4335 [ 28723] By: rgs                                   on 2006/08/15  09:43:40
4336         Log: Regenerate perlmodlib and perltoc
4337      Branch: perl
4338            ! pod/perlmodlib.pod pod/perltoc.pod
4339 ____________________________________________________________________________
4340 [ 28722] By: rgs                                   on 2006/08/15  09:40:08
4341         Log: POD formatting nit
4342      Branch: perl
4343            ! pod/perl594delta.pod
4344 ____________________________________________________________________________
4345 [ 28721] By: rgs                                   on 2006/08/15  09:29:03
4346         Log: Remove some of the known problems documented in perldelta, which were
4347              caused by change #28319, just backed out. Add some Windows news (by
4348              Steve Hay)
4349      Branch: perl
4350            ! pod/perl594delta.pod
4351 ____________________________________________________________________________
4352 [ 28720] By: rgs                                   on 2006/08/15  09:22:54
4353         Log: Revert change 28319, which may cause segfaults with threaded perls
4354              on eval("syntax error") statements
4355      Branch: perl
4356            ! perly.c
4357 ____________________________________________________________________________
4358 [ 28719] By: rgs                                   on 2006/08/15  07:57:54
4359         Log: More perldelta nits found by my reviewers
4360      Branch: perl
4361            ! pod/perl594delta.pod
4362 ____________________________________________________________________________
4363 [ 28718] By: rgs                                   on 2006/08/14  22:30:18
4364         Log: Spelling fixes, thanks to Nicholas and to Ronald Kimball
4365      Branch: perl
4366            ! pod/perl594delta.pod
4367 ____________________________________________________________________________
4368 [ 28717] By: rgs                                   on 2006/08/14  21:58:15
4369         Log: More perldelta entries and fixes
4370      Branch: perl
4371            ! pod/perl594delta.pod
4372 ____________________________________________________________________________
4373 [ 28716] By: rgs                                   on 2006/08/14  21:31:43
4374         Log: Typo fix in the documentation of source filters in @INC
4375      Branch: perl
4376            ! pod/perlfunc.pod
4377 ____________________________________________________________________________
4378 [ 28715] By: mhx                                   on 2006/08/14  20:29:57
4379         Log: Only copy ppport.h to destination if it is different.
4380              This avoids unneccessary rebuilds.
4381      Branch: perl
4382            ! mkppport
4383 ____________________________________________________________________________
4384 [ 28714] By: mhx                                   on 2006/08/14  19:43:23
4385         Log: Upgrade to Devel::PPPort 3.10
4386      Branch: perl
4387            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
4388            ! ext/Devel/PPPort/soak
4389 ____________________________________________________________________________
4390 [ 28713] By: rgs                                   on 2006/08/14  19:30:17
4391         Log: perldelta entry describing regexp work, by Yves Orton
4392      Branch: perl
4393            ! pod/perl594delta.pod
4394 ____________________________________________________________________________
4395 [ 28712] By: rgs                                   on 2006/08/14  15:27:51
4396         Log: Regenerate metafile
4397      Branch: perl
4398            ! META.yml
4399 ____________________________________________________________________________
4400 [ 28711] By: rgs                                   on 2006/08/14  14:24:19
4401         Log: New authors
4402      Branch: perl
4403            ! AUTHORS
4404 ____________________________________________________________________________
4405 [ 28710] By: rgs                                   on 2006/08/14  12:45:59
4406         Log: More perldelta entries; plus, credits.
4407      Branch: perl
4408            ! pod/perl594delta.pod
4409 ____________________________________________________________________________
4410 [ 28709] By: rgs                                   on 2006/08/14  12:35:13
4411         Log: Typo fix in perldiag
4412      Branch: perl
4413            ! pod/perldiag.pod
4414 ____________________________________________________________________________
4415 [ 28708] By: steveh                                on 2006/08/14  10:20:13
4416         Log: Update pod/perl594delta.pod w.r.t. #28706, and arrange list of modules
4417              alphabetically.
4418      Branch: perl
4419            ! pod/perl594delta.pod
4420 ____________________________________________________________________________
4421 [ 28707] By: steveh                                on 2006/08/14  10:15:04
4422         Log: Update Porting/Maintainers.pl w.r.t. #28695, #28703 and #28706.
4423      Branch: perl
4424            ! Porting/Maintainers.pl
4425 ____________________________________________________________________________
4426 [ 28706] By: steveh                                on 2006/08/14  10:10:07
4427         Log: Subject: [PATCH] Add Module::Loaded to the core
4428              From: kane@xs4all.nl
4429              Date: Sun, 13 Aug 2006 16:22:09 +0200 (CEST)
4430              Message-ID: <9310.80.127.35.68.1155478929.squirrel@webmail.xs4all.nl>
4431      Branch: perl
4432            + lib/Module/Loaded.pm lib/Module/Loaded/t/01_Module-Loaded.t
4433            ! MANIFEST
4434 ____________________________________________________________________________
4435 [ 28705] By: rgs                                   on 2006/08/14  09:30:38
4436         Log: More perldelta nits.
4437      Branch: perl
4438            ! pod/perl594delta.pod
4439 ____________________________________________________________________________
4440 [ 28704] By: rgs                                   on 2006/08/14  09:19:02
4441         Log: Make the NAME section of Package::Constants more conformant to
4442              man page conventions
4443      Branch: perl
4444            ! lib/Package/Constants.pm
4445 ____________________________________________________________________________
4446 [ 28703] By: steveh                                on 2006/08/14  09:09:40
4447         Log: Subject: [PATCH] Add Package::Constants to the core
4448              From: kane@xs4all.nl
4449              Date: Sat, 12 Aug 2006 23:57:58 +0200 (CEST)
4450              Message-ID: <9749.80.127.35.68.1155419878.squirrel@webmail.xs4all.nl>
4451      Branch: perl
4452            + lib/Package/Constants.pm lib/Package/Constants/t/01_list.t
4453            ! MANIFEST
4454 ____________________________________________________________________________
4455 [ 28702] By: nicholas                              on 2006/08/13  19:51:41
4456         Log: Regularise the indents of Changes to placate Porting/checkAUTHORS.pl
4457      Branch: perl
4458            ! Changes
4459 ____________________________________________________________________________
4460 [ 28701] By: rgs                                   on 2006/08/13  13:53:54
4461         Log: Fix URL of perlbug database
4462      Branch: perl
4463            ! pod/perl594delta.pod
4464 ____________________________________________________________________________
4465 [ 28700] By: rgs                                   on 2006/08/13  12:44:18
4466         Log: More perldelta entries
4467      Branch: perl
4468            ! pod/perl594delta.pod
4469 ____________________________________________________________________________
4470 [ 28699] By: rgs                                   on 2006/08/13  07:51:46
4471         Log: Fix a couple URLs in perlhack
4472      Branch: perl
4473            ! pod/perlhack.pod
4474 ____________________________________________________________________________
4475 [ 28698] By: rgs                                   on 2006/08/12  12:53:32
4476         Log: Subject: [PATCH] perlhack.pod: more portability pitfalls
4477              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4478              Date: Sat, 12 Aug 2006 10:33:38 +0300 (EEST)
4479              Message-Id: <200608120733.k7C7XcU0268432@kosh.hut.fi>
4480      Branch: perl
4481            ! pod/perlhack.pod
4482 ____________________________________________________________________________
4483 [ 28697] By: steveh                                on 2006/08/11  17:31:45
4484         Log: Resync win32/config_H.* and win32/config.* with config_h.SH
4485              and Porting/config.sh respectively
4486              
4487              No real changes except for the addition of the missing
4488              HAS_C99_VARIADIC_MACROS to win32/config_H.* and
4489              initialinstalllocation, madlyh, madlyobj and madlysrc to
4490              win32/config.*
4491      Branch: perl
4492            ! win32/config.bc win32/config.gc win32/config.vc
4493            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
4494            ! win32/config_H.vc win32/config_H.vc64
4495 ____________________________________________________________________________
4496 [ 28696] By: rgs                                   on 2006/08/11  16:02:32
4497         Log: More perldelta notes. Also, I did forget things
4498              in perl593delta...
4499      Branch: perl
4500            ! pod/perl593delta.pod pod/perl594delta.pod
4501 ____________________________________________________________________________
4502 [ 28695] By: steveh                                on 2006/08/11  12:52:51
4503         Log: Subject: [PATCH] Add Module::Load to 5.9.x
4504              From: kane@xs4all.nl
4505              Date: Wed, 9 Aug 2006 12:23:42 +0200 (CEST)
4506              Message-ID: <9866.194.109.0.185.1155119022.squirrel@webmail.xs4all.nl>
4507      Branch: perl
4508            + lib/Module/Load.pm lib/Module/Load/t/01_Module-Load.t
4509            + lib/Module/Load/t/to_load/LoadIt.pm
4510            + lib/Module/Load/t/to_load/LoadMe.pl
4511            + lib/Module/Load/t/to_load/Must/Be/Loaded.pm
4512            + lib/Module/Load/t/to_load/TestModule.pm
4513            + lib/Module/Load/t/to_load/ToBeLoaded
4514            + lib/Module/Load/t/to_load/config_file
4515            ! MANIFEST
4516 ____________________________________________________________________________
4517 [ 28694] By: steveh                                on 2006/08/11  12:49:00
4518         Log: Close file before unlinking (on Win32 at least!)
4519      Branch: perl
4520            ! t/op/stat.t
4521 ____________________________________________________________________________
4522 [ 28693] By: rgs                                   on 2006/08/10  16:46:07
4523         Log: Subject: [PATCH] Re: Smoke [5.9.4] 28683 FAIL(F) Solaris 2.11 (i386/1 cpu)
4524              From: Andrew Dougherty <doughera@lafayette.edu>
4525              Date: Thu, 10 Aug 2006 12:37:39 -0400 (EDT)
4526              Message-ID: <Pine.LNX.4.62.0608101230260.12531@fractal.phys.lafayette.edu>
4527      Branch: perl
4528            ! lib/open.t
4529 ____________________________________________________________________________
4530 [ 28692] By: rgs                                   on 2006/08/10  14:27:44
4531         Log: Update Changes
4532      Branch: perl
4533            ! Changes
4534 ____________________________________________________________________________
4535 [ 28691] By: rgs                                   on 2006/08/10  13:17:51
4536         Log: Some updates to the cross-compilation config script
4537      Branch: perl
4538            ! Cross/config.sh-arm-linux
4539 ____________________________________________________________________________
4540 [ 28690] By: rgs                                   on 2006/08/10  09:46:34
4541         Log: lstat on *GLOB{IO} with warnings on would segfault
4542              (noticed by Andrew Dougherty)
4543      Branch: perl
4544            ! pp_sys.c
4545 ____________________________________________________________________________
4546 [ 28689] By: rgs                                   on 2006/08/10  08:23:31
4547         Log: Subject: [PATCH] g++: gethostbyaddr, and more Tru64 defines
4548              From: Jarkko Hietaniemi <jhi@iki.fi>
4549              Date: Thu, 10 Aug 2006 09:00:44 +0300
4550              Message-ID: <44DACB8C.1080708@iki.fi>
4551      Branch: perl
4552            ! hints/dec_osf.sh pp_sys.c
4553 ____________________________________________________________________________
4554 [ 28688] By: rgs                                   on 2006/08/10  08:22:01
4555         Log: Subject: [PATCH] doio.c: vararg NULLs must be cast right
4556              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4557              Date: Thu, 10 Aug 2006 08:35:53 +0300 (EEST)
4558              Message-Id: <200608100535.k7A5Zr2Z156515@kosh.hut.fi>
4559      Branch: perl
4560            ! doio.c
4561 ____________________________________________________________________________
4562 [ 28687] By: rgs                                   on 2006/08/10  08:14:46
4563         Log: Upgrade to version.pm 0.67
4564      Branch: perl
4565            ! lib/version.pm lib/version.pod lib/version.t
4566 ____________________________________________________________________________
4567 [ 28686] By: stevep                                on 2006/08/09  21:54:08
4568         Log: A couple const's and a cast to get Sun CC to compile these files.
4569              Perl, however, still will not build with the Sun CC.  
4570      Branch: perl
4571            ! op.c pp_sort.c toke.c
4572 ____________________________________________________________________________
4573 [ 28685] By: stevep                                on 2006/08/09  19:45:06
4574         Log: Fix comment nit in config.h
4575      Branch: perl
4576            ! config_h.SH
4577 ____________________________________________________________________________
4578 [ 28684] By: rgs                                   on 2006/08/09  15:46:55
4579         Log: Subject: Re: [perl #37731] junk and uninit'ed values in tied scalars
4580              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
4581              Date: Mon, 28 Nov 2005 01:26:31 -0800
4582              Message-ID: <20051128092605.GA2328@efn.org>
4583              
4584              plus a regression test
4585      Branch: perl
4586            ! sv.c t/op/tie.t
4587 ____________________________________________________________________________
4588 [ 28683] By: rgs                                   on 2006/08/09  12:43:19
4589         Log: Subject: PATCH: Sync Time::Local in blead to 1.13 on CPAN
4590              From: Dave Rolsky <autarch@urth.org>
4591              Date: Wed, 9 Aug 2006 04:38:28 -0500 (CDT)
4592              Message-ID: <Pine.LNX.4.64.0608090422450.8735@urth.org>
4593      Branch: perl
4594            ! lib/Time/Local.pm lib/Time/Local.t
4595 ____________________________________________________________________________
4596 [ 28682] By: rgs                                   on 2006/08/09  09:58:52
4597         Log: Add OS-specific core modules in Module::CoreList for 5.8.[78] and 5.9.[23]
4598      Branch: perl
4599            ! lib/Module/CoreList.pm
4600 ____________________________________________________________________________
4601 [ 28681] By: rgs                                   on 2006/08/09  09:52:38
4602         Log: Add OS-specific modules in Module::Corelist generation script
4603              (hinted by Steve Hay)
4604      Branch: perl
4605            ! Porting/corelist.pl
4606 ____________________________________________________________________________
4607 [ 28680] By: rgs                                   on 2006/08/09  09:42:34
4608         Log: Fix data for 5.9.2, 5.9.3, 5.8.7 and 5.8.8
4609      Branch: perl
4610            ! lib/Module/CoreList.pm
4611 ____________________________________________________________________________
4612 [ 28679] By: rgs                                   on 2006/08/09  09:23:02
4613         Log: More fixes in the Module::Corelist data generation process
4614      Branch: perl
4615            ! Porting/corelist.pl
4616 ____________________________________________________________________________
4617 [ 28678] By: rgs                                   on 2006/08/09  09:01:25
4618         Log: Really submit previous change
4619      Branch: perl
4620            ! Porting/corelist.pl
4621 ____________________________________________________________________________
4622 [ 28677] By: rgs                                   on 2006/08/09  08:34:42
4623         Log: Several fixes in Porting/corelist.pl
4624              - make it run with 5.8.x perls
4625              - make it handle new modules layout in bleadperl
4626      Branch: perl
4627            ! Porting/corelist.pl
4628 ____________________________________________________________________________
4629 [ 28676] By: rgs                                   on 2006/08/08  09:39:35
4630         Log: Subject: [PATCH] Small precision about $SIG{__WARN__}
4631              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
4632              Date: Tue, 08 Aug 2006 11:17:58 +0200
4633              Message-ID: <1155028678.44d856c64fa0d@imp6-g19.free.fr>
4634      Branch: perl
4635            ! pod/perlvar.pod
4636 ____________________________________________________________________________
4637 [ 28675] By: rgs                                   on 2006/08/08  09:22:27
4638         Log: Simplification in Perl_magic_clearsig, plus a fix similar and
4639              symmetrical to the one implemented in change #28669.
4640      Branch: perl
4641            ! mg.c
4642 ____________________________________________________________________________
4643 [ 28674] By: stevep                                on 2006/08/08  03:55:13
4644         Log: Subject: [PATCH] g++ stage 1 reached
4645              From: Jarkko Hietaniemi <jhi@iki.fi>
4646              Date: Tue, 08 Aug 2006 00:02:35 +0300
4647              Message-ID: <44D7AA6B.4040802@iki.fi>
4648      Branch: perl
4649            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
4650            ! Porting/config_H cflags.SH config_h.SH configure.com deb.c
4651            ! dump.c epoc/config.sh gv.c mathoms.c mg.c op.c opcode.h
4652            ! plan9/config.plan9 plan9/config_h.sample symbian/config.sh
4653            ! uconfig.h uconfig.sh win32/config.bc win32/config.ce
4654            ! win32/config.gc win32/config.vc win32/config.vc64
4655            ! win32/config_H.bc win32/config_H.ce win32/config_H.gc
4656            ! win32/config_H.vc win32/config_H.vc64
4657 ____________________________________________________________________________
4658 [ 28673] By: stevep                                on 2006/08/07  19:54:51
4659         Log: Upgrade to Module-Build-0.2805
4660      Branch: perl
4661            ! lib/Module/Build.pm lib/Module/Build/API.pod
4662            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
4663            ! lib/Module/Build/Changes lib/Module/Build/ModuleInfo.pm
4664            ! lib/Module/Build/Platform/MacOS.pm lib/Module/Build/Version.pm
4665            ! lib/Module/Build/t/moduleinfo.t
4666 ____________________________________________________________________________
4667 [ 28672] By: stevep                                on 2006/08/07  19:37:28
4668         Log: Upgrade to Digest-SHA-5.43
4669      Branch: perl
4670            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
4671            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
4672            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
4673            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
4674            ! ext/Digest/SHA/src/sha64bit.c
4675 ____________________________________________________________________________
4676 [ 28671] By: steveh                                on 2006/08/07  16:58:16
4677         Log: Subject: Define PERL_NO_DEV_RANDOM on Windows
4678              From: "Davies, Alex" <adavies@ptc.com>
4679              Date: Thu, 3 Aug 2006 13:31:14 -0400
4680              Message-ID: <A69AA663CE9BBC44AE1DA72483DE15DE04622D66@HQ-MAIL3.ptcnet.ptc.com>
4681              
4682              This stops perl from trying to read C:\dev\urandom on Windows
4683      Branch: perl
4684            ! dosish.h
4685 ____________________________________________________________________________
4686 [ 28670] By: steveh                                on 2006/08/07  16:21:40
4687         Log: Fixups for test failures caused by #28667 and #28668
4688      Branch: perl
4689            ! ext/B/B/Assembler.pm ext/B/t/assembler.t
4690 ____________________________________________________________________________
4691 [ 28669] By: rgs                                   on 2006/08/07  14:10:15
4692         Log: We shouldn't try to decrement the refcount of PL_warnhook
4693              if it has been set to PERL_WARNHOOK_FATAL.
4694      Branch: perl
4695            ! mg.c
4696 ____________________________________________________________________________
4697 [ 28668] By: steveh                                on 2006/08/07  10:24:39
4698         Log: Provide a BGET_svtype, required by #28667
4699      Branch: perl
4700            ! ext/ByteLoader/bytecode.h
4701 ____________________________________________________________________________
4702 [ 28667] By: rgs                                   on 2006/08/07  09:43:20
4703         Log: Try to reinstate the fix of change #28638 by patching bytecode.pl and
4704              not the file it generates
4705      Branch: perl
4706            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
4707 ____________________________________________________________________________
4708 [ 28666] By: rgs                                   on 2006/08/07  09:23:35
4709         Log: Restore modification in warnings.h from change 28662 by backporting it
4710              to warnings.pl
4711      Branch: perl
4712            ! warnings.h warnings.pl
4713 ____________________________________________________________________________
4714 [ 28665] By: rgs                                   on 2006/08/07  09:13:42
4715         Log: Subject: [PATCH] File::Basename add X<> tags, replace regex delimiters
4716              From: "Gabor Szabo" <szabgab@gmail.com>
4717              Date: Sat, 5 Aug 2006 23:00:14 +0300
4718              Message-ID: <d8a74af10608051300m4a1ebd93j491889b9b4e8523d@mail.gmail.com>
4719      Branch: perl
4720            ! lib/File/Basename.pm
4721 ____________________________________________________________________________
4722 [ 28664] By: rgs                                   on 2006/08/07  08:28:50
4723         Log: Subject: [PATCH] adding X<> to perlvar
4724              From: "Gabor Szabo" <szabgab@gmail.com>
4725              Date: Sun, 6 Aug 2006 13:59:28 +0300
4726              Message-ID: <d8a74af10608060359g7d4726dalf947f051a51c10e@mail.gmail.com>
4727      Branch: perl
4728            ! pod/perlvar.pod
4729 ____________________________________________________________________________
4730 [ 28663] By: rgs                                   on 2006/08/07  08:23:13
4731         Log: Regenerate files after previous change
4732      Branch: perl
4733            ! ext/ByteLoader/byterun.c warnings.h
4734 ____________________________________________________________________________
4735 [ 28662] By: rgs                                   on 2006/08/07  08:15:39
4736         Log: Subject: [PATCH] g++ large patch
4737              From: Jarkko Hietaniemi <jhi@iki.fi>
4738              Date: Fri, 04 Aug 2006 08:58:27 +0300
4739              Message-ID: <44D2E203.5050201@iki.fi>
4740      Branch: perl
4741            ! cflags.SH deb.c dump.c embed.fnc embed.h gv.c hv.c mathoms.c
4742            ! mg.c op.c perl.h perlio.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
4743            ! proto.h regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
4744            ! warnings.h
4745 ____________________________________________________________________________
4746 [ 28661] By: rgs                                   on 2006/08/05  15:46:34
4747         Log: Subject: [PATCH] perlfunc.pod - unite gmtime and localtime
4748              From: "Gabor Szabo" <szabgab@gmail.com>
4749              Date: Thu, 27 Jul 2006 09:25:02 +0300
4750              Message-ID: <d8a74af10607262325n472b424cr78c9591c31ffe190@mail.gmail.com>
4751      Branch: perl
4752            ! pod/perlfunc.pod
4753 ____________________________________________________________________________
4754 [ 28660] By: rgs                                   on 2006/08/05  15:28:39
4755         Log: Subject: [PATCH] add more X<> tags to perlfunc
4756              From: "Gabor Szabo" <szabgab@gmail.com>
4757              Date: Thu, 27 Jul 2006 00:27:06 +0300
4758              Message-ID: <d8a74af10607261427g142f0c6bge6f77c2f5e59da40@mail.gmail.com>
4759      Branch: perl
4760            ! pod/perlfunc.pod
4761 ____________________________________________________________________________
4762 [ 28659] By: rgs                                   on 2006/08/05  15:22:18
4763         Log: Subject: [PATCH] File::Copy pod updated adding X<>
4764              From: "Gabor Szabo" <szabgab@gmail.com>
4765              Date: Tue, 1 Aug 2006 08:55:37 +0200
4766              Message-ID: <d8a74af10607312355t7f3fed91g1459cb74b9b50fcd@mail.gmail.com>
4767      Branch: perl
4768            ! lib/File/Copy.pm
4769 ____________________________________________________________________________
4770 [ 28658] By: stevep                                on 2006/08/04  16:42:54
4771         Log: Sorting the MANIFEST
4772      Branch: perl
4773            ! MANIFEST
4774 ____________________________________________________________________________
4775 [ 28657] By: rgs                                   on 2006/08/04  09:45:37
4776         Log: Subject: [PATCH blead] Re: [perl #39882] inconsistent list slice behaviour
4777              From: Rick Delaney <rick@bort.ca>
4778              Date: Thu, 3 Aug 2006 21:48:07 -0400
4779              Message-ID: <20060804014807.GW21381@localhost.localdomain>
4780      Branch: perl
4781            ! pp.c t/op/list.t
4782 ____________________________________________________________________________
4783 [ 28656] By: rgs                                   on 2006/08/04  09:20:31
4784         Log: Subject: [PATCH blead] Re: [perl #40055] B::Deparse double do
4785              From: Rick Delaney <rick@bort.ca>
4786              Date: Thu, 3 Aug 2006 17:30:06 -0400
4787              Message-ID: <20060803213006.GU21381@localhost.localdomain>
4788      Branch: perl
4789            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
4790 ____________________________________________________________________________
4791 [ 28655] By: stevep                                on 2006/08/03  20:18:28
4792         Log: Subject: [PATCH] Tru64 oops
4793              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4794              Date: Thu, 3 Aug 2006 22:59:37 +0300 (EEST)
4795              Message-Id: <200608031959.k73JxbsC395856@kosh.hut.fi>
4796      Branch: perl
4797            ! pp_sys.c
4798 ____________________________________________________________________________
4799 [ 28654] By: rgs                                   on 2006/08/03  08:15:51
4800         Log: Subject: [PATCH] more g++ in Tru64
4801              From: Jarkko Hietaniemi <jhi@iki.fi>
4802              Date: Thu, 03 Aug 2006 09:04:45 +0300
4803              Message-ID: <44D191FD.9030902@iki.fi>
4804      Branch: perl
4805            ! hints/dec_osf.sh perlio.c pp_sys.c
4806 ____________________________________________________________________________
4807 [ 28653] By: stevep                                on 2006/08/02  17:47:34
4808         Log: Upgrade to Archive-Tar-1.30.  Since change #27571 is not included,
4809              the bleadperl version is bumped to 1.30_01.
4810      Branch: perl
4811            ! lib/Archive/Tar.pm
4812 ____________________________________________________________________________
4813 [ 28652] By: rgs                                   on 2006/08/02  13:11:25
4814         Log: Cross-compilation makefile fails to copy Config_heavy.pl
4815              (noticed by Alexandre Jousset <mid@gtmp.org>)
4816      Branch: perl
4817            ! Cross/Makefile
4818 ____________________________________________________________________________
4819 [ 28651] By: merijn                                on 2006/08/02  11:21:30
4820         Log: Subject: [PATCH] g++ heavy shoveling
4821              From: Jarkko Hietaniemi <jhi@iki.fi>
4822              Date: Wed, 02 Aug 2006 00:04:42 +0300
4823              Message-ID: <44CFC1EA.2050702@iki.fi>
4824      Branch: perl
4825            ! Configure
4826 ____________________________________________________________________________
4827 [ 28649] By: rgs                                   on 2006/08/02  09:49:10
4828         Log: Subject: [PATCH blead] Re: [perl #39733] $AUTOLOAD is never tainted
4829              From: Rick Delaney <rick@bort.ca>
4830              Date: Sun, 9 Jul 2006 15:01:50 -0400
4831              Message-ID: <20060709190150.GA1922@localhost.localdomain>
4832              
4833              Plus a note in perldelta
4834      Branch: perl
4835            ! gv.c pod/perl594delta.pod t/op/taint.t
4836 ____________________________________________________________________________
4837 [ 28645] By: stevep                                on 2006/08/02  03:11:51
4838         Log: Subject: [PATCH] g++ heavy shoveling
4839              From: Jarkko Hietaniemi <jhi@iki.fi>
4840              Date: Wed, 02 Aug 2006 00:04:42 +0300
4841              Message-ID: <44CFC1EA.2050702@iki.fi>
4842      Branch: perl
4843            ! cflags.SH hints/linux.sh perl.h
4844 ____________________________________________________________________________
4845 [ 28644] By: rgs                                   on 2006/08/01  16:47:01
4846         Log: Subject: Re: New perltrap?
4847              From: Rick Delaney <rick@bort.ca>
4848              Date: Tue, 1 Aug 2006 08:43:36 -0400
4849              Message-ID: <20060801124336.GM21381@localhost.localdomain>
4850      Branch: perl
4851            ! pod/perlsec.pod
4852 ____________________________________________________________________________
4853 [ 28643] By: steveh                                on 2006/08/01  16:17:47
4854         Log: Silence a couple of Borland compiler warnings
4855      Branch: perl
4856            ! cop.h regexec.c win32/win32.h
4857 ____________________________________________________________________________
4858 [ 28642] By: rgs                                   on 2006/08/01  16:11:24
4859         Log: Subject: [PATCH] threads 1.38
4860              From: "Jerry D. Hedden" <jerry@hedden.us>
4861              Date: Tue, 01 Aug 2006 08:58:52 -0700
4862              Message-ID: <20060801085852.fb30e530d17747c2b054d625b8945d88.ad7fb0a136.wbe@email.secureserver.net>
4863      Branch: perl
4864            ! ext/threads/Changes ext/threads/README ext/threads/t/free.t
4865            ! ext/threads/t/free2.t ext/threads/t/thread.t
4866            ! ext/threads/threads.pm ext/threads/threads.xs
4867 ____________________________________________________________________________
4868 [ 28641] By: rgs                                   on 2006/08/01  15:11:15
4869         Log: Bump version of Module::CoreList
4870      Branch: perl
4871            ! lib/Module/CoreList.pm
4872 ____________________________________________________________________________
4873 [ 28640] By: rgs                                   on 2006/08/01  14:59:36
4874         Log: Patch by Marius Feraru <altblue@n0i.net> to handle dotted perl versions
4875              in the corelist utility, and to add an easy way to determine what was
4876              some module's version bundled with a specified Perl release.
4877      Branch: perl
4878            ! lib/Module/CoreList/bin/corelist
4879 ____________________________________________________________________________
4880 [ 28639] By: merijn                                on 2006/08/01  12:13:53
4881         Log: Subject: [PATCH] g++ dNOOP (luckily one can mix code and decls in C++)
4882              Somewhat modifies as per Steve Hay's comment
4883              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4884              Date: Tue, 1 Aug 2006 08:46:15 +0300 (EEST)
4885              Message-Id: <200608010546.k715kEdP017064@kosh.hut.fi>
4886      Branch: perl
4887            ! perl.h
4888 ____________________________________________________________________________
4889 [ 28638] By: steveh                                on 2006/08/01  11:20:47
4890         Log: Silence the VC7 compiler warning in the following smoke:
4891              http://www.nntp.perl.org/group/perl.daily-build.reports/39824
4892      Branch: perl
4893            ! ext/ByteLoader/byterun.c
4894 ____________________________________________________________________________
4895 [ 28637] By: merijn                                on 2006/08/01  08:44:58
4896         Log: ANSI-C headers in test snippets to please g++ (and the rest)
4897              Subject: [PATCH]  (back) towards g++ compilation (in Tru64, and elsewhere)
4898              From: Jarkko Hietaniemi <jhi@iki.fi>
4899              Date: Mon, 31 Jul 2006 23:44:55 +0300
4900              Message-ID: <44CE6BC7.8060805@iki.fi>
4901      Branch: perl
4902            ! Configure
4903 ____________________________________________________________________________
4904 [ 28635] By: steveh                                on 2006/08/01  08:10:07
4905         Log: Subject: [PATCH] op/stat.t: SKIP count fix in case of no dirfd()
4906              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4907              Date: Tue, 1 Aug 2006 08:04:26 +0300 (EEST)
4908              Message-Id: <200608010504.k7154QT3178692@kosh.hut.fi>
4909      Branch: perl
4910            ! t/op/stat.t
4911 ____________________________________________________________________________
4912 [ 28634] By: stevep                                on 2006/08/01  00:17:19
4913         Log: Subject: [PATCH] solution(?) to the "warning: comparison is always false dueto limited range of data type" with New*()
4914              From: Jarkko Hietaniemi <jhi@iki.fi>
4915              Date: Fri, 28 Jul 2006 09:00:28 +0300
4916              Message-ID: <44C9A7FC.1060801@iki.fi>
4917      Branch: perl
4918            ! handy.h
4919 ____________________________________________________________________________
4920 [ 28633] By: stevep                                on 2006/08/01  00:10:06
4921         Log: Subject: [PATCH] (back) towards g++ compilation (in Tru64, and elsewhere)
4922              From: Jarkko Hietaniemi <jhi@iki.fi>
4923              Date: Mon, 31 Jul 2006 23:44:55 +0300
4924              Message-ID: <44CE6BC7.8060805@iki.fi>
4925              
4926              Just the hints/dec_osf.sh changes from this set of patches.
4927      Branch: perl
4928            ! hints/dec_osf.sh
4929 ____________________________________________________________________________
4930 [ 28632] By: stevep                                on 2006/07/30  17:03:10
4931         Log: Tests to go with change #28628.
4932      Branch: perl
4933            ! t/op/stat.t
4934 ____________________________________________________________________________
4935 [ 28631] By: stevep                                on 2006/07/30  16:20:58
4936         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.87_55.tar.gz
4937              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
4938              Date: Sat, 29 Jul 2006 22:06:31 +0200
4939              Message-ID: <877j1w2n20.fsf@k75.linux.bogus>
4940      Branch: perl
4941            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
4942            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
4943 ____________________________________________________________________________
4944 [ 28630] By: steveh                                on 2006/07/28  16:37:48
4945         Log: Remove a (UINT) cast to silence a VC6 compiler warning
4946              (this was added by #27352, but Digest-SHA-5.37 changed the
4947              loop variable to be signed so the cast now needs to go).
4948              Also bump the VERSION since #27482 has not yet been applied
4949              to the CPAN version.
4950      Branch: perl
4951            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/sha.c
4952 ____________________________________________________________________________
4953 [ 28629] By: merijn                                on 2006/07/28  08:04:01
4954         Log: Subject: [PATCH] z/OS: an easy test nit
4955              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4956              Date: Thu, 27 Jul 2006 20:00:02 +0300 (EEST)
4957              Message-Id: <200607271700.k6RH02V1355005@kosh.hut.fi>
4958      Branch: perl
4959            ! ext/PerlIO/t/encoding.t
4960 ____________________________________________________________________________
4961 [ 28628] By: stevep                                on 2006/07/28  00:42:04
4962         Log: Change stat() and -X filetests so that they treat *FILE{IO} 
4963              filehandles like *FILE filehandles.  This resolves RT #8244.
4964      Branch: perl
4965            ! doio.c pp_sys.c
4966 ____________________________________________________________________________
4967 [ 28627] By: stevep                                on 2006/07/27  21:17:10
4968         Log: Upgrade to Digest-SHA-5.42
4969      Branch: perl
4970            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
4971            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
4972            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
4973            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
4974            ! ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/2-nist-sha-oo.t
4975            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
4976            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
4977            ! ext/Digest/SHA/t/3-gillogly-hard.t
4978            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
4979 ____________________________________________________________________________
4980 [ 28626] By: steveh                                on 2006/07/27  16:25:41
4981         Log: Clear up most of the VC6 compiler warnings in the following smoke:
4982              http://www.nntp.perl.org/group/perl.daily-build.reports/39733
4983      Branch: perl
4984            ! doio.c ext/B/B.xs ext/XS/APItest/APItest.xs hv.c op.c pp.c
4985            ! pp_pack.c utf8.c
4986 ____________________________________________________________________________
4987 [ 28625] By: merijn                                on 2006/07/27  15:33:07
4988         Log: #7217: config.h comments for HAS_POLL incorrect
4989              http://rt.perl.org/rt3/Ticket/Display.html?id=7217
4990              Date: Mon, 2 Jul 2001 14:58:27 -0700
4991              From: David Dyck <dcd@tc.fluke.com>
4992              Subject: config.h comments for HAS_POLL incorrect
4993      Branch: perl
4994            ! config_h.SH
4995 ____________________________________________________________________________
4996 [ 28623] By: craigb                                on 2006/07/27  13:54:55
4997         Log: Subject: Re: Silence/fix more warnings from the regex engine
4998              From: demerphq <demerphq@gmail.com>
4999              Date: Tue, 18 Jul 2006 21:57:15 +0200
5000              Message-ID: <9b18b3110607181257l28cc424aj1de28ebfc4c196d7@mail.gmail.com>
5001              
5002              REGCP_SET should only set a value, not check the previous value of its arg
5003      Branch: perl
5004            ! regexec.c
5005 ____________________________________________________________________________
5006 [ 28622] By: stevep                                on 2006/07/27  11:00:18
5007         Log: Subject: [perl #39835] Patch for perlipc.pod to update TCP server example wrt safe signals and accept()
5008              From: Andy Wardley (via RT) <perlbug-followup@perl.org>
5009              Date: Fri, 14 Jul 2006 10:11:44 -0700      
5010              Message-ID: <rt-3.6.HEAD-20371-1152897103-1865.39835-75-0@perl.org>
5011      Branch: perl
5012            ! pod/perlipc.pod
5013 ____________________________________________________________________________
5014 [ 28621] By: rgs                                   on 2006/07/26  20:36:19
5015         Log: Some notes in perl594delta.
5016      Branch: perl
5017            ! pod/perl594delta.pod
5018 ____________________________________________________________________________
5019 [ 28620] By: rgs                                   on 2006/07/26  20:32:08
5020         Log: Subject: interpolation of @- (and @+) in patterns ([perl #27940] comes back)
5021              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5022              Date: Tue, 25 Jul 2006 00:15:50 +0900
5023              Message-Id: <20060725001517.3C5D.BQW10602@nifty.com>
5024      Branch: perl
5025            ! pod/perlop.pod t/op/pat.t t/op/subst.t t/op/tr.t toke.c
5026 ____________________________________________________________________________
5027 [ 28619] By: stevep                                on 2006/07/26  13:54:28
5028         Log: Added tests from CGI.pm that had not been integrated into core.
5029      Branch: perl
5030            + lib/CGI/t/start_end_asterisk.t lib/CGI/t/start_end_end.t
5031            + lib/CGI/t/start_end_start.t
5032            ! MANIFEST
5033 ____________________________________________________________________________
5034 [ 28618] By: rgs                                   on 2006/07/26  06:41:56
5035         Log: Add a few links to standard modules in perlfunc, by Gabor Szabo.
5036      Branch: perl
5037            ! pod/perlfunc.pod
5038 ____________________________________________________________________________
5039 [ 28617] By: stevep                                on 2006/07/26  01:59:06
5040         Log: Subject: [PATCH] Re: [ID 20000816.012] *foo = *_ is broken
5041              From: Mike Guy <mjtg@cam.ac.uk>
5042              Date: Thu, 17 Aug 2000 16:26:56 +0100
5043              Message-Id: <E13PRZI-0007Ge-00@libra.cus.cam.ac.uk>
5044              
5045              Only part regarding @ARG missing from the documentation was applied.
5046      Branch: perl
5047            ! pod/perlvar.pod
5048 ____________________________________________________________________________
5049 [ 28616] By: mhx                                   on 2006/07/25  18:54:08
5050         Log: Upgrade to Devel::PPPort 3.09_02
5051      Branch: perl
5052            + ext/Devel/PPPort/parts/inc/strlfuncs
5053            + ext/Devel/PPPort/t/strlfuncs.t
5054            ! MANIFEST ext/Devel/PPPort/Changes
5055            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
5056            ! ext/Devel/PPPort/parts/apicheck.pl
5057            ! ext/Devel/PPPort/parts/base/5009004
5058            ! ext/Devel/PPPort/parts/embed.fnc
5059            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
5060 ____________________________________________________________________________
5061 [ 28615] By: mhx                                   on 2006/07/25  18:42:26
5062         Log: Very recent development versions of gcc (4.2.0 20060715) seem
5063              to have switched from '<command line>' to '<command-line>'.
5064      Branch: perl
5065            ! makedepend.SH
5066 ____________________________________________________________________________
5067 [ 28614] By: stevep                                on 2006/07/24  17:30:38
5068         Log: Replace some sprintf()'s in Data::Dumper with my_snprintf()'s
5069      Branch: perl
5070            ! ext/Data/Dumper/Dumper.xs mkppport.lst
5071 ____________________________________________________________________________
5072 [ 28613] By: rgs                                   on 2006/07/23  20:32:33
5073         Log: Revert change 28603: this was a wrong fix, that didn't prevent
5074              a later crash. Reindent a bit of the same function.
5075      Branch: perl
5076            ! pp_hot.c
5077 ____________________________________________________________________________
5078 [ 28612] By: rgs                                   on 2006/07/23  19:59:55
5079         Log: Subject: [PATCH document] perlop: parsing quoted constructs 
5080              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5081              Date: Sun, 16 Jul 2006 20:06:33 +0900
5082              Message-Id: <20060716200218.2CE6.BQW10602@nifty.com>
5083      Branch: perl
5084            ! pod/perlop.pod
5085 ____________________________________________________________________________
5086 [ 28611] By: stevep                                on 2006/07/23  13:46:05
5087         Log: The rest of the changes for Sys-Syslog-0.17 which my new patch no
5088              longer automatically "p4 edits" for me.
5089      Branch: perl
5090            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
5091            ! ext/Sys/Syslog/README ext/Sys/Syslog/t/syslog.t
5092 ____________________________________________________________________________
5093 [ 28610] By: stevep                                on 2006/07/23  13:42:55
5094         Log: Upgrade to Sys-Syslog-0.17
5095      Branch: perl
5096            ! ext/Sys/Syslog/Syslog.pm
5097 ____________________________________________________________________________
5098 [ 28609] By: stevep                                on 2006/07/23  13:20:07
5099         Log: Subject: [PATCH] Tru64: if cc given both -O and -g, -g must be -g3
5100              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
5101              Date: Sun, 23 Jul 2006 10:18:11 +0300 (EEST)
5102              Message-Id: <200607230718.k6N7IB4u009170@kosh.hut.fi>
5103      Branch: perl
5104            ! hints/dec_osf.sh
5105 ____________________________________________________________________________
5106 [ 28608] By: rgs                                   on 2006/07/23  13:17:48
5107         Log: Revert part of last change, that was causing utf8 test failures
5108      Branch: perl
5109            ! toke.c
5110 ____________________________________________________________________________
5111 [ 28607] By: rgs                                   on 2006/07/23  13:04:10
5112         Log: Subject: [PATCH] z/OS: pp_sys.c, reg*.c, toke.c, utf8.c
5113              From: Jarkko Hietaniemi <jhi@iki.fi>
5114              Date: Sat, 22 Jul 2006 18:51:48 +0300
5115              Message-ID: <44C24994.6020008@iki.fi>
5116      Branch: perl
5117            ! pp_sys.c regcomp.c regexec.c toke.c utf8.c
5118 ____________________________________________________________________________
5119 [ 28606] By: rgs                                   on 2006/07/23  12:51:02
5120         Log: Add another volatile modifier to protect against longjmp clobbering
5121      Branch: perl
5122            ! op.c
5123 ____________________________________________________________________________
5124 [ 28605] By: mhx                                   on 2006/07/21  17:56:39
5125         Log: Upgrade to Devel::PPPort 3.09_01
5126      Branch: perl
5127            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
5128            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
5129            ! ext/Devel/PPPort/mktests.PL ext/Devel/PPPort/parts/ppptools.pl
5130            ! ext/Devel/PPPort/soak
5131 ____________________________________________________________________________
5132 [ 28604] By: rgs                                   on 2006/07/21  15:27:20
5133         Log: More tweaks to threads 1.37, by Jerry D. Hedden
5134      Branch: perl
5135            ! ext/threads/Changes ext/threads/t/exit.t
5136            ! ext/threads/t/thread.t ext/threads/threads.pm
5137            ! ext/threads/threads.xs
5138 ____________________________________________________________________________
5139 [ 28603] By: rgs                                   on 2006/07/20  22:03:59
5140         Log: In pp_entersub, accept to handle a CV with a NULL padlist.
5141              This fixes a crash with mod_perl 1.29.
5142      Branch: perl
5143            ! pp_hot.c
5144 ____________________________________________________________________________
5145 [ 28602] By: rgs                                   on 2006/07/20  21:36:25
5146         Log: Upgrade to threads 1.37, by Jerry D. Hedden
5147      Branch: perl
5148            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
5149            ! ext/threads/t/thread.t ext/threads/threads.pm
5150            ! ext/threads/threads.xs
5151 ____________________________________________________________________________
5152 [ 28601] By: rgs                                   on 2006/07/19  21:34:05
5153         Log: Band-aid for segfault in ext/threads/t/blocks.t on SMP machines
5154      Branch: perl
5155            ! pp_hot.c
5156 ____________________________________________________________________________
5157 [ 28600] By: stevep                                on 2006/07/19  14:59:24
5158         Log: Subject: [perl #39876] Time::gmtime 1.02 examples patch
5159              From: Alexandr Ciornii (via RT) <perlbug-followup@perl.org>
5160              Date: Wed, 19 Jul 2006 05:46:36 -0700
5161              Message-ID: <rt-3.6.HEAD-25412-1153313196-897.39876-75-0@perl.org>
5162              
5163              Pod fixes for Time::gmtime.pm
5164      Branch: perl
5165            ! lib/Time/gmtime.pm
5166 ____________________________________________________________________________
5167 [ 28599] By: rgs                                   on 2006/07/18  21:43:52
5168         Log: Subject: [PATCH] make magic vtables const if PERL_GLOBAL_STRUCT_PRIVATE
5169              From: Jarkko Hietaniemi <jhi@iki.fi>
5170              Date: Mon, 17 Jul 2006 09:09:24 +0300
5171              Message-ID: <44BB2994.5090609@iki.fi>
5172      Branch: perl
5173            ! perl.h pod/perlguts.pod pod/perlhack.pod
5174 ____________________________________________________________________________
5175 [ 28598] By: rgs                                   on 2006/07/18  21:02:39
5176         Log: Subject: [PATCH] [Fwd: Smoke [5.9.4] 28575 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)]
5177              From: "Jerry D. Hedden" <jerry@hedden.us>
5178              Date: Mon, 17 Jul 2006 05:00:01 -0700
5179              Message-ID: <20060717050001.fb30e530d17747c2b054d625b8945d88.b729fe881f.wbe@email.secureserver.net>
5180      Branch: perl
5181            ! ext/threads/t/basic.t ext/threads/t/free.t
5182 ____________________________________________________________________________
5183 [ 28597] By: steveh                                on 2006/07/18  12:11:36
5184         Log: Fix Borland problem with quoted pre-processor macros in response files
5185              
5186              This should clear up the errors from Module/Build/t/ppm.t and
5187              Module/Build/t/xs.t in the Borland smokes.
5188              
5189              Subject: Re: Smoke [5.9.4] 27656 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
5190              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
5191              Date: Thu, 06 Apr 2006 22:33:04 -0400
5192              Message-ID: <4435CF60.1000707@thepierianspring.org>
5193              
5194              See the thread here for details:
5195              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00027.html
5196      Branch: perl
5197            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
5198 ____________________________________________________________________________
5199 [ 28596] By: stevep                                on 2006/07/18  03:10:51
5200         Log: Additional reason for ssh passphrase failures.
5201      Branch: perl
5202            ! Porting/repository.pod
5203 ____________________________________________________________________________
5204 [ 28595] By: rgs                                   on 2006/07/17  21:11:52
5205         Log: Remove the C89 checking with gcc
5206              (but leave a note in perlhack)
5207      Branch: perl
5208            ! cflags.SH pod/perlhack.pod
5209 ____________________________________________________________________________
5210 [ 28594] By: steveh                                on 2006/07/17  14:32:19
5211         Log: Subject: Silence system warning during tests (only on win32 for now)
5212              From: demerphq <demerphq@gmail.com>
5213              Date: Sat, 15 Jul 2006 18:21:15 +0200
5214              Message-ID: <9b18b3110607150921p33be8e87wd51b2fd317a81587@mail.gmail.com>
5215      Branch: perl
5216            ! t/comp/opsubs.t
5217 ____________________________________________________________________________
5218 [ 28593] By: steveh                                on 2006/07/17  14:23:59
5219         Log: Avoid an error that VC++'s resource compiler seems to have
5220              with a reference to "perly.y" in "perly.h"
5221              
5222              See the thread here for details:
5223              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-07/msg00460.html
5224      Branch: perl
5225            ! perly.h regen_perly.pl
5226 ____________________________________________________________________________
5227 [ 28592] By: merijn                                on 2006/07/17  06:51:54
5228         Log: Cygwin doesn't cope (yet) with gcc flags -std=c89
5229      Branch: perl
5230            ! cflags.SH
5231 ____________________________________________________________________________
5232 [ 28591] By: rgs                                   on 2006/07/16  21:42:59
5233         Log: Check for taintedness of PERL5SHELL on Windows
5234              (bug #39832)
5235      Branch: perl
5236            ! taint.c
5237 ____________________________________________________________________________
5238 [ 28590] By: stevep                                on 2006/07/16  19:18:27
5239         Log: Subject: [PATCH] MIME::Base64 quoted-print.t: z/OS (EBCDIC)
5240              From: Jarkko Hietaniemi <jhi@iki.fi>
5241              Date: Sun, 16 Jul 2006 13:11:15 +0300
5242              Message-ID: <44BA10C3.8040007@iki.fi>
5243      Branch: perl
5244            ! ext/MIME/Base64/t/quoted-print.t
5245 ____________________________________________________________________________
5246 [ 28589] By: stevep                                on 2006/07/16  19:12:28
5247         Log: Subject: Re: Fix loads of warnings from the last escaping patch...
5248              From: demerphq <demerphq@gmail.com>
5249              Date: Sun, 16 Jul 2006 19:59:02 +0200
5250              Message-ID: <9b18b3110607161059j276ac869p450aa178150044ae@mail.gmail.com>
5251      Branch: perl
5252            ! dump.c embed.fnc ext/re/re.pm pod/perlapi.pod proto.h
5253            ! regcomp.c regcomp.h
5254 ____________________________________________________________________________
5255 [ 28588] By: stevep                                on 2006/07/16  19:06:01
5256         Log: Subject: [PATCH] perlhack: advertise Configure -Dgccansipedantic
5257              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
5258              Date: Sun, 16 Jul 2006 20:27:20 +0300 (EEST)
5259              Message-Id: <200607161727.k6GHRKFk069579@kosh.hut.fi>
5260      Branch: perl
5261            ! pod/perlhack.pod
5262 ____________________________________________________________________________
5263 [ 28587] By: stevep                                on 2006/07/16  15:40:29
5264         Log: Upgrade to Module-Build-0.2803
5265      Branch: perl
5266            ! lib/Module/Build.pm lib/Module/Build/Base.pm
5267            ! lib/Module/Build/Changes
5268 ____________________________________________________________________________
5269 [ 28586] By: stevep                                on 2006/07/16  14:54:58
5270         Log: Upgrade to Test-Simple-0.64
5271      Branch: perl
5272            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
5273            ! lib/Test/Simple/Changes lib/Test/Simple/t/skip.t
5274            ! lib/Test/Simple/t/tbt_01basic.t
5275            ! lib/Test/Simple/t/tbt_05faildiag.t
5276            ! lib/Test/Simple/t/tbt_06errormess.t
5277            ! lib/Test/Simple/t/tbt_07args.t
5278 ____________________________________________________________________________
5279 [ 28585] By: stevep                                on 2006/07/16  13:46:35
5280         Log: various safety/portability tweaks
5281              From: Jarkko Hietaniemi <jhi@iki.fi>
5282              Date: Sat, 15 Jul 2006 22:15:29 +0300
5283              Message-ID: <44B93ED1.7080000@iki.fi>
5284              
5285              Fix for change #28578.
5286      Branch: perl
5287            ! util.c
5288 ____________________________________________________________________________
5289 [ 28584] By: davem                                 on 2006/07/16  00:20:25
5290         Log: run regen_headerds
5291      Branch: perl
5292            ! embed.h global.sym proto.h
5293 ____________________________________________________________________________
5294 [ 28583] By: davem                                 on 2006/07/15  22:14:46
5295         Log: Subject:  [PATCH] comment update for scan_const
5296              From:  SADAHIRO Tomoyuki <bqw10602@nifty.com>
5297              Date:  Sat, 15 Jul 2006 20:16:01 +0900
5298              Message-Id:  <20060715201552.9FA5.BQW10602@nifty.com>
5299      Branch: perl
5300            ! toke.c
5301 ____________________________________________________________________________
5302 [ 28582] By: davem                                 on 2006/07/15  21:59:43
5303         Log: Subject:  Updated escaping code. utf8 regex debug output improvements
5304              From:  demerphq <demerphq@gmail.com>
5305              Date:  Sat, 15 Jul 2006 18:56:03 +0200
5306              Message-Id:  <9b18b3110607150956o6273a16clb1518911d1945d4@mail.gmail.com>
5307      Branch: perl
5308            ! dump.c embed.fnc ext/re/re.pm perl.h regcomp.c regcomp.h
5309            ! regexec.c
5310 ____________________________________________________________________________
5311 [ 28581] By: stevep                                on 2006/07/15  18:57:39
5312         Log: Adding Module::Build::Version missed in upgrade.
5313      Branch: perl
5314            + lib/Module/Build/Version.pm
5315            ! MANIFEST
5316 ____________________________________________________________________________
5317 [ 28580] By: stevep                                on 2006/07/15  15:22:35
5318         Log: Upgrade to ANSIColor-1.11
5319      Branch: perl
5320            + lib/Term/ANSIColor/t/basic.t lib/Term/ANSIColor/t/pod.t
5321            - lib/Term/ANSIColor/test.pl
5322            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
5323            ! lib/Term/ANSIColor/README
5324 ____________________________________________________________________________
5325 [ 28579] By: stevep                                on 2006/07/15  14:46:53
5326         Log: Upgrade to Module-Build-0.2802
5327      Branch: perl
5328            ! lib/Module/Build.pm lib/Module/Build/Base.pm
5329            ! lib/Module/Build/Changes lib/Module/Build/ModuleInfo.pm
5330            ! lib/Module/Build/t/moduleinfo.t
5331            ! lib/Module/Build/t/runthrough.t
5332 ____________________________________________________________________________
5333 [ 28578] By: merijn                                on 2006/07/15  11:53:36
5334         Log: Subject: [PATCH] various safety/portability tweaks
5335              From: Jarkko Hietaniemi <jhi@iki.fi>
5336              Date: Sat, 15 Jul 2006 13:14:32 +0300
5337              Message-ID: <44B8C008.4030300@iki.fi>
5338      Branch: perl
5339            ! pod/perlhack.pod pod/perltodo.pod pp_sys.c sv.c util.c
5340 ____________________________________________________________________________
5341 [ 28577] By: merijn                                on 2006/07/15  11:45:15
5342         Log: Subject: [PATCH] cflags.SH: add missing C files
5343              From: Jarkko Hietaniemi <jhi@iki.fi>
5344              Date: Sat, 15 Jul 2006 12:30:25 +0300
5345              Message-ID: <44B8B5B1.2050902@iki.fi>
5346      Branch: perl
5347            ! cflags.SH
5348 ____________________________________________________________________________
5349 [ 28576] By: merijn                                on 2006/07/15  11:41:59
5350         Log: Subject: [PATCH] Re: [PATCH] cflags.SH: add -std=c89
5351              From: Jarkko Hietaniemi <jhi@iki.fi>
5352              Date: Sat, 15 Jul 2006 12:19:45 +0300
5353              Message-ID: <44B8B331.8090009@iki.fi>
5354      Branch: perl
5355            ! cflags.SH
5356 ____________________________________________________________________________
5357 [ 28575] By: craigb                                on 2006/07/14  18:18:18
5358         Log: overload.t has same locale problem with VMS that it has with dec_osf
5359      Branch: perl
5360            ! t/uni/overload.t
5361 ____________________________________________________________________________
5362 [ 28574] By: craigb                                on 2006/07/14  18:09:40
5363         Log: Make sysconf tests handle unimplemented success indications
5364              for the benefit of Mac OS X and VMS.
5365      Branch: perl
5366            ! ext/POSIX/t/sysconf.t
5367 ____________________________________________________________________________
5368 [ 28573] By: steveh                                on 2006/07/14  14:42:57
5369         Log: Silence a compiler warning on Win32/VC++
5370              
5371              Subject: Re: Smoke [5.9.4] 28569 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
5372              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
5373              Date: Fri, 14 Jul 2006 16:33:01 +0200
5374              Message-Id: <8CC2FF7E-42EE-4B28-A9D2-4FCD8C745004@mailbox.tu-berlin.de>
5375      Branch: perl
5376            ! ext/Hash/Util/FieldHash/FieldHash.xs
5377 ____________________________________________________________________________
5378 [ 28572] By: stevep                                on 2006/07/14  14:38:28
5379         Log: Skip tests for pathconf() and fpathconf() on HP-UX for 
5380              _PC_CHOWN_RESTRICTED.  The HP-UX manpage suggests not trying
5381              to do it, and that the errno will not be set on failure.
5382      Branch: perl
5383            ! ext/POSIX/t/sysconf.t
5384 ____________________________________________________________________________
5385 [ 28571] By: davem                                 on 2006/07/14  11:50:37
5386         Log: remove regex postive super-linear cache code
5387              (it wasn't actually achieving anything)
5388      Branch: perl
5389            ! regexec.c t/op/re_tests
5390 ____________________________________________________________________________
5391 [ 28570] By: merijn                                on 2006/07/14  07:03:08
5392         Log: Subject: [PATCH] -DPERL_GLOBAL_STRUCT_PRIVATE tweaks (done_sanity_check global? yech!)
5393              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
5394              Date: Fri, 14 Jul 2006 09:34:09 +0300 (EEST)
5395              Message-Id: <200607140634.k6E6Y9Ia471707@kosh.hut.fi>
5396      Branch: perl
5397            ! hv.c sv.c
5398 ____________________________________________________________________________
5399 [ 28569] By: stevep                                on 2006/07/13  20:31:59
5400         Log: Version bumps for z/OS fixes.
5401      Branch: perl
5402            ! ext/Encode/Encode.pm ext/MIME/Base64/Base64.pm
5403            ! ext/threads/shared/shared.pm
5404 ____________________________________________________________________________
5405 [ 28568] By: stevep                                on 2006/07/13  20:18:59
5406         Log: Subject: [PATCH] z/OS: CPAN-ized ext/ and lib/
5407              From: Jarkko Hietaniemi <jhi@iki.fi>
5408              Date: Thu, 13 Jul 2006 23:10:27 +0300
5409              Message-ID: <44B6A8B3.5070605@iki.fi>
5410      Branch: perl
5411            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
5412            ! ext/Encode/Encode.xs ext/Encode/t/utf8strict.t
5413            ! ext/MIME/Base64/Base64.xs ext/Storable/t/downgrade.t
5414            ! ext/Storable/t/overload.t ext/threads/shared/shared.xs
5415            ! lib/CGI/t/util-58.t lib/Digest/t/base.t lib/Digest/t/file.t
5416            ! lib/Pod/t/pod2html-lib.pl lib/Tie/File/t/09_gen_rs.t
5417 ____________________________________________________________________________
5418 [ 28567] By: merijn                                on 2006/07/13  17:12:00
5419         Log: Subject: [PATCH] z/OS: non-CPAN ext and lib + main() without the third arg + Stephen McCamant's comment
5420              From: Jarkko Hietaniemi <jhi@iki.fi>
5421              Date: Thu, 13 Jul 2006 19:47:29 +0300
5422              Message-ID: <44B67921.6090901@iki.fi>
5423      Branch: perl
5424            ! ext/B/B/Deparse.pm lib/AutoLoader.t lib/DBM_Filter/t/encode.t
5425            ! lib/DBM_Filter/t/utf8.t lib/ExtUtils/Constant/Utils.pm
5426            ! lib/ExtUtils/Embed.pm lib/ExtUtils/t/Embed.t
5427            ! lib/PerlIO/via/t/QuotedPrint.t lib/bytes.t lib/dumpvar.pl
5428            ! lib/utf8.t miniperlmain.c perl.h
5429 ____________________________________________________________________________
5430 [ 28566] By: stevep                                on 2006/07/13  15:46:11
5431         Log: Keep Intel C++ from claiming that it is gcc.
5432      Branch: perl
5433            ! hints/linux.sh
5434 ____________________________________________________________________________
5435 [ 28565] By: stevep                                on 2006/07/13  14:04:18
5436         Log: Clear up a few more warnings from blead.
5437      Branch: perl
5438            ! op.c perl.c reentr.c reentr.pl regexec.c
5439 ____________________________________________________________________________
5440 [ 28564] By: rgs                                   on 2006/07/13  08:46:30
5441         Log: Not everybody has env
5442      Branch: perl
5443            ! pod/perlintro.pod
5444 ____________________________________________________________________________
5445 [ 28563] By: rgs                                   on 2006/07/13  08:40:12
5446         Log: Subject: Re: Misunderstanding escapes in heredocs?
5447              From: demerphq <demerphq@gmail.com>
5448              Date: Sun, 9 Jul 2006 16:42:45 +0200
5449              Message-ID: <9b18b3110607090742gc55b4ffl402d5fadc5bd231e@mail.gmail.com>
5450              
5451              with formatting nits
5452      Branch: perl
5453            ! pod/perlop.pod
5454 ____________________________________________________________________________
5455 [ 28562] By: rgs                                   on 2006/07/13  08:17:04
5456         Log: Additions to perlhack based on a patch by Gabor Szabo
5457      Branch: perl
5458            ! pod/perlhack.pod
5459 ____________________________________________________________________________
5460 [ 28561] By: rgs                                   on 2006/07/13  08:04:44
5461         Log: Nits to the perlintro safety net (by Gabor Szabo and Merijn)
5462      Branch: perl
5463            ! pod/perlintro.pod
5464 ____________________________________________________________________________
5465 [ 28560] By: merijn                                on 2006/07/13  06:50:55
5466         Log: Relink to use temp file forced on current dir in mpeix
5467              Subject: [PATCH] mpeix/relink: tweak from Donna Garverick
5468              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
5469              Date: Thu, 13 Jul 2006 08:25:59 +0300 (EEST)
5470              Message-Id: <200607130525.k6D5PxFp251263@kosh.hut.fi>
5471      Branch: perl
5472            ! mpeix/relink
5473 ____________________________________________________________________________
5474 [ 28559] By: rgs                                   on 2006/07/12  13:19:04
5475         Log: Cleanup and conversion to t/test.pl
5476      Branch: perl
5477            ! ext/Devel/Peek/t/Peek.t
5478 ____________________________________________________________________________
5479 [ 28558] By: rgs                                   on 2006/07/12  12:29:58
5480         Log: I prefer array indexes that start from 0 in beginner docs
5481      Branch: perl
5482            ! pod/perlintro.pod
5483 ____________________________________________________________________________
5484 [ 28557] By: rgs                                   on 2006/07/12  12:28:34
5485         Log: Integration of strlcat is to-done (noticed by Yves)
5486      Branch: perl
5487            ! pod/perltodo.pod
5488 ____________________________________________________________________________
5489 [ 28556] By: steveh                                on 2006/07/12  10:28:39
5490         Log: Fix change #28552: VC++ doesn't like code before declarations
5491      Branch: perl
5492            ! ext/Hash/Util/FieldHash/FieldHash.xs
5493 ____________________________________________________________________________
5494 [ 28555] By: rgs                                   on 2006/07/12  09:56:04
5495         Log: Additions and removals in perltodo
5496      Branch: perl
5497            ! pod/perltodo.pod
5498 ____________________________________________________________________________
5499 [ 28554] By: merijn                                on 2006/07/12  09:40:14
5500         Log: Subject: [PATCH] more strictness in perlintro
5501              From: "Gabor Szabo" <szabgab@gmail.com>
5502              Date: Wed, 12 Jul 2006 10:30:06 +0300
5503              Message-ID: <d8a74af10607120030p1964b935y9493e29994a5b371@mail.gmail.com>
5504      Branch: perl
5505            ! pod/perlintro.pod
5506 ____________________________________________________________________________
5507 [ 28553] By: merijn                                on 2006/07/12  09:27:59
5508         Log: Subject: [PATCH] perlinro (use $fh filehandler + not to use built in function name in sub example)
5509              From: "Gabor Szabo" <szabgab@gmail.com>
5510              Date: Wed, 12 Jul 2006 10:51:03 +0300
5511              Message-ID: <d8a74af10607120051t10382a7fw95ce094f0f395490@mail.gmail.com>
5512      Branch: perl
5513            ! pod/perlintro.pod
5514 ____________________________________________________________________________
5515 [ 28552] By: rgs                                   on 2006/07/12  09:00:01
5516         Log: Subject: Re: [PATCH] FieldHash coverity-compliant
5517              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
5518              Date: Wed, 12 Jul 2006 00:45:44 +0200
5519              Message-Id: <7AEBF247-0AF7-46A8-9D61-D38B45FD21EA@mailbox.tu-berlin.de>
5520      Branch: perl
5521            ! ext/Hash/Util/FieldHash/FieldHash.xs
5522 ____________________________________________________________________________
5523 [ 28551] By: rgs                                   on 2006/07/12  08:49:17
5524         Log: Upgrade to PathTools 3.19
5525      Branch: perl
5526            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
5527            ! lib/File/Spec/Unix.pm lib/File/Spec/t/Spec.t
5528 ____________________________________________________________________________
5529 [ 28550] By: merijn                                on 2006/07/12  06:53:22
5530         Log: Subject: [PATCH] z/OS: t/ - mostly EBCDIC fixes
5531              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
5532              Date: Wed, 12 Jul 2006 00:01:29 +0300 (EEST)
5533              Message-Id: <200607112101.k6BL1TGr321715@kosh.hut.fi>
5534      Branch: perl
5535            ! t/comp/parser.t t/op/caller.t t/op/chop.t t/op/exec.t
5536            ! t/op/index.t t/op/pack.t t/op/pat.t t/op/sprintf.t
5537            ! t/op/utfhash.t t/run/fresh_perl.t t/uni/case.pl t/uni/class.t
5538 ____________________________________________________________________________
5539 [ 28549] By: rgs                                   on 2006/07/11  17:00:26
5540         Log: A few rough notes for the next perldelta
5541      Branch: perl
5542            ! pod/perl594delta.pod
5543 ____________________________________________________________________________
5544 [ 28548] By: rgs                                   on 2006/07/11  14:55:17
5545         Log: Revert bogus fix for bug #27940, which wasn't really a bug,
5546              and a new test item, as found and suggested by Sadahiro Tomoyuki.
5547      Branch: perl
5548            ! t/op/pat.t toke.c
5549 ____________________________________________________________________________
5550 [ 28547] By: rgs                                   on 2006/07/11  14:06:08
5551         Log: Subject: Re: Misunderstanding escapes in heredocs?
5552              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5553              Date: Sun, 09 Jul 2006 11:57:42 +0900
5554              Message-Id: <20060709115613.78FF.BQW10602@nifty.com>
5555      Branch: perl
5556            ! pod/perlop.pod
5557 ____________________________________________________________________________
5558 [ 28546] By: stevep                                on 2006/07/11  12:31:10
5559         Log: Upgrade to Text-Tabs+Wrap-2006.0711.  Keep the local changes from
5560              change #27541.  Also, leave out the test files Jacobson.t and 
5561              Jacobson2.t which both generated several warnings.
5562      Branch: perl
5563            + lib/Text/TabsWrap/t/37000.t lib/Text/TabsWrap/t/39548.t
5564            + lib/Text/TabsWrap/t/Jochen.t lib/Text/TabsWrap/t/belg4mit.t
5565            + lib/Text/TabsWrap/t/sep.t lib/Text/TabsWrap/t/sep2.t
5566            ! MANIFEST lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG
5567            ! lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
5568 ____________________________________________________________________________
5569 [ 28545] By: steveh                                on 2006/07/11  11:26:17
5570         Log: Fix change #28533: my_strlcpy does not return the dest str!
5571      Branch: perl
5572            ! util.c
5573 ____________________________________________________________________________
5574 [ 28544] By: rgs                                   on 2006/07/11  09:29:23
5575         Log: Adjust test count in threads test
5576      Branch: perl
5577            ! ext/threads/t/kill.t
5578 ____________________________________________________________________________
5579 [ 28543] By: rgs                                   on 2006/07/11  09:27:25
5580         Log: Subject: [PATCH] threads 1.36 - Signalling terminated threads core dumps
5581              From: "Jerry D. Hedden" <jerry@hedden.us>
5582              Date: Mon, 10 Jul 2006 13:28:25 -0700
5583              Message-ID: <20060710132825.fb30e530d17747c2b054d625b8945d88.5bdc82d2c0.wbe@email.secureserver.net>
5584      Branch: perl
5585            ! ext/threads/Changes ext/threads/README ext/threads/t/kill.t
5586            ! ext/threads/t/thread.t ext/threads/threads.pm
5587            ! ext/threads/threads.xs
5588 ____________________________________________________________________________
5589 [ 28542] By: rgs                                   on 2006/07/11  08:06:26
5590         Log: Subject: [PATCH] FieldHash coverity-compliant
5591              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
5592              Date: Mon, 10 Jul 2006 21:30:15 +0200
5593              Message-Id: <9C6C104C-8040-489A-BB35-40D22BC48AFC@mailbox.tu-berlin.de>
5594      Branch: perl
5595            ! ext/Hash/Util/FieldHash/FieldHash.xs
5596            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
5597            ! ext/Hash/Util/FieldHash/t/02_function.t
5598            ! ext/Hash/Util/FieldHash/t/04_thread.t
5599 ____________________________________________________________________________
5600 [ 28541] By: rgs                                   on 2006/07/11  07:55:21
5601         Log: Subject: [PATCH] Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused))
5602              From: Andy Dougherty <doughera@lafayette.edu>
5603              Date: Mon, 10 Jul 2006 13:16:27 -0400 (EDT)
5604              Message-ID: <Pine.LNX.4.62.0607101312540.24708@fractal.phys.lafayette.edu>
5605      Branch: perl
5606            ! perl.h
5607 ____________________________________________________________________________
5608 [ 28540] By: rgs                                   on 2006/07/11  07:48:24
5609         Log: Subject: [PATCH] sysconf.t: still failing in tru64, try harder to skip
5610              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
5611              Date: Tue, 11 Jul 2006 09:23:08 +0300 (EEST)
5612              Message-Id: <200607110623.k6B6N8Ni488812@kosh.hut.fi>
5613      Branch: perl
5614            ! ext/POSIX/t/sysconf.t
5615 ____________________________________________________________________________
5616 [ 28539] By: rgs                                   on 2006/07/10  20:14:34
5617         Log: Subject: [PATCH] z/OS: hints/os390.sh and Makefile.SH
5618              From: Jarkko Hietaniemi <jhi@iki.fi>
5619              Date: Mon, 10 Jul 2006 22:55:33 +0300
5620              Message-ID: <44B2B0B5.3000008@iki.fi>
5621      Branch: perl
5622            ! Makefile.SH hints/os390.sh
5623 ____________________________________________________________________________
5624 [ 28538] By: rgs                                   on 2006/07/10  19:42:18
5625         Log: Update Changes
5626      Branch: perl
5627            ! Changes
5628 ____________________________________________________________________________
5629 [ 28537] By: stevep                                on 2006/07/10  19:28:54
5630         Log: Subject: [PATCH] perlhack: argh...
5631              From: Jarkko Hietaniemi <jhi@iki.fi>
5632              Date: Mon, 10 Jul 2006 21:07:35 +0300
5633              Message-ID: <44B29767.4040606@iki.fi>
5634      Branch: perl
5635            ! pod/perlhack.pod
5636 ____________________________________________________________________________
5637 [ 28536] By: stevep                                on 2006/07/10  19:12:07
5638         Log: Restoring change #28523 accidentilly reverted with change #28528.
5639      Branch: perl
5640            ! doio.c
5641 ____________________________________________________________________________
5642 [ 28535] By: stevep                                on 2006/07/10  18:26:25
5643         Log: Fix another empty if-statement warning
5644      Branch: perl
5645            ! sv.c
5646 ____________________________________________________________________________
5647 [ 28534] By: stevep                                on 2006/07/10  18:17:30
5648         Log: Silence empty if-statement warning.
5649      Branch: perl
5650            ! universal.c
5651 ____________________________________________________________________________
5652 [ 28533] By: stevep                                on 2006/07/10  17:23:02
5653         Log: Convert some low hanging fruit to my_strlcpy/my_strlcat.
5654      Branch: perl
5655            ! doio.c mg.c pp_sys.c toke.c util.c
5656 ____________________________________________________________________________
5657 [ 28532] By: rgs                                   on 2006/07/10  17:09:38
5658         Log: POD fixes in perlhack
5659      Branch: perl
5660            ! pod/perlhack.pod
5661 ____________________________________________________________________________
5662 [ 28531] By: rgs                                   on 2006/07/10  17:07:43
5663         Log: Typo found by Craig Berry
5664      Branch: perl
5665            ! pod/perlhack.pod
5666 ____________________________________________________________________________
5667 [ 28530] By: rgs                                   on 2006/07/10  17:05:12
5668         Log: More perlhack portability additions by Jarkko
5669      Branch: perl
5670            ! pod/perlhack.pod
5671 ____________________________________________________________________________
5672 [ 28529] By: rgs                                   on 2006/07/10  14:04:00
5673         Log: Subject: [PATCH] threads 1.35 - Borland compiler fix
5674              From: "Jerry D. Hedden" <jerry@hedden.us>
5675              Date: Mon, 10 Jul 2006 06:49:34 -0700
5676              Message-ID: <20060710064934.fb30e530d17747c2b054d625b8945d88.384e3b280c.wbe@email.secureserver.net>
5677      Branch: perl
5678            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
5679            ! ext/threads/threads.pm ext/threads/threads.xs
5680 ____________________________________________________________________________
5681 [ 28528] By: stevep                                on 2006/07/10  13:55:39
5682         Log: Change existing uses of strlcpy()/strlcat() to use new my_strlcpy()/
5683              my_strlcat() API.  Convert ext/File/Glob/bsd_glob.c to use 
5684              my_strlcat().  Add to the strlcy()/strlcat() todo entry.
5685      Branch: perl
5686            ! doio.c ext/File/Glob/bsd_glob.c pod/perltodo.pod pp_ctl.c
5687            ! util.c
5688 ____________________________________________________________________________
5689 [ 28527] By: rgs                                   on 2006/07/10  12:46:41
5690         Log: Subject: [PATCH] perlhack: more portability musings
5691              From: Jarkko Hietaniemi <jhi@iki.fi>
5692              Date: Mon, 10 Jul 2006 15:41:10 +0300
5693              Message-ID: <44B24AE6.6030708@iki.fi>
5694      Branch: perl
5695            ! pod/perlhack.pod
5696 ____________________________________________________________________________
5697 [ 28526] By: rgs                                   on 2006/07/10  12:01:20
5698         Log: Subject: examples in the core documentation
5699              From: "Gabor Szabo" <szabgab@gmail.com>
5700              Date: Sun, 9 Jul 2006 15:44:47 +0200
5701              Message-ID: <d8a74af10607090644o5c1ee3b2p98f6aa9301898b44@mail.gmail.com>
5702      Branch: perl
5703            ! pod/perlfunc.pod
5704 ____________________________________________________________________________
5705 [ 28525] By: stevep                                on 2006/07/10  11:28:24
5706         Log: Add Russ Allbery's public domain implementations of strlcat and
5707              strlcpy as Perl_my_strlcat and Perl_my_strlcpy to the Perl core.
5708              Thanks Russ!
5709      Branch: perl
5710            ! embed.fnc embed.h global.sym perl.h proto.h util.c
5711 ____________________________________________________________________________
5712 [ 28524] By: rgs                                   on 2006/07/10  10:16:53
5713         Log: Add a macro to remove duplicated code
5714              
5715              Subject: Re: cut-and-paste findings for blead 28504
5716              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5717              Date: Sun, 09 Jul 2006 13:47:04 +0900
5718              Message-Id: <20060709134236.E51A.BQW10602@nifty.com>
5719      Branch: perl
5720            ! pp_sort.c
5721 ____________________________________________________________________________
5722 [ 28523] By: rgs                                   on 2006/07/10  10:11:22
5723         Log: Fix a signed/unsigned warning
5724      Branch: perl
5725            ! doio.c
5726 ____________________________________________________________________________
5727 [ 28522] By: rgs                                   on 2006/07/10  09:53:33
5728         Log: Pod cleanup in Shell.pm
5729      Branch: perl
5730            ! lib/Shell.pm
5731 ____________________________________________________________________________
5732 [ 28521] By: merijn                                on 2006/07/10  07:41:25
5733         Log: Even Jarkko's patches should go in only once
5734              Subject: [PATCH] undouble Jarkko's patch
5735              From: andy@petdance.com (Andy Lester)
5736              Date: Mon, 10 Jul 2006 00:22:18 -0500
5737              Message-ID: <20060710052218.GA7477@petdance.com>
5738      Branch: perl
5739            ! pod/perlhack.pod
5740 ____________________________________________________________________________
5741 [ 28520] By: stevep                                on 2006/07/10  03:07:59
5742         Log: Subject: [PATCH] Skip tests of a POSIX constant on Mac OS X because saved IDs are borked
5743              From: Dominic Dunlop <shouldbedomo@mac.com>
5744              Date: Sun, 9 Jul 2006 22:22:14 +0200
5745              Message-Id: <F1942C06-CDE3-47C6-AC5A-4358960E0F6E@mac.com>
5746      Branch: perl
5747            ! ext/POSIX/t/sysconf.t
5748 ____________________________________________________________________________
5749 [ 28519] By: stevep                                on 2006/07/10  00:29:02
5750         Log: Clear up test based on line number differences between the core and the
5751              Test-Simple version.
5752      Branch: perl
5753            ! lib/Test/Simple/t/tbt_01basic.t
5754 ____________________________________________________________________________
5755 [ 28518] By: nicholas                              on 2006/07/09  21:56:18
5756         Log: Tweak for Jarkko's addition to perlhack, suggested by Yves.
5757      Branch: perl
5758            ! pod/perlhack.pod
5759 ____________________________________________________________________________
5760 [ 28517] By: stevep                                on 2006/07/09  20:51:48
5761         Log: Hmmm...patch didn't warn about rejects in tbt_01basic.t.
5762      Branch: perl
5763            ! lib/Test/Simple/t/tbt_01basic.t
5764 ____________________________________________________________________________
5765 [ 28516] By: merijn                                on 2006/07/09  18:50:01
5766         Log: Subject: [PATCH] some coding guidelines/tips to perlhack (+ one perltodo)
5767              From: Jarkko Hietaniemi <jhi@iki.fi>
5768              Date: Sun, 09 Jul 2006 19:42:10 +0300
5769              Message-ID: <44B131E2.8050805@iki.fi>
5770      Branch: perl
5771            ! pod/perlhack.pod pod/perltodo.pod
5772 ____________________________________________________________________________
5773 [ 28515] By: stevep                                on 2006/07/09  13:57:25
5774         Log: Subject: [PATCH] perlhack.pod
5775              From: Jarkko Hietaniemi <jhi@iki.fi>
5776              Date: Sun, 09 Jul 2006 14:55:20 +0300
5777              Message-ID: <44B0EEA8.4080003@iki.fi>
5778      Branch: perl
5779            ! pod/perlhack.pod
5780 ____________________________________________________________________________
5781 [ 28514] By: stevep                                on 2006/07/09  13:51:37
5782         Log: Upgrade to Test-Simple-0.63
5783      Branch: perl
5784            ! lib/Test/Builder.pm lib/Test/Builder/Tester.pm
5785            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
5786            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/tbt_01basic.t
5787            ! lib/Test/Simple/t/tbt_05faildiag.t
5788 ____________________________________________________________________________
5789 [ 28513] By: mhx                                   on 2006/07/09  08:19:33
5790         Log: Integrate mkppport. All ppport.h files in the core will now
5791              be autogenerated at build time (and removed during cleanup).
5792      Branch: perl
5793            + mkppport mkppport.lst
5794            - ext/Compress/Raw/Zlib/ppport.h ext/Cwd/ppport.h
5795            - ext/Digest/SHA/ppport.h ext/Sys/Syslog/ppport.h
5796            - ext/Time/HiRes/ppport.h win32/ext/Win32API/File/ppport.h
5797            ! MANIFEST Makefile.SH vms/descrip_mms.template win32/Makefile
5798            ! win32/Makefile.ce win32/makefile.mk
5799 ____________________________________________________________________________
5800 [ 28512] By: stevep                                on 2006/07/08  18:08:07
5801         Log: Subject: [PATCH] Macroize vast tracks of duplicated code in regexec.c
5802              From: demerphq <demerphq@gmail.com>
5803              Date: Sat, 8 Jul 2006 17:48:34 +0200
5804              Message-ID: <9b18b3110607080848u663b114ag86f76ac5c9c9d5e@mail.gmail.com>
5805              
5806              Removing duplicated regexp trie-related code.
5807      Branch: perl
5808            ! regexec.c
5809 ____________________________________________________________________________
5810 [ 28511] By: stevep                                on 2006/07/08  18:00:17
5811         Log: Subject: [PATCH] optimisation for File::Spec::abs2rel where both args are relative
5812              From: Brendan O'Dea <bod@debian.org>
5813              Date: Thu, 6 Jul 2006 01:02:41 +1000
5814              Message-ID: <20060705150241.GA2244@londo.c47.org>
5815      Branch: perl
5816            ! lib/File/Spec/Unix.pm
5817 ____________________________________________________________________________
5818 [ 28510] By: stevep                                on 2006/07/08  17:51:43
5819         Log: Subject: [PATCH] perl5db.pl: read full lines from remote socket
5820              From: Brendan O'Dea <bod@debian.org>
5821              Date: Sat, 8 Jul 2006 13:27:50 +1000
5822              Message-ID: <20060708032750.GA20454@londo.c47.org>
5823      Branch: perl
5824            ! lib/perl5db.pl
5825 ____________________________________________________________________________
5826 [ 28509] By: stevep                                on 2006/07/08  17:47:24
5827         Log: Making encoding::warnings lexical is to-done.
5828      Branch: perl
5829            ! pod/perltodo.pod
5830 ____________________________________________________________________________
5831 [ 28508] By: stevep                                on 2006/07/08  17:28:36
5832         Log: Subject: Skip some POSIX tests when the thing they are testing is unimplemented
5833              From: demerphq <demerphq@gmail.com>
5834              Date: Sat, 8 Jul 2006 17:55:09 +0200
5835              Message-ID: <9b18b3110607080855g73407c4fx41a578815c2a6da2@mail.gmail.com>
5836      Branch: perl
5837            ! ext/POSIX/t/sysconf.t ext/POSIX/t/termios.t
5838 ____________________________________________________________________________
5839 [ 28507] By: mhx                                   on 2006/07/08  16:27:10
5840         Log: Upgrade to Devel::PPPort 3.09
5841      Branch: perl
5842            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
5843            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort_pm.PL
5844            ! ext/Devel/PPPort/parts/apidoc.fnc
5845            ! ext/Devel/PPPort/parts/base/5009004
5846            ! ext/Devel/PPPort/parts/embed.fnc
5847            ! ext/Devel/PPPort/parts/inc/podtest
5848            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
5849            ! ext/Devel/PPPort/t/podtest.t
5850 ____________________________________________________________________________
5851 [ 28506] By: stevep                                on 2006/07/08  14:50:33
5852         Log: Update Audrey Tang's email throughout various files.
5853      Branch: perl
5854            ! AUTHORS Porting/Maintainers.pl Porting/checkAUTHORS.pl
5855 ____________________________________________________________________________
5856 [ 28505] By: merijn                                on 2006/07/08  09:04:56
5857         Log: POSIX test improvements on True64
5858              Subject: [PATCH] the new POSIX tests
5859              From: Jarkko Hietaniemi <jhi@iki.fi>
5860              Date: Sat, 08 Jul 2006 11:43:05 +0300
5861              Message-ID: <44AF7019.3070509@iki.fi>
5862      Branch: perl
5863            ! ext/POSIX/POSIX.pod ext/POSIX/t/sysconf.t
5864            ! ext/POSIX/t/termios.t
5865 ____________________________________________________________________________
5866 [ 28504] By: stevep                                on 2006/07/08  01:14:28
5867         Log: Upgrade to encoding-warnings-0.10
5868      Branch: perl
5869            + lib/encoding/warnings/t/4-lexical.t
5870            ! MANIFEST lib/encoding/warnings.pm
5871            ! lib/encoding/warnings/t/3-normal.t
5872 ____________________________________________________________________________
5873 [ 28503] By: stevep                                on 2006/07/07  18:38:01
5874         Log: Subject: [PATCH] Test scripts for I18N::Langinfo and POSIX
5875              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
5876              Date: Fri, 07 Jul 2006 11:02:31 +0200
5877              Message-ID: <1152262951.44ae23272ffa0@imp3-g19.free.fr>
5878              
5879              Only includes changes to:
5880              * ext/I18N/Langinfo/t/Langinfo.t
5881              * ext/POSIX/t/sysconf.t
5882              * ext/POSIX/t/termios.t
5883      Branch: perl
5884            + ext/POSIX/t/sysconf.t ext/POSIX/t/termios.t
5885            ! MANIFEST ext/I18N/Langinfo/t/Langinfo.t
5886 ____________________________________________________________________________
5887 [ 28502] By: rgs                                   on 2006/07/07  14:52:15
5888         Log: Subject: Re: Dual life for Shell.pm
5889              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
5890              Date: Thu, 6 Jul 2006 13:02:23 -0300
5891              Message-ID: <73ddeb6c0607060902tc471f84sf1bb841b6e9ecddf@mail.gmail.com>
5892      Branch: perl
5893            ! lib/Shell.pm lib/Shell.t
5894 ____________________________________________________________________________
5895 [ 28501] By: rgs                                   on 2006/07/07  14:12:59
5896         Log: Subject: [PATCH] threads 1.34 - state methods
5897              From: "Jerry D. Hedden" <jerry@hedden.us>
5898              Date: Thu, 06 Jul 2006 07:33:13 -0700
5899              Message-ID: <20060706073313.fb30e530d17747c2b054d625b8945d88.baa39d91bc.wbe@email.secureserver.net>
5900      Branch: perl
5901            + ext/threads/t/state.t
5902            ! MANIFEST ext/threads/Changes ext/threads/README
5903            ! ext/threads/t/context.t ext/threads/t/thread.t
5904            ! ext/threads/threads.pm ext/threads/threads.xs
5905 ____________________________________________________________________________
5906 [ 28500] By: rgs                                   on 2006/07/07  13:23:45
5907         Log: Subject: More escaping in the RE
5908              From: demerphq <demerphq@gmail.com>
5909              Date: Fri, 7 Jul 2006 10:40:40 +0200
5910              Message-ID: <9b18b3110607070140p5cb2c58ftcadbcd113a58c3af@mail.gmail.com>
5911              
5912              (with tweaks)
5913      Branch: perl
5914            ! regcomp.c regcomp.h regexec.c
5915 ____________________________________________________________________________
5916 [ 28499] By: rgs                                   on 2006/07/07  09:50:35
5917         Log: Fix the implementation of list assignment to state().
5918      Branch: perl
5919            ! op.c t/lib/warnings/op t/op/state.t
5920 ____________________________________________________________________________
5921 [ 28498] By: rgs                                   on 2006/07/06  16:55:57
5922         Log: The state() implementation is not yet perfect. Check in a new todo test
5923      Branch: perl
5924            ! t/op/state.t
5925 ____________________________________________________________________________
5926 [ 28497] By: rgs                                   on 2006/07/06  16:35:37
5927         Log: Error in the formulation of the new warning, spotted by Dominic Dunlop
5928      Branch: perl
5929            ! pod/perldiag.pod
5930 ____________________________________________________________________________
5931 [ 28496] By: rgs                                   on 2006/07/06  15:49:30
5932         Log: Add a new warning, "State variable %s will be reinitialized"
5933      Branch: perl
5934            ! op.c pod/perldiag.pod t/lib/warnings/op
5935 ____________________________________________________________________________
5936 [ 28495] By: stevep                                on 2006/07/06  15:38:51
5937         Log: Upgrade to Module-Build-0.2801.
5938      Branch: perl
5939            ! lib/Module/Build.pm lib/Module/Build/Base.pm
5940            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
5941            ! lib/Module/Build/Cookbook.pm lib/Module/Build/Platform/Unix.pm
5942            ! lib/Module/Build/Platform/Windows.pm lib/Module/Build/YAML.pm
5943            ! lib/Module/Build/t/extend.t lib/Module/Build/t/lib/MBTest.pm
5944            ! lib/Module/Build/t/mbyaml.t lib/Module/Build/t/runthrough.t
5945 ____________________________________________________________________________
5946 [ 28494] By: stevep                                on 2006/07/06  15:18:58
5947         Log: Math-Complex now dual-lived with Jarkko Hietaniemi as the maintainer.
5948              Also, sync'ing up with the CPAN version of the module.
5949      Branch: perl
5950            ! Porting/Maintainers.pl lib/Math/Complex.pm lib/Math/Complex.t
5951            ! lib/Math/Trig.pm lib/Math/Trig.t
5952 ____________________________________________________________________________
5953 [ 28493] By: rgs                                   on 2006/07/06  14:31:55
5954         Log: Document state() variables in perlsub
5955      Branch: perl
5956            ! pod/perlsub.pod
5957 ____________________________________________________________________________
5958 [ 28492] By: stevep                                on 2006/07/06  14:12:56
5959         Log: Alphabetizing function names in perlfunc lists. 
5960      Branch: perl
5961            ! pod/perlfunc.pod
5962 ____________________________________________________________________________
5963 [ 28491] By: rgs                                   on 2006/07/06  13:36:57
5964         Log: Mention state variables in perldiag. Add switch-related keywords
5965              in the keyword listing section in perlfunc. Add a summary of
5966              C<state> in perlfunc. Fix a typo in the synopsis for C<our>.
5967              Don't say that C<my $_> is illegal in perlsub.
5968      Branch: perl
5969            ! pod/perldiag.pod pod/perlfunc.pod pod/perlsub.pod
5970 ____________________________________________________________________________
5971 [ 28490] By: rgs                                   on 2006/07/06  09:01:16
5972         Log: Introduce a new function, pv_escape(), to display contents of PVs
5973              that might contain non printable chars.
5974              
5975              Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
5976              From: demerphq <demerphq@gmail.com>
5977              Date: Wed, 5 Jul 2006 20:40:58 +0200
5978              Message-ID: <9b18b3110607051140n10c211a1jf17d3b7914d6f68b@mail.gmail.com>
5979      Branch: perl
5980            ! dump.c embed.fnc embed.h global.sym perl.h pod/perlapi.pod
5981            ! proto.h reentr.c regexec.c t/lib/warnings/9uninit
5982 ____________________________________________________________________________
5983 [ 28489] By: rgs                                   on 2006/07/05  21:00:31
5984         Log: Implement handling of state variables in list assignment
5985      Branch: perl
5986            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/state.t
5987 ____________________________________________________________________________
5988 [ 28488] By: rgs                                   on 2006/07/05  20:00:10
5989         Log: Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN op when the left
5990              side is made out a list declared with our(). In this case OPpLVAL_INTRO
5991              isn't set on the left op, so we just remove that check. Add new tests.
5992      Branch: perl
5993            ! op.c t/op/array.t
5994 ____________________________________________________________________________
5995 [ 28487] By: rgs                                   on 2006/07/05  19:49:36
5996         Log: Adjust test count after introducing new constants in POSIX
5997      Branch: perl
5998            ! ext/B/t/concise-xs.t
5999 ____________________________________________________________________________
6000 [ 28486] By: stevep                                on 2006/07/05  16:27:16
6001         Log: Add constants needed for recvmsg()/sendmsg() support.
6002      Branch: perl
6003            ! ext/POSIX/Makefile.PL
6004 ____________________________________________________________________________
6005 [ 28485] By: stevep                                on 2006/07/05  15:40:05
6006         Log: Skip lib/Memoize/t/tie_ndbm.t if $TMP is not writable.
6007      Branch: perl
6008            ! lib/Memoize/t/tie_ndbm.t
6009 ____________________________________________________________________________
6010 [ 28484] By: rgs                                   on 2006/07/05  14:10:18
6011         Log: Add a TODO test for list assignment to a list of state variables.
6012              Not sure yet how to encode in the optree the information that
6013              state($x, $y) and (state $x, state $y) must be treated differently.
6014      Branch: perl
6015            ! t/op/state.t
6016 ____________________________________________________________________________
6017 [ 28483] By: rgs                                   on 2006/07/05  12:48:57
6018         Log: Don't add extra warning flags for gcc versions < 3.
6019      Branch: perl
6020            ! cflags.SH
6021 ____________________________________________________________________________
6022 [ 28482] By: rgs                                   on 2006/07/05  08:53:56
6023         Log: Make the distclean target remove lib/Hash correctly
6024      Branch: perl
6025            ! Makefile.SH
6026 ____________________________________________________________________________
6027 [ 28481] By: craigb                                on 2006/07/05  02:31:06
6028         Log: Subject: [PATCH] RE: [PATCH] threads 1.33
6029              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6030              Message-id: <20060704171845.fb30e530d17747c2b054d625b8945d88.f0db2cab53.wbe@email.secureserver.net>
6031              Date: Tue, 04 Jul 2006 17:18:45 -0700
6032              
6033              exiting from threads works differently on VMS
6034      Branch: perl
6035            ! ext/threads/t/exit.t
6036 ____________________________________________________________________________
6037 [ 28480] By: craigb                                on 2006/07/04  21:27:42
6038         Log: fix signed/unsigned nit in reentr.c
6039      Branch: perl
6040            ! reentr.c
6041 ____________________________________________________________________________
6042 [ 28479] By: craigb                                on 2006/07/04  19:08:16
6043         Log: fix type mismatch warning caused by return statement lurking in DIE macro
6044      Branch: perl
6045            ! doio.c
6046 ____________________________________________________________________________
6047 [ 28478] By: nicholas                              on 2006/07/04  18:58:10
6048         Log: Subject: [PATCH] more warning-silencing in FieldHash
6049              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
6050              Message-Id: <CE8BC13E-8BE5-4743-803C-6DF0D1FB2010@mailbox.tu-berlin.de>
6051              Date: Tue, 4 Jul 2006 19:42:12 +0200
6052      Branch: perl
6053            ! ext/Hash/Util/FieldHash/FieldHash.xs
6054            ! ext/Hash/Util/FieldHash/t/02_function.t
6055            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
6056 ____________________________________________________________________________
6057 [ 28477] By: rgs                                   on 2006/07/04  12:04:58
6058         Log: Subject: [PATCH] consting and localizing in universal.c
6059              From: andy@petdance.com (Andy Lester)
6060              Date: Mon, 3 Jul 2006 17:41:48 -0500
6061              Message-ID: <20060703224148.GA14449@petdance.com>
6062      Branch: perl
6063            ! embed.fnc proto.h universal.c
6064 ____________________________________________________________________________
6065 [ 28476] By: rgs                                   on 2006/07/04  09:42:12
6066         Log: Subject: [PATCH] toke.c consting and localizing
6067              From: andy@petdance.com (Andy Lester)
6068              Date: Mon, 3 Jul 2006 17:42:50 -0500
6069              Message-ID: <20060703224250.GA14481@petdance.com>
6070      Branch: perl
6071            ! toke.c
6072 ____________________________________________________________________________
6073 [ 28475] By: rgs                                   on 2006/07/04  09:37:10
6074         Log: Subject: [PATCH] threads 1.33
6075              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6076              Date: Mon, 03 Jul 2006 09:01:53 -0700
6077              Message-ID: <20060703090153.fb30e530d17747c2b054d625b8945d88.b26e047e0f.wbe@email.secureserver.net>
6078      Branch: perl
6079            + ext/threads/t/exit.t
6080            ! MANIFEST ext/threads/Changes ext/threads/README
6081            ! ext/threads/t/blocks.t ext/threads/t/context.t
6082            ! ext/threads/t/end.t ext/threads/t/free.t ext/threads/t/free2.t
6083            ! ext/threads/t/join.t ext/threads/t/thread.t
6084            ! ext/threads/threads.pm ext/threads/threads.xs
6085 ____________________________________________________________________________
6086 [ 28474] By: mhx                                   on 2006/07/03  21:40:58
6087         Log: Upgrade to Devel::PPPort 3.08_07
6088      Branch: perl
6089            + ext/Devel/PPPort/PPPort.xs
6090            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
6091            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
6092            ! ext/Devel/PPPort/parts/inc/ppphbin
6093            ! ext/Devel/PPPort/parts/inc/ppphdoc
6094            ! ext/Devel/PPPort/parts/inc/ppphtest ext/Devel/PPPort/soak
6095            ! ext/Devel/PPPort/t/ppphtest.t
6096 ____________________________________________________________________________
6097 [ 28473] By: stevep                                on 2006/07/03  18:09:01
6098         Log: Allow stat() and -X file tests work on dirhandles.
6099      Branch: perl
6100            ! doio.c pod/perlfunc.pod pp_sys.c t/op/stat.t
6101 ____________________________________________________________________________
6102 [ 28472] By: rgs                                   on 2006/07/03  16:51:05
6103         Log: Subject: [PATCH] embed.pl enhancements
6104              From: andy@petdance.com (Andy Lester)
6105              Date: Sun, 2 Jul 2006 12:11:39 -0500
6106              Message-ID: <20060702171139.GA20266@petdance.com>
6107              
6108              Add experimental (and optional) splint support
6109      Branch: perl
6110            ! embed.pl perlapi.c
6111 ____________________________________________________________________________
6112 [ 28471] By: rgs                                   on 2006/07/03  16:40:19
6113         Log: Subject: [PATCH] Makefile splint support
6114              From: andy@petdance.com (Andy Lester)
6115              Date: Sun, 2 Jul 2006 12:19:08 -0500
6116              Message-ID: <20060702171908.GA20443@petdance.com>
6117      Branch: perl
6118            ! Makefile.SH
6119 ____________________________________________________________________________
6120 [ 28470] By: rgs                                   on 2006/07/03  16:36:14
6121         Log: Subject: [PATCH] DProf.xs patch
6122              From: andy@petdance.com (Andy Lester)
6123              Date: Sun, 2 Jul 2006 12:17:08 -0500
6124              Message-ID: <20060702171708.GA20392@petdance.com>
6125      Branch: perl
6126            ! ext/Devel/DProf/DProf.xs
6127 ____________________________________________________________________________
6128 [ 28469] By: rgs                                   on 2006/07/03  09:39:42
6129         Log: Subject: [PATCH] mg.c cleanups
6130              From: andy@petdance.com (Andy Lester)
6131              Date: Sun, 2 Jul 2006 12:33:36 -0500
6132              Message-ID: <20060702173336.GA20641@petdance.com>
6133      Branch: perl
6134            ! mg.c
6135 ____________________________________________________________________________
6136 [ 28468] By: rgs                                   on 2006/07/03  09:34:44
6137         Log: Subject: [PATCH] Clean up mathoms.c
6138              From: andy@petdance.com (Andy Lester)
6139              Date: Sun, 2 Jul 2006 12:24:45 -0500
6140              Message-ID: <20060702172445.GA20521@petdance.com>
6141      Branch: perl
6142            ! mathoms.c
6143 ____________________________________________________________________________
6144 [ 28467] By: steveh                                on 2006/07/03  08:23:03
6145         Log: Subject: Re: Win32API::File now in core
6146              From: demerphq <demerphq@gmail.com>
6147              Date: Sun, 2 Jul 2006 15:19:58 +0200
6148              Message-ID: <9b18b3110607020619s4c4480d8ra3e681aee69a8d7@mail.gmail.com>
6149              
6150              Sync blead with Win32API-File-0.1001
6151              (plus change to sync README too)
6152      Branch: perl
6153            ! win32/ext/Win32API/File/Changes
6154            ! win32/ext/Win32API/File/File.pm win32/ext/Win32API/File/README
6155 ____________________________________________________________________________
6156 [ 28466] By: davem                                 on 2006/07/02  22:47:24
6157         Log: silence a compiler warning
6158      Branch: perl
6159            ! regexec.c
6160 ____________________________________________________________________________
6161 [ 28465] By: davem                                 on 2006/07/02  19:30:49
6162         Log: remove some unnecessary uses of WITH_THR
6163      Branch: perl
6164            ! mg.c op.c
6165 ____________________________________________________________________________
6166 [ 28464] By: craigb                                on 2006/07/02  18:06:36
6167         Log: s/have a more/have more/ typo fix in perlfaq4
6168      Branch: perl
6169            ! pod/perlfaq4.pod
6170 ____________________________________________________________________________
6171 [ 28463] By: davem                                 on 2006/07/02  16:31:10
6172         Log: Subject:  [PATCH] Synchronize ExtUtils::Instal 1.41
6173              From:  demerphq <demerphq@gmail.com>
6174              Date:  Sun, 2 Jul 2006 16:23:21 +0200
6175              Message-Id:  <9b18b3110607020723h1765f051hda802b6682a99df0@mail.gmail.com>
6176              
6177              Sync ExtUtils::Install with CPAN (just trivially change version nos)
6178      Branch: perl
6179            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
6180            ! lib/ExtUtils/Packlist.pm
6181 ____________________________________________________________________________
6182 [ 28462] By: davem                                 on 2006/07/02  15:34:23
6183         Log: 
6184              From: demerphq <demerphq@gmail.com>
6185              Date: Sun, 2 Jul 2006 15:13:20 +0200
6186              Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
6187              Message-ID: <9b18b3110607020613u1ab782dam2c425da61deb1876@mail.gmail.com>
6188              
6189              add test for patch #28417
6190      Branch: perl
6191            ! t/op/pat.t
6192 ____________________________________________________________________________
6193 [ 28461] By: rgs                                   on 2006/06/30  16:33:57
6194         Log: Must not forget that.
6195      Branch: perl
6196            ! pod/perltodo.pod
6197 ____________________________________________________________________________
6198 [ 28460] By: steveh                                on 2006/06/30  13:46:06
6199         Log: Add Win32API::File to the core
6200              
6201              For discussions, see the thread starting here:
6202              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-06/msg00710.html
6203      Branch: perl
6204            + win32/ext/Win32API/File/Changes
6205            + win32/ext/Win32API/File/ExtUtils/Myconst2perl.pm
6206            + win32/ext/Win32API/File/File.pm
6207            + win32/ext/Win32API/File/File.xs
6208            + win32/ext/Win32API/File/Makefile.PL
6209            + win32/ext/Win32API/File/README
6210            + win32/ext/Win32API/File/buffers.h
6211            + win32/ext/Win32API/File/cFile.h
6212            + win32/ext/Win32API/File/cFile.pc
6213            + win32/ext/Win32API/File/const2perl.h
6214            + win32/ext/Win32API/File/ppport.h
6215            + win32/ext/Win32API/File/t/file.t
6216            + win32/ext/Win32API/File/t/tie.t
6217            + win32/ext/Win32API/File/typemap
6218            ! MANIFEST Porting/Maintainers.pl t/TEST t/harness
6219            ! win32/Makefile win32/config_sh.PL win32/makefile.mk
6220 ____________________________________________________________________________
6221 [ 28459] By: rgs                                   on 2006/06/30  13:28:46
6222         Log: Fix casting warnings related to snprintf/vsnprintf
6223      Branch: perl
6224            ! perl.h util.c
6225 ____________________________________________________________________________
6226 [ 28458] By: merijn                                on 2006/06/30  13:17:59
6227         Log: Solaris' sh doesn't like empty if's
6228      Branch: perl
6229            ! hints/solaris_2.sh
6230 ____________________________________________________________________________
6231 [ 28457] By: rgs                                   on 2006/06/30  13:09:40
6232         Log: PERL_UNUSED_CONTEXT is not enough to silence warnings when pTHXx
6233              is used.
6234      Branch: perl
6235            ! perl.c
6236 ____________________________________________________________________________
6237 [ 28456] By: rgs                                   on 2006/06/30  12:56:59
6238         Log: Fix a couple of compilation warnings
6239      Branch: perl
6240            ! regcomp.c toke.c
6241 ____________________________________________________________________________
6242 [ 28455] By: davem                                 on 2006/06/30  12:07:01
6243         Log: migrate CURLY/PLUS/STAR branch in regmatch() to new FSM-esque paradigm
6244      Branch: perl
6245            ! regexec.c regexp.h
6246 ____________________________________________________________________________
6247 [ 28454] By: rgs                                   on 2006/06/30  08:13:24
6248         Log: Small adjustment to the Plan
6249      Branch: perl
6250            ! pod/perltodo.pod
6251 ____________________________________________________________________________
6252 [ 28453] By: merijn                                on 2006/06/30  05:00:22
6253         Log: HASATTRIBUTE_UNUSED works for gcc-3.3, but not for g++-3.3
6254              Subject: Re: [PATCH] Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused))
6255              From: Andrew Dougherty <doughera@lafayette.edu>
6256              Date: Thu, 29 Jun 2006 13:41:28 -0400 (EDT)
6257              Message-ID: <Pine.LNX.4.62.0606291327130.16718@fractal.phys.lafayette.edu>
6258      Branch: perl
6259            ! perl.h
6260 ____________________________________________________________________________
6261 [ 28452] By: rgs                                   on 2006/06/29  16:47:32
6262         Log: Another typo fix.
6263      Branch: perl
6264            ! pod/perlre.pod
6265 ____________________________________________________________________________
6266 [ 28451] By: rgs                                   on 2006/06/29  16:12:05
6267         Log: Typo fix.
6268      Branch: perl
6269            ! pod/perlre.pod
6270 ____________________________________________________________________________
6271 [ 28450] By: rgs                                   on 2006/06/29  15:53:43
6272         Log: Subject: [PATCH] Small precision about \Q \E inside m//x
6273              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
6274              Date: Thu, 29 Jun 2006 17:46:57 +0200
6275              Message-ID: <1151596017.44a3f5f105205@imp1-g19.free.fr>
6276      Branch: perl
6277            ! pod/perlre.pod
6278 ____________________________________________________________________________
6279 [ 28449] By: rgs                                   on 2006/06/29  14:53:38
6280         Log: Subject: [PATCH] Cleanup in Hash::Util::FieldHash
6281              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
6282              Date: Wed, 28 Jun 2006 19:20:14 +0200
6283              Message-Id: <B45A1CCD-ECCA-44EB-97A6-1DA9F5E4DE81@mailbox.tu-berlin.de>
6284      Branch: perl
6285            ! ext/Hash/Util/FieldHash/FieldHash.xs
6286            ! ext/Hash/Util/FieldHash/Makefile.PL
6287            ! ext/Hash/Util/FieldHash/t/01_load.t
6288 ____________________________________________________________________________
6289 [ 28448] By: craigb                                on 2006/06/29  14:21:35
6290         Log: Updated handling of signal names and signals for VMS
6291      Branch: perl
6292            ! configure.com vms/vms.c
6293 ____________________________________________________________________________
6294 [ 28447] By: rgs                                   on 2006/06/29  12:12:00
6295         Log: Some CPP macro sanitization by Sadahiro Tomoyuki
6296      Branch: perl
6297            ! utfebcdic.h
6298 ____________________________________________________________________________
6299 [ 28446] By: merijn                                on 2006/06/28  17:51:28
6300         Log: Solaris hints: gcc flags confuse Configure
6301              Subject: [PATCH] (Was Re: [perl #39636] Configure fails)
6302              From: Andy Dougherty <doughera@lafayette.edu>
6303              Date: Wed, 28 Jun 2006 13:37:54 -0400 (EDT)
6304              Message-ID: <Pine.LNX.4.62.0606281331350.3867@fractal.phys.lafayette.edu>
6305      Branch: perl
6306            ! hints/solaris_2.sh
6307 ____________________________________________________________________________
6308 [ 28445] By: rgs                                   on 2006/06/28  14:37:03
6309         Log: Subject: [PATCH] Update for IO::Uncompress::Base
6310              From: "Paul Marquess" <paul.marquess@ntlworld.com>
6311              Date: Wed, 28 Jun 2006 14:22:46 +0100
6312              Message-ID: <001701c69ab5$f4d5d3d0$2405140a@myopwv.com>
6313      Branch: perl
6314            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
6315            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
6316            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
6317            ! t/lib/compress/CompTestUtils.pm t/lib/compress/any.pl
6318            ! t/lib/compress/anyunc.pl t/lib/compress/multi.pl
6319            ! t/lib/compress/oneshot.pl
6320 ____________________________________________________________________________
6321 [ 28444] By: rgs                                   on 2006/06/28  08:42:09
6322         Log: Subject: [perl #39639] perldoc -f waitpid has wrong code example 
6323              From: Alexander_Gernler@genua.de (via RT) <perlbug-followup@perl.org>
6324              Date: Tue, 27 Jun 2006 07:23:59 -0700
6325              Message-ID: <rt-3.0.11-39639-135396.19.0765391798804@perl.org>
6326      Branch: perl
6327            ! pod/perlfunc.pod
6328 ____________________________________________________________________________
6329 [ 28435] By: rgs                                   on 2006/06/27  14:01:30
6330         Log: Nits in the perlpragma manpage
6331      Branch: perl
6332            ! pod/perlpragma.pod
6333 ____________________________________________________________________________
6334 [ 28434] By: rgs                                   on 2006/06/27  08:48:45
6335         Log: Subject: [PATCH] cflags.SH: scan the gcc warning flags only once, during .SH expansion
6336              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
6337              Date: Mon, 26 Jun 2006 22:12:37 +0300 (EEST)
6338              Message-Id: <20060626191237.8A0936CF04@seth.hut.fi>
6339      Branch: perl
6340            ! cflags.SH
6341 ____________________________________________________________________________
6342 [ 28433] By: rgs                                   on 2006/06/26  17:17:57
6343         Log: Adjust test preamble for Hash::Util tests too.
6344      Branch: perl
6345            ! ext/Hash/Util/t/Util.t
6346 ____________________________________________________________________________
6347 [ 28432] By: rgs                                   on 2006/06/26  16:50:58
6348         Log: Adjust test preambles for Hash::Util::FieldHash tests to change
6349              the @INC path only when testing inside the core
6350      Branch: perl
6351            ! ext/Hash/Util/FieldHash/t/01_load.t
6352            ! ext/Hash/Util/FieldHash/t/02_function.t
6353            ! ext/Hash/Util/FieldHash/t/03_class.t
6354            ! ext/Hash/Util/FieldHash/t/04_thread.t
6355            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
6356            ! ext/Hash/Util/FieldHash/t/10_hash.t
6357            ! ext/Hash/Util/FieldHash/t/11_hashassign.t
6358            ! ext/Hash/Util/FieldHash/t/12_hashwarn.t
6359 ____________________________________________________________________________
6360 [ 28431] By: rgs                                   on 2006/06/26  16:32:16
6361         Log: Subject: Re: [PATCH] Hash::Util::FieldHash
6362              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
6363              Date: Mon, 26 Jun 2006 18:05:53 +0200
6364              Message-Id: <133195AB-599D-49EC-8CFE-D67299D947EB@mailbox.tu-berlin.de>
6365      Branch: perl
6366            ! ext/Hash/Util/FieldHash/Changes
6367            ! ext/Hash/Util/FieldHash/FieldHash.xs
6368            ! ext/Hash/Util/FieldHash/Makefile.PL
6369 ____________________________________________________________________________
6370 [ 28430] By: rgs                                   on 2006/06/26  16:29:06
6371         Log: Remove notes about removed 5005-threads from perlguts.
6372      Branch: perl
6373            ! pod/perlguts.pod
6374 ____________________________________________________________________________
6375 [ 28429] By: rgs                                   on 2006/06/26  12:31:19
6376         Log: Subject: [patch@28427] vms.c - null termination of string missing.
6377              From: "John E. Malmberg" <wb8tyw@qsl.net>
6378              Date: Mon, 26 Jun 2006 08:24:57 -0400
6379              Message-ID: <449FD219.5060900@qsl.net>
6380      Branch: perl
6381            ! vms/vms.c
6382 ____________________________________________________________________________
6383 [ 28428] By: rgs                                   on 2006/06/26  08:55:56
6384         Log: More perlreguts nits by Dominic Dunlop,
6385              plus fix a broken internal POD link
6386      Branch: perl
6387            ! pod/perlreguts.pod
6388 ____________________________________________________________________________
6389 [ 28427] By: rgs                                   on 2006/06/25  22:23:46
6390         Log: Nits about lock() in perlthrtut by Daniel Frederick Crisman,
6391              plus other nits by rgs
6392      Branch: perl
6393            ! pod/perlthrtut.pod
6394 ____________________________________________________________________________
6395 [ 28426] By: rgs                                   on 2006/06/25  21:57:30
6396         Log: Compilation fixes for VMS by John E. Malmberg
6397      Branch: perl
6398            ! ext/Hash/Util/FieldHash/FieldHash.xs
6399 ____________________________________________________________________________
6400 [ 28425] By: rgs                                   on 2006/06/25  21:12:06
6401         Log: Nits to perlreguts.pod by Dominic Dunlop
6402      Branch: perl
6403            ! pod/perlreguts.pod
6404 ____________________________________________________________________________
6405 [ 28424] By: mhx                                   on 2006/06/25  08:13:33
6406         Log: Upgrade to Devel::PPPort 3.08_06
6407      Branch: perl
6408            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
6409            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/mktests.PL
6410            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
6411            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
6412            ! ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/Sv_set.t
6413            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/cop.t
6414            ! ext/Devel/PPPort/t/exception.t ext/Devel/PPPort/t/grok.t
6415            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
6416            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/memory.t
6417            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/newCONSTSUB.t
6418            ! ext/Devel/PPPort/t/newRV.t ext/Devel/PPPort/t/podtest.t
6419            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
6420            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/sv_xpvf.t
6421            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
6422            ! ext/Devel/PPPort/t/variables.t ext/Devel/PPPort/t/warn.t
6423 ____________________________________________________________________________
6424 [ 28423] By: stevep                                on 2006/06/25  01:45:51
6425         Log: Re: [PATCH] Hash::Util::FieldHash
6426              From: demerphq <demerphq@gmail.com>
6427              Date: Sat, 24 Jun 2006 13:19:35 +0200
6428              Message-ID: <9b18b3110606240419p1b5a2072t3867306925a3ce46@mail.gmail.com>
6429      Branch: perl
6430            ! ext/Hash/Util/FieldHash/Makefile.PL
6431 ____________________________________________________________________________
6432 [ 28422] By: davem                                 on 2006/06/24  23:31:33
6433         Log: quieten warning by avoiding a comment-within-a-comment
6434      Branch: perl
6435            ! regcomp.c
6436 ____________________________________________________________________________
6437 [ 28421] By: davem                                 on 2006/06/23  22:26:02
6438         Log: migrate TRIE branch in regmatch() to new FSM-esque paradigm
6439      Branch: perl
6440            ! regexec.c regexp.h
6441 ____________________________________________________________________________
6442 [ 28420] By: mhx                                   on 2006/06/23  19:06:43
6443         Log: Upgrade to Devel::PPPort 3.08_05
6444      Branch: perl
6445            - ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
6446            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
6447            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/soak
6448 ____________________________________________________________________________
6449 [ 28419] By: rgs                                   on 2006/06/23  16:28:03
6450         Log: Subject: Re: [PATCH] Hash::Util::FieldHash
6451              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
6452              Date: Wed, 21 Jun 2006 22:39:51 +0200
6453              Message-Id: <974A5B4B-7614-4F3F-BA7C-828960D82C55@mailbox.tu-berlin.de>
6454      Branch: perl
6455            + ext/Hash/Util/FieldHash/Changes
6456            + ext/Hash/Util/FieldHash/FieldHash.xs
6457            + ext/Hash/Util/FieldHash/Makefile.PL
6458            + ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
6459            + ext/Hash/Util/FieldHash/t/01_load.t
6460            + ext/Hash/Util/FieldHash/t/02_function.t
6461            + ext/Hash/Util/FieldHash/t/03_class.t
6462            + ext/Hash/Util/FieldHash/t/04_thread.t
6463            + ext/Hash/Util/FieldHash/t/05_perlhook.t
6464            + ext/Hash/Util/FieldHash/t/10_hash.t
6465            + ext/Hash/Util/FieldHash/t/11_hashassign.t
6466            + ext/Hash/Util/FieldHash/t/12_hashwarn.t
6467            ! MANIFEST embed.fnc embed.h ext/Hash/Util/Changes
6468            ! ext/Hash/Util/Makefile.PL ext/Hash/Util/lib/Hash/Util.pm hv.c
6469            ! mg.c pod/perlapi.pod pod/perlguts.pod proto.h sv.c
6470 ____________________________________________________________________________
6471 [ 28418] By: rgs                                   on 2006/06/23  14:00:59
6472         Log: Subject: Re: [PATCH] perlhack.pod
6473              From: "Dr.Ruud" <rvtol+news@isolution.nl>
6474              Date: Thu, 22 Jun 2006 23:42:53 +0200
6475              Message-ID: <20060622215407.9605.qmail@lists.develooper.com>
6476      Branch: perl
6477            ! pod/perlhack.pod
6478 ____________________________________________________________________________
6479 [ 28417] By: rgs                                   on 2006/06/23  10:50:29
6480         Log: Subject: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
6481              From: demerphq <demerphq@gmail.com>
6482              Date: Fri, 23 Jun 2006 11:54:19 +0200
6483              Message-ID: <9b18b3110606230254m6afd620bjde6322aefda6f199@mail.gmail.com>
6484      Branch: perl
6485            ! regexec.c
6486 ____________________________________________________________________________
6487 [ 28416] By: rgs                                   on 2006/06/23  09:41:36
6488         Log: perltodo additions by Vadim Konovalov
6489      Branch: perl
6490            ! pod/perltodo.pod
6491 ____________________________________________________________________________
6492 [ 28415] By: stevep                                on 2006/06/22  11:34:20
6493         Log: Subject: [PATCH] IO::Compress::Base
6494              From: "Paul Marquess" <paul.marquess@ntlworld.com>
6495              Date: Thu, 22 Jun 2006 11:40:10 +0100
6496              Message-ID: <01f701c695e8$3d035e20$2405140a@myopwv.com>
6497      Branch: perl
6498            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
6499            ! t/lib/compress/merge.pl
6500 ____________________________________________________________________________
6501 [ 28414] By: steveh                                on 2006/06/22  08:05:14
6502         Log: Subject: Re: Smoke [5.9.4] 28410 FAIL(Fm) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
6503              From: demerphq <demerphq@gmail.com>
6504              Date: Wed, 21 Jun 2006 22:51:03 +0200
6505              Message-ID: <9b18b3110606211351v5b052103i4d727ad464a162e@mail.gmail.com>
6506      Branch: perl
6507            ! regcomp.c
6508 ____________________________________________________________________________
6509 [ 28413] By: rgs                                   on 2006/06/21  08:15:38
6510         Log: Subject: [PATCH] <toke.c> isALNUM(*s) && *s != '_'
6511              From: "Dr.Ruud" <rvtol+news@isolution.nl>
6512              Date: Wed, 21 Jun 2006 01:58:19 +0200
6513              Message-ID: <20060621000237.24398.qmail@lists.develooper.com>
6514      Branch: perl
6515            ! toke.c
6516 ____________________________________________________________________________
6517 [ 28412] By: steveh                                on 2006/06/21  08:07:21
6518         Log: Fix code before declaration error introduced by #28405
6519      Branch: perl
6520            ! regcomp.c
6521 ____________________________________________________________________________
6522 [ 28411] By: rgs                                   on 2006/06/21  07:44:24
6523         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary string using vector flag
6524              From: Dominic Dunlop <shouldbedomo@mac.com>
6525              Date: Tue, 20 Jun 2006 21:49:07 +0200
6526              Message-Id: <C48A3CD4-DDA5-43AD-8DDC-20375A187EFD@mac.com>
6527      Branch: perl
6528            ! t/op/sprintf.t
6529 ____________________________________________________________________________
6530 [ 28410] By: rgs                                   on 2006/06/20  22:01:16
6531         Log: Upgrade to Sys::Syslog 0.16
6532      Branch: perl
6533            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
6534            ! ext/Sys/Syslog/t/syslog.t
6535 ____________________________________________________________________________
6536 [ 28409] By: rgs                                   on 2006/06/20  17:22:15
6537         Log: Change 28404 broke the construct s/foo/<<BAR/e. So, try to be more
6538              clever. If the right hand side of s///e contains a #, then maybe
6539              it's a comment, so add a \n after it. Obviously, this is fast, but
6540              won't cover all possible cases.
6541      Branch: perl
6542            ! toke.c
6543 ____________________________________________________________________________
6544 [ 28408] By: rgs                                   on 2006/06/20  14:18:28
6545         Log: Subject: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary string using vector flag
6546              From: Dominic Dunlop <shouldbedomo@mac.com>
6547              Date: Tue, 20 Jun 2006 16:02:38 +0200
6548              Message-Id: <D223CF35-9AC3-4351-A0C9-F4E224AAC19E@mac.com>
6549      Branch: perl
6550            ! sv.c t/op/sprintf.t
6551 ____________________________________________________________________________
6552 [ 28407] By: rgs                                   on 2006/06/20  12:51:31
6553         Log: Subject: [PATCH] IO::Compress::* 2.000_13
6554              From: "Paul Marquess" <paul.marquess@ntlworld.com>
6555              Date: Tue, 20 Jun 2006 13:40:47 +0100
6556              Message-ID: <00b101c69466$c18f0af0$2405140a@myopwv.com>
6557      Branch: perl
6558            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
6559            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
6560            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
6561            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
6562            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
6563            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
6564            ! ext/Compress/IO/Zlib/README
6565            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
6566            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
6567            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
6568            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
6569            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
6570            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
6571            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
6572            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
6573            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
6574            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
6575            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
6576            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
6577            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
6578            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
6579            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
6580            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
6581            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
6582            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
6583            ! ext/Compress/Raw/Zlib/README
6584            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
6585            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
6586            ! ext/Compress/Zlib/lib/Compress/Zlib.pm t/lib/compress/multi.pl
6587            ! t/lib/compress/oneshot.pl
6588 ____________________________________________________________________________
6589 [ 28406] By: rgs                                   on 2006/06/20  12:44:27
6590         Log: Upgrade to Unicode::Normalize 1.01
6591      Branch: perl
6592            + ext/Unicode/Normalize/t/tie.t
6593            ! MANIFEST ext/Unicode/Normalize/Changes
6594            ! ext/Unicode/Normalize/Normalize.pm
6595            ! ext/Unicode/Normalize/Normalize.xs
6596            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
6597            ! ext/Unicode/Normalize/t/illegal.t
6598 ____________________________________________________________________________
6599 [ 28405] By: stevep                                on 2006/06/20  12:14:27
6600         Log: Clean up a few warnings in regcomp.c under -Dgccansipedantic.
6601      Branch: perl
6602            ! regcomp.c
6603 ____________________________________________________________________________
6604 [ 28404] By: rgs                                   on 2006/06/20  08:52:12
6605         Log: Subject: [perl #39365] Bug in toke.c (eval in subst) 
6606              From: bcarter@gumdrop.flyinganvil.org (via RT) <perlbug-followup@perl.org>
6607              Date: Fri, 09 Jun 2006 02:08:44 -0700
6608              Message-ID: <rt-3.0.11-39365-134716.18.9775670722527@perl.org>
6609              
6610              plus a regression test.
6611      Branch: perl
6612            ! t/comp/parser.t toke.c
6613 ____________________________________________________________________________
6614 [ 28403] By: rgs                                   on 2006/06/20  08:16:58
6615         Log: Subject: [PATCH lib/UNIVERSAL.pm] Add Documentation for DOES()
6616              From: chromatic <chromatic@wgz.org>
6617              Date: Sat, 17 Jun 2006 17:24:03 -0700
6618              Message-Id: <200606171724.04302.chromatic@wgz.org>
6619      Branch: perl
6620            ! lib/UNIVERSAL.pm
6621 ____________________________________________________________________________
6622 [ 28402] By: rgs                                   on 2006/06/19  11:27:03
6623         Log: Subject: RE: [PATCH] cflags.SH: rework the gcc warnings selection
6624              From: "Green, Paul" <Paul.Green@stratus.com>
6625              Date: Sun, 18 Jun 2006 19:41:50 -0400
6626              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB02026106@EXNA.corp.stratus.com>
6627      Branch: perl
6628            ! cflags.SH
6629 ____________________________________________________________________________
6630 [ 28401] By: davem                                 on 2006/06/18  09:58:08
6631         Log: Subject:  [PATCH] Re: blead trie problems in tru64 with -DDEBUGGING
6632              From:  Jarkko Hietaniemi <jhi@iki.fi>
6633              Date:  Sun, 18 Jun 2006 01:04:46 +0300
6634              Message-Id:  <44947C7E.7090100@iki.fi>
6635      Branch: perl
6636            ! regexec.c
6637 ____________________________________________________________________________
6638 [ 28400] By: davem                                 on 2006/06/17  20:01:38
6639         Log: Subject:  [PATCH] Comply with the 0x80th commandment
6640              From:  demerphq <demerphq@gmail.com>
6641              Date:  Sat, 17 Jun 2006 16:44:17 +0200
6642              Message-Id:  <9b18b3110606170744x60f4074bg11bf0f4c87eeb6c1@mail.gmail.com>
6643              
6644              add some (U8) casts
6645      Branch: perl
6646            ! regcomp.h
6647 ____________________________________________________________________________
6648 [ 28399] By: davem                                 on 2006/06/17  16:39:53
6649         Log: dont warn at exit of detatched threads still running
6650      Branch: perl
6651            ! ext/threads/t/blocks.t ext/threads/threads.xs
6652 ____________________________________________________________________________
6653 [ 28398] By: davem                                 on 2006/06/16  23:25:51
6654         Log: start turning regmatch() main loop into a FSM
6655              also make BRANCH use the state stack rather than its own unwind struct
6656      Branch: perl
6657            ! regcomp.pl regexec.c regexp.h regnodes.h t/op/re_tests
6658 ____________________________________________________________________________
6659 [ 28397] By: rgs                                   on 2006/06/15  10:01:14
6660         Log: Subject: [PATCH] cflags.SH: rework the gcc warnings selection
6661              From: Jarkko Hietaniemi <jhi@iki.fi>
6662              Date: Thu, 15 Jun 2006 09:12:53 +0300
6663              Message-ID: <4490FA65.70006@iki.fi>
6664      Branch: perl
6665            ! cflags.SH
6666 ____________________________________________________________________________
6667 [ 28396] By: craigb                                on 2006/06/15  03:20:48
6668         Log: only use NAML$M_OPEN_SPECIAL where it exists
6669      Branch: perl
6670            ! vms/vms.c
6671 ____________________________________________________________________________
6672 [ 28395] By: craigb                                on 2006/06/15  03:16:34
6673         Log: signedness nit in Unicode::Normalize::decompose
6674      Branch: perl
6675            ! ext/Unicode/Normalize/Normalize.xs
6676 ____________________________________________________________________________
6677 [ 28394] By: rgs                                   on 2006/06/14  14:58:14
6678         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)
6679              From: demerphq <demerphq@gmail.com>
6680              Date: Wed, 14 Jun 2006 14:33:24 +0200
6681              Message-ID: <9b18b3110606140533k583fdd3bh6c4b292e7ff4cf13@mail.gmail.com>
6682      Branch: perl
6683            ! regcomp.c regcomp.h
6684 ____________________________________________________________________________
6685 [ 28393] By: rgs                                   on 2006/06/14  12:11:13
6686         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)
6687              From: demerphq <demerphq@gmail.com>
6688              Date: Wed, 14 Jun 2006 13:54:04 +0200
6689              Message-ID: <9b18b3110606140454p19f4241exae6528f1c7bb32d7@mail.gmail.com>
6690      Branch: perl
6691            ! ext/re/t/regop.pl lib/Benchmark.pm regcomp.c regcomp.h
6692            ! regexec.c
6693 ____________________________________________________________________________
6694 [ 28392] By: rgs                                   on 2006/06/13  09:23:23
6695         Log: I thought I had fixed the spelling of DOES() in universal.t, but
6696              apparently no.
6697      Branch: perl
6698            ! t/op/universal.t
6699 ____________________________________________________________________________
6700 [ 28391] By: rgs                                   on 2006/06/13  08:32:04
6701         Log: Subject: Guard clause should happen first, otherwise its not a guard clause.
6702              From: demerphq <demerphq@gmail.com>
6703              Date: Tue, 13 Jun 2006 09:39:42 +0200
6704              Message-ID: <9b18b3110606130039v1c6a3fe6s448e92ab2a05888a@mail.gmail.com>
6705      Branch: perl
6706            ! regcomp.c regexec.c
6707 ____________________________________________________________________________
6708 [ 28390] By: stevep                                on 2006/06/13  01:15:21
6709         Log: Upgrade to Digest-SHA-5.41
6710      Branch: perl
6711            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
6712            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
6713            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
6714            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
6715            ! ext/Digest/SHA/t/2-nist-sha-oo.t
6716 ____________________________________________________________________________
6717 [ 28389] By: stevep                                on 2006/06/13  01:00:02
6718         Log: Upgrade to Unicode-Normalize-1.00
6719      Branch: perl
6720            ! ext/Unicode/Normalize/Changes
6721            ! ext/Unicode/Normalize/Normalize.pm
6722            ! ext/Unicode/Normalize/Normalize.xs
6723            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
6724            ! ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/func.t
6725            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/null.t
6726            ! ext/Unicode/Normalize/t/test.t
6727 ____________________________________________________________________________
6728 [ 28388] By: rgs                                   on 2006/06/12  17:21:22
6729         Log: Subject: Re: Segv from new regex code when under threads.
6730              From: demerphq <demerphq@gmail.com>
6731              Date: Mon, 12 Jun 2006 19:17:30 +0200
6732              Message-ID: <9b18b3110606121017t3af81484t4fb13015fac74592@mail.gmail.com>
6733      Branch: perl
6734            ! regcomp.c win32/vmem.h
6735 ____________________________________________________________________________
6736 [ 28387] By: rgs                                   on 2006/06/12  16:41:44
6737         Log: Add the new method UNIVERSAL::DOES() and the API function sv_does()
6738              
6739              Subject: Re: [PROPOSED PATCH: universal.c, t/op/universal.t] Add does()
6740              From: chromatic <chromatic@wgz.org>
6741              Date: Tue, 30 May 2006 17:41:08 -0700
6742              Message-Id: <200605301741.08363.chromatic@wgz.org>
6743      Branch: perl
6744            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h
6745            ! t/op/universal.t universal.c
6746 ____________________________________________________________________________
6747 [ 28386] By: rgs                                   on 2006/06/12  14:35:22
6748         Log: Adapt the new Test::Harness test to the core
6749      Branch: perl
6750            ! lib/Test/Harness/t/failure.t
6751 ____________________________________________________________________________
6752 [ 28385] By: rgs                                   on 2006/06/12  14:12:18
6753         Log: Subject: [PATCH] Static cleanup in pp_sort.c
6754              From: andy@petdance.com (Andy Lester)
6755              Date: Mon, 12 Jun 2006 08:59:34 -0500
6756              Message-ID: <20060612135934.GA2202@petdance.com>
6757      Branch: perl
6758            ! embed.fnc embed.h pp_sort.c proto.h
6759 ____________________________________________________________________________
6760 [ 28384] By: rgs                                   on 2006/06/12  14:08:09
6761         Log: Upgrade to Test::Harness 2.62
6762      Branch: perl
6763            + lib/Test/Harness/t/failure.t
6764            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
6765 ____________________________________________________________________________
6766 [ 28383] By: rgs                                   on 2006/06/12  13:01:43
6767         Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.15.tar.gz
6768              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
6769              Date: Sun, 11 Jun 2006 02:30:54 +0200
6770              Message-ID: <1149985854.448b643e27a1f@imp5-g19.free.fr>
6771      Branch: perl
6772            + ext/Sys/Syslog/ppport.h
6773            ! MANIFEST ext/Sys/Syslog/Changes ext/Sys/Syslog/README
6774            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/Syslog.xs
6775            ! ext/Sys/Syslog/t/syslog.t
6776 ____________________________________________________________________________
6777 [ 28382] By: rgs                                   on 2006/06/12  12:08:54
6778         Log: Subject: Re: [PATCH DOC] Three minor fixes related to perlop
6779              From: Daniel Frederick Crisman <daniel@crisman.org>
6780              Date: Sat, 10 Jun 2006 10:49:29 -0400
6781              Message-ID: <20060610144929.GA10201@fury.crisman.org>
6782      Branch: perl
6783            ! pod/perldiag.pod pod/perlop.pod
6784 ____________________________________________________________________________
6785 [ 28381] By: rgs                                   on 2006/06/12  10:07:18
6786         Log: Subject: [PATCH] Proper use of enums
6787              From: andy@petdance.com (Andy Lester)
6788              Date: Sun, 11 Jun 2006 22:44:34 -0500
6789              Message-ID: <20060612034434.GA21588@petdance.com>
6790      Branch: perl
6791            ! embed.fnc gv.c op.c perlio.c pod/perlapi.pod pp.c proto.h sv.c
6792            ! sv.h
6793 ____________________________________________________________________________
6794 [ 28380] By: rgs                                   on 2006/06/11  23:08:32
6795         Log: Subject: Re: [PATCH] regexec/regcomp.c cleanups
6796              From: demerphq <demerphq@gmail.com>
6797              Date: Sun, 11 Jun 2006 23:01:14 +0200
6798              Message-ID: <9b18b3110606111401o143b2f57rd17bf117979853e7@mail.gmail.com>
6799      Branch: perl
6800            ! ext/re/re.pm pod/perlreguts.pod regcomp.c regcomp.h regexec.c
6801            ! regexp.h sv.c
6802 ____________________________________________________________________________
6803 [ 28379] By: rgs                                   on 2006/06/11  22:00:03
6804         Log: Subject: Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.
6805              From: demerphq <demerphq@gmail.com>
6806              Date: Fri, 9 Jun 2006 19:48:11 +0200
6807              Message-ID: <9b18b3110606091048n4d1f3b17vc608943044d4532a@mail.gmail.com>
6808      Branch: perl
6809            ! ext/re/re.pm regcomp.c regexec.c regexp.h
6810 ____________________________________________________________________________
6811 [ 28378] By: nicholas                              on 2006/06/11  20:52:36
6812         Log: A little more work needed to get ext/re/t/re.t test 14 (no segv) passing
6813              with PERL_DESTRUCT_LEVEL=2.
6814      Branch: perl
6815            ! gv.c regcomp.h
6816 ____________________________________________________________________________
6817 [ 28377] By: rgs                                   on 2006/06/09  16:40:52
6818         Log: Mark the 1st argument to S_exec_failed as non null
6819      Branch: perl
6820            ! embed.fnc proto.h
6821 ____________________________________________________________________________
6822 [ 28376] By: rgs                                   on 2006/06/09  16:15:08
6823         Log: Subject: [PATCH] Add error checks after execing PL_cshname or PL_sh_path
6824              From: "Jan Dubois" <jand@activestate.com>
6825              Date: Wed, 7 Jun 2006 15:53:02 -0700
6826              Message-ID: <002301c68a85$21aa7320$d045a8c0@candy>
6827      Branch: perl
6828            ! doio.c embed.fnc embed.h proto.h
6829 ____________________________________________________________________________
6830 [ 28375] By: rgs                                   on 2006/06/09  16:03:03
6831         Log: Subject: [patch] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.64.tar.gz
6832              From: John Peacock <jpeacock@rowman.com>
6833              Date: Thu, 08 Jun 2006 21:14:04 -0400
6834              Message-ID: <4488CB5C.4070702@rowman.com>
6835      Branch: perl
6836            ! lib/version.pm lib/version.pod lib/version.t universal.c
6837            ! util.c
6838 ____________________________________________________________________________
6839 [ 28374] By: rgs                                   on 2006/06/09  14:39:31
6840         Log: Subject: [PATCH] sv_dup
6841              From: andy@petdance.com (Andy Lester)
6842              Date: Fri, 9 Jun 2006 00:39:25 -0500
6843              Message-ID: <20060609053925.GA30698@petdance.com>
6844      Branch: perl
6845            ! sv.c
6846 ____________________________________________________________________________
6847 [ 28373] By: rgs                                   on 2006/06/09  14:06:24
6848         Log: Subject: Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.
6849              From: demerphq <demerphq@gmail.com>
6850              Date: Fri, 9 Jun 2006 00:56:37 +0200
6851              Message-ID: <9b18b3110606081556t779de698r82f361d82a05fbc8@mail.gmail.com>
6852              
6853              (with tweaks)
6854      Branch: perl
6855            ! embed.fnc embed.h ext/re/t/re.t ext/re/t/regop.pl
6856            ! ext/re/t/regop.t proto.h regcomp.c regcomp.h regexec.c sv.c
6857 ____________________________________________________________________________
6858 [ 28372] By: rgs                                   on 2006/06/08  14:11:29
6859         Log: Add the perlreguts manpage, by Yves Orton
6860      Branch: perl
6861            + pod/perlreguts.pod
6862            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
6863            ! vms/descrip_mms.template win32/pod.mak
6864 ____________________________________________________________________________
6865 [ 28371] By: rgs                                   on 2006/06/08  13:00:18
6866         Log: Subject: [PATCH] Re: range operator vs. unicode
6867              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
6868              Date: Thu, 8 Jun 2006 02:33:43 -0700
6869              Message-ID: <20060608093343.GD2676@efn.org>
6870              
6871              with tweaks
6872      Branch: perl
6873            ! pod/perlop.pod
6874 ____________________________________________________________________________
6875 [ 28370] By: rgs                                   on 2006/06/07  20:47:20
6876         Log: Revert change #20462 (except the regression test),
6877              since the bug has been really fixed by change #22074,
6878              as explained in :
6879              Subject: Re: [perl #39247] defined-ness of substrings disappear over repeated calls
6880              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6881              Date: Thu, 01 Jun 2006 08:16:51 +0900
6882              Message-Id: <20060601081304.7A39.BQW10602@nifty.com>
6883      Branch: perl
6884            ! pp.c
6885 ____________________________________________________________________________
6886 [ 28369] By: nicholas                              on 2006/06/07  17:36:32
6887         Log: The binmode in t/iop/utf8.t doesn't need to be conditional on ${^OPEN}
6888      Branch: perl
6889            ! t/io/utf8.t
6890 ____________________________________________________________________________
6891 [ 28368] By: craigb                                on 2006/06/07  12:29:32
6892         Log: autosplit one level deeper so we don't miss anything
6893              on a second pass (where lib/auto already exists)
6894      Branch: perl
6895            ! vms/descrip_mms.template
6896 ____________________________________________________________________________
6897 [ 28367] By: craigb                                on 2006/06/07  12:14:39
6898         Log: Subject: [patch@28349] vmsify - full EFS charset support
6899              From: "John E. Malmberg" <wb8tyw@qsl.net>
6900              Date: Mon, 05 Jun 2006 23:39:32 -0400
6901              Message-id: <4484F8F4.7040902@qsl.net>
6902
6903      Branch: perl
6904            ! vms/vms.c vms/vmsish.h
6905 ____________________________________________________________________________
6906 [ 28366] By: rgs                                   on 2006/06/07  09:13:51
6907         Log: Add a regression test to ensure that charnames pragma
6908              is propagated to eval("")
6909      Branch: perl
6910            ! lib/charnames.t
6911 ____________________________________________________________________________
6912 [ 28365] By: rgs                                   on 2006/06/07  08:47:49
6913         Log: Make "use feature 'dor'" an alias for "use feature 'err'"
6914      Branch: perl
6915            ! lib/feature.pm
6916 ____________________________________________________________________________
6917 [ 28364] By: rgs                                   on 2006/06/07  08:33:35
6918         Log: Subject: [PATCH] exhausting <> in BEGIN{} gets ARGVOUT used only once warning
6919              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
6920              Date: Tue, 6 Jun 2006 22:24:46 -0700
6921              Message-ID: <20060607052446.GA3240@efn.org>
6922      Branch: perl
6923            ! gv.c t/op/readline.t
6924 ____________________________________________________________________________
6925 [ 28363] By: rgs                                   on 2006/06/07  08:30:03
6926         Log: Subject: [PATCH] dump.c patches
6927              From: andy@petdance.com (Andy Lester)
6928              Date: Tue, 6 Jun 2006 10:01:37 -0500
6929              Message-ID: <20060606150137.GA4434@petdance.com>
6930      Branch: perl
6931            ! doop.c dump.c
6932 ____________________________________________________________________________
6933 [ 28362] By: merijn                                on 2006/06/06  18:33:52
6934         Log: Subject: [PATCH]Teach Configure that icc is not gcc
6935              From: Steve Peters <steve@fisharerojo.org>
6936              Date: Tue, 6 Jun 2006 10:33:12 -0500
6937              Message-ID: <20060606153312.GA5542@fisharerojo.org>
6938      Branch: perl
6939            ! Configure
6940 ____________________________________________________________________________
6941 [ 28360] By: rgs                                   on 2006/06/06  16:30:36
6942         Log: Upgrade to Module::CoreList 2.05
6943              (contains a patch by Adriano Ferreira to make corelist accept
6944              regexps as arguments)
6945      Branch: perl
6946            + lib/Module/CoreList/t/find_modules.t
6947            ! MANIFEST lib/Module/CoreList.pm
6948            ! lib/Module/CoreList/bin/corelist
6949 ____________________________________________________________________________
6950 [ 28359] By: rgs                                   on 2006/06/06  12:37:34
6951         Log: Upgrade to Encode 2.18
6952      Branch: perl
6953            ! ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm ext/Encode/Changes
6954            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/Encode.pm
6955            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
6956            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
6957            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
6958            ! ext/Encode/lib/Encode/Alias.pm
6959            ! ext/Encode/lib/Encode/CJKConstants.pm
6960            ! ext/Encode/lib/Encode/CN/HZ.pm ext/Encode/lib/Encode/Config.pm
6961            ! ext/Encode/lib/Encode/Encoding.pm
6962            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
6963            ! ext/Encode/lib/Encode/JP/JIS7.pm
6964            ! ext/Encode/lib/Encode/KR/2022_KR.pm
6965            ! ext/Encode/lib/Encode/MIME/Header.pm
6966            ! ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
6967            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
6968 ____________________________________________________________________________
6969 [ 28358] By: rgs                                   on 2006/06/06  11:27:19
6970         Log: Subject: [PATCH] more accumulated cleanups
6971              From: andy@petdance.com (Andy Lester)
6972              Date: Tue, 6 Jun 2006 00:25:01 -0500
6973              Message-ID: <20060606052501.GA30469@petdance.com>
6974      Branch: perl
6975            ! av.c doio.c utf8.c util.c
6976 ____________________________________________________________________________
6977 [ 28357] By: rgs                                   on 2006/06/06  11:17:22
6978         Log: Subject: [PATCH] Accumulated toke.c cleanups
6979              From: andy@petdance.com (Andy Lester)
6980              Date: Tue, 6 Jun 2006 00:07:36 -0500
6981              Message-ID: <20060606050736.GA30291@petdance.com>
6982      Branch: perl
6983            ! toke.c
6984 ____________________________________________________________________________
6985 [ 28356] By: rgs                                   on 2006/06/06  11:05:46
6986         Log: Subject: [PATCH] random thread test failure
6987              From: "Jerry D. Hedden" <jerry@hedden.us>
6988              Date: Mon, 05 Jun 2006 13:28:51 -0700
6989              Message-ID: <20060605132851.fb30e530d17747c2b054d625b8945d88.65486bb40b.wbe@email.secureserver.net>
6990      Branch: perl
6991            ! ext/threads/t/thread.t
6992 ____________________________________________________________________________
6993 [ 28355] By: rgs                                   on 2006/06/06  11:02:14
6994         Log: Subject: [PATCH] threads 1.32
6995              From: "Jerry D. Hedden" <jerry@hedden.us>
6996              Date: Mon, 05 Jun 2006 06:34:56 -0700
6997              Message-ID: <20060605063456.fb30e530d17747c2b054d625b8945d88.21396dde59.wbe@email.secureserver.net>
6998      Branch: perl
6999            + ext/threads/hints/hpux.pl
7000            ! MANIFEST ext/threads/Changes ext/threads/README
7001            ! ext/threads/t/blocks.t ext/threads/t/context.t
7002            ! ext/threads/t/end.t ext/threads/t/free.t ext/threads/t/free2.t
7003            ! ext/threads/t/join.t ext/threads/t/kill.t ext/threads/t/libc.t
7004            ! ext/threads/t/problems.t ext/threads/t/thread.t
7005            ! ext/threads/threads.pm ext/threads/threads.xs
7006 ____________________________________________________________________________
7007 [ 28354] By: nicholas                              on 2006/06/05  21:39:40
7008         Log: Eliminate most of the UTF-8 black smoke by skipping optree tests when
7009              ${^OPEN} is set, and tweaking hints.t to understand that $^H is
7010              different when -C has been used.
7011      Branch: perl
7012            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
7013            ! ext/B/t/optree_constants.t ext/B/t/optree_misc.t
7014            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
7015            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
7016            ! t/comp/hints.t
7017 ____________________________________________________________________________
7018 [ 28353] By: nicholas                              on 2006/06/05  21:38:38
7019         Log: Add the missing ${^OPEN} hints flag to B::Concise
7020      Branch: perl
7021            ! ext/B/B/Concise.pm
7022 ____________________________________________________________________________
7023 [ 28352] By: rgs                                   on 2006/06/05  16:22:46
7024         Log: Subject: [DOCPATCH perlunicode.pod] paragraphing nit
7025              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7026              Date: Sun, 04 Jun 2006 15:52:54 +0900
7027              Message-Id: <20060604155149.0913.BQW10602@nifty.com>
7028      Branch: perl
7029            ! pod/perlunicode.pod
7030 ____________________________________________________________________________
7031 [ 28351] By: rgs                                   on 2006/06/05  08:35:45
7032         Log: Subject: [PATCH] mg.c: using #ifdef inside a macro call ENONPORTABLE (causes e.g. AIX to barf)
7033              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
7034              Date: Sun, 4 Jun 2006 11:21:30 +0300 (EEST)
7035              Message-Id: <200606040821.k548LUYu010965@vipunen.hut.fi>
7036      Branch: perl
7037            ! mg.c
7038 ____________________________________________________________________________
7039 [ 28350] By: rgs                                   on 2006/06/05  07:50:12
7040         Log: Use POSIX::_exit instead of exit in IPC::Open when exiting after an
7041              exec() failure, as suggested by Salvador Fandino after change #28347
7042      Branch: perl
7043            ! lib/IPC/Open3.pm
7044 ____________________________________________________________________________
7045 [ 28349] By: rgs                                   on 2006/06/04  22:32:50
7046         Log: The smart match table was duplicated in source code and in perlsyn,
7047              so remove the one in the source code
7048      Branch: perl
7049            ! pod/perlsyn.pod pp_ctl.c
7050 ____________________________________________________________________________
7051 [ 28348] By: craigb                                on 2006/06/02  23:18:08
7052         Log: It's all relative -- better handling of tainted directories
7053              in PATH on VMS (and scrubbing them in t/test.pl).
7054      Branch: perl
7055            ! mg.c t/test.pl
7056 ____________________________________________________________________________
7057 [ 28347] By: davem                                 on 2006/06/02  19:53:52
7058         Log: IPC::Open3 handled exec failure badly
7059              When you're in the child, don't croak - you may get trapped by
7060              eval. Also clarify the documentation
7061      Branch: perl
7062            ! lib/IPC/Open3.pm
7063 ____________________________________________________________________________
7064 [ 28346] By: stevep                                on 2006/06/01  19:11:38
7065         Log: Subject: [perl #39178] IO::Socket::connect returns wrong errno on timeout
7066              From: "mlelstv@serpens.de (via RT)" <perlbug-followup@perl.org>
7067              Date: Sun, 21 May 2006 04:23:38 -0700
7068              Message-ID: <rt-3.0.11-39178-133695.13.7935957232893@perl.org>
7069      Branch: perl
7070            ! ext/IO/lib/IO/Socket.pm
7071 ____________________________________________________________________________
7072 [ 28345] By: rgs                                   on 2006/06/01  14:50:50
7073         Log: Add the perlunitut manpage, by Juerd Waalboer
7074      Branch: perl
7075            + pod/perlunitut.pod
7076            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
7077            ! vms/descrip_mms.template win32/pod.mak
7078 ____________________________________________________________________________
7079 [ 28344] By: rgs                                   on 2006/06/01  12:16:09
7080         Log: Subject: [PATCH: installperl] Was: Bug#369481: perl-base: 5.8.4-8sarge4 seemed to trigger "weak references not implemented"
7081              From: Brendan O'Dea <bod@debian.org>
7082              Date: Wed, 31 May 2006 22:51:48 +1000
7083              Message-ID: <20060531125148.GA20658@londo.c47.org>
7084      Branch: perl
7085            ! installperl
7086 ____________________________________________________________________________
7087 [ 28343] By: rgs                                   on 2006/06/01  11:40:34
7088         Log: Add a few more built-in types in perlfunc/ref()
7089      Branch: perl
7090            ! pod/perlfunc.pod
7091 ____________________________________________________________________________
7092 [ 28342] By: rgs                                   on 2006/06/01  07:08:36
7093         Log: Remove duplicate file in manifest
7094      Branch: perl
7095            ! MANIFEST
7096 ____________________________________________________________________________
7097 [ 28341] By: rgs                                   on 2006/06/01  07:07:43
7098         Log: Add missing file to MANIFEST
7099      Branch: perl
7100            ! MANIFEST
7101 ____________________________________________________________________________
7102 [ 28340] By: craigb                                on 2006/05/31  03:31:54
7103         Log: Teach incfilter.t some DCL.
7104      Branch: perl
7105            ! t/op/incfilter.t
7106 ____________________________________________________________________________
7107 [ 28339] By: craigb                                on 2006/05/31  03:19:27
7108         Log: Make VMS-specific device name encoding routine say no more politely.
7109      Branch: perl
7110            ! vms/vms.c
7111 ____________________________________________________________________________
7112 [ 28338] By: rgs                                   on 2006/05/30  12:21:17
7113         Log: Subject: Re: B::Lint changes
7114              From: "Joshua ben Jore" <twists@gmail.com>
7115              Date: Thu, 18 May 2006 08:45:30 -0500
7116              Message-ID: <dc5c751d0605180645q63ddba5fga354d2660a4877f5@mail.gmail.com>
7117      Branch: perl
7118            ! ext/B/B/Lint.pm ext/B/t/lint.t
7119 ____________________________________________________________________________
7120 [ 28337] By: nicholas                              on 2006/05/30  11:59:26
7121         Log: Fix bugs in the bytecode system caused by the abolition of cop_io.
7122      Branch: perl
7123            ! ext/B/B.xs ext/B/B/Bytecode.pm
7124 ____________________________________________________________________________
7125 [ 28336] By: rgs                                   on 2006/05/30  08:32:00
7126         Log: Subject: C is not perl, AV's dont just magically free themselves...
7127              From: demerphq <demerphq@gmail.com>
7128              Date: Tue, 30 May 2006 10:23:19 +0200
7129              Message-ID: <9b18b3110605300123t467f14eerf30a149f253be281@mail.gmail.com>
7130      Branch: perl
7131            ! regcomp.c
7132 ____________________________________________________________________________
7133 [ 28335] By: nicholas                              on 2006/05/29  22:58:46
7134         Log: Comprehensive regression tests for Perl_refcounted_he_fetch().
7135              Fix a bug due to the fact that Perl's typedef'd "bool" type isn't
7136              actually boolean.
7137      Branch: perl
7138            + ext/XS/APItest/t/op.t t/op/caller.pl
7139            ! MANIFEST ext/XS/APItest/APItest.xs hv.c t/op/caller.t
7140 ____________________________________________________________________________
7141 [ 28334] By: craigb                                on 2006/05/29  22:34:23
7142         Log: Subject: [PATCH] redo part of change 27374
7143              From: Abe Timmerman <abe@ztreet.demon.nl>
7144              Date: Mon, 29 May 2006 23:24:51 +0200
7145              Message-id: <200605292324.51714.abe@ztreet.demon.nl>
7146
7147      Branch: perl
7148            ! configure.com
7149 ____________________________________________________________________________
7150 [ 28333] By: craigb                                on 2006/05/29  19:37:41
7151         Log: And some more DynaLoader things that should not be tested on
7152              VMS since they are not part of the implementation.
7153      Branch: perl
7154            ! ext/DynaLoader/t/DynaLoader.t
7155 ____________________________________________________________________________
7156 [ 28332] By: mhx                                   on 2006/05/29  17:50:48
7157         Log: Upgrade to Devel::PPPort 3.08_04
7158      Branch: perl
7159            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
7160            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
7161            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
7162            ! ext/Devel/PPPort/apicheck_c.PL
7163            ! ext/Devel/PPPort/devel/buildperl.pl
7164            ! ext/Devel/PPPort/devel/devtools.pl
7165            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
7166            ! ext/Devel/PPPort/devel/regenerate
7167            ! ext/Devel/PPPort/parts/apicheck.pl
7168            ! ext/Devel/PPPort/parts/base/5004000
7169            ! ext/Devel/PPPort/parts/base/5004050
7170            ! ext/Devel/PPPort/parts/base/5005000
7171            ! ext/Devel/PPPort/parts/base/5005030
7172            ! ext/Devel/PPPort/parts/base/5006000
7173            ! ext/Devel/PPPort/parts/base/5006001
7174            ! ext/Devel/PPPort/parts/base/5007001
7175            ! ext/Devel/PPPort/parts/base/5007002
7176            ! ext/Devel/PPPort/parts/base/5007003
7177            ! ext/Devel/PPPort/parts/base/5008000
7178            ! ext/Devel/PPPort/parts/base/5008001
7179            ! ext/Devel/PPPort/parts/base/5009000
7180            ! ext/Devel/PPPort/parts/base/5009001
7181            ! ext/Devel/PPPort/parts/base/5009002
7182            ! ext/Devel/PPPort/parts/base/5009003
7183            ! ext/Devel/PPPort/parts/base/5009004
7184            ! ext/Devel/PPPort/parts/inc/podtest
7185            ! ext/Devel/PPPort/parts/todo/5004000
7186            ! ext/Devel/PPPort/parts/todo/5005000
7187            ! ext/Devel/PPPort/parts/todo/5005030
7188            ! ext/Devel/PPPort/parts/todo/5006000
7189            ! ext/Devel/PPPort/parts/todo/5006001
7190            ! ext/Devel/PPPort/parts/todo/5007001
7191            ! ext/Devel/PPPort/parts/todo/5007002
7192            ! ext/Devel/PPPort/parts/todo/5007003
7193            ! ext/Devel/PPPort/parts/todo/5008000
7194            ! ext/Devel/PPPort/parts/todo/5008001
7195            ! ext/Devel/PPPort/parts/todo/5009000
7196            ! ext/Devel/PPPort/parts/todo/5009001
7197            ! ext/Devel/PPPort/parts/todo/5009002
7198            ! ext/Devel/PPPort/parts/todo/5009003
7199            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
7200            ! ext/Devel/PPPort/t/podtest.t
7201 ____________________________________________________________________________
7202 [ 28331] By: davem                                 on 2006/05/29  15:27:02
7203         Log: make require report too many open files error
7204              ie don't continue searching the rest of @INC
7205      Branch: perl
7206            ! pp_ctl.c
7207 ____________________________________________________________________________
7208 [ 28330] By: davem                                 on 2006/05/29  14:12:13
7209         Log: ensure failure to load Carp::Heavy gets reported
7210      Branch: perl
7211            ! lib/Carp.pm
7212 ____________________________________________________________________________
7213 [ 28329] By: rgs                                   on 2006/05/29  14:08:42
7214         Log: Revert change 28322, which makes ithreads panic
7215      Branch: perl
7216            ! perlio.c
7217 ____________________________________________________________________________
7218 [ 28328] By: rgs                                   on 2006/05/29  13:41:24
7219         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. 
7220              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7221              Date: Sun, 21 May 2006 19:33:21 +0900
7222              Message-Id: <20060521193259.81E5.BQW10602@nifty.com>
7223              
7224              with test tweaks further suggested by the same
7225      Branch: perl
7226            ! sv.c t/op/sprintf2.t
7227 ____________________________________________________________________________
7228 [ 28327] By: rgs                                   on 2006/05/29  13:10:45
7229         Log: Silence a warning
7230      Branch: perl
7231            ! regcomp.c
7232 ____________________________________________________________________________
7233 [ 28326] By: rgs                                   on 2006/05/29  12:40:15
7234         Log: Regen headers following change 28325. Also, make it compile
7235              with gcc by forward-declaring struct _reg_trie_data; and
7236              tweak the new re test to use test.pl, in order to portably
7237              run a new interpreter
7238      Branch: perl
7239            ! embed.h ext/re/t/regop.t perl.h proto.h regcomp.c regcomp.h
7240            ! regexec.c regnodes.h
7241 ____________________________________________________________________________
7242 [ 28325] By: rgs                                   on 2006/05/29  12:38:09
7243         Log: Subject: Re: [PATCH] More regex optimisations and debug enhancements (including Andys stuff too)
7244              From: demerphq <demerphq@gmail.com>
7245              Date: Sun, 28 May 2006 16:24:59 +0200
7246              Message-ID: <9b18b3110605280724u54a9c53bn3b20692b6fe4f1c3@mail.gmail.com>
7247      Branch: perl
7248            + ext/re/t/regop.pl ext/re/t/regop.t
7249            ! MANIFEST embed.fnc ext/re/re.pm regcomp.c regcomp.h regcomp.pl
7250            ! regcomp.sym regexec.c t/op/re_tests
7251 ____________________________________________________________________________
7252 [ 28324] By: rgs                                   on 2006/05/29  09:39:06
7253         Log: Subject: [PATCH] skip t/op/incfilter.t for "make clean;make miniperl;make minitest"
7254              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
7255              Date: Sun, 28 May 2006 14:11:02 +0300 (EEST)
7256              Message-Id: <200605281111.k4SBB2jc133843@kosh.hut.fi>
7257      Branch: perl
7258            ! t/op/incfilter.t
7259 ____________________________________________________________________________
7260 [ 28323] By: rgs                                   on 2006/05/29  08:20:36
7261         Log: Subject: [PATCH] gv.c consting
7262              From: andy@petdance.com (Andy Lester)
7263              Date: Sun, 28 May 2006 12:24:25 -0500
7264              Message-ID: <20060528172425.GA8291@petdance.com>
7265              
7266              Subject: [PATCH] mg.c consting
7267              From: andy@petdance.com (Andy Lester)
7268              Date: Sun, 28 May 2006 11:34:33 -0500
7269              Message-ID: <20060528163433.GA5518@petdance.com>
7270      Branch: perl
7271            ! embed.fnc gv.c mg.c proto.h
7272 ____________________________________________________________________________
7273 [ 28322] By: rgs                                   on 2006/05/29  08:00:04
7274         Log: Subject: [PATCH] perlio.c: nobody was freeing PL_perlio_fd_refcnt, now PerlIO_cleanup() is
7275              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
7276              Date: Sun, 28 May 2006 18:15:35 +0300 (EEST)
7277              Message-Id: <20060528151535.BEA3E6D08C@seth.hut.fi>
7278      Branch: perl
7279            ! perlio.c
7280 ____________________________________________________________________________
7281 [ 28321] By: nicholas                              on 2006/05/28  10:55:17
7282         Log: Subject: [PATCH] DynaLoader.t: less assumptions
7283              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7284              Message-ID: <44796AF2.8060903@gmail.com>
7285              Date: Sun, 28 May 2006 12:18:42 +0300
7286      Branch: perl
7287            ! ext/DynaLoader/t/DynaLoader.t
7288 ____________________________________________________________________________
7289 [ 28320] By: nicholas                              on 2006/05/28  10:40:48
7290         Log: Perl_refcounted_he_chain_2hv()'s code to skip duplicate keys was far
7291              too lax.
7292      Branch: perl
7293            ! hv.c t/op/caller.t
7294 ____________________________________________________________________________
7295 [ 28319] By: davem                                 on 2006/05/27  21:16:30
7296         Log: fix eval qw(BEGIN{die}) style leaks.
7297              death while exdcuting code while parsing meant that the current
7298              parse stack got quiety abandonded, thus leaking a bunch of OPs.
7299              Register a destructor to be called when this happens.
7300      Branch: perl
7301            ! perly.c
7302 ____________________________________________________________________________
7303 [ 28318] By: craigb                                on 2006/05/27  18:00:31
7304         Log: use the same arg names everyone else does and handle undef filename
7305      Branch: perl
7306            ! ext/DynaLoader/dl_vms.xs
7307 ____________________________________________________________________________
7308 [ 28317] By: davem                                 on 2006/05/27  15:05:30
7309         Log: Subject:  RE: perlhack.pod confused about POPSTACK
7310              From:  "Jan Dubois" <jand@activestate.com>
7311              Date:  Thu, 25 May 2006 18:20:25 -0700
7312              Message-Id:  <059101c68062$9143d550$2217a8c0@candy>
7313              
7314              more fixing of the PUSHMARK example
7315      Branch: perl
7316            ! pod/perlhack.pod
7317 ____________________________________________________________________________
7318 [ 28316] By: davem                                 on 2006/05/27  00:54:18
7319         Log: make -Dpv display OP names ons the parser stack
7320      Branch: perl
7321            ! perly.c
7322 ____________________________________________________________________________
7323 [ 28315] By: davem                                 on 2006/05/27  00:31:33
7324         Log: stop OPs leaking in eval "syntax error"
7325              When bison pops states during error recovery, any states holding
7326              an OP would leak the OP. Create an extra YY table that tells us
7327              which states are of type opval, and when popping one of those,
7328              free the op.
7329      Branch: perl
7330            ! madly.tab perly.c perly.tab regen_perly.pl
7331 ____________________________________________________________________________
7332 [ 28314] By: davem                                 on 2006/05/26  18:50:34
7333         Log: stop eval "sub{" leaking
7334      Branch: perl
7335            ! madly.act madly.h madly.tab madly.y perly.act perly.h
7336            ! perly.tab perly.y
7337 ____________________________________________________________________________
7338 [ 28313] By: stevep                                on 2006/05/26  15:03:12
7339         Log: Subject: [PATCH] SysV IPC
7340              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7341              Date: Thu, 25 May 2006 18:49:33 +0300
7342              Message-ID: <4475D20D.9010600@gmail.com>
7343      Branch: perl
7344            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
7345            ! ext/IPC/SysV/SysV.pm pod/perlipc.pod
7346 ____________________________________________________________________________
7347 [ 28312] By: stevep                                on 2006/05/26  14:45:01
7348         Log: Upgrade to Sys-Syslog-0.14
7349      Branch: perl
7350            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
7351            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/fallback/const-c.inc
7352            ! ext/Sys/Syslog/t/constants.t ext/Sys/Syslog/t/syslog.t
7353 ____________________________________________________________________________
7354 [ 28311] By: stevep                                on 2006/05/26  13:39:06
7355         Log: Fix pod nit in perltodo.
7356      Branch: perl
7357            ! pod/perltodo.pod
7358 ____________________________________________________________________________
7359 [ 28310] By: stevep                                on 2006/05/26  13:38:16
7360         Log: Stop a warning generated from thread's Makefile.PL
7361      Branch: perl
7362            ! ext/threads/Makefile.PL
7363 ____________________________________________________________________________
7364 [ 28309] By: stevep                                on 2006/05/26  13:33:54
7365         Log: Sun C on Linux doesn't complain about the attributes sprinkled 
7366              through the code in all cases, even though attributes are not
7367              supported.  In some cases, however, it does.  
7368      Branch: perl
7369            ! hints/linux.sh
7370 ____________________________________________________________________________
7371 [ 28308] By: rgs                                   on 2006/05/26  13:01:35
7372         Log: Subject: Re: [PATCH] Test script for DynaLoader
7373              From: demerphq <demerphq@gmail.com>
7374              Date: Thu, 25 May 2006 13:20:53 +0200
7375              Message-ID: <9b18b3110605250420m7431bfbeve44aada2025264f7@mail.gmail.com>
7376      Branch: perl
7377            ! ext/DynaLoader/t/DynaLoader.t
7378 ____________________________________________________________________________
7379 [ 28307] By: mhx                                   on 2006/05/25  15:52:02
7380         Log: Upgrade to Devel::PPPort 3.08_03
7381      Branch: perl
7382            + ext/Devel/PPPort/devel/devtools.pl
7383            + ext/Devel/PPPort/devel/regenerate
7384            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
7385            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
7386            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
7387            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
7388            ! ext/Devel/PPPort/parts/apicheck.pl
7389            ! ext/Devel/PPPort/parts/apidoc.fnc
7390            ! ext/Devel/PPPort/parts/base/5006000
7391            ! ext/Devel/PPPort/parts/base/5009003
7392            ! ext/Devel/PPPort/parts/base/5009004
7393            ! ext/Devel/PPPort/parts/embed.fnc
7394            ! ext/Devel/PPPort/parts/inc/podtest
7395            ! ext/Devel/PPPort/parts/inc/ppphtest
7396            ! ext/Devel/PPPort/parts/todo/5009003
7397            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
7398            ! ext/Devel/PPPort/t/podtest.t ext/Devel/PPPort/t/ppphtest.t
7399 ____________________________________________________________________________
7400 [ 28306] By: stevep                                on 2006/05/25  13:48:56
7401         Log: Upgrade to Digest-SHA-5.38.
7402      Branch: perl
7403            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
7404            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
7405            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
7406            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
7407            ! ext/Digest/SHA/t/2-nist-sha-oo.t
7408 ____________________________________________________________________________
7409 [ 28305] By: gisle                                 on 2006/05/25  07:09:15
7410         Log: Subject: Pod::Html should not convert "foo" in `foo''
7411              From: Gisle Aas <gisle@ActiveState.com>
7412              Date: 24 May 2006 14:09:49 -0700
7413              Message-ID: <lr1wujqgde.fsf@caliper.activestate.com>
7414      Branch: perl
7415            ! lib/Pod/Html.pm
7416 ____________________________________________________________________________
7417 [ 28304] By: stevep                                on 2006/05/25  02:17:21
7418         Log: Upgrade to Test-Harness-2.60
7419      Branch: perl
7420            ! lib/Test/Harness.pm lib/Test/Harness/Changes
7421 ____________________________________________________________________________
7422 [ 28303] By: davem                                 on 2006/05/25  00:21:21
7423         Log: Subject:  RE: perlhack.pod confused about POPSTACK
7424              From:  "Jan Dubois" <jand@activestate.com>
7425              Date:  Wed, 24 May 2006 16:35:14 -0700
7426              Message-Id:  <03ee01c67f8a$b4d6aca0$2217a8c0@candy>
7427              
7428              clean up davem's doc thinko of change #28292
7429      Branch: perl
7430            ! pod/perlhack.pod
7431 ____________________________________________________________________________
7432 [ 28302] By: mhx                                   on 2006/05/24  17:44:20
7433         Log: Run 'make regen' for changes 28299, 28300, 28301.
7434      Branch: perl
7435            ! pod/perlapi.pod proto.h
7436 ____________________________________________________________________________
7437 [ 28301] By: mhx                                   on 2006/05/24  17:40:01
7438         Log: The sv_catpvs() and sv_setpvs() macros also return void.
7439      Branch: perl
7440            ! handy.h
7441 ____________________________________________________________________________
7442 [ 28300] By: mhx                                   on 2006/05/24  17:38:08
7443         Log: The SvREFCNT_*void* macros return void, not SV*.
7444      Branch: perl
7445            ! sv.h
7446 ____________________________________________________________________________
7447 [ 28299] By: mhx                                   on 2006/05/24  17:31:28
7448         Log: The 'f' flag was missing for my_snprintf().
7449      Branch: perl
7450            ! embed.fnc
7451 ____________________________________________________________________________
7452 [ 28298] By: rgs                                   on 2006/05/24  13:34:45
7453         Log: Fix segfault in SDBM_File when the destructor is called multiple times
7454      Branch: perl
7455            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
7456 ____________________________________________________________________________
7457 [ 28297] By: rgs                                   on 2006/05/24  12:39:31
7458         Log: Subject: [PATCH] Stop harness from printing summary table header for each row in table
7459              From: demerphq <demerphq@gmail.com>
7460              Date: Tue, 23 May 2006 22:27:40 +0200
7461              Message-ID: <9b18b3110605231327t316104caoce301668178ee442@mail.gmail.com>
7462      Branch: perl
7463            ! lib/Test/Harness.pm
7464 ____________________________________________________________________________
7465 [ 28296] By: rgs                                   on 2006/05/24  12:24:27
7466         Log: Subject: [PATCH] Refactoring in av.c
7467              From: andy@petdance.com (Andy Lester)
7468              Date: Wed, 24 May 2006 00:16:40 -0500
7469              Message-ID: <20060524051640.GA4713@petdance.com>
7470      Branch: perl
7471            ! av.c cop.h
7472 ____________________________________________________________________________
7473 [ 28295] By: rgs                                   on 2006/05/24  07:27:47
7474         Log: Subject: [PATCH lib/AutoLoader.pm lib/AutoLoader.t] Export can() with AUTOLOAD()
7475              From: chromatic <chromatic@wgz.org>
7476              Date: Sat, 20 May 2006 11:40:27 -0700
7477              Message-Id: <200605201140.27789.chromatic@wgz.org>
7478              
7479              With tweaks: use built-in ref() instead of Scalar::Util::blessed
7480      Branch: perl
7481            ! lib/AutoLoader.pm lib/AutoLoader.t
7482 ____________________________________________________________________________
7483 [ 28294] By: stevep                                on 2006/05/24  02:56:23
7484         Log: Subject: [PATCH] Make t/TEST more helpful
7485              From: andy@petdance.com (Andy Lester)
7486              Date: Tue, 23 May 2006 21:07:48 -0500
7487              Message-ID: <20060524020748.GA16729@petdance.com>
7488      Branch: perl
7489            ! t/TEST
7490 ____________________________________________________________________________
7491 [ 28293] By: stevep                                on 2006/05/24  02:53:38
7492         Log: Subject: Re: [patch] win32/buildext.pl to handle inclusions and not just exclusions
7493              From: demerphq <demerphq@gmail.com>
7494              Date: Sun, 21 May 2006 12:20:12 +0200
7495              Message-ID: <9b18b3110605210320h5adc9df4hbee2302722b3dd6e@mail.gmail.com>
7496      Branch: perl
7497            ! win32/Makefile win32/buildext.pl
7498 ____________________________________________________________________________
7499 [ 28292] By: davem                                 on 2006/05/23  22:16:28
7500         Log: correct POPSTACK/POPMARK confusion in perlhack.pod
7501      Branch: perl
7502            ! pod/perlhack.pod
7503 ____________________________________________________________________________
7504 [ 28291] By: rgs                                   on 2006/05/23  08:05:56
7505         Log: Typo fix
7506      Branch: perl
7507            ! ext/threads/threads.pm
7508 ____________________________________________________________________________
7509 [ 28290] By: rgs                                   on 2006/05/23  08:03:08
7510         Log: Subject: [PATCH] Explicit thread context
7511              From: "Jerry D. Hedden" <jerry@hedden.us>
7512              Date: Fri, 19 May 2006 13:42:50 -0700
7513              Message-ID: <20060519134250.fb30e530d17747c2b054d625b8945d88.933b701674.wbe@email.secureserver.net>
7514      Branch: perl
7515            + ext/threads/t/context.t
7516            ! MANIFEST ext/threads/Changes ext/threads/README
7517            ! ext/threads/threads.pm ext/threads/threads.xs
7518 ____________________________________________________________________________
7519 [ 28289] By: rgs                                   on 2006/05/23  07:27:11
7520         Log: Subject: [PATCH] clean some lint findings
7521              From: andy@petdance.com (Andy Lester)
7522              Date: Sun, 21 May 2006 00:02:40 -0500
7523              Message-ID: <20060521050240.GA21051@petdance.com>
7524      Branch: perl
7525            ! embed.fnc embed.h hv.c perlio.c pp_pack.c proto.h
7526 ____________________________________________________________________________
7527 [ 28288] By: rgs                                   on 2006/05/23  07:23:48
7528         Log: Subject: Re: [PATCH - DUH] Synchronize bleadperl with version-0.60
7529              From: John Peacock <jpeacock@rowman.com>
7530              Date: Mon, 22 May 2006 19:08:03 -0400
7531              Message-ID: <44724453.5090606@rowman.com>
7532      Branch: perl
7533            ! lib/version.pm lib/version.t
7534 ____________________________________________________________________________
7535 [ 28287] By: rgs                                   on 2006/05/23  07:20:15
7536         Log: Fix a syntax error in test
7537      Branch: perl
7538            ! lib/Text/Balanced/t/00-load.t
7539 ____________________________________________________________________________
7540 [ 28286] By: merijn                                on 2006/05/23  06:17:26
7541         Log: HAS_HAS WAS NOW HAS
7542      Branch: perl
7543            ! handy.h
7544 ____________________________________________________________________________
7545 [ 28285] By: stevep                                on 2006/05/22  20:30:14
7546         Log: Subject: [PATCH] IO::Compress::Base::Common
7547              From: "Paul Marquess" <paul.marquess@openwave.com>
7548              Date: Sat, 20 May 2006 11:55:21 +0100
7549              Message-ID: <3F2DD0FCF1E2EA4D974C6195B482FD8801C339EF@bfs-exch-prd1.myopwv.com>
7550      Branch: perl
7551            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
7552 ____________________________________________________________________________
7553 [ 28284] By: merijn                                on 2006/05/22  17:39:47
7554         Log: If I needed this now, I'll probably need it next time too :)
7555      Branch: perl
7556            ! handy.h
7557 ____________________________________________________________________________
7558 [ 28283] By: merijn                                on 2006/05/22  17:37:33
7559         Log: Re-generation after backports of
7560              #28188 Only ask about MAD for 5.9.0 and greater. Otherwise silently
7561              #28189 A Configure probe for C99 variadic macros, based on code from
7562              #28202 Take advantage of the bug that binexp ignores the Configure
7563              #28263 Oops. Fix bad #! lines when not using userelocatableinc
7564              One small cleanup fix added. Some small re-ordering. Some whitespace.
7565      Branch: perl
7566            ! Configure Porting/Glossary Porting/config.sh config_h.SH
7567 ____________________________________________________________________________
7568 [ 28280] By: rgs                                   on 2006/05/22  16:51:36
7569         Log: Amend version.pm so it correctly loads the XS version of qv()
7570      Branch: perl
7571            ! lib/version.pm
7572 ____________________________________________________________________________
7573 [ 28279] By: rgs                                   on 2006/05/22  16:41:56
7574         Log: Subject: [PATCH] pp_sys cleanup again
7575              From: andy@petdance.com (Andy Lester)
7576              Date: Sat, 20 May 2006 16:20:20 -0500
7577              Message-ID: <20060520212020.GA30688@petdance.com>
7578      Branch: perl
7579            ! pp_sys.c
7580 ____________________________________________________________________________
7581 [ 28277] By: steveh                                on 2006/05/22  15:18:33
7582         Log: Fix Win32 linker error
7583              
7584              See:
7585              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-05/msg00758.html
7586      Branch: perl
7587            ! embed.fnc embed.h global.sym
7588 ____________________________________________________________________________
7589 [ 28276] By: rgs                                   on 2006/05/22  15:02:08
7590         Log: Upgrade to version.pm 0.60
7591      Branch: perl
7592            ! lib/version.pm lib/version.t universal.c util.c
7593 ____________________________________________________________________________
7594 [ 28275] By: rgs                                   on 2006/05/22  14:49:05
7595         Log: Subject: Perl_PerlIO_context_layers and PerlIO_apply_layers, as well as other unexported/undefined entities... (patch 28258/28264 incomplete?)
7596              From: demerphq <demerphq@gmail.com>
7597              Date: Sun, 21 May 2006 15:06:20 +0200
7598              Message-ID: <9b18b3110605210606l441b69b3lf6934a15d9a26e4b@mail.gmail.com>
7599              
7600              (only the makedef.pl and perlio.c patches)
7601      Branch: perl
7602            ! makedef.pl perlio.c
7603 ____________________________________________________________________________
7604 [ 28274] By: merijn                                on 2006/05/22  14:42:47
7605         Log: Better handling for error-checking
7606              From: IRC/#p5p/Maddingue (Sebastien Aperghis-Tramoni)
7607      Branch: perl
7608            ! ext/DynaLoader/t/DynaLoader.t
7609 ____________________________________________________________________________
7610 [ 28273] By: rgs                                   on 2006/05/22  13:58:45
7611         Log: Subject: [PATCH] literal string macros
7612              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
7613              Date: Mon, 22 May 2006 13:39:33 +0200
7614              Message-ID: <20060522133933.65ea93ce@r2d2>
7615      Branch: perl
7616            ! handy.h pod/perlapi.pod
7617 ____________________________________________________________________________
7618 [ 28272] By: stevep                                on 2006/05/22  13:57:54
7619         Log: Additional perlpragma.pod nits.
7620      Branch: perl
7621            ! pod/perlpragma.pod
7622 ____________________________________________________________________________
7623 [ 28271] By: rgs                                   on 2006/05/22  13:47:19
7624         Log: More nits in perlpragma, and remove the warning about %^H being
7625              strictly internal in perlvar.
7626      Branch: perl
7627            ! pod/perlpragma.pod pod/perlvar.pod
7628 ____________________________________________________________________________
7629 [ 28270] By: stevep                                on 2006/05/22  13:46:30
7630         Log: Silence Text::Balanced's 00-load.t when PERL_CORE is defined.
7631      Branch: perl
7632            ! lib/Text/Balanced/t/00-load.t
7633 ____________________________________________________________________________
7634 [ 28269] By: rgs                                   on 2006/05/22  13:09:12
7635         Log: Subject: Re: [PATCH] optimize /[x]/ to /x/.
7636              From: demerphq <demerphq@gmail.com>
7637              Date: Sun, 21 May 2006 19:32:15 +0200
7638              Message-ID: <9b18b3110605211032n5035d2cfne703514d8271e181@mail.gmail.com>
7639              
7640              New tests.
7641      Branch: perl
7642            ! t/op/re_tests
7643 ____________________________________________________________________________
7644 [ 28268] By: rgs                                   on 2006/05/22  12:55:13
7645         Log: Fix two nits in perlpragma.pod
7646      Branch: perl
7647            ! pod/perlpragma.pod
7648 ____________________________________________________________________________
7649 [ 28267] By: mhx                                   on 2006/05/22  11:31:57
7650         Log: Upgrade to Devel::PPPort 3.08_02
7651      Branch: perl
7652            + ext/Devel/PPPort/parts/inc/SvREFCNT
7653            + ext/Devel/PPPort/parts/inc/podtest
7654            + ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/podtest.t
7655            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
7656            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
7657            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/mktests.PL
7658            ! ext/Devel/PPPort/parts/apidoc.fnc
7659            ! ext/Devel/PPPort/parts/base/5009004
7660            ! ext/Devel/PPPort/parts/embed.fnc
7661            ! ext/Devel/PPPort/parts/inc/memory
7662            ! ext/Devel/PPPort/parts/inc/misc
7663            ! ext/Devel/PPPort/parts/inc/ppphbin
7664            ! ext/Devel/PPPort/parts/inc/ppphdoc
7665            ! ext/Devel/PPPort/parts/inc/pvs
7666            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
7667            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
7668            ! ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/call.t
7669            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/exception.t
7670            ! ext/Devel/PPPort/t/grok.t ext/Devel/PPPort/t/limits.t
7671            ! ext/Devel/PPPort/t/mPUSH.t ext/Devel/PPPort/t/magic.t
7672            ! ext/Devel/PPPort/t/memory.t ext/Devel/PPPort/t/misc.t
7673            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
7674            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
7675            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/sv_xpvf.t
7676            ! ext/Devel/PPPort/t/testutil.pl ext/Devel/PPPort/t/threads.t
7677            ! ext/Devel/PPPort/t/uv.t ext/Devel/PPPort/t/variables.t
7678            ! ext/Devel/PPPort/t/warn.t
7679 ____________________________________________________________________________
7680 [ 28266] By: mhx                                   on 2006/05/21  22:34:29
7681         Log: Remove duplicate documentation for SvREFCNT_inc().
7682              Add documentation for SvREFCNT_inc_simple_void_NN().
7683              Wrap SvREFCNT_inc_simple_void() in STMT_START/STMT_END.
7684      Branch: perl
7685            ! sv.h
7686 ____________________________________________________________________________
7687 [ 28265] By: mhx                                   on 2006/05/21  22:20:48
7688         Log: Document PoisonFree() instead of documenting Poison() twice.
7689      Branch: perl
7690            ! handy.h
7691 ____________________________________________________________________________
7692 [ 28264] By: stevep                                on 2006/05/21  03:47:18
7693         Log: Add Perl_PerlIO_context_layers() to the public API to fix Win32 builds.
7694              Also, picked up a missed change for pod/perlapi.pod.
7695      Branch: perl
7696            ! embed.fnc embed.h global.sym pod/perlapi.pod
7697 ____________________________________________________________________________
7698 [ 28263] By: nicholas                              on 2006/05/20  23:08:40
7699         Log: Oops. Fix bad #! lines when not using userelocatableinc
7700      Branch: perl
7701            ! Configure
7702 ____________________________________________________________________________
7703 [ 28262] By: davem                                 on 2006/05/20  22:23:21
7704         Log: Subject:  [PATCH] optimize /[x]/ to /x/.
7705              From:  demerphq <demerphq@gmail.com>
7706              Date:  Sat, 20 May 2006 23:16:33 +0200
7707              Message-Id:  <9b18b3110605201416i3dc44c39k86cd9b2f47f5cda0@mail.gmail.com>
7708      Branch: perl
7709            ! regcomp.c
7710 ____________________________________________________________________________
7711 [ 28261] By: nicholas                              on 2006/05/20  22:17:07
7712         Log: Fix bug in change 28258. So how come I thought I'd passed all tests?
7713      Branch: perl
7714            ! ext/B/B.xs
7715 ____________________________________________________________________________
7716 [ 28260] By: davem                                 on 2006/05/20  21:07:34
7717         Log: don't try to dump GVish parts of an LV if it hasn't got GVish parts
7718      Branch: perl
7719            ! dump.c
7720 ____________________________________________________________________________
7721 [ 28259] By: mhx                                   on 2006/05/20  18:22:00
7722         Log: Upgrade to Devel::PPPort 3.08_01
7723      Branch: perl
7724            + ext/Devel/PPPort/parts/base/5008008
7725            + ext/Devel/PPPort/parts/base/5009004
7726            + ext/Devel/PPPort/parts/inc/pvs
7727            + ext/Devel/PPPort/parts/inc/snprintf
7728            + ext/Devel/PPPort/parts/inc/warn
7729            + ext/Devel/PPPort/parts/todo/5008008
7730            + ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/t/pvs.t
7731            + ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/warn.t
7732            - ext/Devel/PPPort/MANIFEST
7733            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
7734            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
7735            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
7736            ! ext/Devel/PPPort/parts/apicheck.pl
7737            ! ext/Devel/PPPort/parts/apidoc.fnc
7738            ! ext/Devel/PPPort/parts/base/5004050
7739            ! ext/Devel/PPPort/parts/base/5006000
7740            ! ext/Devel/PPPort/parts/base/5006001
7741            ! ext/Devel/PPPort/parts/base/5007002
7742            ! ext/Devel/PPPort/parts/base/5007003
7743            ! ext/Devel/PPPort/parts/base/5008000
7744            ! ext/Devel/PPPort/parts/base/5008001
7745            ! ext/Devel/PPPort/parts/base/5009000
7746            ! ext/Devel/PPPort/parts/base/5009003
7747            ! ext/Devel/PPPort/parts/embed.fnc
7748            ! ext/Devel/PPPort/parts/inc/Sv_set
7749            ! ext/Devel/PPPort/parts/inc/magic
7750            ! ext/Devel/PPPort/parts/inc/misc
7751            ! ext/Devel/PPPort/parts/todo/5004000
7752            ! ext/Devel/PPPort/parts/todo/5005000
7753            ! ext/Devel/PPPort/parts/todo/5006000
7754            ! ext/Devel/PPPort/parts/todo/5006001
7755            ! ext/Devel/PPPort/parts/todo/5007003
7756            ! ext/Devel/PPPort/parts/todo/5009003 ext/Devel/PPPort/soak
7757            ! ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/magic.t
7758            ! ext/Devel/PPPort/t/misc.t
7759 ____________________________________________________________________________
7760 [ 28258] By: nicholas                              on 2006/05/20  17:29:52
7761         Log: Abolish cop_io (the simple way) by storing the value in cop_hints_hash.
7762              Todo - store the in and out values under 2 keys, and avoid the need to
7763              create a temporary mortal SV while checking it.
7764      Branch: perl
7765            ! bytecode.pl cop.h embed.fnc embed.h ext/B/B.xs
7766            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
7767            ! ext/ByteLoader/byterun.h mg.c op.c perl.c perl.h perlio.c
7768            ! perlio.h pp_ctl.c pp_sys.c proto.h sv.c
7769 ____________________________________________________________________________
7770 [ 28257] By: nicholas                              on 2006/05/20  15:27:28
7771         Log: Move the hints from op_private into cop_hints. This allows all 32 bits
7772              to be stored. Make B::Concise display the new hints field, and modify
7773              B::Deparse to use it.
7774      Branch: perl
7775            ! cop.h ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm
7776            ! ext/B/B/Deparse.pm ext/B/t/f_map.t ext/B/t/f_sort.t
7777            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
7778            ! ext/B/t/optree_constants.t ext/B/t/optree_misc.t
7779            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
7780            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
7781            ! ext/ByteLoader/bytecode.h op.c perl.h
7782 ____________________________________________________________________________
7783 [ 28255] By: merijn                                on 2006/05/20  15:16:29
7784         Log: Small typo correction
7785      Branch: perl
7786            ! INSTALL
7787 ____________________________________________________________________________
7788 [ 28254] By: davem                                 on 2006/05/20  14:30:50
7789         Log: eval { s/$foo/die/e } leaked a scalar
7790      Branch: perl
7791            ! pp_ctl.c pp_hot.c
7792 ____________________________________________________________________________
7793 [ 28253] By: merijn                                on 2006/05/20  13:26:51
7794         Log: Subject: Re: Over-pious message from Configure?
7795              From: Dominic Dunlop <shouldbedomo@mac.com>
7796              Date: Thu, 18 May 2006 15:47:27 +0200
7797              Message-Id: <90C6E6BF-D1B1-4346-A893-1708E8E50534@mac.com>
7798      Branch: perl
7799            ! INSTALL
7800 ____________________________________________________________________________
7801 [ 28252] By: nicholas                              on 2006/05/20  12:31:09
7802         Log: Rename cop_hints to cop_hints_hash
7803      Branch: perl
7804            ! cop.h mg.c op.c perl.c pod/perlintern.pod pp_ctl.c scope.c
7805            ! scope.h sv.c
7806 ____________________________________________________________________________
7807 [ 28251] By: davem                                 on 2006/05/20  11:58:07
7808         Log: Perl segfaults; test case available
7809              sub f { s/$var/f()/e } could free the wrong RE
7810      Branch: perl
7811            ! cop.h pp_ctl.c pp_hot.c
7812 ____________________________________________________________________________
7813 [ 28250] By: nicholas                              on 2006/05/20  11:29:26
7814         Log: Abolish cop_arybase. Signal a non zero $[ with a hint flag, and store
7815              the value in the hints structure used for %^H.
7816      Branch: perl
7817            ! cop.h embed.fnc embed.h global.sym hv.c op.c perl.h proto.h
7818 ____________________________________________________________________________
7819 [ 28249] By: nicholas                              on 2006/05/20  10:27:23
7820         Log: Solaris was happy, but change 28247 removed the wrong dTHX as far as
7821              some other operating systems were concerned.
7822      Branch: perl
7823            ! perlio.c
7824 ____________________________________________________________________________
7825 [ 28248] By: davem                                 on 2006/05/20  00:43:42
7826         Log: SEGV with complicated regexp and long string
7827              PL_reg_maxiter was wrapping to a negative value
7828      Branch: perl
7829            ! op.c regexec.c
7830 ____________________________________________________________________________
7831 [ 28247] By: nicholas                              on 2006/05/19  22:48:38
7832         Log: Perl_croak() needs an aTHX_ in PerlIO_vsprintf().
7833      Branch: perl
7834            ! perlio.c
7835 ____________________________________________________________________________
7836 [ 28246] By: mhx                                   on 2006/05/19  22:11:44
7837         Log: There is no STASH type.
7838      Branch: perl
7839            ! sv.h
7840 ____________________________________________________________________________
7841 [ 28245] By: nicholas                              on 2006/05/19  21:44:14
7842         Log: Correct Perl_refcounted_he_chain_2hv() and its caller - it doesn't
7843              store a reference to the value, so don't pass it in a new SV.
7844      Branch: perl
7845            ! hv.c mg.c pod/perlintern.pod
7846 ____________________________________________________________________________
7847 [ 28244] By: stevep                                on 2006/05/19  20:15:10
7848         Log: Grrr...Perforce decided not to add the MANIFEST changes for change
7849              #28243.  Hateful indeed!
7850      Branch: perl
7851            ! MANIFEST
7852 ____________________________________________________________________________
7853 [ 28243] By: stevep                                on 2006/05/19  20:12:23
7854         Log: Shortening name of a Pod::Simple test case to allow the test to be 
7855              run on the VOS operating system.  Fixes "RT #38645: Test case name
7856              is too long".
7857      Branch: perl
7858           +> lib/Pod/Simple/t/search_25_glob_squaa.t
7859            - lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
7860 ____________________________________________________________________________
7861 [ 28242] By: nicholas                              on 2006/05/19  20:11:57
7862         Log: Rebuild perltoc.pod.
7863      Branch: perl
7864            ! pod/perltoc.pod
7865 ____________________________________________________________________________
7866 [ 28241] By: nicholas                              on 2006/05/19  20:10:47
7867         Log: Add perlpragma.pod, which describes how to implement user pragmata.
7868      Branch: perl
7869            + pod/perlpragma.pod
7870            ! MANIFEST pod.lst pod/perl.pod vms/descrip_mms.template
7871            ! win32/pod.mak
7872 ____________________________________________________________________________
7873 [ 28239] By: nicholas                              on 2006/05/19  20:08:46
7874         Log: Add README.riscos to pod.lst
7875      Branch: perl
7876            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
7877            ! win32/makefile.mk
7878 ____________________________________________________________________________
7879 [ 28238] By: nicholas                              on 2006/05/19  20:08:21
7880         Log: pod/buildtoc has fussy ideas about the order of MANIFEST
7881      Branch: perl
7882            ! MANIFEST
7883 ____________________________________________________________________________
7884 [ 28237] By: stevep                                on 2006/05/19  18:36:13
7885         Log: Subject: [PATCH] strlcat aaargh
7886              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7887              Date: Fri, 19 May 2006 20:44:46 +0300
7888              Message-ID: <446E040E.8030205@gmail.com>
7889      Branch: perl
7890            ! doio.c
7891 ____________________________________________________________________________
7892 [ 28236] By: nicholas                              on 2006/05/19  16:31:35
7893         Log: strlen(foo) rather than strchr(foo, 0) makes simpler code, and is
7894              likely to be a more efficient implementation.
7895      Branch: perl
7896            ! perlio.c
7897 ____________________________________________________________________________
7898 [ 28235] By: davem                                 on 2006/05/19  16:06:58
7899         Log: give a more useful example for $^V
7900      Branch: perl
7901            ! pod/perlvar.pod
7902 ____________________________________________________________________________
7903 [ 28234] By: rgs                                   on 2006/05/19  15:17:00
7904         Log: Subject: [PATCH] Re: [PATCH] Re: Change 28183 has broken 64-bit builds?
7905              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7906              Date: Thu, 18 May 2006 22:44:14 +0300
7907              Message-ID: <446CCE8E.8010407@gmail.com>
7908      Branch: perl
7909            ! perl.h perlio.c util.c
7910 ____________________________________________________________________________
7911 [ 28232] By: rgs                                   on 2006/05/19  08:46:09
7912         Log: Adjust test following change #28225
7913      Branch: perl
7914            ! t/lib/h2ph.pht
7915 ____________________________________________________________________________
7916 [ 28231] By: davem                                 on 2006/05/19  00:14:15
7917         Log: lots of warnings with diagnostics and (warn or die)
7918              stop C<use diagnostics; warn "\n">  outputing lots of 'uninit'
7919              warnings.
7920      Branch: perl
7921            ! lib/diagnostics.pm
7922 ____________________________________________________________________________
7923 [ 28230] By: davem                                 on 2006/05/18  23:50:51
7924         Log: test some die codepaths in pp_enterwrite
7925      Branch: perl
7926            ! t/op/write.t
7927 ____________________________________________________________________________
7928 [ 28229] By: davem                                 on 2006/05/18  23:16:16
7929         Log: Subject:  [PATCH] threads core dump in BEGIN
7930              From:  "Jerry D. Hedden" <jerry@hedden.us>
7931              Date:  Thu, 18 May 2006 13:22:20 -0700
7932              Message-Id:  <20060518132220.fb30e530d17747c2b054d625b8945d88.f45de90925.wbe@email.secureserver.net>
7933      Branch: perl
7934            + ext/threads/t/blocks.t
7935            ! MANIFEST ext/threads/Changes ext/threads/README
7936            ! ext/threads/threads.pm ext/threads/threads.xs
7937 ____________________________________________________________________________
7938 [ 28228] By: rgs                                   on 2006/05/18  15:45:49
7939         Log: We can now remove DynaLoader from 1_compile.t
7940      Branch: perl
7941            ! t/lib/1_compile.t
7942 ____________________________________________________________________________
7943 [ 28227] By: rgs                                   on 2006/05/18  15:43:25
7944         Log: Nits in the DynaLoader test: make it warning-clean,
7945              and avoid checking OS- and locale-specific messages
7946      Branch: perl
7947            ! ext/DynaLoader/t/DynaLoader.t
7948 ____________________________________________________________________________
7949 [ 28226] By: stevep                                on 2006/05/18  15:16:40
7950         Log: Subject: [PATCH] Test script for DynaLoader
7951              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
7952              Date: Thu, 18 May 2006 16:46:00 +0200
7953              Message-ID: <1147963560.446c88a8891e1@imp1-g19.free.fr>
7954      Branch: perl
7955            + ext/DynaLoader/t/DynaLoader.t
7956            ! MANIFEST
7957 ____________________________________________________________________________
7958 [ 28225] By: rgs                                   on 2006/05/18  12:52:34
7959         Log: Subject: [perl #39130] h2ph generates incorrect code for '#if defined A || defined B' 
7960              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
7961              Date: Thu, 11 May 2006 11:00:42 -0700
7962              Message-ID: <rt-3.0.11-39130-133411.1.91055283125046@perl.org>
7963      Branch: perl
7964            ! utils/h2ph.PL
7965 ____________________________________________________________________________
7966 [ 28224] By: rgs                                   on 2006/05/18  12:34:35
7967         Log: Subject: Re: [perl #39152] diagnostics.pm: "-traceonly" vs "-trace"
7968              From: "Fergal Daly" <fergal@esatclear.ie>
7969              Date: Wed, 17 May 2006 18:59:50 +0100
7970              Message-ID: <875029960605171059y286fe449nd39d6830ef2b229a@mail.gmail.com>
7971      Branch: perl
7972            ! lib/diagnostics.pm
7973 ____________________________________________________________________________
7974 [ 28223] By: rgs                                   on 2006/05/18  11:38:00
7975         Log: Subject: [PATCH] threads 1.28
7976              From: "Jerry D. Hedden" <jerry@hedden.us>
7977              Date: Wed, 17 May 2006 11:45:32 -0700
7978              Message-ID: <20060517114532.fb30e530d17747c2b054d625b8945d88.ca725822fc.wbe@email.secureserver.net>
7979      Branch: perl
7980            ! ext/threads/Changes ext/threads/README ext/threads/t/kill.t
7981            ! ext/threads/threads.pm ext/threads/threads.xs
7982 ____________________________________________________________________________
7983 [ 28222] By: rgs                                   on 2006/05/18  06:30:09
7984         Log: Adjust calling of Perl_va_copy(), noticed by Jarkko
7985      Branch: perl
7986            ! util.c
7987 ____________________________________________________________________________
7988 [ 28221] By: nicholas                              on 2006/05/17  23:13:51
7989         Log: Another SvVOK(). I believe that this is the last.
7990      Branch: perl
7991            ! util.c
7992 ____________________________________________________________________________
7993 [ 28219] By: rgs                                   on 2006/05/17  21:01:54
7994         Log: Oops, missed a SvVOK.
7995      Branch: perl
7996            ! util.c
7997 ____________________________________________________________________________
7998 [ 28218] By: rgs                                   on 2006/05/17  20:54:23
7999         Log: Add a new macro SvVSTRING_mg that returns vstring magic, if any.
8000              SvVOK used to do that, in stealth mode, but now it returns a
8001              boolean like it used to. Patch suggested by John Peacock.
8002      Branch: perl
8003            ! sv.c sv.h
8004 ____________________________________________________________________________
8005 [ 28217] By: rgs                                   on 2006/05/17  19:55:30
8006         Log: Parenthesize uses of macro arguments
8007      Branch: perl
8008            ! perl.h
8009 ____________________________________________________________________________
8010 [ 28216] By: rgs                                   on 2006/05/17  19:50:54
8011         Log: Subject: Re: Change 28183 has broken 64-bit builds?
8012              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
8013              Date: Wed, 17 May 2006 22:19:51 +0300
8014              Message-ID: <446B7757.8030301@gmail.com>
8015      Branch: perl
8016            ! perl.h perlio.c pod/perlapi.pod util.c
8017 ____________________________________________________________________________
8018 [ 28215] By: steveh                                on 2006/05/17  17:06:26
8019         Log: Subject: Re: [perl #39145] win32, @_ and fork crashing in dounwind
8020              From: Dave Mitchell <davem@iabyn.com>
8021              Date: Wed, 17 May 2006 17:38:16 +0100
8022              Message-ID: <20060517163816.GN17109@iabyn.com>
8023              
8024              (Dave's fix, plus a test taken from [perl #39145])
8025      Branch: perl
8026            ! sv.c t/op/fork.t
8027 ____________________________________________________________________________
8028 [ 28214] By: stevep                                on 2006/05/17  15:02:45
8029         Log: Subject: [PATCH] IO::Compress* 2.000_12
8030              From: "Paul Marquess" <paul.marquess@ntlworld.com>
8031              Date: Wed, 17 May 2006 13:45:16 +0100
8032              Message-ID: <00c101c679af$c0305af0$2405140a@myopwv.com>
8033      Branch: perl
8034            + ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
8035            + ext/Compress/Raw/Zlib/Changes
8036            ! MANIFEST ext/Compress/IO/Base/README
8037            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
8038            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
8039            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
8040            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
8041            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
8042            ! ext/Compress/IO/Zlib/README
8043            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
8044            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
8045            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
8046            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
8047            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
8048            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
8049            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
8050            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
8051            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
8052            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
8053            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
8054            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
8055            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
8056            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
8057            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
8058            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
8059            ! ext/Compress/IO/Zlib/t/004gziphdr.t
8060            ! ext/Compress/IO/Zlib/t/101truncate-zip.t
8061            ! ext/Compress/Raw/Zlib/README
8062            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
8063            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
8064            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
8065            ! t/lib/compress/CompTestUtils.pm x2p/find2perl.PL
8066 ____________________________________________________________________________
8067 [ 28210] By: nicholas                              on 2006/05/16  16:41:45
8068         Log: Revert change 27513
8069              [Make the original versions of relocated paths available from
8070              %Config::Config with the prefix "raw_". Not sure if "raw_" is the
8071              best choice.]
8072      Branch: perl
8073            ! configpm
8074 ____________________________________________________________________________
8075 [ 28209] By: rgs                                   on 2006/05/16  16:14:46
8076         Log: Subject: Re: [PATCH]  upgrade bytes_to_uni
8077              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8078              Date: Mon, 15 May 2006 22:39:58 +0900
8079              Message-Id: <20060515223901.F3B0.BQW10602@nifty.com>
8080      Branch: perl
8081            ! pp_pack.c
8082 ____________________________________________________________________________
8083 [ 28206] By: rgs                                   on 2006/05/16  13:14:12
8084         Log: Subject: [PATCH] Refactoring reghops
8085              From: andy@petdance.com (Andy Lester)
8086              Date: Mon, 15 May 2006 08:54:24 -0500
8087              Message-ID: <20060515135424.GA31585@petdance.com>
8088      Branch: perl
8089            ! embed.fnc proto.h regexec.c
8090 ____________________________________________________________________________
8091 [ 28205] By: rgs                                   on 2006/05/16  13:09:17
8092         Log: Subject: [PATCH] refactoring out S_regoptail
8093              From: andy@petdance.com (Andy Lester)
8094              Date: Sun, 14 May 2006 23:15:18 -0500
8095              Message-ID: <20060515041518.GA15745@petdance.com>
8096      Branch: perl
8097            ! embed.fnc embed.h proto.h regcomp.c
8098 ____________________________________________________________________________
8099 [ 28202] By: nicholas                              on 2006/05/16  10:00:55
8100         Log: Take advantage of the bug that binexp ignores the Configure
8101              installprefix, by using initialinstalllocation rather than binexp
8102              to determine the #! line for installed scripts. This way they are at
8103              least correct initially for a relocatable @INC perl, rather than
8104              starting as .../../bin/perl
8105      Branch: perl
8106            ! Configure
8107 ____________________________________________________________________________
8108 [ 28200] By: stevep                                on 2006/05/15  16:43:44
8109         Log: Clarification on what Perl does to floating points in the modulus 
8110              operation.
8111      Branch: perl
8112            ! pod/perlop.pod
8113 ____________________________________________________________________________
8114 [ 28198] By: nicholas                              on 2006/05/15  15:11:15
8115         Log: Encode run-time relocation of file names in packlist with a relocate_as
8116              attribute. With this, unmodified instmodsh correctly verifies installed
8117              modules even after relocation.
8118      Branch: perl
8119            ! lib/ExtUtils/Packlist.pm
8120 ____________________________________________________________________________
8121 [ 28197] By: stevep                                on 2006/05/15  14:13:46
8122         Log: Upgrade to Digest-SHA-5.37
8123      Branch: perl
8124            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
8125            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
8126            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
8127            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
8128 ____________________________________________________________________________
8129 [ 28196] By: nicholas                              on 2006/05/15  13:57:25
8130         Log: Simplify the implementation in ExtUtils::Packlist::read.
8131      Branch: perl
8132            ! lib/ExtUtils/Packlist.pm
8133 ____________________________________________________________________________
8134 [ 28195] By: rgs                                   on 2006/05/15  11:29:59
8135         Log: Subject: [REPATCH universal.c] Make sv_derived_from Documentation Clearer
8136              From: chromatic <chromatic@wgz.org>
8137              Date: Sun, 14 May 2006 16:51:36 -0700
8138              Message-Id: <200605141651.37181.chromatic@wgz.org>
8139      Branch: perl
8140            ! pod/perlapi.pod universal.c
8141 ____________________________________________________________________________
8142 [ 28194] By: rgs                                   on 2006/05/15  09:43:02
8143         Log: Subject: [PATCH] S_reguni should return its length
8144              From: andy@petdance.com (Andy Lester)
8145              Date: Sun, 14 May 2006 09:46:32 -0500
8146              Message-ID: <20060514144632.GA20935@petdance.com>
8147      Branch: perl
8148            ! embed.fnc embed.h proto.h regcomp.c
8149 ____________________________________________________________________________
8150 [ 28193] By: rgs                                   on 2006/05/15  08:33:53
8151         Log: Subject: [PATCH] strange encodings upsets pp_chr
8152              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8153              Date: Sun, 14 May 2006 19:57:28 +0900
8154              Message-Id: <20060514195532.5422.BQW10602@nifty.com>
8155      Branch: perl
8156            + t/uni/chr.t
8157            ! MANIFEST pp.c t/op/chr.t t/op/ord.t
8158 ____________________________________________________________________________
8159 [ 28192] By: nicholas                              on 2006/05/14  12:27:19
8160         Log: TEST needs to binmode the file handle that is reading the TAP, else it
8161              can get killed if TEST's environment has made it default all opens to
8162              UTF-8 but the TAP is not UTF-8.
8163      Branch: perl
8164            ! t/TEST
8165 ____________________________________________________________________________
8166 [ 28190] By: nicholas                              on 2006/05/14  10:33:39
8167         Log: Upgrade to Test::Harness 2.58.
8168      Branch: perl
8169            ! lib/Test/Harness.pm
8170 ____________________________________________________________________________
8171 [ 28189] By: nicholas                              on 2006/05/13  15:48:24
8172         Log: A Configure probe for C99 variadic macros, based on code from Jarkko.
8173      Branch: perl
8174            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
8175            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
8176            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
8177            ! win32/config.bc win32/config.gc win32/config.vc
8178            ! win32/config.vc64
8179 ____________________________________________________________________________
8180 [ 28188] By: nicholas                              on 2006/05/13  12:57:50
8181         Log: Only ask about MAD for 5.9.0 and greater. Otherwise silently select
8182              'n'.
8183      Branch: perl
8184            ! Configure
8185 ____________________________________________________________________________
8186 [ 28187] By: nicholas                              on 2006/05/13  11:26:04
8187         Log: Subject: t/uni/overload.t
8188              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
8189              Message-ID: <4465988C.9080407@gmail.com>
8190              Date: Sat, 13 May 2006 11:27:56 +0300
8191      Branch: perl
8192            ! t/uni/overload.t
8193 ____________________________________________________________________________
8194 [ 28186] By: nicholas                              on 2006/05/13  10:36:49
8195         Log: Subject: [PATCH] sv.c: printf %d wants int not size_t
8196              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8197              Message-Id: <200605130715.k4D7FWg3089581@kosh.hut.fi>
8198              Date: Sat, 13 May 2006 10:15:32 +0300 (EEST)
8199      Branch: perl
8200            ! sv.c
8201 ____________________________________________________________________________
8202 [ 28185] By: nicholas                              on 2006/05/13  10:36:18
8203         Log: Can't do require Foo if $tainted; because taint tunnels.
8204              (Documented, but I regard this as a serious practical deficiency in
8205              tainting) 
8206      Branch: perl
8207            ! lib/Tie/RefHash.pm
8208 ____________________________________________________________________________
8209 [ 28183] By: rgs                                   on 2006/05/12  20:57:07
8210         Log: Subject: Re: [PATCH] my_snprintf
8211              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
8212              Date: Fri, 12 May 2006 22:28:49 +0300
8213              Message-ID: <4464E1F1.9010706@gmail.com>
8214      Branch: perl
8215            ! embed.fnc global.sym perl.h perlio.c pod/perlapi.pod pp_ctl.c
8216            ! proto.h regcomp.c sv.c toke.c universal.c util.c
8217 ____________________________________________________________________________
8218 [ 28181] By: rgs                                   on 2006/05/12  16:55:36
8219         Log: Subject: AW: question on "len item/string item" with unpack()
8220              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
8221              Date: Fri, 5 May 2006 13:20:24 +0200 
8222              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2104979424@naimucx5.muc.allianz>
8223      Branch: perl
8224            ! pod/perlfunc.pod
8225 ____________________________________________________________________________
8226 [ 28180] By: rgs                                   on 2006/05/12  15:48:43
8227         Log: Subject: [PATCH]  upgrade bytes_to_uni
8228              From: andy@petdance.com (Andy Lester)
8229              Date: Fri, 12 May 2006 00:21:23 -0500
8230              Message-ID: <20060512052123.GA21648@petdance.com>
8231      Branch: perl
8232            ! embed.fnc embed.h pp_pack.c proto.h
8233 ____________________________________________________________________________
8234 [ 28179] By: rgs                                   on 2006/05/12  14:33:40
8235         Log: Subject: [PATCH] Proper use of static funcs in toke.c and pp_sys.c
8236              From: andy@petdance.com (Andy Lester)
8237              Date: Tue, 9 May 2006 12:27:30 -0500
8238              Message-ID: <20060509172730.GA5272@petdance.com>
8239      Branch: perl
8240            ! embed.fnc embed.h pp_sys.c proto.h toke.c
8241 ____________________________________________________________________________
8242 [ 28178] By: nicholas                              on 2006/05/12  14:08:45
8243         Log: The upgrade/croak order in Perl_sv_utf8_encode() seemed utterly
8244              backwards. It now checks for readonly *first*.
8245      Branch: perl
8246            ! sv.c
8247 ____________________________________________________________________________
8248 [ 28177] By: rgs                                   on 2006/05/12  13:09:29
8249         Log: Upgrade to Tie::RefHash 1.34, by Yuval Kogman
8250      Branch: perl
8251            + lib/Tie/RefHash/rebless.t lib/Tie/RefHash/storable.t
8252            ! MANIFEST lib/Tie/RefHash.pm lib/Tie/RefHash/refhash.t
8253            ! lib/Tie/RefHash/threaded.t
8254 ____________________________________________________________________________
8255 [ 28176] By: rgs                                   on 2006/05/12  12:23:03
8256         Log: Subject: [PATCH] Speed up utf8.c a bit
8257              From: andy@petdance.com (Andy Lester)
8258              Date: Thu, 11 May 2006 22:41:01 -0500
8259              Message-ID: <20060512034101.GA10709@petdance.com>
8260      Branch: perl
8261            ! utf8.c
8262 ____________________________________________________________________________
8263 [ 28175] By: rgs                                   on 2006/05/12  12:13:03
8264         Log: Subject: [PATCH] Fixing embed.fnc
8265              From: andy@petdance.com (Andy Lester)
8266              Date: Thu, 11 May 2006 21:54:10 -0500
8267              Message-ID: <20060512025410.GA32709@petdance.com>
8268      Branch: perl
8269            ! embed.fnc proto.h
8270 ____________________________________________________________________________
8271 [ 28174] By: nicholas                              on 2006/05/12  11:47:40
8272         Log: Threads and signals. Delicious. Tweak change 28168 to add a local
8273              signal handler in the sleeping thread, because some operating systems
8274              deliver the SIGINT to that thread rather than the signalling thread.
8275      Branch: perl
8276            ! ext/threads/t/kill.t
8277 ____________________________________________________________________________
8278 [ 28173] By: rgs                                   on 2006/05/12  11:40:51
8279         Log: Subject: [PATCH] Better unsafe signals info in threads.pm
8280              From: "Jerry D. Hedden" <jerry@hedden.us>
8281              Date: Thu, 11 May 2006 11:50:15 -0700
8282              Message-ID: <20060511115015.fb30e530d17747c2b054d625b8945d88.8b4855700b.wbe@email.secureserver.net>
8283      Branch: perl
8284            ! ext/threads/threads.pm
8285 ____________________________________________________________________________
8286 [ 28172] By: nicholas                              on 2006/05/12  09:47:29
8287         Log: Fix concise-xs.t following the changes to B::Deparse.
8288      Branch: perl
8289            ! ext/B/t/concise-xs.t
8290 ____________________________________________________________________________
8291 [ 28171] By: nicholas                              on 2006/05/11  21:44:06
8292         Log: Tk spots that S_glob_2pv might be called from *_nolen, so we need to
8293              check that len is non-NULL before assigning to it.
8294      Branch: perl
8295            ! sv.c
8296 ____________________________________________________________________________
8297 [ 28168] By: rgs                                   on 2006/05/11  16:47:33
8298         Log: Subject: [PATCH] Thread signalling [REVISED]
8299              From: "Jerry D. Hedden" <jerry@hedden.us>
8300              Date: Thu, 11 May 2006 08:55:39 -0700
8301              Message-ID: <20060511085539.fb30e530d17747c2b054d625b8945d88.a90037f085.wbe@email.secureserver.net>
8302      Branch: perl
8303            + ext/threads/t/kill.t
8304            ! MANIFEST ext/threads/Changes ext/threads/Makefile.PL
8305            ! ext/threads/threads.pm ext/threads/threads.xs
8306 ____________________________________________________________________________
8307 [ 28166] By: rgs                                   on 2006/05/11  16:06:06
8308         Log: Deparse state variables.
8309      Branch: perl
8310            ! ext/B/B/Deparse.pm
8311 ____________________________________________________________________________
8312 [ 28156] By: stevep                                on 2006/05/11  00:09:53
8313         Log: Adding a mention of STDIN processing by qx// as requested by 
8314              RT #34288: perlop: qx/STRING/: mention STDIN
8315      Branch: perl
8316            ! pod/perlop.pod
8317 ____________________________________________________________________________
8318 [ 28155] By: stevep                                on 2006/05/10  23:02:20
8319         Log: Add -fno-delete-null-pointer-checks to ccflags on Itaniums when 
8320              compiling with gcc's 3.2, 3.3, or 3.4.  This fixes RT #37156.
8321      Branch: perl
8322            ! hints/linux.sh
8323 ____________________________________________________________________________
8324 [ 28152] By: stevep                                on 2006/05/10  15:03:03
8325         Log: Upgrade to Encode-2.17
8326      Branch: perl
8327            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/encoding.pm
8328 ____________________________________________________________________________
8329 [ 28150] By: nicholas                              on 2006/05/10  14:08:43
8330         Log: no 5.9.4; should fail in version 5.9.4.
8331              Improve the diagnostics and test names in t/comp/use.t
8332      Branch: perl
8333            ! pp_ctl.c t/comp/use.t
8334 ____________________________________________________________________________
8335 [ 28149] By: nicholas                              on 2006/05/10  13:08:49
8336         Log: Convert use.t to an inlined is/isnt/like implementation, to give better
8337              diagnostics.
8338      Branch: perl
8339            ! t/comp/use.t
8340 ____________________________________________________________________________
8341 [ 28148] By: davem                                 on 2006/05/10  01:32:10
8342         Log: disable WARN and DIE hooks during constant folding
8343      Branch: perl
8344            ! op.c t/comp/fold.t util.c warnings.h warnings.pl
8345 ____________________________________________________________________________
8346 [ 28146] By: nicholas                              on 2006/05/09  21:42:18
8347         Log: Change 28145 means that Perl_allocmy() can take a const char *name.
8348      Branch: perl
8349            ! embed.fnc op.c proto.h
8350 ____________________________________________________________________________
8351 [ 28145] By: nicholas                              on 2006/05/09  20:42:03
8352         Log: Simplify the non-printable name error reporting code in Perl_allocmy().
8353      Branch: perl
8354            ! op.c
8355 ____________________________________________________________________________
8356 [ 28144] By: nicholas                              on 2006/05/09  20:10:12
8357         Log: In Perl_Gv_AMupdate(), there's no need to call sv_unmagic() if we know
8358              the magic isn't there.
8359      Branch: perl
8360            ! gv.c
8361 ____________________________________________________________________________
8362 [ 28143] By: nicholas                              on 2006/05/09  19:31:04
8363         Log: Gv_AMupdate() always creates magic, so mg can never be NULL.
8364      Branch: perl
8365            ! gv.c
8366 ____________________________________________________________________________
8367 [ 28142] By: nicholas                              on 2006/05/09  16:35:25
8368         Log: Two signed array indicies that Coverity spots should be unsigned.
8369      Branch: perl
8370            ! ext/POSIX/POSIX.xs
8371 ____________________________________________________________________________
8372 [ 28141] By: nicholas                              on 2006/05/09  16:04:25
8373         Log: Ressurect change 27824, which plugs a resource leak in uncalled code.
8374      Branch: perl
8375            ! ext/Encode/Encode.xs
8376 ____________________________________________________________________________
8377 [ 28140] By: rgs                                   on 2006/05/09  15:23:55
8378         Log: Subject: wince crosscompile patch for 28132
8379              From: Vadim <vadim@vkonovalov.ru>
8380              Date: Tue, 09 May 2006 15:09:43 +0400
8381              Message-ID: <44607877.90603@vkonovalov.ru>
8382      Branch: perl
8383            ! INSTALL perl.h perlio.c win32/Makefile.ce win32/config.ce
8384            ! win32/config_H.ce
8385 ____________________________________________________________________________
8386 [ 28139] By: rgs                                   on 2006/05/09  14:03:30
8387         Log: POD fixes
8388      Branch: perl
8389            ! lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
8390            ! lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
8391            ! lib/DBM_Filter/utf8.pm
8392 ____________________________________________________________________________
8393 [ 28138] By: rgs                                   on 2006/05/09  13:45:43
8394         Log: Subject: Re: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
8395              From: David Landgren <david@landgren.net>
8396              Date: Tue, 09 May 2006 13:03:22 +0200
8397              Message-ID: <446076FA.6010409@landgren.net>
8398      Branch: perl
8399            ! ext/IPC/SysV/t/sem.t
8400 ____________________________________________________________________________
8401 [ 28137] By: rgs                                   on 2006/05/09  13:18:34
8402         Log: Fix another Coverity problem by adding an assert that says that
8403              some string we got from the lexer is null-terminated
8404      Branch: perl
8405            ! op.c
8406 ____________________________________________________________________________
8407 [ 28136] By: rgs                                   on 2006/05/09  13:10:01
8408         Log: Fix a logic error in conditional found by Coverity
8409      Branch: perl
8410            ! op.c
8411 ____________________________________________________________________________
8412 [ 28135] By: davem                                 on 2006/05/09  11:43:55
8413         Log: allow exit during fold_constants
8414              eg BEGIN { $SIG{__WARN__} = sub{exit};} "a" == "b" 
8415      Branch: perl
8416            ! op.c
8417 ____________________________________________________________________________
8418 [ 28134] By: steveh                                on 2006/05/09  08:04:29
8419         Log: Subject: [PATCH] 'threads' patch to fix threaded build on Win32
8420              From: "Jerry D. Hedden" <jerry@hedden.us>
8421              Date: Mon, 08 May 2006 10:23:33 -0700
8422              Message-ID: <20060508102333.fb30e530d17747c2b054d625b8945d88.1e447744fc.wbe@email.secureserver.net>
8423      Branch: perl
8424            ! ext/threads/Changes ext/threads/README ext/threads/threads.pm
8425            ! ext/threads/threads.xs
8426 ____________________________________________________________________________
8427 [ 28133] By: rgs                                   on 2006/05/09  07:27:37
8428         Log: Subject: perlop.pod doc patch: I/O operators
8429              From: Ash Berlin <ash@cpan.org>
8430              Date: Sat, 06 May 2006 14:16:00 +0100
8431              Message-ID: <445CA190.1070105@cpan.org>
8432      Branch: perl
8433            ! pod/perlop.pod
8434 ____________________________________________________________________________
8435 [ 28132] By: stevep                                on 2006/05/09  02:16:18
8436         Log: Subject: [PATCH] PERL_MEM_LOG enhancements
8437              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
8438              Date: Sat, 06 May 2006 11:21:02 +0300
8439              Message-ID: <445C5C6E.6070201@gmail.com>
8440      Branch: perl
8441            ! util.c
8442 ____________________________________________________________________________
8443 [ 28131] By: nicholas                              on 2006/05/08  21:11:37
8444         Log: Subject: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
8445              From: David Landgren <david@landgren.net>
8446              Message-ID: <445B694B.8060901@landgren.net>
8447              Date: Fri, 05 May 2006 17:03:39 +0200
8448              
8449              Subject: Re: [PATCH] ext/IPC/SysV/t/sem.t using test.pl
8450              From: David Landgren <david@landgren.net>
8451              Message-ID: <445B75EF.3000100@landgren.net>
8452              Date: Fri, 05 May 2006 17:57:35 +0200
8453      Branch: perl
8454            ! ext/IPC/SysV/t/ipcsysv.t ext/IPC/SysV/t/sem.t
8455 ____________________________________________________________________________
8456 [ 28127] By: stevep                                on 2006/05/08  19:01:56
8457         Log: Rename lib/Text/Balanced/t/00.load.t to 
8458              lib/Text/Balanced/t/00-load.t and restore a test to 
8459              lib/Text/Balanced/t/extmul.t.
8460      Branch: perl
8461           +> lib/Text/Balanced/t/00-load.t
8462            - lib/Text/Balanced/t/00.load.t
8463            ! MANIFEST lib/Text/Balanced/t/extmul.t
8464 ____________________________________________________________________________
8465 [ 28126] By: stevep                                on 2006/05/08  18:46:16
8466         Log: Version bump and typo fix from change #28125.
8467      Branch: perl
8468            ! lib/Text/Balanced.pm
8469 ____________________________________________________________________________
8470 [ 28125] By: stevep                                on 2006/05/08  18:37:47
8471         Log: Rollback two changes in Text::Balanced which cause test failures in the
8472              CPAN and bleadperl version of the tests.  Also, the previous bleadperl
8473              version of one test file is a bit more comprehensive than what was in
8474              CPAN, so it has been completely restored.
8475      Branch: perl
8476            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extqlk.t
8477 ____________________________________________________________________________
8478 [ 28122] By: stevep                                on 2006/05/08  16:47:39
8479         Log: Upgrade to Digest-SHA-5.36.  Actually bumped to 5.36_01 as
8480              change #27352 has not yet been applied to the CPAN version.
8481      Branch: perl
8482            ! ext/Digest/SHA/Changes ext/Digest/SHA/Makefile.PL
8483            ! ext/Digest/SHA/README ext/Digest/SHA/SHA.pm
8484            ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c
8485            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
8486            ! ext/Digest/SHA/src/sha.h ext/Digest/SHA/t/nist/Readme.txt
8487            ! ext/Digest/SHA/t/nist/bit-hashes.sha1
8488            ! ext/Digest/SHA/t/nist/bit-messages.sha1
8489            ! ext/Digest/SHA/t/nist/byte-hashes.sha1
8490            ! ext/Digest/SHA/t/nist/byte-messages.sha1
8491 ____________________________________________________________________________
8492 [ 28118] By: nicholas                              on 2006/05/08  11:23:15
8493         Log: Tie::RefHash is now dual life, maintained by Yuval Kogman.
8494      Branch: perl
8495            ! Porting/Maintainers.pl
8496 ____________________________________________________________________________
8497 [ 28116] By: merijn                                on 2006/05/07  14:18:45
8498         Log: Remvove code that gets undone in the next line.
8499              Keep the documentation part.
8500      Branch: perl
8501            ! hints/hpux.sh
8502 ____________________________________________________________________________
8503 [ 28108] By: stevep                                on 2006/05/05  16:26:48
8504         Log: These Module::Build tests depended on STDIN.  Unfortunately, cron
8505              closes STDIN, so these build failures were only seen while 
8506              running smokes through cron.
8507      Branch: perl
8508            ! lib/Module/Build/t/extend.t
8509 ____________________________________________________________________________
8510 [ 28106] By: rgs                                   on 2006/05/05  12:48:19
8511         Log: Implement state array and state hashes. Initialisation assignment
8512              to state arrays or hashes is not implemented yet.
8513      Branch: perl
8514            ! ext/B/B/Concise.pm pp.c t/op/state.t
8515 ____________________________________________________________________________
8516 [ 28105] By: stevep                                on 2006/05/05  12:40:41
8517         Log: Upgrade to Text-Balanced-1.98
8518      Branch: perl
8519            + lib/Text/Balanced/t/00.load.t
8520            + lib/Text/Balanced/t/pod-coverage.t lib/Text/Balanced/t/pod.t
8521            ! MANIFEST lib/Text/Balanced.pm lib/Text/Balanced/Changes
8522            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extmul.t
8523            ! lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
8524            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
8525 ____________________________________________________________________________
8526 [ 28104] By: rgs                                   on 2006/05/05  11:32:36
8527         Log: Subject: [PATCH] threads - stack size support
8528              From: "Jerry D. Hedden" <jerry@hedden.us>
8529              Date: Thu, 04 May 2006 10:07:58 -0700
8530              Message-ID: <20060504100758.fb30e530d17747c2b054d625b8945d88.1ee893a99c.wbe@email.secureserver.net>
8531      Branch: perl
8532            + ext/threads/t/stack.t ext/threads/t/stack_env.t
8533            ! MANIFEST ext/threads/Changes ext/threads/README
8534            ! ext/threads/threads.pm ext/threads/threads.xs
8535 ____________________________________________________________________________
8536 [ 28103] By: stevep                                on 2006/05/05  01:26:08
8537         Log: Teach checkAUTHORS.pl about Sarathy's new email address.
8538      Branch: perl
8539            ! Porting/checkAUTHORS.pl
8540 ____________________________________________________________________________
8541 [ 28102] By: stevep                                on 2006/05/05  01:12:41
8542         Log: Subject: [PATCH] Email address changes
8543              From: "Jan Dubois" <jand@activestate.com>
8544              Date: Thu, 4 May 2006 15:28:19 -0700
8545              Message-ID: <007101c66fca$0b651a50$2217a8c0@candy>
8546      Branch: perl
8547            ! AUTHORS
8548 ____________________________________________________________________________
8549 [ 28101] By: stevep                                on 2006/05/04  20:03:42
8550         Log: Upgrade to ExtUtils-Install-1.40
8551      Branch: perl
8552            ! lib/ExtUtils/Install.pm
8553 ____________________________________________________________________________
8554 [ 28100] By: rgs                                   on 2006/05/04  16:37:28
8555         Log: Subject: RE: [PATCH-for-28089] wince yet another step
8556              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
8557              Date: Thu, 4 May 2006 17:32:12 +0200 
8558              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCB454@ru0022exch001u.ru.lucent.com>
8559      Branch: perl
8560            ! README.ce win32/perllib.c win32/vmem.h win32/win32.h
8561 ____________________________________________________________________________
8562 [ 28099] By: rgs                                   on 2006/05/04  12:51:51
8563         Log: Subject: [PATCH] threads - formatting [REVISED]
8564              From: "Jerry D. Hedden" <jerry@hedden.us>
8565              Date: Wed, 03 May 2006 12:34:34 -0700
8566              Message-ID: <20060503123433.fb30e530d17747c2b054d625b8945d88.d352e5da51.wbe@email.secureserver.net>
8567      Branch: perl
8568            ! ext/threads/README ext/threads/t/basic.t ext/threads/t/end.t
8569            ! ext/threads/t/join.t ext/threads/t/libc.t ext/threads/t/list.t
8570            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
8571            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
8572            ! ext/threads/t/thread.t ext/threads/threads.pm
8573            ! ext/threads/threads.xs
8574 ____________________________________________________________________________
8575 [ 28098] By: rgs                                   on 2006/05/04  12:06:33
8576         Log: Upgrade to Encode 2.16
8577      Branch: perl
8578            ! ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
8579            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
8580            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
8581            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.pm
8582            ! ext/Encode/Encode.xs ext/Encode/Encode/Makefile_PL.e2x
8583            ! ext/Encode/Encode/encode.h ext/Encode/JP/JP.pm
8584            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
8585            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
8586            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
8587            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
8588            ! ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
8589            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
8590            ! ext/Encode/bin/piconv ext/Encode/bin/ucm2table
8591            ! ext/Encode/bin/ucmlint ext/Encode/bin/ucmsort
8592            ! ext/Encode/bin/unidump ext/Encode/encengine.c
8593            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
8594            ! ext/Encode/lib/Encode/CJKConstants.pm
8595            ! ext/Encode/lib/Encode/CN/HZ.pm ext/Encode/lib/Encode/Config.pm
8596            ! ext/Encode/lib/Encode/Encoder.pm
8597            ! ext/Encode/lib/Encode/Encoding.pm
8598            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
8599            ! ext/Encode/lib/Encode/JP/JIS7.pm
8600            ! ext/Encode/lib/Encode/KR/2022_KR.pm
8601            ! ext/Encode/lib/Encode/MIME/Header.pm
8602            ! ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
8603            ! ext/Encode/lib/Encode/PerlIO.pod
8604            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Aliases.t
8605            ! ext/Encode/t/CJKT.t ext/Encode/t/Encode.t
8606            ! ext/Encode/t/Unicode.t ext/Encode/t/at-cn.t
8607            ! ext/Encode/t/at-tw.t ext/Encode/t/enc_data.t
8608            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
8609            ! ext/Encode/t/enc_utf8.t ext/Encode/t/encoding.t
8610            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
8611            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
8612            ! ext/Encode/t/mime_header_iso2022jp.t ext/Encode/t/perlio.t
8613            ! ext/Encode/t/rt.pl ext/Encode/t/unibench.pl
8614            ! ext/Encode/t/utf8strict.t
8615 ____________________________________________________________________________
8616 [ 28097] By: rgs                                   on 2006/05/04  11:32:05
8617         Log: Resubmit change #28095
8618      Branch: perl
8619            ! t/op/grep.t
8620 ____________________________________________________________________________
8621 [ 28096] By: steveh                                on 2006/05/04  11:22:04
8622         Log: Subject: [PATCH-for-28089] wince yet another step
8623              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
8624              Date: Thu, 4 May 2006 13:04:45 +0200 
8625              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCB1EE@ru0022exch001u.ru.lucent.com>
8626      Branch: perl
8627            ! win32/Makefile.ce
8628 ____________________________________________________________________________
8629 [ 28095] By: rgs                                   on 2006/05/04  10:00:14
8630         Log: Subject: [PATCH] t/op/grep.t using test.pl
8631              From: David Landgren <david@landgren.net>
8632              Date: Wed, 03 May 2006 15:53:38 +0200
8633              Message-ID: <4458B5E2.7090103@landgren.net>
8634      Branch: perl
8635            ! t/op/grep.t
8636 ____________________________________________________________________________
8637 [ 28094] By: rgs                                   on 2006/05/04  09:58:28
8638         Log: Subject: [PATCH] t/op/context.t using test.pl
8639              From: David Landgren <david@landgren.net>
8640              Date: Wed, 03 May 2006 16:20:40 +0200
8641              Message-ID: <4458BC38.6050600@landgren.net>
8642      Branch: perl
8643            ! t/op/context.t
8644 ____________________________________________________________________________
8645 [ 28093] By: rgs                                   on 2006/05/04  09:56:56
8646         Log: Subject: [PATCH] t/op/list.t using test.pl
8647              From: David Landgren <david@landgren.net>
8648              Date: Wed, 03 May 2006 19:40:40 +0200
8649              Message-ID: <4458EB18.8070904@landgren.net>
8650      Branch: perl
8651            ! t/op/list.t
8652 ____________________________________________________________________________
8653 [ 28092] By: rgs                                   on 2006/05/04  09:43:51
8654         Log: Document order of evaluation for the comma operator
8655              
8656              Subject: [PATCH] Re: Kill select((select(OUTPUT_HANDLE), $| = 1)[0]);
8657              From: Paul Johnson <paul@pjcj.net>
8658              Date: Wed, 26 Apr 2006 22:38:43 +0200
8659              Message-ID: <20060426203843.GE21543@pjcj.net>
8660      Branch: perl
8661            ! pod/perlop.pod
8662 ____________________________________________________________________________
8663 [ 28091] By: steveh                                on 2006/05/04  08:24:06
8664         Log: Subject: RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
8665              From: "Jan Dubois" <jand@activestate.com>
8666              Date: Wed, 3 May 2006 12:41:23 -0700
8667              Message-ID: <013f01c66ee9$8f1437a0$d045a8c0@candy>
8668      Branch: perl
8669            ! pod/perlport.pod
8670 ____________________________________________________________________________
8671 [ 28090] By: rgs                                   on 2006/05/04  07:42:27
8672         Log: Another test for state variables and closures,
8673              adapted from a Perl 6 example, pointed out by
8674              Joshua "Limbic_Region" Gatcomb
8675      Branch: perl
8676            ! t/op/state.t
8677 ____________________________________________________________________________
8678 [ 28089] By: rgs                                   on 2006/05/03  22:49:14
8679         Log: Ensure that C<(state $x) = $y> is not a state assignment
8680              (due to the parentheses that make it a regular assignment
8681              to a variable declared inside a list)
8682      Branch: perl
8683            ! t/op/state.t
8684 ____________________________________________________________________________
8685 [ 28088] By: rgs                                   on 2006/05/03  22:40:28
8686         Log: New test case for state variables with ties, suggested by Nicholas
8687      Branch: perl
8688            ! t/op/state.t
8689 ____________________________________________________________________________
8690 [ 28087] By: rgs                                   on 2006/05/03  22:01:41
8691         Log: Add "state" feature
8692      Branch: perl
8693            ! lib/feature.pm perl_keyword.pl t/op/state.t toke.c
8694 ____________________________________________________________________________
8695 [ 28086] By: rgs                                   on 2006/05/03  21:46:02
8696         Log: Introduce a new keyword, state, for state variables.
8697      Branch: perl
8698            + t/op/state.t
8699            ! MANIFEST dump.c embed.fnc embed.h ext/B/B/Concise.pm
8700            ! ext/B/t/concise-xs.t keywords.h keywords.pl op.c op.h pad.c
8701            ! perl.h perl_keyword.pl pod/perlintern.pod pp_hot.c proto.h
8702            ! sv.h toke.c
8703 ____________________________________________________________________________
8704 [ 28085] By: rgs                                   on 2006/05/03  19:15:00
8705         Log: Subject: [PATCH] wince another step
8706              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **"
8707              Date: Wed, 3 May 2006 20:11:11 +0200 
8708              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCAE1F@ru0022exch001u.ru.lucent.com>
8709      Branch: perl
8710            - win32/xconfig.h
8711            ! MANIFEST win32/Makefile.ce
8712 ____________________________________________________________________________
8713 [ 28084] By: rgs                                   on 2006/05/03  19:10:29
8714         Log: Subject: [PATCH] Clarify hard link support on Windows
8715              From: "Jan Dubois" <jand@activestate.com>
8716              Date: Wed, 3 May 2006 11:30:03 -0700
8717              Message-ID: <013a01c66edf$982ebcc0$d045a8c0@candy>
8718      Branch: perl
8719            ! pod/perlport.pod
8720 ____________________________________________________________________________
8721 [ 28083] By: rgs                                   on 2006/05/03  19:06:26
8722         Log: Subject: RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
8723              From: "Jan Dubois" <jand@activestate.com>
8724              Date: Wed, 3 May 2006 11:18:30 -0700
8725              Message-ID: <013901c66edd$fb8ae750$d045a8c0@candy>
8726      Branch: perl
8727            ! pod/perlvar.pod
8728 ____________________________________________________________________________
8729 [ 28082] By: stevep                                on 2006/05/03  17:56:37
8730         Log: Upgrade to CGI-3.20
8731      Branch: perl
8732            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
8733            ! lib/CGI/t/cookie.t lib/CGI/t/function.t
8734 ____________________________________________________________________________
8735 [ 28081] By: rgs                                   on 2006/05/03  16:24:04
8736         Log: Subject: [PATCH] more logic localizations
8737              From: andy@petdance.com (Andy Lester)
8738              Date: Tue, 11 Apr 2006 14:14:45 -0500
8739              Message-ID: <20060411191445.GA4938@petdance.com>
8740      Branch: perl
8741            ! mg.c
8742 ____________________________________________________________________________
8743 [ 28080] By: rgs                                   on 2006/05/03  16:09:48
8744         Log: Subject: -Dmad breaks a few tests
8745              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
8746              Date: Tue, 2 May 2006 01:37:03 +0200
8747              Message-Id: <64F8ECEA-D96B-11DA-AA80-000502F3279F@free.fr>
8748              
8749              (part of, with tweaks)
8750      Branch: perl
8751            ! t/op/incfilter.t
8752 ____________________________________________________________________________
8753 [ 28079] By: rgs                                   on 2006/05/03  09:04:30
8754         Log: Subject: [PATCH] Remove an unnecessary goto
8755              From: andy@petdance.com (Andy Lester)
8756              Date: Wed, 3 May 2006 00:54:30 -0500
8757              Message-ID: <20060503055430.GA4922@petdance.com>
8758      Branch: perl
8759            ! op.c
8760 ____________________________________________________________________________
8761 [ 28078] By: rgs                                   on 2006/05/03  09:00:39
8762         Log: Subject: [PATCH] optimize S_find_array_subscript
8763              From: andy@petdance.com (Andy Lester)
8764              Date: Tue, 2 May 2006 21:09:08 -0500
8765              Message-ID: <20060503020908.GA2234@petdance.com>
8766      Branch: perl
8767            ! sv.c
8768 ____________________________________________________________________________
8769 [ 28077] By: rgs                                   on 2006/05/03  08:57:45
8770         Log: Subject: [PATCH] clean up loops in doio.c and dump.c
8771              From: andy@petdance.com (Andy Lester)
8772              Date: Tue, 2 May 2006 13:38:15 -0500
8773              Message-ID: <20060502183815.GA7979@petdance.com>
8774      Branch: perl
8775            ! doio.c dump.c embed.fnc embed.h proto.h
8776 ____________________________________________________________________________
8777 [ 28076] By: rgs                                   on 2006/05/03  08:52:01
8778         Log: Subject: [PATCH] pp_sys.c: U8* cast
8779              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8780              Date: Tue, 2 May 2006 20:04:33 +0300 (EEST)
8781              Message-Id: <200605021704.k42H4XIh255652@kosh.hut.fi>
8782      Branch: perl
8783            ! pp_sys.c
8784 ____________________________________________________________________________
8785 [ 28075] By: rgs                                   on 2006/05/03  08:51:14
8786         Log: Subject: [PATCH] hv.c: do zeroing via mem wrap check
8787              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8788              Date: Tue, 2 May 2006 20:03:01 +0300 (EEST)
8789              Message-Id: <200605021703.k42H31PF216868@kosh.hut.fi>
8790      Branch: perl
8791            ! hv.c
8792 ____________________________________________________________________________
8793 [ 28074] By: rgs                                   on 2006/05/03  08:38:39
8794         Log: Subject: [PATCH] microperl update
8795              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
8796              Date: Wed, 03 May 2006 08:20:31 +0300
8797              Message-ID: <44583D9F.8060401@gmail.com>
8798      Branch: perl
8799            ! Makefile.micro README.micro uconfig.h uconfig.sh
8800 ____________________________________________________________________________
8801 [ 28073] By: steveh                                on 2006/05/03  08:25:27
8802         Log: Make Perl_unshare_hek visible to core extensions without being public
8803              
8804              See the comments in:
8805              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00480.html
8806              (which were put into practice in changes #27800 and #27848)
8807      Branch: perl
8808            ! embed.fnc embed.h
8809 ____________________________________________________________________________
8810 [ 28072] By: steveh                                on 2006/05/03  08:03:50
8811         Log: Subject: Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
8812              From: Vadim <vadim@vkonovalov.ru>
8813              Date: Wed, 03 May 2006 06:10:59 +0400
8814              Message-ID: <44581133.8080100@vkonovalov.ru>
8815      Branch: perl
8816           +> win32/perlmaince.c
8817            - win32/perlmain.c
8818            ! MANIFEST
8819 ____________________________________________________________________________
8820 [ 28071] By: stevep                                on 2006/05/03  01:46:27
8821         Log: Subject: Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
8822              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8823              Date: Wed, 03 May 2006 10:00:03 +0900
8824              Message-Id: <20060503095420.0357.BQW10602@nifty.com>
8825      Branch: perl
8826            ! embed.fnc embed.h global.sym
8827 ____________________________________________________________________________
8828 [ 28070] By: nicholas                              on 2006/05/02  22:38:52
8829         Log: Remove a variable left unused since change 28065.
8830      Branch: perl
8831            ! sv.c
8832 ____________________________________________________________________________
8833 [ 28069] By: nicholas                              on 2006/05/02  22:19:56
8834         Log: Add a new hash key flag HVhek_UNSHARED, to mark all unshared hash keys.
8835              Otherwise Perl_newSVhek(), called by Perl_hv_iterkeysv(), naively
8836              assumes that it can share any hash key directly.
8837      Branch: perl
8838            ! hv.c hv.h sv.c
8839 ____________________________________________________________________________
8840 [ 28068] By: nicholas                              on 2006/05/02  22:16:25
8841         Log: cumulative totals and list reverse for checkAUTHORS.pl
8842      Branch: perl
8843            ! Porting/checkAUTHORS.pl
8844 ____________________________________________________________________________
8845 [ 28067] By: stevep                                on 2006/05/02  18:03:57
8846         Log: Another place where Intel C++ pretending to be gcc is a really
8847              bad thing.
8848      Branch: perl
8849            ! gv.h
8850 ____________________________________________________________________________
8851 [ 28066] By: nicholas                              on 2006/05/02  17:46:38
8852         Log: *static* pointers to newXSUB(), dammit!
8853      Branch: perl
8854            ! writemain.SH xsutils.c
8855 ____________________________________________________________________________
8856 [ 28065] By: nicholas                              on 2006/05/02  17:00:56
8857         Log: Assert that SvMAGIC() isn't being called on PVMGs which are using the
8858              same union to store the stash for our.
8859      Branch: perl
8860            ! sv.c sv.h
8861 ____________________________________________________________________________
8862 [ 28064] By: nicholas                              on 2006/05/02  16:24:14
8863         Log: Change 28063 forgot 1 key line - acutally use the correct filename
8864              storage.
8865      Branch: perl
8866            ! op.c
8867 ____________________________________________________________________________
8868 [ 28063] By: nicholas                              on 2006/05/02  15:55:25
8869         Log: Fix bug in DynaLoader, which has been passing a filename in dynamic
8870              storage to newXS() seemingly forever. This involves creating
8871              newXS_flags(), with the first flag being "arrange to copy the 
8872              filename and free it at the right time".
8873      Branch: perl
8874            ! XSUB.h cv.h embed.fnc embed.h ext/DynaLoader/dl_aix.xs
8875            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dld.xs
8876            ! ext/DynaLoader/dl_dllload.xs ext/DynaLoader/dl_dlopen.xs
8877            ! ext/DynaLoader/dl_dyld.xs ext/DynaLoader/dl_hpux.xs
8878            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_mpeix.xs
8879            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_symbian.xs
8880            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs op.c
8881            ! pod/perlapi.pod proto.h
8882 ____________________________________________________________________________
8883 [ 28062] By: rgs                                   on 2006/05/02  15:37:35
8884         Log: Move some scripts under win32/ce-helpers.
8885              
8886              Subject: RE: Merge WinCE into Win32 directory and remove the the WinCE dir ectory
8887              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
8888              Date: Tue, 2 May 2006 17:30:59 +0200 
8889              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BB3F03@ru0022exch001u.ru.lucent.com>
8890      Branch: perl
8891           +> win32/ce-helpers/cecopy-lib.pl win32/ce-helpers/comp.pl
8892           +> win32/ce-helpers/compile-all.bat win32/ce-helpers/compile.bat
8893           +> win32/ce-helpers/makedist.pl win32/ce-helpers/registry.bat
8894            - win32/cecopy-lib.pl win32/comp.pl win32/compile-all.bat
8895            - win32/compile.bat win32/makedist.pl win32/registry.bat
8896            - win32/win32-d.h
8897            ! MANIFEST win32/Makefile.ce
8898 ____________________________________________________________________________
8899 [ 28061] By: rgs                                   on 2006/05/02  14:28:31
8900         Log: Subject: Re: Merge WinCE into Win32 directory and remove the the WinCE directory
8901              From: demerphq <demerphq@gmail.com>
8902              Date: Mon, 1 May 2006 19:02:09 +0200
8903              Message-ID: <9b18b3110605011002m56c0db99n169ae677efb6d059@mail.gmail.com>
8904              
8905              Plus adjustements to MANIFEST. Also, perlmain.c seemed to be missing
8906              from the patch.
8907      Branch: perl
8908            + win32/Makefile.ce win32/cecopy-lib.pl win32/comp.pl
8909            + win32/compile-all.bat win32/compile.bat win32/config.ce
8910            + win32/config_H.ce win32/makedist.pl win32/perl.rc
8911            + win32/perlmain.c win32/registry.bat win32/win32-d.h
8912            + win32/win32ceio.c win32/win32iop-o.h win32/wince.c
8913            + win32/wince.h win32/wincesck.c win32/xconfig.h
8914            - wince/Makefile.ce wince/bin/exetype.pl wince/bin/perlglob.pl
8915            - wince/bin/pl2bat.pl wince/bin/runperl.pl wince/bin/search.pl
8916            - wince/cecopy-lib.pl wince/comp.pl wince/compile-all.bat
8917            - wince/compile.bat wince/config.ce wince/config_H.ce
8918            - wince/config_h.PL wince/config_sh.PL wince/dl_win32.xs
8919            - wince/include/arpa/inet.h wince/include/sys/socket.h
8920            - wince/makedist.pl wince/makeico.pl wince/perl.rc
8921            - wince/perlhost.h wince/perllib.c wince/perlmain.c
8922            - wince/registry.bat wince/runperl.c wince/splittree.pl
8923            - wince/vdir.h wince/vmem.h wince/win32.h wince/win32io.c
8924            - wince/win32iop.h wince/win32thread.c wince/win32thread.h
8925            - wince/wince.c wince/wince.h wince/wincesck.c
8926            ! MANIFEST win32/include/sys/socket.h win32/win32.h
8927            ! win32/win32thread.h
8928 ____________________________________________________________________________
8929 [ 28060] By: nicholas                              on 2006/05/02  12:41:43
8930         Log: GvFILE() cannot be a pointer to the memory owned by the COP, because
8931              COPs created by use can be freed along this memory, but the GP
8932              remains. Given that several GVs may refer to the same file, use a
8933              shared string rather than an individual allocation per GP.
8934      Branch: perl
8935            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
8936            ! gv.c gv.h sv.c
8937 ____________________________________________________________________________
8938 [ 28059] By: nicholas                              on 2006/05/02  12:02:32
8939         Log: Change 28037 broke t/op/each.t when running with TEST.
8940      Branch: perl
8941            ! t/test.pl
8942 ____________________________________________________________________________
8943 [ 28058] By: nicholas                              on 2006/05/02  11:15:26
8944         Log: De-duplicate the code that creates new GPs into Perl_newGP().
8945      Branch: perl
8946            ! embed.fnc embed.h gv.c proto.h scope.c
8947 ____________________________________________________________________________
8948 [ 28057] By: rgs                                   on 2006/05/02  10:39:01
8949         Log: Subject: Re: [PATCH] t/op/glob.t using test.pl
8950              From: David Landgren <david@landgren.net>
8951              Date: Sat, 29 Apr 2006 15:32:07 +0200
8952              Message-ID: <44536AD7.4060608@landgren.net>
8953      Branch: perl
8954            ! t/op/glob.t
8955 ____________________________________________________________________________
8956 [ 28056] By: rgs                                   on 2006/05/02  10:36:39
8957         Log: Subject: [PATCH] t/op/hashwarn.t using test.pl
8958              From: David Landgren <david@landgren.net>
8959              Date: Sat, 29 Apr 2006 17:51:28 +0200
8960              Message-ID: <44538B80.2060503@landgren.net>
8961      Branch: perl
8962            ! t/op/hashwarn.t
8963 ____________________________________________________________________________
8964 [ 28055] By: rgs                                   on 2006/05/02  10:16:23
8965         Log: Subject: [PATCH] toke.c: function pointer to data pointer
8966              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8967              Date: Tue, 2 May 2006 08:25:55 +0300 (EEST)
8968              Message-Id: <200605020525.k425Ptik165705@kosh.hut.fi>
8969      Branch: perl
8970            ! toke.c
8971 ____________________________________________________________________________
8972 [ 28054] By: rgs                                   on 2006/05/02  10:11:10
8973         Log: Subject: [DOC PATCH] chop warning in perlport
8974              From: Xavier Noria <fxn@hashref.com>
8975              Date: Tue, 2 May 2006 12:08:34 +0200
8976              Message-Id: <E06C0594-CAF6-4822-8EB4-8E06EAD4A889@hashref.com>
8977      Branch: perl
8978            ! pod/perlport.pod
8979 ____________________________________________________________________________
8980 [ 28053] By: steveh                                on 2006/05/02  09:59:23
8981         Log: Sigh. Third time lucky.
8982      Branch: perl
8983            ! win32/win32.h
8984 ____________________________________________________________________________
8985 [ 28052] By: steveh                                on 2006/05/02  09:46:41
8986         Log: Ahem. And here's the rest of #28051...
8987      Branch: perl
8988            ! win32/win32.h
8989 ____________________________________________________________________________
8990 [ 28051] By: steveh                                on 2006/05/02  09:39:01
8991         Log: Subject: RE: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
8992              From: "Jan Dubois" <jand@ActiveState.com>
8993              Date: Mon, 1 May 2006 18:55:11 -0700
8994              Message-ID: <08ff01c66d8b$7282e320$2217a8c0@candy>
8995              
8996              Subject: Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m)
8997              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
8998              Date: Tue, 2 May 2006 09:23:51 +0200
8999              Message-ID: <20060502092351.7bae0896@pc09>
9000      Branch: perl
9001            ! win32/config.vc win32/config.vc64 win32/config_H.vc
9002            ! win32/config_H.vc64
9003 ____________________________________________________________________________
9004 [ 28050] By: rgs                                   on 2006/05/02  09:13:19
9005         Log: Subject: [PATCH] pp.c casting, take two
9006              From: andy@petdance.com (Andy Lester)
9007              Date: Sun, 30 Apr 2006 19:48:26 -0500
9008              Message-ID: <20060501004826.GA4744@petdance.com>
9009              
9010              (with adjustements, some of the code has already
9011              been touched since)
9012      Branch: perl
9013            ! pp.c
9014 ____________________________________________________________________________
9015 [ 28049] By: rgs                                   on 2006/05/02  08:50:05
9016         Log: Subject: [PATCH] Some more SvREFCNT_inc updates
9017              From: andy@petdance.com (Andy Lester)
9018              Date: Sun, 30 Apr 2006 13:24:14 -0500
9019              Message-ID: <20060430182414.GA18094@petdance.com>
9020      Branch: perl
9021            ! cop.h pp_ctl.c
9022 ____________________________________________________________________________
9023 [ 28048] By: rgs                                   on 2006/05/02  08:48:04
9024         Log: Subject: [PATCH] quiet some perlio.c warnings
9025              From: andy@petdance.com (Andy Lester)
9026              Date: Sun, 30 Apr 2006 13:23:22 -0500
9027              Message-ID: <20060430182322.GA18064@petdance.com>
9028      Branch: perl
9029            ! perlio.c
9030 ____________________________________________________________________________
9031 [ 28047] By: rgs                                   on 2006/05/02  08:45:26
9032         Log: Subject: [PATCH] More tweaking of SvREFCNT_inc calls
9033              From: andy@petdance.com (Andy Lester)
9034              Date: Sun, 30 Apr 2006 12:06:21 -0500
9035              Message-ID: <20060430170621.GA4054@petdance.com>
9036      Branch: perl
9037            ! mg.c
9038 ____________________________________________________________________________
9039 [ 28046] By: stevep                                on 2006/05/02  02:50:33
9040         Log: One too many ('s in change #28043. 
9041      Branch: perl
9042            ! ext/Errno/Errno_pm.PL
9043 ____________________________________________________________________________
9044 [ 28045] By: stevep                                on 2006/05/02  02:47:43
9045         Log: Escape prompts with #'s to avoid causing tests to fail from
9046              the unexpected output.
9047      Branch: perl
9048            ! lib/Module/Build/t/extend.t
9049 ____________________________________________________________________________
9050 [ 28044] By: stevep                                on 2006/05/02  01:55:53
9051         Log: Fix for RT #25366: h2xs 1.23 from "Aaron Kaplan".
9052      Branch: perl
9053            ! utils/h2xs.PL
9054 ____________________________________________________________________________
9055 [ 28043] By: stevep                                on 2006/05/02  00:23:05
9056         Log: Fix for RT #7916: perl 5.6.1 with Intel's icc on RedHat 
9057              Linux 7.2.  The original fix, change #13053, added a check
9058              for $Config{gccversion} which is now populated by newer
9059              Intel compilers.  This additional change checks to see
9060              if Intel is in $Config{gccversion}.  If it is, its not
9061              a gcc.
9062      Branch: perl
9063            ! ext/Errno/Errno_pm.PL
9064 ____________________________________________________________________________
9065 [ 28042] By: stevep                                on 2006/05/01  23:30:59
9066         Log: Subject: [PATCH] signed vs unsigned char * nit
9067              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9068              Date: Sat, 29 Apr 2006 20:59:29 +0300 (EEST)
9069              Message-Id: <200604291759.k3THxTji032009@kosh.hut.fi>
9070      Branch: perl
9071            ! pp.c
9072 ____________________________________________________________________________
9073 [ 28041] By: stevep                                on 2006/05/01  23:25:30
9074         Log: Reverting context removal from change #27992.  This should
9075              clear up threaded builds on Win32 and VMS. 
9076      Branch: perl
9077            ! embed.fnc embed.h pp_ctl.c proto.h
9078 ____________________________________________________________________________
9079 [ 28040] By: rgs                                   on 2006/05/01  20:25:17
9080         Log: Add a BUGS section to Fatal.pm, see bug #38790
9081      Branch: perl
9082            ! lib/Fatal.pm
9083 ____________________________________________________________________________
9084 [ 28039] By: nicholas                              on 2006/05/01  19:07:06
9085         Log: Disable SIGRTMAX and SIGRTMIN in POSIX if Configure's probes found that
9086              they aren't viable. (Certain glibcs are "interesting")
9087      Branch: perl
9088            ! ext/POSIX/Makefile.PL
9089 ____________________________________________________________________________
9090 [ 28038] By: nicholas                              on 2006/05/01  17:28:43
9091         Log: Allow a macro of "0" to mean "#if 0" for convenient elimination of
9092              constants.
9093      Branch: perl
9094            ! lib/ExtUtils/Constant/Base.pm
9095 ____________________________________________________________________________
9096 [ 28037] By: merijn                                on 2006/05/01  14:18:16
9097         Log: Subject: Re: [PATCH] provide diag() and don't use ++ in test.pl
9098              From: David Landgren <david@landgren.net>
9099              Date: Mon, 01 May 2006 15:50:03 +0200
9100              Message-ID: <4456120B.3000302@landgren.net>
9101              
9102              Plus some additional comment (also from David) about WHY not to
9103              use ++ in test.pl
9104      Branch: perl
9105            ! t/test.pl
9106 ____________________________________________________________________________
9107 [ 28036] By: merijn                                on 2006/05/01  12:56:54
9108         Log: Subject: Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
9109              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9110              Date: Mon, 01 May 2006 21:34:33 +0900
9111              Message-Id: <20060501213249.814E.BQW10602@nifty.com>
9112      Branch: perl
9113            ! win32/config.vc64
9114 ____________________________________________________________________________
9115 [ 28035] By: nicholas                              on 2006/05/01  11:16:13
9116         Log: Re-order one DO_UTF8 to be after the SvPV.
9117      Branch: perl
9118            ! ext/Data/Dumper/Dumper.xs
9119 ____________________________________________________________________________
9120 [ 28034] By: nicholas                              on 2006/04/30  23:08:17
9121         Log: Fix two errors found by Coverity.
9122      Branch: perl
9123            ! pp_sys.c
9124 ____________________________________________________________________________
9125 [ 28033] By: nicholas                              on 2006/04/30  23:02:46
9126         Log: Add a --percentage option to checkAUTHORS.pl to show rankings as
9127              percentages.
9128      Branch: perl
9129            ! Porting/checkAUTHORS.pl
9130 ____________________________________________________________________________
9131 [ 28032] By: nicholas                              on 2006/04/30  22:00:34
9132         Log: Replace a STRLEN no_len; with a _nolen macro call.
9133      Branch: perl
9134            ! pp_pack.c
9135 ____________________________________________________________________________
9136 [ 28031] By: nicholas                              on 2006/04/30  21:27:20
9137         Log: Perl_pack_cat() is a mathom too!
9138      Branch: perl
9139            ! mathoms.c pod/perlapi.pod pp_pack.c
9140 ____________________________________________________________________________
9141 [ 28030] By: nicholas                              on 2006/04/30  20:41:29
9142         Log: One part of pp_pack couldn't correctly handle surprises from UTF-8
9143              overloading.
9144      Branch: perl
9145            ! pp_pack.c t/uni/overload.t
9146 ____________________________________________________________________________
9147 [ 28029] By: nicholas                              on 2006/04/30  19:07:43
9148         Log: do_vop() couldn't correctly handle surprises from UTF-8 overloading.
9149      Branch: perl
9150            ! doop.c t/uni/overload.t
9151 ____________________________________________________________________________
9152 [ 28028] By: nicholas                              on 2006/04/30  17:58:53
9153         Log: We had no tests that covered the grow paths in pp_uc and pp_lc.
9154      Branch: perl
9155            ! t/op/lc.t
9156 ____________________________________________________________________________
9157 [ 28027] By: nicholas                              on 2006/04/30  17:23:44
9158         Log: Dave noticed that change 28022 was wrong - should read is_index
9159              rather than just index.
9160      Branch: perl
9161            ! pp.c
9162 ____________________________________________________________________________
9163 [ 28026] By: merijn                                on 2006/04/30  15:22:12
9164         Log: Subject: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
9165              From: Abe Timmerman <abe@ztreet.demon.nl>
9166              Date: Sun, 30 Apr 2006 15:15:24 +0200
9167              Message-Id: <200604301515.24580.abe@ztreet.demon.nl>
9168      Branch: perl
9169            ! win32/config.vc win32/config_H.vc
9170 ____________________________________________________________________________
9171 [ 28025] By: stevep                                on 2006/04/30  14:27:08
9172         Log: I was mistaken.  Borland and gcc do have snprintf() and vsnprintf()
9173              on Win32.
9174      Branch: perl
9175            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9176            ! win32/config_H.vc64
9177 ____________________________________________________________________________
9178 [ 28024] By: stevep                                on 2006/04/30  13:14:25
9179         Log: OK, Win32 must no have snprintf()/vsnprintf 
9180      Branch: perl
9181            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9182            ! win32/config_H.vc64
9183 ____________________________________________________________________________
9184 [ 28023] By: davem                                 on 2006/04/30  12:32:09
9185         Log: remove a compiler warning by making HOPBACKc only hop *back*
9186      Branch: perl
9187            ! regexec.c
9188 ____________________________________________________________________________
9189 [ 28022] By: nicholas                              on 2006/04/30  11:14:04
9190         Log: index and rindex couldn't correctly handle surprises from UTF-8
9191              overloading.
9192      Branch: perl
9193            ! pp.c t/lib/warnings/9uninit t/uni/overload.t
9194 ____________________________________________________________________________
9195 [ 28021] By: nicholas                              on 2006/04/30  10:58:11
9196         Log: Document SvGAMAGIC(), and its significance w.r.t. the side effects of
9197              inadvertently calling magic and overloading too often.
9198      Branch: perl
9199            ! pod/perlapi.pod sv.h
9200 ____________________________________________________________________________
9201 [ 28020] By: nicholas                              on 2006/04/29  23:35:52
9202         Log: Coverity disliked us passing a negative length to vsnprintf().
9203      Branch: perl
9204            ! perlio.c
9205 ____________________________________________________________________________
9206 [ 28019] By: nicholas                              on 2006/04/29  23:33:36
9207         Log: syswrite couldn't correctly handle surprises from UTF-8 overloading.
9208              As part of fixing this, syswrite now tries to take advantage of the
9209              UTF-8 cache logic for lengths and offsets on regular scalars.
9210      Branch: perl
9211            ! pp_sys.c t/lib/warnings/9uninit t/uni/overload.t
9212 ____________________________________________________________________________
9213 [ 28018] By: nicholas                              on 2006/04/29  23:32:06
9214         Log: More tests for syswrite with UTF-8 data.
9215      Branch: perl
9216            ! lib/open.t
9217 ____________________________________________________________________________
9218 [ 28017] By: nicholas                              on 2006/04/29  21:54:38
9219         Log: It should never be possible for SvGMAGICAL() to be true on SVt_IV.
9220      Branch: perl
9221            ! doio.c
9222 ____________________________________________________________________________
9223 [ 28016] By: nicholas                              on 2006/04/29  17:38:08
9224         Log: print couldn't correctly handle surprises from UTF-8 overloading.
9225      Branch: perl
9226            ! doio.c t/uni/overload.t
9227 ____________________________________________________________________________
9228 [ 28015] By: nicholas                              on 2006/04/29  17:31:27
9229         Log: Add a cross reference to bytes_from_utf8() in the documentation for
9230              utf8_to_bytes(). Regenerate perlapi.pod.
9231      Branch: perl
9232            ! pod/perlapi.pod utf8.c
9233 ____________________________________________________________________________
9234 [ 28014] By: nicholas                              on 2006/04/29  16:07:31
9235         Log: There were more ways to break uc/lc/ucfirst/lcfirst even without
9236              use 'locale'; so test for them too. Correct the skip count.
9237      Branch: perl
9238            ! t/uni/overload.t
9239 ____________________________________________________________________________
9240 [ 28013] By: nicholas                              on 2006/04/29  15:55:51
9241         Log: lcfirst/ucfist plus an 8 bit locale could mangle UTF-8 values
9242              returned by overloaded stringification.
9243      Branch: perl
9244            ! pp.c t/uni/overload.t
9245 ____________________________________________________________________________
9246 [ 28012] By: nicholas                              on 2006/04/29  14:05:55
9247         Log: uc plus an 8 bit locale could get confused by UTF-8 values returned by
9248              overloaded stringification.
9249      Branch: perl
9250            ! pp.c t/uni/overload.t
9251 ____________________________________________________________________________
9252 [ 28011] By: nicholas                              on 2006/04/29  13:43:26
9253         Log: lc plus an 8 bit locale could mangle UTF-8 values returned by
9254              overloaded stringification.
9255      Branch: perl
9256            ! pp.c t/uni/overload.t
9257 ____________________________________________________________________________
9258 [ 28010] By: stevep                                on 2006/04/29  13:09:18
9259         Log: Subject: [PATCH] more -ansi -pedantic cleanliness
9260              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
9261              Date: Sat, 29 Apr 2006 11:13:24 +0300
9262              Message-ID: <44532024.9070303@gmail.com>
9263      Branch: perl
9264            ! cop.h gv.c regcomp.c regexec.c sv.c toke.c
9265 ____________________________________________________________________________
9266 [ 28009] By: stevep                                on 2006/04/28  20:53:07
9267         Log: Subject: Re: [ANNOUNCE] Module::Build 0.28 -> CPAN
9268              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
9269              Date: Fri, 28 Apr 2006 15:31:55 -0400
9270              Message-ID: <44526DAB.8070408@thepierianspring.org>
9271      Branch: perl
9272            ! lib/Module/Build/ConfigData.pm
9273 ____________________________________________________________________________
9274 [ 28008] By: stevep                                on 2006/04/28  20:40:41
9275         Log: Subject: [PATCH] reduce gcc -ansi -pedantic noise plus a suggestion
9276              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
9277              Date: Fri, 28 Apr 2006 22:58:58 +0300
9278              Message-ID: <44527402.8000506@gmail.com>
9279      Branch: perl
9280            ! doio.c gv.c hv.c op.c pad.c perl.c perl.h perlio.c pp.c
9281            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c toke.c
9282            ! universal.c utf8.c
9283 ____________________________________________________________________________
9284 [ 28007] By: stevep                                on 2006/04/28  19:14:22
9285         Log: Subject: two [PATCH]es: dVAR for malloc.c, and a signed/unsigned char*
9286              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
9287              Date: Fri, 28 Apr 2006 21:04:59 +0300
9288              Message-ID: <4452594B.4040609@gmail.com>
9289      Branch: perl
9290            ! malloc.c pp.c
9291 ____________________________________________________________________________
9292 [ 28006] By: nicholas                              on 2006/04/28  16:34:14
9293         Log: Fix bug 34297 (length of overloaded UTF-8 strings)
9294      Branch: perl
9295            + t/uni/overload.t
9296            ! MANIFEST pp.c
9297 ____________________________________________________________________________
9298 [ 28005] By: stevep                                on 2006/04/28  16:15:25
9299         Log: Typo in MANIFEST from change #27997.  Mustn't touch Perl before coffee.
9300      Branch: perl
9301            ! MANIFEST
9302 ____________________________________________________________________________
9303 [ 28004] By: stevep                                on 2006/04/28  15:35:37
9304         Log: Added Changes file left out from change #28001.
9305      Branch: perl
9306            ! ext/Cwd/Changes
9307 ____________________________________________________________________________
9308 [ 28003] By: rgs                                   on 2006/04/28  15:29:30
9309         Log: Subject: Merge WinCE and Win32 directories -- Initial patch
9310              From: demerphq <demerphq@gmail.com>
9311              Date: 27-Apr-2006 23:30
9312              Message-ID: <9b18b3110604271430k4de84685jec6535ded195ed94@mail.gmail.com>
9313      Branch: perl
9314            ! win32/config_h.PL win32/dl_win32.xs win32/include/sys/socket.h
9315            ! win32/makeico.pl win32/perlhost.h win32/perllib.c win32/vdir.h
9316            ! win32/vmem.h win32/win32.h
9317 ____________________________________________________________________________
9318 [ 28001] By: stevep                                on 2006/04/28  13:34:39
9319         Log: Upgrade to Pathtools-3.18
9320      Branch: perl
9321            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
9322            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
9323 ____________________________________________________________________________
9324 [ 28000] By: rgs                                   on 2006/04/28  13:33:37
9325         Log: Subject: [PATCH] t/op/defins.pl using test.pl
9326              From: David Landgren <david@landgren.net>
9327              Date: Fri, 28 Apr 2006 14:27:39 +0200
9328              Message-ID: <44520A3B.1080707@landgren.net>
9329      Branch: perl
9330            ! t/op/defins.t
9331 ____________________________________________________________________________
9332 [ 27999] By: rgs                                   on 2006/04/28  13:33:11
9333         Log: Subject: [PATCH] t/op/delete.t using test.pl
9334              From: David Landgren <david@landgren.net>
9335              Date: Fri, 28 Apr 2006 15:03:39 +0200
9336              Message-ID: <445212AB.4080404@landgren.net>
9337      Branch: perl
9338            ! t/op/delete.t
9339 ____________________________________________________________________________
9340 [ 27998] By: rgs                                   on 2006/04/28  13:32:53
9341         Log: Subject: [PATCH] t/op/auto.pl using test.pl
9342              From: David Landgren <david@landgren.net>
9343              Date: Fri, 28 Apr 2006 13:56:30 +0200
9344              Message-ID: <445202EE.6000604@landgren.net>
9345      Branch: perl
9346            ! t/op/auto.t
9347 ____________________________________________________________________________
9348 [ 27997] By: stevep                                on 2006/04/28  13:29:41
9349         Log: Upgrade to Module-Build-0.28
9350      Branch: perl
9351            + lib/Module/Build/API.pod
9352            ! MANIFEST lib/Module/Build.pm lib/Module/Build/Authoring.pod
9353            ! lib/Module/Build/Base.pm lib/Module/Build/Changes
9354            ! lib/Module/Build/Compat.pm lib/Module/Build/Cookbook.pm
9355            ! lib/Module/Build/ModuleInfo.pm
9356            ! lib/Module/Build/Platform/MacOS.pm
9357            ! lib/Module/Build/Platform/VMS.pm
9358            ! lib/Module/Build/Platform/Windows.pm
9359            ! lib/Module/Build/Platform/os2.pm lib/Module/Build/YAML.pm
9360            ! lib/Module/Build/t/bundled/Tie/CPHash.pm
9361            ! lib/Module/Build/t/destinations.t lib/Module/Build/t/extend.t
9362            ! lib/Module/Build/t/mbyaml.t
9363 ____________________________________________________________________________
9364 [ 27995] By: nicholas                              on 2006/04/28  12:48:27
9365         Log: Anton Berezin says that on FreeBSD we're wrong to be using -lc_r, and
9366              should just be using -pthread on the linker line.
9367              This stops the new taint tests looping infinitely. It also seems to
9368              cure the TODO test in posix.t - masked SIGINT is now received.
9369      Branch: perl
9370            ! hints/freebsd.sh
9371 ____________________________________________________________________________
9372 [ 27994] By: rgs                                   on 2006/04/28  12:10:24
9373         Log: Subject: [PATCH] threads - miscellaneous
9374              From: "Jerry D. Hedden" <jerry@hedden.us>
9375              Date: Wed, 26 Apr 2006 11:24:05 -0700
9376              Message-ID: <20060426112405.fb30e530d17747c2b054d625b8945d88.4331e666e7.wbe@email.secureserver.net>
9377      Branch: perl
9378            ! ext/threads/Changes ext/threads/Makefile.PL
9379            ! ext/threads/t/end.t ext/threads/t/join.t ext/threads/t/libc.t
9380            ! ext/threads/t/problems.t ext/threads/threads.xs
9381 ____________________________________________________________________________
9382 [ 27993] By: rgs                                   on 2006/04/28  09:14:17
9383         Log: Subject: [PATCH] t/op/sort.t using test.pl
9384              From: David Landgren <david@landgren.net>
9385              Date: Thu, 27 Apr 2006 18:25:56 +0200
9386              Message-ID: <4450F094.2010907@landgren.net>
9387      Branch: perl
9388            ! t/op/sort.t
9389 ____________________________________________________________________________
9390 [ 27992] By: rgs                                   on 2006/04/28  09:04:36
9391         Log: Subject: [PATCH] Removing another context parm
9392              From: andy@petdance.com (Andy Lester)
9393              Date: Thu, 27 Apr 2006 10:31:56 -0500
9394              Message-ID: <20060427153156.GA11445@petdance.com>
9395      Branch: perl
9396            ! embed.fnc embed.h pp_ctl.c proto.h
9397 ____________________________________________________________________________
9398 [ 27991] By: rgs                                   on 2006/04/28  08:53:51
9399         Log: Subject: [PATCH] t/op/loopctl.t using test.pl
9400              From: David Landgren <david@landgren.net>
9401              Date: Thu, 27 Apr 2006 19:13:28 +0200
9402              Message-ID: <4450FBB8.8070203@landgren.net>
9403      Branch: perl
9404            ! t/op/loopctl.t
9405 ____________________________________________________________________________
9406 [ 27990] By: rgs                                   on 2006/04/28  08:51:09
9407         Log: Subject: [PATCH] dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update
9408              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
9409              Date: Thu, 27 Apr 2006 21:18:30 +0300
9410              Message-ID: <44510AF6.6040603@gmail.com>
9411      Branch: perl
9412            ! hv.c perl.h perlio.c sv.c
9413 ____________________________________________________________________________
9414 [ 27989] By: rgs                                   on 2006/04/28  08:41:25
9415         Log: Typo fix in perlretut by Simon Taylor
9416      Branch: perl
9417            ! pod/perlretut.pod
9418 ____________________________________________________________________________
9419 [ 27988] By: rgs                                   on 2006/04/28  07:58:16
9420         Log: Fix typo in function call
9421      Branch: perl
9422            ! perlio.c
9423 ____________________________________________________________________________
9424 [ 27987] By: stevep                                on 2006/04/28  02:12:03
9425         Log: Subject: Re: [PATCH] use snprintf/strlcpy/strlcat when useful
9426              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
9427              Date: Tue, 25 Apr 2006 18:23:39 +0300
9428              Message-ID: <444E3EFB.8020503@gmail.com>
9429      Branch: perl
9430            ! op.c perl.h perlio.c pp_ctl.c regcomp.c sv.c toke.c
9431            ! universal.c util.c
9432 ____________________________________________________________________________
9433 [ 27986] By: davem                                 on 2006/04/27  23:15:02
9434         Log: another REIFY bug
9435      Branch: perl
9436            ! scope.c t/op/local.t
9437 ____________________________________________________________________________
9438 [ 27983] By: stevep                                on 2006/04/27  18:06:12
9439         Log: Upgrade to ExtUtils-Install-1.39
9440      Branch: perl
9441            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
9442            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Install.t
9443            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/Packlist.t
9444 ____________________________________________________________________________
9445 [ 27982] By: stevep                                on 2006/04/27  17:53:11
9446         Log: Upgrade to Encode-2.15
9447      Branch: perl
9448            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9449            ! ext/Encode/Unicode/Unicode.xs
9450            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
9451 ____________________________________________________________________________
9452 [ 27976] By: rgs                                   on 2006/04/27  12:29:47
9453         Log: Subject: [PATCH] Removing unused context
9454              From: andy@petdance.com (Andy Lester)
9455              Date: Thu, 27 Apr 2006 00:32:15 -0500
9456              Message-ID: <20060427053215.GA31445@petdance.com>
9457      Branch: perl
9458            ! embed.fnc embed.h proto.h sv.c
9459 ____________________________________________________________________________
9460 [ 27968] By: mhx                                   on 2006/04/26  19:18:09
9461         Log: Change type of temporary padoff_du used in dUNDERBAR
9462              from I32 to PADOFFSET, which is more correct (and fixes
9463              a warning in Devel::PPPort).
9464      Branch: perl
9465            ! XSUB.h
9466 ____________________________________________________________________________
9467 [ 27962] By: rgs                                   on 2006/04/26  07:53:36
9468         Log: Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
9469              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
9470              Date: Mon, 24 Apr 2006 23:20:38 +0200
9471              Message-ID: <20060424232038.7550f9b6@r2d2>
9472      Branch: perl
9473            ! deb.c doio.c doop.c dump.c gv.c handy.h
9474            ! lib/ExtUtils/Constant/ProxySubs.pm mg.c op.c patchlevel.h
9475            ! perl.c perlio.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
9476            ! regexec.c scope.h sv.c toke.c util.c
9477 ____________________________________________________________________________
9478 [ 27961] By: rgs                                   on 2006/04/26  07:38:38
9479         Log: Subject: [PATCH] threads - consolidate XS functions
9480              From: "Jerry D. Hedden" <jerry@hedden.us>
9481              Date: Tue, 25 Apr 2006 07:50:05 -0700
9482              Message-ID: <20060425075005.fb30e530d17747c2b054d625b8945d88.e23f2fed42.wbe@email.secureserver.net>
9483      Branch: perl
9484            ! ext/threads/threads.pm ext/threads/threads.xs
9485 ____________________________________________________________________________
9486 [ 27960] By: steveh                                on 2006/04/25  16:23:38
9487         Log: Make Module-Build aware of new Test-Harness output
9488              
9489              See also:
9490              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00755.html
9491      Branch: perl
9492            ! lib/Module/Build/t/compat.t
9493 ____________________________________________________________________________
9494 [ 27959] By: nicholas                              on 2006/04/25  12:51:40
9495         Log: Coverity has started to notice another inconsistency in our NULL
9496              pointer checking.
9497      Branch: perl
9498            ! pp_ctl.c
9499 ____________________________________________________________________________
9500 [ 27958] By: rgs                                   on 2006/04/25  08:41:38
9501         Log: Subject: [PATCH] use NOOP macro
9502              From: andy@petdance.com (Andy Lester)
9503              Date: Mon, 24 Apr 2006 13:44:51 -0500
9504              Message-ID: <20060424184451.GA1479@petdance.com>
9505      Branch: perl
9506            ! gv.c gv.h hv.c op.c pad.c perl.h perlio.c pp.c pp_ctl.c
9507            ! pp_hot.c regcomp.c regexec.c sv.c toke.c utf8.c
9508 ____________________________________________________________________________
9509 [ 27957] By: rgs                                   on 2006/04/25  08:35:22
9510         Log: Subject: [PATCH] Continuing threads sync
9511              From: "Jerry D. Hedden" <jerry@hedden.us>
9512              Date: Mon, 24 Apr 2006 13:00:23 -0700
9513              Message-ID: <20060424130023.fb30e530d17747c2b054d625b8945d88.969ed54130.wbe@email.secureserver.net>
9514      Branch: perl
9515            ! ext/threads/t/free.t ext/threads/threads.pm
9516            ! ext/threads/threads.xs
9517 ____________________________________________________________________________
9518 [ 27956] By: nicholas                              on 2006/04/24  16:38:09
9519         Log: Perl_unpack_str() is a mathom!
9520      Branch: perl
9521            ! mathoms.c pp_pack.c
9522 ____________________________________________________________________________
9523 [ 27955] By: stevep                                on 2006/04/24  16:31:24
9524         Log: Really bump the version of File::Find.
9525      Branch: perl
9526            ! lib/File/Find.pm
9527 ____________________________________________________________________________
9528 [ 27954] By: stevep                                on 2006/04/24  16:29:59
9529         Log: Reverting change #27953, as it appears that File::Find has 
9530              localized the C<$_> usable by the wanted function since 
9531              version 1.04 (change #18501, to be exact).  Update the 
9532              docs to express this change.  Finally, bump the version.
9533      Branch: perl
9534            ! lib/File/Find.pm
9535 ____________________________________________________________________________
9536 [ 27953] By: stevep                                on 2006/04/24  15:27:39
9537         Log: Subject: Re: [perl #38965] File::Find documentation - is "Don't modify thesevariables" still valid?
9538              From: David Landgren <david@landgren.net>
9539              Date: Mon, 24 Apr 2006 13:02:02 +0200
9540              Message-ID: <444CB02A.2000604@landgren.net>
9541      Branch: perl
9542            ! lib/File/Find.pm
9543 ____________________________________________________________________________
9544 [ 27952] By: nicholas                              on 2006/04/24  13:21:09
9545         Log: Subject: Re: recursion now removed from the regex engine
9546              From: demerphq <demerphq@gmail.com>
9547              Message-ID: <9b18b3110604231210w5deff59el3a1a79c98f34e0fd@mail.gmail.com>
9548              Date: Sun, 23 Apr 2006 21:10:34 +0200
9549      Branch: perl
9550            ! regcomp.sym regnodes.h
9551 ____________________________________________________________________________
9552 [ 27951] By: rgs                                   on 2006/04/24  12:15:58
9553         Log: Subject: [perl #38709] Opening '|-' triggers unjustified taint check 
9554              From: mhasch@cpan.org (via RT) <perlbug-followup@perl.org>
9555              Date: Fri, 10 Mar 2006 20:10:49 -0800
9556              Message-ID: <rt-3.0.11-38709-130993.2.89182805885773@perl.org>
9557      Branch: perl
9558            ! doio.c t/op/taint.t
9559 ____________________________________________________________________________
9560 [ 27950] By: rgs                                   on 2006/04/24  11:59:25
9561         Log: Add regression test for bug #38475
9562      Branch: perl
9563            + t/op/attrhand.t
9564            ! MANIFEST
9565 ____________________________________________________________________________
9566 [ 27949] By: nicholas                              on 2006/04/24  10:52:09
9567         Log: Change 27947 forgot to remove one now-unneeded cast.
9568      Branch: perl
9569            ! sv.c
9570 ____________________________________________________________________________
9571 [ 27948] By: rgs                                   on 2006/04/24  10:33:34
9572         Log: Subject: [perl #38475] attribute multiline fix (in tokenizer) 
9573              From: bas@quarantainenet.nl (via RT) <perlbug-followup@perl.org>
9574              Date: Thu, 09 Feb 2006 06:33:51 -0800
9575              Message-ID: <rt-3.0.11-38475-129844.11.5904582303176@perl.org>
9576      Branch: perl
9577            ! toke.c
9578 ____________________________________________________________________________
9579 [ 27947] By: nicholas                              on 2006/04/24  09:40:58
9580         Log: Following change 27942 it's clear that the return type of
9581              glob_2inpuv_number() should change. Rename it and glob_2inpuv() to
9582              reflect what they do.
9583      Branch: perl
9584            ! embed.fnc embed.h proto.h sv.c
9585 ____________________________________________________________________________
9586 [ 27946] By: rgs                                   on 2006/04/24  08:08:03
9587         Log: Cleanup some gcc warnings
9588              Third and fourth patches from:
9589              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
9590              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
9591              Date: Sun, 23 Apr 2006 04:47:04 +0200
9592              Message-ID: <20060423044704.6a383ee8@r2d2>
9593      Branch: perl
9594            ! mg.c perl.h toke.c
9595 ____________________________________________________________________________
9596 [ 27945] By: rgs                                   on 2006/04/24  08:04:11
9597         Log: A couple of casts to PADOFFSET.
9598              2nd patch from :
9599              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
9600              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
9601              Date: Sun, 23 Apr 2006 04:47:04 +0200
9602              Message-ID: <20060423044704.6a383ee8@r2d2>
9603      Branch: perl
9604            ! op.c pad.c pp.c toke.c
9605 ____________________________________________________________________________
9606 [ 27944] By: rgs                                   on 2006/04/24  08:01:32
9607         Log: Ensure GvNAME doesn't return NULL
9608              First patch from :
9609              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
9610              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
9611              Date: Sun, 23 Apr 2006 04:47:04 +0200
9612              Message-ID: <20060423044704.6a383ee8@r2d2>
9613      Branch: perl
9614            ! embed.fnc gv.c gv.h proto.h
9615 ____________________________________________________________________________
9616 [ 27943] By: rgs                                   on 2006/04/24  07:39:23
9617         Log: Subject: [PATCH] doop.c consting, take 2
9618              From: andy@petdance.com (Andy Lester)
9619              Date: Sun, 23 Apr 2006 20:45:09 -0500
9620              Message-ID: <20060424014509.GA29642@petdance.com>
9621      Branch: perl
9622            ! doop.c embed.fnc proto.h
9623 ____________________________________________________________________________
9624 [ 27942] By: rgs                                   on 2006/04/24  07:27:33
9625         Log: Subject: [PATCH] Refactor S_glob_2inpuv
9626              From: andy@petdance.com (Andy Lester)
9627              Date: Sun, 23 Apr 2006 21:12:39 -0500
9628              Message-ID: <20060424021239.GA5449@petdance.com>
9629      Branch: perl
9630            ! embed.fnc embed.h proto.h sv.c
9631 ____________________________________________________________________________
9632 [ 27941] By: rgs                                   on 2006/04/24  07:14:49
9633         Log: Subject: [PATCH] Inlining static funcs in perl.c
9634              From: andy@petdance.com (Andy Lester)
9635              Date: Sun, 23 Apr 2006 21:50:27 -0500
9636              Message-ID: <20060424025027.GA25998@petdance.com>
9637      Branch: perl
9638            ! embed.fnc embed.h perl.c proto.h
9639 ____________________________________________________________________________
9640 [ 27940] By: nicholas                              on 2006/04/23  20:48:25
9641         Log: Assimilate Test::Harness 2.57_06
9642      Branch: perl
9643            ! lib/Test/Harness.pm lib/Test/Harness/Changes
9644            ! lib/Test/Harness/Straps.pm lib/Test/Harness/bin/prove
9645            ! lib/Test/Harness/t/version.t
9646 ____________________________________________________________________________
9647 [ 27939] By: stevep                                on 2006/04/22  23:08:50
9648         Log: Subject: Update to AUTHORS file
9649              From: Joshua Rodd <joshua@rodd.us>
9650              Date: Sat, 22 Apr 2006 14:39:11 -0400
9651              Message-ID: <20060422183911.GA19435@rodd.us>
9652      Branch: perl
9653            ! AUTHORS
9654 ____________________________________________________________________________
9655 [ 27938] By: nicholas                              on 2006/04/22  09:31:16
9656         Log: "Don't Repeat Yourself" on the "We *really* need to overwrite these
9657              symbols" section.
9658              Minor tweaks to make it possible to use the code unchanged with 5.8.x
9659      Branch: perl
9660            + ext/re/re_comp.h ext/re/re_top.h
9661            ! MANIFEST regcomp.c regexec.c
9662 ____________________________________________________________________________
9663 [ 27937] By: nicholas                              on 2006/04/21  23:08:59
9664         Log: Remove the enable_debugging member from the structure, and instead
9665              decree that state & 1 indicates debugging. This is simpler.
9666      Branch: perl
9667            ! ext/re/re.xs
9668 ____________________________________________________________________________
9669 [ 27936] By: nicholas                              on 2006/04/21  21:40:49
9670         Log: Use a struct to hold the regexp engine state information, to make
9671              swapping possible between more two alternatives.
9672      Branch: perl
9673            ! ext/re/re.xs
9674 ____________________________________________________________________________
9675 [ 27935] By: nicholas                              on 2006/04/21  21:01:42
9676         Log: Merge the install and uninstall routines.
9677      Branch: perl
9678            ! ext/re/re.pm ext/re/re.xs
9679 ____________________________________________________________________________
9680 [ 27934] By: nicholas                              on 2006/04/21  20:38:15
9681         Log: Refactor re.pm slightly. This has no change to documented behaviour,
9682              but anyone mad enought to set ${^RE_DEBUG_FLAGS} and then do
9683              no re 'Debug'; will now find that it will load the debuging version of
9684              the regexp engine.
9685      Branch: perl
9686            ! ext/re/re.pm
9687 ____________________________________________________________________________
9688 [ 27933] By: rgs                                   on 2006/04/21  15:55:38
9689         Log: Subject: [PATCH] Rework threads destruct call
9690              From: "Jerry D. Hedden" <jerry@hedden.us>
9691              Date: Thu, 20 Apr 2006 13:53:20 -0700
9692              Message-ID: <20060420135320.fb30e530d17747c2b054d625b8945d88.ef565d84db.wbe@email.secureserver.net>
9693      Branch: perl
9694            + ext/threads/t/free.t ext/threads/t/free2.t
9695            ! MANIFEST ext/threads/threads.xs
9696 ____________________________________________________________________________
9697 [ 27932] By: rgs                                   on 2006/04/21  13:01:09
9698         Log: Subject: Re: [perl #38904] Text::ParseWords doesn't always handle backslashes correctly 
9699              From: Alexey Toptygin <alexeyt@freeshell.org>
9700              Date: Thu, 20 Apr 2006 15:42:20 +0000 (UTC)
9701              Message-ID: <Pine.NEB.4.62.0604201539380.20332@otaku.freeshell.org>
9702      Branch: perl
9703            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
9704 ____________________________________________________________________________
9705 [ 27931] By: nicholas                              on 2006/04/21  12:46:43
9706         Log: Why hide functions (and duplicate them) when you can just avoid
9707              compiling them in the first place?
9708      Branch: perl
9709            ! regcomp.c regexec.c
9710 ____________________________________________________________________________
9711 [ 27930] By: nicholas                              on 2006/04/21  11:38:24
9712         Log: Given that use re 'debug' can turn on DEBUGGING even on a non-DEBUGGING
9713              build, we cannot assume that PL_reg_starttry isn't needed. So copy it
9714              in Perl_ss_dup.
9715      Branch: perl
9716            ! sv.c
9717 ____________________________________________________________________________
9718 [ 27927] By: nicholas                              on 2006/04/20  21:27:21
9719         Log: Remove the last traces of explicitly setting HINT_LOCALIZE_HH from
9720              perl modules.
9721      Branch: perl
9722            ! lib/charnames.pm lib/open.pm lib/open.t lib/overload.pm
9723 ____________________________________________________________________________
9724 [ 27925] By: stevep                                on 2006/04/20  20:55:09
9725         Log: Subject: Re: TODO tests and test::harness
9726              From: demerphq <demerphq@gmail.com>
9727              Date: Thu, 20 Apr 2006 22:36:08 +0200
9728              Message-ID: <9b18b3110604201336k5a974f28h732a2819853b995@mail.gmail.com>
9729      Branch: perl
9730            ! lib/Test/Harness.pm lib/Test/Harness/t/version.t
9731 ____________________________________________________________________________
9732 [ 27923] By: rgs                                   on 2006/04/20  20:24:46
9733         Log: Add test boilerplate and use test.pl instead of Test::More
9734      Branch: perl
9735            ! t/op/rxcode.t
9736 ____________________________________________________________________________
9737 [ 27922] By: rgs                                   on 2006/04/20  20:22:23
9738         Log: Add new tests for bug #32840 provided by David Landgren,
9739              as a new file rxcode.t (they mostly test $^R for now)
9740      Branch: perl
9741            + t/op/rxcode.t
9742            ! MANIFEST
9743 ____________________________________________________________________________
9744 [ 27919] By: nicholas                              on 2006/04/20  18:51:02
9745         Log: Tweak change 23256 to continue passing on 5.8.x
9746      Branch: perl
9747            ! lib/base/t/fields.t
9748 ____________________________________________________________________________
9749 [ 27918] By: nicholas                              on 2006/04/20  17:37:31
9750         Log: Convert two ok()s to better constructions.
9751      Branch: perl
9752            ! lib/base/t/fields.t
9753 ____________________________________________________________________________
9754 [ 27917] By: rgs                                   on 2006/04/20  17:25:43
9755         Log: Subject: [REPOST] [PATCH] Remove superfluous counter in threads
9756              From: "Jerry D. Hedden" <jerry@hedden.us>
9757              Date: Wed, 19 Apr 2006 05:32:14 -0700
9758              Message-ID: <20060419053214.fb30e530d17747c2b054d625b8945d88.4606123135.wbe@email.secureserver.net>
9759      Branch: perl
9760            ! ext/threads/threads.pm ext/threads/threads.xs
9761 ____________________________________________________________________________
9762 [ 27913] By: nicholas                              on 2006/04/20  13:54:45
9763         Log: Fix typo in the description of change 21323.
9764      Branch: perl
9765            ! Changes
9766 ____________________________________________________________________________
9767 [ 27912] By: rgs                                   on 2006/04/20  12:59:50
9768         Log: New test for the "Assignment to both a list and a scalar" error,
9769              suggested by Stephen McCamant
9770      Branch: perl
9771            ! t/comp/parser.t
9772 ____________________________________________________________________________
9773 [ 27911] By: davem                                 on 2006/04/20  12:33:09
9774         Log: regmatch(): raplace magic value -1000 with symbolic CHRTEST_VOID
9775      Branch: perl
9776            ! regexec.c
9777 ____________________________________________________________________________
9778 [ 27910] By: rgs                                   on 2006/04/20  10:02:25
9779         Log: Subject: [PATCH] op_type shrinking
9780              From: andy@petdance.com (Andy Lester)
9781              Date: Wed, 19 Apr 2006 23:16:53 -0500
9782              Message-ID: <20060420041653.GA28523@petdance.com>
9783      Branch: perl
9784            ! dump.c sv.c
9785 ____________________________________________________________________________
9786 [ 27909] By: rgs                                   on 2006/04/20  09:35:00
9787         Log: Subject: [PATCH] regexec consting & localizing
9788              From: andy@petdance.com (Andy Lester)
9789              Date: Wed, 19 Apr 2006 12:35:43 -0500
9790              Message-ID: <20060419173543.GA8268@petdance.com>
9791      Branch: perl
9792            ! regexec.c
9793 ____________________________________________________________________________
9794 [ 27908] By: rgs                                   on 2006/04/20  09:04:46
9795         Log: Subject: [PATCH] Localizing vars
9796              From: andy@petdance.com (Andy Lester)
9797              Date: Wed, 19 Apr 2006 23:44:01 -0500
9798              Message-ID: <20060420044401.GA2792@petdance.com>
9799      Branch: perl
9800            ! util.c
9801 ____________________________________________________________________________
9802 [ 27907] By: davem                                 on 2006/04/20  00:30:53
9803         Log: regmatch: merge the greedy and non-greedy branches of CURLYM
9804      Branch: perl
9805            ! regexec.c regexp.h
9806 ____________________________________________________________________________
9807 [ 27906] By: stevep                                on 2006/04/19  16:40:56
9808         Log: Subject: [perl #38892] PATCH: remove spurious warning from Benchmark.pm
9809              From: Linda Walsh (via RT) <perlbug-followup@perl.org>
9810              Date: Mon, 10 Apr 2006 18:53:46 -0700
9811              Message-ID: <rt-3.0.11-38892-132143.0.516271519365361@perl.org>
9812      Branch: perl
9813            ! lib/Benchmark.pm
9814 ____________________________________________________________________________
9815 [ 27905] By: stevep                                on 2006/04/19  16:32:26
9816         Log: Changes to perlfaq8 "How do I find out if I'm running interactively 
9817              or not?" suggested by Slaven Rezic in RT #38901: perlfaq8 correction
9818      Branch: perl
9819            ! pod/perlfaq8.pod
9820 ____________________________________________________________________________
9821 [ 27904] By: stevep                                on 2006/04/19  14:57:36
9822         Log: Add a TODO test for RT #1085: "what should be output of perl -we
9823              'print do { foreach (1, 2) { 1; } }'"
9824      Branch: perl
9825            ! t/cmd/for.t
9826 ____________________________________________________________________________
9827 [ 27903] By: davem                                 on 2006/04/19  13:56:07
9828         Log: regmatch(): make IFMATCH use PUSH_STACK rather than fake recursion
9829      Branch: perl
9830            ! regexec.c regexp.h t/op/re_tests
9831 ____________________________________________________________________________
9832 [ 27902] By: rgs                                   on 2006/04/19  11:38:11
9833         Log: Upgrade to Test::Harness 2.57_05
9834      Branch: perl
9835            + lib/Test/Harness/Util.pm
9836            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
9837            ! lib/Test/Harness/Changes lib/Test/Harness/Point.pm
9838            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
9839            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
9840            ! lib/Test/Harness/t/prove-globbing.t
9841            ! lib/Test/Harness/t/prove-switches.t lib/Test/Harness/t/strap.t
9842            ! lib/Test/Harness/t/test-harness.t
9843 ____________________________________________________________________________
9844 [ 27901] By: nicholas                              on 2006/04/19  11:20:08
9845         Log: newCONSTSUB needs to be robust in case CopFILE is NULL.
9846      Branch: perl
9847            ! op.c
9848 ____________________________________________________________________________
9849 [ 27900] By: nicholas                              on 2006/04/19  09:58:19
9850         Log: Oops. Need a macro to convert cv_ckproto() to cv_ckproto_len().
9851      Branch: perl
9852            ! op.h
9853 ____________________________________________________________________________
9854 [ 27899] By: rgs                                   on 2006/04/19  09:34:48
9855         Log: There's a macro to get ${^RE_DEBUG_FLAGS} when debugging,
9856              so use it (and this fixes a valgrind memory access error)
9857      Branch: perl
9858            ! regcomp.c
9859 ____________________________________________________________________________
9860 [ 27898] By: nicholas                              on 2006/04/19  09:22:03
9861         Log: Avoid temporarily writing over the prototype when reporting an error.
9862              (And beef up the relevant tests to really check that it all works).
9863      Branch: perl
9864            ! op.c t/comp/proto.t
9865 ____________________________________________________________________________
9866 [ 27897] By: rgs                                   on 2006/04/19  09:09:14
9867         Log: Replace some Copy() by Move() calls, because valgrind reports
9868              we can have overlapping memory areas here
9869      Branch: perl
9870            ! doop.c
9871 ____________________________________________________________________________
9872 [ 27896] By: nicholas                              on 2006/04/19  08:42:18
9873         Log: Calling cv_undef() on the CV created by newCONSTSUB() would leak like
9874              a Jumblie's preferred maritime craft. To free CvFILE for this case,
9875              take advantage of the 0 length prototype that will also be there,
9876              and hang it from the prototype. To do this properly means changing
9877              code to actually pay attention to SvCUR() on prototypes. It turns out
9878              that we always know the length of the prototype string, so this may
9879              be faster. Certainly, it's a memory saving (even ignoring the leak).
9880      Branch: perl
9881            ! dump.c embed.fnc embed.h global.sym mathoms.c op.c
9882            ! pod/perlapi.pod proto.h sv.c util.c
9883 ____________________________________________________________________________
9884 [ 27895] By: nicholas                              on 2006/04/19  07:55:18
9885         Log: Fix compilation of microperl, which doesn't have INT_MAX.
9886      Branch: perl
9887            ! toke.c
9888 ____________________________________________________________________________
9889 [ 27894] By: nicholas                              on 2006/04/18  19:52:19
9890         Log: Revert 27869 at Jarkko's request.
9891      Branch: perl
9892            ! regcomp.c
9893 ____________________________________________________________________________
9894 [ 27893] By: davem                                 on 2006/04/18  17:03:15
9895         Log: regmatch: fix a || vs | typo in CACHEsayYES and add a test from Hugo.
9896              Also defer altering the cache bit until CACHEsayYES/NO is called
9897      Branch: perl
9898            ! regexec.c t/op/re_tests
9899 ____________________________________________________________________________
9900 [ 27892] By: stevep                                on 2006/04/18  16:47:58
9901         Log: Add a TODO regarding merging the win32 and wince codebases.
9902      Branch: perl
9903            ! pod/perltodo.pod
9904 ____________________________________________________________________________
9905 [ 27891] By: rgs                                   on 2006/04/18  16:05:15
9906         Log: When checking whether perl is built with -g in optimisation
9907              flags, use a more tolerant regexp, because we can now have
9908              things like '-O2 -g'.
9909      Branch: perl
9910            ! Makefile.SH
9911 ____________________________________________________________________________
9912 [ 27890] By: nicholas                              on 2006/04/18  16:03:10
9913         Log: Expand "am I hot or not" into a more general "Profile Perl" section.
9914      Branch: perl
9915            ! pod/perltodo.pod
9916 ____________________________________________________________________________
9917 [ 27889] By: stevep                                on 2006/04/18  15:47:48
9918         Log: A fix to change #27845 to get it to compile with -DPERL_MAD.
9919      Branch: perl
9920            ! dump.c
9921 ____________________________________________________________________________
9922 [ 27888] By: steveh                                on 2006/04/18  15:17:52
9923         Log: Subject: [PATCH] win32/Makefile changes for Windows 64 bit
9924              From: "Jan Dubois" <jand@ActiveState.com>
9925              Date: Mon, 17 Apr 2006 01:48:34 -0700
9926              Message-ID: <036401c661fb$bc7a1200$2217a8c0@candy>
9927              
9928              and make similar changes to win32/makefile.mk
9929              and delete a spurious extra line from that file
9930      Branch: perl
9931            ! win32/Makefile win32/makefile.mk
9932 ____________________________________________________________________________
9933 [ 27887] By: rgs                                   on 2006/04/18  14:02:23
9934         Log: Addition to README.riscos suggested by Nicholas
9935      Branch: perl
9936            ! README.riscos
9937 ____________________________________________________________________________
9938 [ 27886] By: nicholas                              on 2006/04/18  13:18:27
9939         Log: Note that Rafael has done the first cut of state variables.
9940              Document that UTF-8 cleansing the tokeniser and the pads is TODO.
9941      Branch: perl
9942            ! pod/perltodo.pod
9943 ____________________________________________________________________________
9944 [ 27885] By: nicholas                              on 2006/04/18  13:10:35
9945         Log: Relocatable @INC and parallel builds pretty much work now.
9946      Branch: perl
9947            ! pod/perltodo.pod
9948 ____________________________________________________________________________
9949 [ 27884] By: rgs                                   on 2006/04/18  12:48:31
9950         Log: Subject: [PATCH] Support compiling for RISC OS
9951              From: Alex Waugh <alex@alexwaugh.com>
9952              Date: Mon, 17 Apr 2006 00:14:26 +0100
9953              Message-ID: <2498b2184e.ajw498@caramel.cp15.org>
9954      Branch: perl
9955            + README.riscos hints/riscos.sh
9956            ! MANIFEST ext/Errno/Errno_pm.PL hv.c util.c
9957 ____________________________________________________________________________
9958 [ 27883] By: nicholas                              on 2006/04/18  11:18:12
9959         Log: Coverity still thinks that there is a route through do_vop that can
9960              leak resources. I believe that it's spotted that you can skip all the
9961              cases in the switch. Plug that hole.
9962      Branch: perl
9963            ! doop.c
9964 ____________________________________________________________________________
9965 [ 27882] By: nicholas                              on 2006/04/18  10:54:15
9966         Log: Coverity insists that if we deference a pointer without checking, and
9967              subsequently check that same pointer before deferencing it, something
9968              in our code or our logic is bogus. So assert() that it's safe the
9969              first time and remove the second check.
9970      Branch: perl
9971            ! regcomp.c
9972 ____________________________________________________________________________
9973 [ 27881] By: nicholas                              on 2006/04/17  20:50:34
9974         Log: Fix an error, spotted by Tim Bunce.
9975      Branch: perl
9976            ! pod/perlfunc.pod
9977 ____________________________________________________________________________
9978 [ 27880] By: nicholas                              on 2006/04/17  20:41:00
9979         Log: Coderefs in @INC are done and documented.
9980      Branch: perl
9981            ! pod/perltodo.pod
9982 ____________________________________________________________________________
9983 [ 27879] By: nicholas                              on 2006/04/17  20:35:52
9984         Log: Document all the return values that code references in @INC can return.
9985      Branch: perl
9986            ! pod/perlfunc.pod
9987 ____________________________________________________________________________
9988 [ 27878] By: stevep                                on 2006/04/17  20:05:03
9989         Log: Patch to fix RT #31227: perldoc -f, -q ignores extra arguments with no notice.
9990              Never made it to the mailing list though, so, was never found.  Patch
9991              previously provided to the Pod-Perldoc CPAN RT queue.
9992      Branch: perl
9993            ! lib/Pod/Perldoc.pm
9994 ____________________________________________________________________________
9995 [ 27877] By: nicholas                              on 2006/04/17  19:12:23
9996         Log: Coverity is upset about a signed int in ext/Filter/Util/Call/Call.xs,
9997              but the real problem is down in Perl_filter_read() in toke.c.
9998      Branch: perl
9999            ! toke.c
10000 ____________________________________________________________________________
10001 [ 27876] By: nicholas                              on 2006/04/17  18:30:59
10002         Log: Coverity is a persistent beast. Hot on the tails of fixing one leak,
10003              it notices a slightly earlier leak.
10004              (Which also suggests that marking bugs as RESOLVED isn't a great plan,
10005              as it's not clear whether that calls off the dogs of war. I'd much
10006              prefer it to be forced to scan again, and give a positve "all clear"
10007              (or more accurately "nowt wrong I can see with that"))
10008      Branch: perl
10009            ! ext/Storable/Storable.xs
10010 ____________________________________________________________________________
10011 [ 27875] By: nicholas                              on 2006/04/17  16:52:54
10012         Log: Turn on UTF8 cache assertions with -Ca
10013      Branch: perl
10014            ! locale.c perl.c perl.h pod/perlrun.pod util.c
10015 ____________________________________________________________________________
10016 [ 27874] By: nicholas                              on 2006/04/17  16:52:07
10017         Log: Oops. Change 27826 had an error in the definition of BGET_PADOFFSET().
10018      Branch: perl
10019            ! ext/ByteLoader/bytecode.h
10020 ____________________________________________________________________________
10021 [ 27873] By: stevep                                on 2006/04/17  16:49:51
10022         Log: Upgrade to CGI.pm-3.19.
10023      Branch: perl
10024            ! lib/CGI.pm lib/CGI/Changes
10025 ____________________________________________________________________________
10026 [ 27872] By: nicholas                              on 2006/04/17  15:33:21
10027         Log: Note that PVIOs probably aren't worth shrinking. Note 3 possible
10028              subflags for -C if the two Unicode TODOs are done.
10029      Branch: perl
10030            ! pod/perlrun.pod pod/perltodo.pod
10031 ____________________________________________________________________________
10032 [ 27871] By: nicholas                              on 2006/04/17  15:11:03
10033         Log: Subject: Re: [PATCH] update to pp_complement() via Coverity
10034              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10035              Message-Id: <20060416184044.4ADB.BQW10602@nifty.com>
10036              Date: Sun, 16 Apr 2006 18:45:37 +0900
10037              
10038              Subject: Re: [PATCH] update to pp_complement() via Coverity
10039              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10040              Message-Id: <20060417230614.20A5.BQW10602@nifty.com>
10041              Date: Mon, 17 Apr 2006 23:06:21 +0900
10042      Branch: perl
10043            ! pp.c t/op/bop.t
10044 ____________________________________________________________________________
10045 [ 27870] By: nicholas                              on 2006/04/17  14:48:13
10046         Log: In Change 27764 I forgot to at PL_hints_mutex to the list of symbols to
10047              exclude when not compiling with ithreads. It would be good to automate
10048              the processing of this.
10049      Branch: perl
10050            ! makedef.pl
10051 ____________________________________________________________________________
10052 [ 27869] By: nicholas                              on 2006/04/17  13:38:30
10053         Log: Subject: [PATCH] (tentative) regcomp.c: try convincing Coverity that data ptr in study_chunk is non-NULL when needed
10054              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
10055              Message-Id: <20060416092648.812D36CF2D@aprikoosi.hut.fi>
10056              Date: Sun, 16 Apr 2006 12:26:48 +0300 (EEST)
10057      Branch: perl
10058            ! regcomp.c
10059 ____________________________________________________________________________
10060 [ 27868] By: nicholas                              on 2006/04/17  13:15:34
10061         Log: Note in av_store() that S_regclass relies on being able to pass NULL.
10062      Branch: perl
10063            ! av.c
10064 ____________________________________________________________________________
10065 [ 27867] By: nicholas                              on 2006/04/17  13:14:55
10066         Log: Add assertions to cover cases where the Coverity scanner thinks we
10067              could are deferencing a NULL pointer, but we think it missed something
10068              it should have been capable of figuring out.
10069      Branch: perl
10070            ! hv.c op.c
10071 ____________________________________________________________________________
10072 [ 27866] By: nicholas                              on 2006/04/17  12:48:43
10073         Log: Add Dave's explainations of why certain pointers are always non-NULL,
10074              and assert() that it is true.
10075      Branch: perl
10076            ! regexec.c
10077 ____________________________________________________________________________
10078 [ 27865] By: stevep                                on 2006/04/17  12:30:08
10079         Log: Subject: [PATCH] fix cygwin build
10080              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
10081              Date: Sun, 16 Apr 2006 18:05:20 -0700
10082              Message-ID: <20060417010520.GA2888@efn.org>
10083      Branch: perl
10084            ! cygwin/Makefile.SHs
10085 ____________________________________________________________________________
10086 [ 27863] By: merijn                                on 2006/04/17  12:18:07
10087         Log: Support for -DDEBUGGING and its alias -DEBUGGING
10088      Branch: perl
10089            ! Configure INSTALL config_h.SH
10090 ____________________________________________________________________________
10091 [ 27862] By: nicholas                              on 2006/04/17  12:07:23
10092         Log: Revert change 27818, as change 27853 fixes the real bug.
10093      Branch: perl
10094            ! sv.c
10095 ____________________________________________________________________________
10096 [ 27861] By: stevep                                on 2006/04/17  11:53:04
10097         Log: Subject: [PATCH] Compress::Zlib
10098              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
10099              Date: Mon, 17 Apr 2006 10:58:30 +0100
10100              Message-ID: <019b01c66205$7dc7ea50$6601a8c0@myopwv.com>
10101      Branch: perl
10102            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
10103            ! ext/Compress/Zlib/t/14gzopen.t
10104 ____________________________________________________________________________
10105 [ 27860] By: nicholas                              on 2006/04/17  11:39:27
10106         Log: Subject: [PATCH] pp_ctl.c caching
10107              From: andy@petdance.com (Andy Lester)
10108              Message-ID: <20060417044035.GA28818@petdance.com>
10109              Date: Sun, 16 Apr 2006 23:40:35 -0500
10110      Branch: perl
10111            ! pp_ctl.c
10112 ____________________________________________________________________________
10113 [ 27859] By: nicholas                              on 2006/04/17  11:37:38
10114         Log: Subject: [PATCH] dooop.c: the strong asserts in Sv* macros could cause memory leakage -- move the macro calls earlier (Coverity CID 84)
10115              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
10116              Message-Id: <20060417071937.C13346CF2D@aprikoosi.hut.fi>
10117              Date: Mon, 17 Apr 2006 10:19:37 +0300 (EEST)
10118      Branch: perl
10119            ! doop.c
10120 ____________________________________________________________________________
10121 [ 27857] By: nicholas                              on 2006/04/17  10:28:40
10122         Log: Revert 27856.
10123      Branch: perl
10124            ! doop.c
10125 ____________________________________________________________________________
10126 [ 27856] By: nicholas                              on 2006/04/17  10:24:58
10127         Log: The danger of piping an mbox to patch is that it contains more than
10128              one message. So both:
10129              
10130              Subject: [PATCH] doop.c: one more code path where memory could leak (Coverity)
10131              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
10132              Message-Id: <20060416081925.680336CF2D@aprikoosi.hut.fi>
10133              Date: Sun, 16 Apr 2006 11:19:25 +0300 (EEST)
10134              
10135              and
10136              
10137              Subject: [PATCH] doop.c: one more code path where memory could leak (Coverity)
10138              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
10139              Message-Id: <20060416081925.680336CF2D@aprikoosi.hut.fi>
10140              Date: Sun, 16 Apr 2006 11:19:25 +0300 (EEST)
10141      Branch: perl
10142            ! doop.c
10143 ____________________________________________________________________________
10144 [ 27855] By: davem                                 on 2006/04/16  23:30:36
10145         Log: generalize the 'continue on success' mechanism of deferred REs
10146      Branch: perl
10147            ! regexec.c regexp.h
10148 ____________________________________________________________________________
10149 [ 27854] By: davem                                 on 2006/04/16  23:12:31
10150         Log: abstract regmatch slab access with SLAB_FIRST and SLAB_LAST macros
10151      Branch: perl
10152            ! regexec.c
10153 ____________________________________________________________________________
10154 [ 27853] By: davem                                 on 2006/04/16  23:07:13
10155         Log: stop PL_op and PL_curpad referring to different pads at start of doeval
10156              (this could make find_uninit_var do Bad Things)
10157      Branch: perl
10158            ! pp_ctl.c
10159 ____________________________________________________________________________
10160 [ 27852] By: nicholas                              on 2006/04/16  21:44:59
10161         Log: Fix bug introduced with change 27841. (len + 1, not just len).
10162      Branch: perl
10163            ! sv.c
10164 ____________________________________________________________________________
10165 [ 27851] By: nicholas                              on 2006/04/16  19:06:19
10166         Log: Coverity is flagging a potential problem because it sees a check for
10167              NULL and assumes that this means that the variable host could be
10168              NULL. It can't, and the check added in change 13291 was a little bit
10169              more than the minimal solution needed for the bug report
10170              [ID 20011126.148]
10171              Hence remove the NULL check.
10172      Branch: perl
10173            ! ext/Socket/Socket.xs
10174 ____________________________________________________________________________
10175 [ 27850] By: nicholas                              on 2006/04/16  18:09:33
10176         Log: Subject: [PATCH] op.c patch, 2nd version
10177              From: andy@petdance.com (Andy Lester)
10178              Message-ID: <20060415042924.GA1786@petdance.com>
10179              Date: Fri, 14 Apr 2006 23:29:24 -0500
10180      Branch: perl
10181            ! op.c
10182 ____________________________________________________________________________
10183 [ 27849] By: nicholas                              on 2006/04/16  15:04:36
10184         Log: A scalar reference returned from a coderef in @INC is treated as the
10185              initial "content" of the file. When it is exhausted input is taken
10186              from a real file handle, or a generator sub, if either exists.
10187      Branch: perl
10188            ! pp_ctl.c t/op/incfilter.t
10189 ____________________________________________________________________________
10190 [ 27848] By: stevep                                on 2006/04/16  14:03:59
10191         Log: Subject: [PATCH] remove some cruft from makedef.pl
10192              From: "Jan Dubois" <jand@ActiveState.com>
10193              Date: Sun, 16 Apr 2006 02:05:00 -0700
10194              Message-ID: <022e01c66134$d7a8dec0$2217a8c0@candy>
10195      Branch: perl
10196            ! embed.fnc global.sym makedef.pl
10197 ____________________________________________________________________________
10198 [ 27847] By: stevep                                on 2006/04/16  13:52:47
10199         Log: Subject: [PATCH] testcase for change #27832
10200              From: "Jan Dubois" <jand@ActiveState.com>
10201              Date: Sun, 16 Apr 2006 00:57:00 -0700
10202              Message-ID: <022a01c6612b$575cb7e0$2217a8c0@candy>
10203      Branch: perl
10204            ! lib/Pod/Html.pm lib/Pod/t/htmllink.pod
10205 ____________________________________________________________________________
10206 [ 27846] By: stevep                                on 2006/04/16  13:44:47
10207         Log: Stray pod/perlapi.pod change found after a regen.
10208      Branch: perl
10209            ! pod/perlapi.pod
10210 ____________________________________________________________________________
10211 [ 27845] By: stevep                                on 2006/04/16  13:43:01
10212         Log: Subject: [PATCH] dump.c patch redux
10213              From: andy@petdance.com (Andy Lester)
10214              Date: Sun, 16 Apr 2006 00:29:36 -0500
10215              Message-ID: <20060416052936.GA19143@petdance.com>
10216      Branch: perl
10217            ! dump.c embed.fnc embed.h proto.h
10218 ____________________________________________________________________________
10219 [ 27843] By: nicholas                              on 2006/04/16  13:25:18
10220         Log: Perl_do_vop can profitably use Perl_sv_usepvn_flags, as it has
10221              allocated space for an initialised a trailing NUL.
10222      Branch: perl
10223            ! doop.c
10224 ____________________________________________________________________________
10225 [ 27842] By: nicholas                              on 2006/04/16  12:06:57
10226         Log: In Perl_sv_usepvn_flags, assert() that the caller has RTFM.
10227      Branch: perl
10228            ! sv.c
10229 ____________________________________________________________________________
10230 [ 27841] By: nicholas                              on 2006/04/16  11:35:38
10231         Log: Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING_NUL, which
10232              signals that the buffer passed in is already well-formed for use as
10233              SvPVX (i.e. it is followed by a trailing NUL), and hence the realloc()
10234              to add a NUL can be skipped.
10235      Branch: perl
10236            ! pp.c sv.c sv.h
10237 ____________________________________________________________________________
10238 [ 27840] By: nicholas                              on 2006/04/16  11:03:28
10239         Log: Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" the
10240              other two to mathoms.c
10241      Branch: perl
10242            ! embed.fnc embed.h global.sym mathoms.c proto.h sv.c sv.h
10243 ____________________________________________________________________________
10244 [ 27839] By: nicholas                              on 2006/04/16  10:37:46
10245         Log: In Perl_sv_usepvn(), force a move under DEBUGGING to shake out caller
10246              bugs.
10247      Branch: perl
10248            ! sv.c
10249 ____________________________________________________________________________
10250 [ 27838] By: nicholas                              on 2006/04/16  10:37:04
10251         Log: Fix htmllink.t to cater for the case where perladmin isn't an empty
10252              string.
10253      Branch: perl
10254            ! lib/Pod/t/htmllink.t
10255 ____________________________________________________________________________
10256 [ 27837] By: nicholas                              on 2006/04/16  09:36:18
10257         Log: Coverity notes that we might be dereferencing fgv before a check that
10258              it's not NULL. In fact, the code ordering meant that one "if (fgv)"
10259              would always be true. So fix this.
10260      Branch: perl
10261            ! pp_sys.c
10262 ____________________________________________________________________________
10263 [ 27836] By: stevep                                on 2006/04/16  05:24:04
10264         Log: Subject: [PATCH] update to pp_complement() via Coverity
10265              From: andy@petdance.com (Andy Lester)
10266              Date: Sun, 16 Apr 2006 00:14:23 -0500
10267              Message-ID: <20060416051423.GA17063@petdance.com>
10268      Branch: perl
10269            ! pp.c
10270 ____________________________________________________________________________
10271 [ 27835] By: stevep                                on 2006/04/16  05:17:57
10272         Log: Subject: [PATCH] clean up hv_assert()
10273              From: andy@petdance.com (Andy Lester)
10274              Date: Sat, 15 Apr 2006 23:18:27 -0500
10275              Message-ID: <20060416041827.GA3031@petdance.com>
10276      Branch: perl
10277            ! hv.c
10278 ____________________________________________________________________________
10279 [ 27834] By: stevep                                on 2006/04/16  05:12:56
10280         Log: Subject: [PATCH] Removed unused var in a macro
10281              From: andy@petdance.com (Andy Lester)
10282              Date: Sat, 15 Apr 2006 23:32:53 -0500
10283              Message-ID: <20060416043253.GA3438@petdance.com>
10284      Branch: perl
10285            ! thread.h
10286 ____________________________________________________________________________
10287 [ 27833] By: stevep                                on 2006/04/16  04:59:19
10288         Log: Subject: [PATCH] Change anchor generation in Pod::Html for "=item item 2"
10289              From: "Jan Dubois" <jand@ActiveState.com>
10290              Date: Fri, 14 Apr 2006 13:13:20 -0700
10291              Message-ID: <017a01c65fff$dfd0f370$2217a8c0@candy>
10292      Branch: perl
10293            ! lib/Pod/Html.pm lib/Pod/t/htmllink.t
10294 ____________________________________________________________________________
10295 [ 27832] By: stevep                                on 2006/04/16  04:50:15
10296         Log: Subject: [PATCH] Pod::Html::depod() doesn't work correctly for multi-line strings
10297              From: "Jan Dubois" <jand@ActiveState.com>
10298              Date: Mon, 10 Apr 2006 15:32:23 -0700
10299              Message-ID: <017b01c65cee$a2f5fe00$6062a8c0@candy>
10300      Branch: perl
10301            ! lib/Pod/Html.pm
10302 ____________________________________________________________________________
10303 [ 27831] By: stevep                                on 2006/04/16  04:41:34
10304         Log: Subject: [PATCH] Missing part of change 25186
10305              From: "Jan Dubois" <jand@ActiveState.com>
10306              Date: Thu, 13 Apr 2006 18:26:29 -0700
10307              Message-ID: <009401c65f62$74fded70$2217a8c0@candy>
10308      Branch: perl
10309            ! lib/Pod/t/htmllink.t
10310 ____________________________________________________________________________
10311 [ 27830] By: stevep                                on 2006/04/16  04:37:46
10312         Log: Subject: [PATCH] Missing part of change 25676
10313              From: "Jan Dubois" <jand@ActiveState.com>
10314              Date: Thu, 13 Apr 2006 18:19:26 -0700
10315              Message-ID: <009001c65f61$78866d60$2217a8c0@candy>
10316      Branch: perl
10317            ! lib/Pod/t/htmllink.t
10318 ____________________________________________________________________________
10319 [ 27829] By: nicholas                              on 2006/04/15  23:51:10
10320         Log: Subject: [PATCH] Handle null io in leavewrite (not possible?) (Coverity)
10321              From: bah@longitude.com
10322              Message-ID: <1661.38.96.138.153.1145124821.squirrel@mail.longitude.com>
10323              Date: Sat, 15 Apr 2006 14:13:41 -0400 (EDT)
10324      Branch: perl
10325            ! pp_sys.c
10326 ____________________________________________________________________________
10327 [ 27828] By: nicholas                              on 2006/04/15  23:41:23
10328         Log: Subject: [PATCH] Potential (?) memory leak in Storable.xs (Coverity)
10329              From: bah@longitude.com
10330              Message-ID: <1561.38.96.138.153.1145123650.squirrel@mail.longitude.com>
10331              Date: Sat, 15 Apr 2006 13:54:10 -0400 (EDT)
10332      Branch: perl
10333            ! ext/Storable/Storable.xs
10334 ____________________________________________________________________________
10335 [ 27827] By: nicholas                              on 2006/04/15  22:44:30
10336         Log: Teach Perl_do_sv_dump how to cope with IOs that have bogus things in
10337              GV slots. (Which source filters are prone to do to them).
10338      Branch: perl
10339            ! dump.c
10340 ____________________________________________________________________________
10341 [ 27826] By: nicholas                              on 2006/04/15  21:50:12
10342         Log: Coverity was getting upset about an assignment from a function
10343              returning int to a U8 variable. Curiously it was only getting upset
10344              about the first of many.
10345              However, we are doing NO ERROR CHECKING on whether we read in the
10346              requested number of bytes of bytecode. All except BGET_op_tr_array
10347              will now croak on a short read.
10348      Branch: perl
10349            ! ext/ByteLoader/bytecode.h
10350 ____________________________________________________________________________
10351 [ 27825] By: nicholas                              on 2006/04/15  21:43:13
10352         Log: Coverity reports that Storable can potentially cause a NULL pointer
10353              dereference while iterating a hash. This should never happen unless
10354              the hash lies about how many keys it has, so croak if a fib is spotted.
10355      Branch: perl
10356            ! ext/Storable/Storable.xs
10357 ____________________________________________________________________________
10358 [ 27824] By: nicholas                              on 2006/04/15  21:11:44
10359         Log: Coverity notes that resource are leaked in the unfinished and never
10360              called function _utf8_to_bytes.
10361      Branch: perl
10362            ! ext/Encode/Encode.xs
10363 ____________________________________________________________________________
10364 [ 27823] By: nicholas                              on 2006/04/15  20:55:20
10365         Log: Coverity correctly reports that gv might (just) be NULL. So don't
10366              derefernece it if it is.
10367      Branch: perl
10368            ! ext/IO/IO.pm ext/IO/IO.xs
10369 ____________________________________________________________________________
10370 [ 27822] By: nicholas                              on 2006/04/15  20:54:44
10371         Log: Update the assertion to a croak "Out of range special SV number"
10372              to give ByteLoader more meaningful failure diagnostics.
10373      Branch: perl
10374            ! ext/ByteLoader/bytecode.h
10375 ____________________________________________________________________________
10376 [ 27821] By: nicholas                              on 2006/04/15  20:19:22
10377         Log: I believe that it makes little sense for the simple user filters
10378              provided by coderefs to be run in block mode. Hence always read from
10379              the upstream filter in line mode, and always call the user's filter
10380              with 1 line.
10381      Branch: perl
10382            ! pp_ctl.c
10383 ____________________________________________________________________________
10384 [ 27820] By: nicholas                              on 2006/04/15  20:01:58
10385         Log: Fix a bug - the introduction of the caching code means that we should
10386              initialise the SV upstream after it.
10387              assert that filter_sub is always non-null now.
10388      Branch: perl
10389            ! pp_ctl.c
10390 ____________________________________________________________________________
10391 [ 27819] By: nicholas                              on 2006/04/15  19:37:32
10392         Log: Augment the user filter caching code so that if the user filter returns
10393              multiple lines, only one line at a time is returned.
10394              Rename the variable len to status, as it is the status value.
10395      Branch: perl
10396            ! pp_ctl.c t/op/incfilter.t
10397 ____________________________________________________________________________
10398 [ 27818] By: nicholas                              on 2006/04/15  19:17:51
10399         Log: Deep in the bowels of creating new and exciting bugs, I managed to
10400              segfault the uninitialised value reporting code. This protects against
10401              the segfault.
10402      Branch: perl
10403            ! sv.c
10404 ____________________________________________________________________________
10405 [ 27817] By: nicholas                              on 2006/04/15  18:08:04
10406         Log: $foo .= $bar doesn't warn if $foo is undefined, so simplify code.
10407      Branch: perl
10408            ! t/op/incfilter.t
10409 ____________________________________________________________________________
10410 [ 27816] By: nicholas                              on 2006/04/15  18:05:12
10411         Log: If the downstream caller wants block mode, and we're in line mode,
10412              then don't return more bytes than they asked for. Hold bytes over
10413              until next time if necessary.
10414      Branch: perl
10415            ! pp_ctl.c t/op/incfilter.t
10416 ____________________________________________________________________________
10417 [ 27815] By: nicholas                              on 2006/04/15  17:00:54
10418         Log: Eliminate the filter_child_proc hack from pp_require.
10419      Branch: perl
10420            ! pp_ctl.c
10421 ____________________________________________________________________________
10422 [ 27814] By: nicholas                              on 2006/04/15  16:43:22
10423         Log: If you return void from a filter subroutine, the caller's status is
10424              used. If not, your last statement is the return value, and if it keeps
10425              being +ve you'll never hit EOF.
10426              The probably should be a sanity check for this in toke.c, but I'm not
10427              sure how.
10428      Branch: perl
10429            ! t/op/incfilter.t
10430 ____________________________________________________________________________
10431 [ 27813] By: nicholas                              on 2006/04/15  16:42:23
10432         Log: Tests for having multiple pipes open simultaneously.
10433              (See comment added in change 3771 about this apparently being buggy)
10434      Branch: perl
10435            ! t/op/inccode.t
10436 ____________________________________________________________________________
10437 [ 27812] By: nicholas                              on 2006/04/15  13:45:13
10438         Log: Add more tests for the builtin source filter implementation, and fix
10439              two bugs - it would loop infinitely if data were already in the read
10440              buffer, and it would process those data twice.
10441      Branch: perl
10442            ! pp_ctl.c t/op/incfilter.t
10443 ____________________________________________________________________________
10444 [ 27811] By: nicholas                              on 2006/04/15  11:59:26
10445         Log: Add a test for source filters returned from code references in @INC.
10446      Branch: perl
10447            + t/op/incfilter.t
10448            ! MANIFEST
10449 ____________________________________________________________________________
10450 [ 27810] By: nicholas                              on 2006/04/15  11:22:29
10451         Log: Bump the expect file count in readdir.t. We keep writing more tests.
10452      Branch: perl
10453            ! t/op/readdir.t
10454 ____________________________________________________________________________
10455 [ 27809] By: nicholas                              on 2006/04/15  10:51:48
10456         Log: Subject: [PATCH] perlio.c: layer data might be allocated and unused (Coverity)
10457              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
10458              Message-Id: <20060415082417.24F0A6D08C@ugli.hut.fi>
10459              Date: Sat, 15 Apr 2006 11:24:17 +0300 (EEST)
10460              
10461              (with a correction)
10462      Branch: perl
10463            ! perlio.c
10464 ____________________________________________________________________________
10465 [ 27808] By: craigb                                on 2006/04/15  06:05:44
10466         Log: Fix bug in prime_env_iter where the terms of a comparison were reversed
10467              so we thought we didn't have a logical name table when we did.  Reported as:
10468              Subject: LWP::Simple crashes on VMSperl
10469              From: "juna" <ggl.20.jj...@spamgourmet.com>
10470              Date: 24 Mar 2006 13:52:41 -0800
10471              Newsgroups: comp.os.vms,comp.lang.perl.misc
10472              Message-ID: <1143237161.931669.48370@t31g2000cwb.googlegroups.com>
10473      Branch: perl
10474            ! vms/vms.c
10475 ____________________________________________________________________________
10476 [ 27807] By: craigb                                on 2006/04/15  00:45:26
10477         Log: Honor READALL privilege in cando_by_name (from Scott
10478              Lepage of HP OpenVMS Engineering)
10479      Branch: perl
10480            ! vms/vms.c
10481 ____________________________________________________________________________
10482 [ 27806] By: craigb                                on 2006/04/15  00:42:41
10483         Log: Don't die after SS$_NOPRIV in Perl_vmssetenv, courtesy
10484              of Scott Lepage at HP.
10485      Branch: perl
10486            ! vms/vms.c
10487 ____________________________________________________________________________
10488 [ 27805] By: nicholas                              on 2006/04/14  20:44:27
10489         Log: Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used to
10490              save the warnings on PL_compiling, so constraining its use to what we
10491              can test seems to make sense. Particularly as testing Perl_ss_dup is
10492              tricky.
10493      Branch: perl
10494            ! op.c pp_ctl.c scope.c scope.h sv.c
10495 ____________________________________________________________________________
10496 [ 27804] By: nicholas                              on 2006/04/14  19:44:34
10497         Log: In the description of require, clarify the file handle return and why
10498              C<INC> must be qualified.
10499      Branch: perl
10500            ! pod/perlfunc.pod
10501 ____________________________________________________________________________
10502 [ 27803] By: nicholas                              on 2006/04/14  16:43:03
10503         Log: S_glob_2inpuv() did not check if lenp was NULL. Oops.
10504      Branch: perl
10505            ! sv.c
10506 ____________________________________________________________________________
10507 [ 27802] By: nicholas                              on 2006/04/14  16:18:30
10508         Log: Replace explict "/dev/null" with BIT_BUCKET, which varies by platform.
10509      Branch: perl
10510            ! pp_ctl.c
10511 ____________________________________________________________________________
10512 [ 27801] By: rgs                                   on 2006/04/14  16:11:19
10513         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)
10514              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
10515              Date: Thu, 13 Apr 2006 19:20:46 +0300 (EEST)
10516              Message-Id: <20060413162046.5F9636D08C@ugli.hut.fi>
10517      Branch: perl
10518            ! doop.c pod/perlapi.pod sv.c t/op/bop.t
10519 ____________________________________________________________________________
10520 [ 27800] By: nicholas                              on 2006/04/14  14:45:04
10521         Log: Mark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.pl
10522              Remove a reference to the deleted function Perl_refcounted_he_dup.
10523      Branch: perl
10524            ! embed.fnc embed.h global.sym makedef.pl
10525 ____________________________________________________________________________
10526 [ 27799] By: stevep                                on 2006/04/14  12:16:01
10527         Log: Subject: [PATCH] IO::Compress::*
10528              From: Paul Marquess <paul.marquess@ntlworld.com>
10529              Date: Fri, 14 Apr 2006 09:05:39 +0100
10530              Message-ID: <004f01c65f9a$3871eb30$2405140a@myopwv.com>
10531      Branch: perl
10532            ! ext/Compress/IO/Base/Changes
10533            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
10534            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
10535            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
10536            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
10537            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/README
10538            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
10539            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
10540            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
10541            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
10542            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
10543            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
10544            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
10545            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
10546            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
10547            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
10548            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
10549            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
10550            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
10551            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
10552            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
10553            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
10554            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
10555            ! ext/Compress/Raw/Zlib/README
10556            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
10557            ! ext/Compress/Zlib/README
10558            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
10559            ! t/lib/compress/generic.pl
10560 ____________________________________________________________________________
10561 [ 27798] By: nicholas                              on 2006/04/14  11:50:56
10562         Log: Subject: [PATCH] perlio.c: (Coverity) eliminate temp ptr that confuses Coverity into thinking there is a resource leak
10563              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
10564              Message-Id: <20060414085644.94A076D08C@ugli.hut.fi>
10565              Date: Fri, 14 Apr 2006 11:56:44 +0300 (EEST)
10566      Branch: perl
10567            ! perlio.c
10568 ____________________________________________________________________________
10569 [ 27797] By: stevep                                on 2006/04/14  11:26:59
10570         Log: Reverting change #27791 which may cause corruption addition corruption
10571              within a regular expression.
10572      Branch: perl
10573            ! regexec.c
10574 ____________________________________________________________________________
10575 [ 27796] By: rgs                                   on 2006/04/14  08:42:27
10576         Log: Fix implementation of threads->_handle on unixes.
10577              See :
10578              Subject: RE: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST]
10579              From: "Jerry D. Hedden" <jerry@hedden.us>
10580              Date: Tue, 04 Apr 2006 09:25:20 -0700
10581              Message-ID: <20060404092520.fb30e530d17747c2b054d625b8945d88.4a8a6b16c9.wbe@email.email.secureserver.net>
10582      Branch: perl
10583            ! ext/threads/threads.xs
10584 ____________________________________________________________________________
10585 [ 27795] By: nicholas                              on 2006/04/13  21:59:52
10586         Log: (Hopefully) fix coredumps in ByteLoader, which were a side effect of
10587              fixing a bug in B, and non-robust autogenerated code. When
10588              autogenerating initialiser statements for an array, it's a bad plan to
10589              have the size of that array hard coded.
10590      Branch: perl
10591            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
10592 ____________________________________________________________________________
10593 [ 27794] By: davem                                 on 2006/04/13  18:31:54
10594         Log: eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch PL_reg_sv
10595              (only another 434 to go ...)
10596      Branch: perl
10597            ! embed.fnc proto.h regexec.c regexp.h sv.c
10598 ____________________________________________________________________________
10599 [ 27793] By: davem                                 on 2006/04/13  17:16:41
10600         Log: disable 'split /(?{ split "" })/' test until recursive split is fixed
10601      Branch: perl
10602            ! t/op/pat.t
10603 ____________________________________________________________________________
10604 [ 27792] By: nicholas                              on 2006/04/13  16:14:23
10605         Log: Remove SAVEt_FREESHAREDPV, as nothing is using it, and it isn't catered
10606              for in Perl_ss_dup, hence nothing is testing it and nothing will alert
10607              us if it breaks.
10608      Branch: perl
10609            ! scope.c scope.h
10610 ____________________________________________________________________________
10611 [ 27791] By: stevep                                on 2006/04/13  15:08:04
10612         Log: Add another NULL check thanks to Coverity.
10613      Branch: perl
10614            ! regexec.c
10615 ____________________________________________________________________________
10616 [ 27790] By: nicholas                              on 2006/04/13  14:14:57
10617         Log: For duping SAVEHINTS it rather helps if you pay attention to what is
10618              actually being pushed onto the save stack.
10619      Branch: perl
10620            ! sv.c
10621 ____________________________________________________________________________
10622 [ 27789] By: nicholas                              on 2006/04/13  13:53:55
10623         Log: Subject: [PATCH] regexec.c: (Coverity) add NULL check
10624              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10625              Message-Id: <200604131252.k3DCqFUL497781@kosh.hut.fi>
10626              Date: Thu, 13 Apr 2006 15:52:15 +0300 (EEST)
10627      Branch: perl
10628            ! regexec.c
10629 ____________________________________________________________________________
10630 [ 27788] By: nicholas                              on 2006/04/13  13:28:50
10631         Log: Subject: [PATCH] regexec.c: (Coverity) move NULL check even earlier
10632              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10633              Message-Id: <200604131239.k3DCdXhe124107@kosh.hut.fi>
10634              Date: Thu, 13 Apr 2006 15:39:33 +0300 (EEST)
10635      Branch: perl
10636            ! regexec.c
10637 ____________________________________________________________________________
10638 [ 27787] By: nicholas                              on 2006/04/13  13:02:30
10639         Log: Add a break; to the end of the SAVEt_COP_WARNINGS case, and don't try
10640              to dereference cop_hints if it's NULL.
10641      Branch: perl
10642            ! sv.c
10643 ____________________________________________________________________________
10644 [ 27786] By: nicholas                              on 2006/04/13  12:40:24
10645         Log: Fix B and ByteLoader to cope with cop_warnings no longer being an SV.
10646      Branch: perl
10647            ! bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
10648            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
10649 ____________________________________________________________________________
10650 [ 27785] By: nicholas                              on 2006/04/13  10:46:32
10651         Log: Add SAVEt_COP_WARNINGS to ss_dup.
10652      Branch: perl
10653            ! sv.c
10654 ____________________________________________________________________________
10655 [ 27784] By: nicholas                              on 2006/04/13  10:09:20
10656         Log: Subject: Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
10657              From: Steve Hay <steve.hay@uk.radan.com>
10658              Message-ID: <443E1998.9090909@uk.radan.com>
10659              Date: Thu, 13 Apr 2006 10:27:52 +0100
10660      Branch: perl
10661            ! embed.fnc mg.c perl.c pp_ctl.c proto.h util.c
10662 ____________________________________________________________________________
10663 [ 27783] By: davem                                 on 2006/04/13  02:20:33
10664         Log: eliminate PL_reg_re
10665              (only another 439 to go ...)
10666      Branch: perl
10667            ! embed.fnc embed.h pod/perlintern.pod proto.h regcomp.c
10668            ! regexec.c regexp.h sv.c
10669 ____________________________________________________________________________
10670 [ 27782] By: davem                                 on 2006/04/12  23:51:57
10671         Log: Subject: [perl #38906] Regex engine does not release MINMOD
10672              From: "Animator via RT" <perlbug-followup@perl.org>
10673              Message-ID: <rt-3.0.11-38906-132222.3.24032491323436@perl.org>
10674              Date: Wed, 12 Apr 2006 15:27:41 -0700
10675              
10676              zero-length minimum matches that failed could leak into a following
10677              maximal match
10678      Branch: perl
10679            ! regexec.c t/op/re_tests
10680 ____________________________________________________________________________
10681 [ 27781] By: nicholas                              on 2006/04/12  23:17:18
10682         Log: D'oh! Don't try to do #ifdefs inside "functions" that are actually
10683              macros.
10684      Branch: perl
10685            ! hv.c
10686 ____________________________________________________________________________
10687 [ 27780] By: nicholas                              on 2006/04/12  22:49:58
10688         Log: Add tests for all the other types that %^H serialisation is supposed
10689              to support. In the process, found and corrected a bug.
10690              Tests are good, m'kay.
10691      Branch: perl
10692            ! hv.c t/op/caller.t
10693 ____________________________________________________________________________
10694 [ 27779] By: nicholas                              on 2006/04/12  22:45:12
10695         Log: Change cop_warnings from an SV holding the warnings bitmask to a
10696              directly (shared) malloc()ed buffer holding the warnings bitmask.
10697              This avoids bugs/crashes when the interpreter that created an optree
10698              is freed but the optree remains in use by other interpreters.
10699      Branch: perl
10700            ! cop.h embed.fnc embed.h mg.c op.c perl.c pp_ctl.c proto.h
10701            ! scope.c scope.h sv.c util.c warnings.h warnings.pl
10702 ____________________________________________________________________________
10703 [ 27778] By: davem                                 on 2006/04/12  22:43:03
10704         Log: Remove the final recursion path from S_regmatch:  (??{...})
10705              Also put PUSH/POP_STATE infastructure in place
10706              Also eliminate PL_reg_call_cc
10707              (only another 440 global vars to go ...)
10708      Branch: perl
10709            ! regexec.c regexp.h sv.c
10710 ____________________________________________________________________________
10711 [ 27777] By: nicholas                              on 2006/04/12  16:18:30
10712         Log: Test that we can do embedded 0 bytes in hints.
10713      Branch: perl
10714            ! t/op/caller.t
10715 ____________________________________________________________________________
10716 [ 27776] By: nicholas                              on 2006/04/12  16:01:08
10717         Log: Store cop_hints as a shared structure without using any SVs (on
10718              ithreads).
10719      Branch: perl
10720            ! hv.c hv.h
10721 ____________________________________________________________________________
10722 [ 27775] By: nicholas                              on 2006/04/12  14:14:50
10723         Log: Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup.
10724      Branch: perl
10725            ! embed.fnc embed.h hv.c proto.h
10726 ____________________________________________________________________________
10727 [ 27774] By: nicholas                              on 2006/04/12  12:31:29
10728         Log: Newxz() can use calloc() rather than malloc(), as the implementation
10729              of calloc() may know that it has fresh pages from the OS, and so
10730              doesn't need to zero them itself. Plus our object code should be
10731              slightly smaller.
10732      Branch: perl
10733            ! handy.h
10734 ____________________________________________________________________________
10735 [ 27773] By: nicholas                              on 2006/04/12  12:01:38
10736         Log: As OPs are shared between threads, they should be using
10737              PerlMemShared_*alloc functions, rather than per-thread *alloc()s.
10738      Branch: perl
10739            ! op.c op.h
10740 ____________________________________________________________________________
10741 [ 27772] By: nicholas                              on 2006/04/11  22:17:25
10742         Log: Subject: [PATCH] regexec.c: move NULL check earlier to make Coverity happier
10743              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10744              Message-Id: <200604112004.k3BK4mV3097400@kosh.hut.fi>
10745              Date: Tue, 11 Apr 2006 23:04:48 +0300 (EEST)
10746      Branch: perl
10747            ! regexec.c
10748 ____________________________________________________________________________
10749 [ 27771] By: nicholas                              on 2006/04/11  21:53:33
10750         Log: Subject: [PATCH] regcomp.c (try II): use &PL_sv_undef for listsv as suggested by Nick
10751              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10752              Message-Id: <200604112053.k3BKrPgk310001@kosh.hut.fi>
10753              Date: Tue, 11 Apr 2006 23:53:25 +0300 (EEST)
10754      Branch: perl
10755            ! regcomp.c
10756 ____________________________________________________________________________
10757 [ 27770] By: nicholas                              on 2006/04/11  21:03:48
10758         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
10759              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10760              Message-Id: <200604112039.k3BKdWix334525@kosh.hut.fi>
10761              Date: Tue, 11 Apr 2006 23:39:32 +0300 (EEST)
10762      Branch: perl
10763            ! perlio.c
10764 ____________________________________________________________________________
10765 [ 27769] By: nicholas                              on 2006/04/11  19:47:15
10766         Log: Subject: [PATCH] locale.c: more Safefree() (Coverity finding)
10767              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10768              Message-Id: <200604111908.k3BJ8ewn030950@kosh.hut.fi>
10769              Date: Tue, 11 Apr 2006 22:08:40 +0300 (EEST)
10770      Branch: perl
10771            ! locale.c
10772 ____________________________________________________________________________
10773 [ 27768] By: nicholas                              on 2006/04/11  19:26:48
10774         Log: First stab at using the pad to store the serialised hints data.
10775              This approach is almost certainly not only wrong, but also doomed.
10776              But it's needed to build a correct solution.
10777      Branch: perl
10778            ! hv.c hv.h op.c pp_ctl.c scope.h sv.c
10779 ____________________________________________________________________________
10780 [ 27767] By: nicholas                              on 2006/04/11  18:06:30
10781         Log: Within Perl_newSVhek, inline most of newSVpvn_share(), because
10782              share_hek_hek() is far more efficient than sharepvn().
10783      Branch: perl
10784            ! sv.c
10785 ____________________________________________________________________________
10786 [ 27766] By: nicholas                              on 2006/04/11  16:17:13
10787         Log: Stop Perl_newSVpvn_share() potentially leaking the return result from
10788              bytes_from_utf8().
10789      Branch: perl
10790            ! sv.c
10791 ____________________________________________________________________________
10792 [ 27764] By: nicholas                              on 2006/04/11  13:47:05
10793         Log: Need to migrate the refcounted_he structure to be properly shared.
10794              Add a mutex for manipulated their reference counts.
10795              Unwrap the structure, so that for ithreads it can store SVs in pads.
10796      Branch: perl
10797            ! dosish.h embedvar.h hv.c hv.h perl.c perlapi.h perlvars.h
10798            ! symbian/symbianish.h unixish.h vms/vmsish.h win32/win32.c
10799            ! wince/wince.c
10800 ____________________________________________________________________________
10801 [ 27763] By: rgs                                   on 2006/04/11  07:54:23
10802         Log: Subject: [PATCH] Quiet a coverity problem
10803              From: andy@petdance.com (Andy Lester)
10804              Date: Mon, 10 Apr 2006 23:51:50 -0500
10805              Message-ID: <20060411045150.GA1422@petdance.com>
10806      Branch: perl
10807            ! pp.c
10808 ____________________________________________________________________________
10809 [ 27762] By: nicholas                              on 2006/04/10  19:55:49
10810         Log: All S_dumpuntil()'s regnode pointer arguments can be const.
10811      Branch: perl
10812            ! embed.fnc proto.h regcomp.c
10813 ____________________________________________________________________________
10814 [ 27761] By: nicholas                              on 2006/04/10  17:48:04
10815         Log: Perl_unsharepvn() was no longer being used in core, and changes to
10816              S_unshare_hek_or_pvn() had broken it. Now fixed and tested.
10817      Branch: perl
10818            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
10819 ____________________________________________________________________________
10820 [ 27760] By: merijn                                on 2006/04/10  16:35:30
10821         Log: config_H being the last part of my mkglossary work
10822      Branch: perl
10823            ! Porting/config_H
10824 ____________________________________________________________________________
10825 [ 27758] By: merijn                                on 2006/04/10  16:14:32
10826         Log: Regeneration of Glossary and the underlying tools.
10827      Branch: perl
10828            ! Porting/Glossary Porting/config.sh
10829 ____________________________________________________________________________
10830 [ 27757] By: rgs                                   on 2006/04/10  15:46:27
10831         Log: Subject: [PATCH] Fix coverity warning in utf8.c
10832              From: Andy Dougherty <doughera@lafayette.edu>
10833              Date: Mon, 10 Apr 2006 11:18:35 -0400 (EDT)
10834              Message-ID: <Pine.SOC.4.62.0604101117450.22851@maxwell.phys.lafayette.edu>
10835      Branch: perl
10836            ! utf8.c
10837 ____________________________________________________________________________
10838 [ 27756] By: nicholas                              on 2006/04/10  12:21:34
10839         Log: Subject: [PATCH] pp_sys.c: some Coverity findings: NULL guards for format cv
10840              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
10841              Message-Id: <20060408155541.46B796D08C@ugli.hut.fi>
10842              Date: Sat,  8 Apr 2006 18:55:41 +0300 (EEST)
10843      Branch: perl
10844            ! pp_sys.c t/op/write.t
10845 ____________________________________________________________________________
10846 [ 27755] By: nicholas                              on 2006/04/10  11:56:21
10847         Log: Subject: [PATCH] pp_sys.c: some Coverity findings: NULL guards for io pointers
10848              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
10849              Message-Id: <20060408155232.4C9726D08C@ugli.hut.fi>
10850              Date: Sat,  8 Apr 2006 18:52:32 +0300 (EEST)
10851      Branch: perl
10852            ! pp_sys.c
10853 ____________________________________________________________________________
10854 [ 27754] By: nicholas                              on 2006/04/10  11:12:26
10855         Log: Subject: [PATCH]es: quiet some warnings (with a free AIX cpp insanity avoidance tip)
10856              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10857              Message-ID: <44375F23.6030900@gmail.com>
10858              Date: Sat, 08 Apr 2006 09:58:43 +0300
10859      Branch: perl
10860            ! op.c pad.h pp_sys.c
10861 ____________________________________________________________________________
10862 [ 27753] By: davem                                 on 2006/04/10  09:10:37
10863         Log: Subject:  [PATCH] True consting goodness in regexes
10864              From:  andy@petdance.com (Andy Lester)
10865              Date:  Mon, 10 Apr 2006 02:15:58 -0500
10866              Message-Id:  <20060410071558.GA24756@petdance.com>
10867      Branch: perl
10868            ! embed.fnc proto.h regcomp.c regexec.c
10869 ____________________________________________________________________________
10870 [ 27752] By: nicholas                              on 2006/04/09  21:07:48
10871         Log: Fix pointer error in change 27741, spotted by John E. Malmberg.
10872      Branch: perl
10873            ! sv.c
10874 ____________________________________________________________________________
10875 [ 27751] By: stevep                                on 2006/04/09  19:28:35
10876         Log: Subject: Re: [PATCH] perlio.c: Coverity finding: finding false (Coverity notable to follow vtable logic) but adding an assert
10877              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10878              Date: Sun, 09 Apr 2006 10:18:52 +0300
10879              Message-ID: <4438B55C.9010604@gmail.com>
10880      Branch: perl
10881            ! perlio.c
10882 ____________________________________________________________________________
10883 [ 27750] By: stevep                                on 2006/04/09  18:55:07
10884         Log: Subject: Re: [PATCH] locale.c: Coverity finding
10885              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10886              Date: Sun, 09 Apr 2006 10:31:32 +0300
10887              Message-ID: <4438B854.6040301@gmail.com>
10888      Branch: perl
10889            ! locale.c
10890 ____________________________________________________________________________
10891 [ 27749] By: stevep                                on 2006/04/09  18:44:17
10892         Log: Subject: [PATCH] Rename variables in some mg_* funcs
10893              From: andy@petdance.com (Andy Lester)
10894              Date: Sun, 9 Apr 2006 00:20:12 -0500
10895              Message-ID: <20060409052012.GA15887@petdance.com>
10896      Branch: perl
10897            ! mg.c
10898 ____________________________________________________________________________
10899 [ 27746] By: davem                                 on 2006/04/08  23:58:51
10900         Log: fix potential null deref introduced by change #27716
10901      Branch: perl
10902            ! regexec.c
10903 ____________________________________________________________________________
10904 [ 27745] By: nicholas                              on 2006/04/08  22:37:29
10905         Log: Subject: [PATCH] perlio.c: Coverity finding: finding false (Coverity not able to follow vtable logic) but adding an assert
10906              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
10907              Message-Id: <20060408161136.CEAC86D08C@ugli.hut.fi>
10908              Date: Sat,  8 Apr 2006 19:11:36 +0300 (EEST)
10909      Branch: perl
10910            ! perlio.c
10911 ____________________________________________________________________________
10912 [ 27744] By: nicholas                              on 2006/04/08  22:23:26
10913         Log: Subject: [PATCH] sv.c, rs.t, perlvar.pod (Coverity finding: did you know what happens with $/=\0?)
10914              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
10915              Message-Id: <20060408152533.C4D5F6D08C@ugli.hut.fi>
10916              Date: Sat,  8 Apr 2006 18:25:33 +0300 (EEST)
10917              
10918              (although I should add that this version of Coverity is actually
10919              raising a false positive here, albeit something still interesting)
10920      Branch: perl
10921            ! pod/perlvar.pod sv.c t/base/rs.t
10922 ____________________________________________________________________________
10923 [ 27741] By: nicholas                              on 2006/04/08  15:14:13
10924         Log: As av_dup, gv_dup and hv_dup are the same as sv_dup, code in various
10925              branches of Perl_ss_dup() is actually duplicated, so can be merged.
10926      Branch: perl
10927            ! sv.c
10928 ____________________________________________________________________________
10929 [ 27740] By: nicholas                              on 2006/04/08  14:46:53
10930         Log: By swapping the order of pushes onto the save stack for
10931              SAVEt_GENERIC_PVREF, we can merge it with SAVEt_PPTR in Perl_ss_dup().
10932      Branch: perl
10933            ! scope.c sv.c
10934 ____________________________________________________________________________
10935 [ 27739] By: nicholas                              on 2006/04/08  13:43:46
10936         Log: Teach ss_dup about SAVEt_RE_STATE. (As correctly as it ever was before)
10937      Branch: perl
10938            ! sv.c
10939 ____________________________________________________________________________
10940 [ 27738] By: nicholas                              on 2006/04/08  12:50:13
10941         Log: ss_dup of SAVEt_COP_ARYBASE can use the same code as SAVEt_I8.
10942      Branch: perl
10943            ! sv.c
10944 ____________________________________________________________________________
10945 [ 27737] By: nicholas                              on 2006/04/07  21:24:35
10946         Log: Give more information in the panic in ss_dup. (Although I'm not sure
10947              if croak() works at this point, given PerlIO's dependency on a
10948              functional interpreter.)
10949      Branch: perl
10950            ! sv.c
10951 ____________________________________________________________________________
10952 [ 27736] By: gisle                                 on 2006/04/07  16:08:26
10953         Log: Make perl_fini() run when compiling perl with
10954              the Sun WorkShop compiler.
10955      Branch: perl
10956            ! perl.c
10957 ____________________________________________________________________________
10958 [ 27735] By: steveh                                on 2006/04/07  14:55:41
10959         Log: Patch from Jarkko to fix breakage caused by change #27649
10960              see: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00144.html
10961      Branch: perl
10962            ! malloc.c perl.h
10963 ____________________________________________________________________________
10964 [ 27734] By: nicholas                              on 2006/04/07  12:49:11
10965         Log: Oops. Being too terse for my own good - it's not a great idea to chain
10966              assignment of char * to struct pmop *, even when the value is NULL.
10967      Branch: perl
10968            ! perl.c
10969 ____________________________________________________________________________
10970 [ 27733] By: craigb                                on 2006/04/07  02:53:52
10971         Log: Subject: [patch@27694] VMS RMSEXPAND/PERL_CANDO fixes
10972              From: "John E. Malmberg" <wb8tyw@qsl.net>
10973              Date: Mon, 03 Apr 2006 07:39:10 -0400
10974              Message-id: <4431095E.8030003@qsl.net>
10975      Branch: perl
10976            ! vms/vms.c vms/vmsish.h
10977 ____________________________________________________________________________
10978 [ 27732] By: nicholas                              on 2006/04/06  15:52:37
10979         Log: Move all the regexp state variables into a single structure.
10980              This allows it to be saved, restored and cloned with a single Copy()
10981              (but inevitably still some fixup)
10982      Branch: perl
10983            ! embedvar.h perl.c perlapi.h regcomp.c regexp.h scope.c sv.c
10984            ! thrdvar.h
10985 ____________________________________________________________________________
10986 [ 27731] By: steveh                                on 2006/04/06  14:55:40
10987         Log: Subject: Re: Smoke [5.9.4] 27728 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
10988              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
10989              Date: Thu, 6 Apr 2006 14:32:50 +0200
10990              Message-ID: <20060406143250.5a7de4b8@grubert.mandriva.com>
10991      Branch: perl
10992            ! mg.c
10993 ____________________________________________________________________________
10994 [ 27729] By: steveh                                on 2006/04/06  12:16:53
10995         Log: Fix skip count in ext\B\t\lint.t
10996      Branch: perl
10997            ! ext/B/t/lint.t
10998 ____________________________________________________________________________
10999 [ 27728] By: nicholas                              on 2006/04/05  21:40:11
11000         Log: Save the regexp engine state as 1 block on the save stack.
11001      Branch: perl
11002            ! regcomp.c regexp.h scope.c scope.h
11003 ____________________________________________________________________________
11004 [ 27727] By: rgs                                   on 2006/04/05  20:59:53
11005         Log: Subject: Re: expr foreach (...) isn't a B::Lint warning anymore
11006              From: "Joshua ben Jore" <twists@gmail.com>
11007              Date: Wed, 5 Apr 2006 01:11:11 -0500
11008              Message-ID: <dc5c751d0604042311v354547aanf482b3259e56ebb8@mail.gmail.com>
11009      Branch: perl
11010            ! ext/B/B/Lint.pm ext/B/t/lint.t
11011 ____________________________________________________________________________
11012 [ 27726] By: nicholas                              on 2006/04/05  20:19:34
11013         Log: Perl_save_alloc can use the new(er) SSGROW rather than looping.
11014      Branch: perl
11015            ! scope.c
11016 ____________________________________________________________________________
11017 [ 27725] By: rgs                                   on 2006/04/05  19:45:42
11018         Log: Assigning undef to an entry in %ENV shouldn't produce warnings, even
11019              though it's silently converted to ""
11020      Branch: perl
11021            ! mg.c t/lib/warnings/mg
11022 ____________________________________________________________________________
11023 [ 27724] By: stevep                                on 2006/04/05  16:15:41
11024         Log: Try not to use negative values when accessing arrays in C.  Yet another
11025              Coverity catch.
11026      Branch: perl
11027            ! util.c
11028 ____________________________________________________________________________
11029 [ 27723] By: stevep                                on 2006/04/05  15:31:18
11030         Log: Initializing variables is good.  This is another Coverity catch.
11031      Branch: perl
11032            ! gv.c
11033 ____________________________________________________________________________
11034 [ 27722] By: rgs                                   on 2006/04/05  14:44:11
11035         Log: Subject: perlio.c breaks on Solaris/gcc when > 256 FDs are available
11036              From: Alan Burlison <Alan.Burlison@sun.com>
11037              Date: Wed, 05 Apr 2006 15:52:14 +0100
11038              Message-ID: <4433D99E.40800@sun.com>
11039      Branch: perl
11040            ! perlio.c
11041 ____________________________________________________________________________
11042 [ 27721] By: rgs                                   on 2006/04/05  12:56:10
11043         Log: There should be only one META.yml file
11044      Branch: perl
11045            - ext/Devel/PPPort/META.yml ext/Encode/META.yml
11046            ! MANIFEST
11047 ____________________________________________________________________________
11048 [ 27720] By: rgs                                   on 2006/04/05  12:19:11
11049         Log: Fix test portability on non-ASCII platforms
11050              
11051              Subject: Re: lib/ExtUtils/t/Constant.t problem on z/OS
11052              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
11053              Date: Wed, 05 Apr 2006 21:13:02 +0900
11054              Message-Id: <20060405210426.F99D.BQW10602@nifty.com>
11055      Branch: perl
11056            ! lib/ExtUtils/t/Constant.t
11057 ____________________________________________________________________________
11058 [ 27719] By: stevep                                on 2006/04/05  11:49:23
11059         Log: Document the functions htmlify() and anchorify() in Pod::Html.
11060      Branch: perl
11061            ! lib/Pod/Html.pm
11062 ____________________________________________________________________________
11063 [ 27718] By: steveh                                on 2006/04/05  10:35:58
11064         Log: Simplify tests for fork() capabilities
11065              
11066              Jarkko pointed out that change #27710 was causing some
11067              black smoke so makes the tests for fork() simpler, as
11068              per lib\Test\Simple\t\fork.t for now. (Ideally we want
11069              a $Config{d_pseudofork}, as suggested by Andy Dougherty,
11070              but that'll have to wait until I get some more tuits.)
11071      Branch: perl
11072            ! ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_sock.t
11073 ____________________________________________________________________________
11074 [ 27717] By: davem                                 on 2006/04/05  03:17:50
11075         Log: (??{...}) didn't always restore PL_reg_re.
11076              Also trie debugging output was using a var that was no longer
11077              valid
11078      Branch: perl
11079            ! regexec.c
11080 ____________________________________________________________________________
11081 [ 27716] By: davem                                 on 2006/04/05  01:50:33
11082         Log: eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdata
11083              (only another 441 global vars to go ...)
11084      Branch: perl
11085            ! embed.fnc embed.h embedvar.h perlapi.h proto.h regcomp.c
11086            ! regexec.c sv.c thrdvar.h
11087 ____________________________________________________________________________
11088 [ 27715] By: davem                                 on 2006/04/05  01:26:59
11089         Log: restructure the EVAL branch of regmatch() to minimise local var scope
11090              (no changes to functionality)
11091      Branch: perl
11092            ! regexec.c
11093 ____________________________________________________________________________
11094 [ 27714] By: rgs                                   on 2006/04/04  15:15:19
11095         Log: Subject: Re: Making IO::Socket pass test on Win32
11096              From: Jim Cromie <jim.cromie@gmail.com>
11097              Date: Tue, 04 Apr 2006 11:07:03 -0400
11098              Message-ID: <44328B97.2060903@gmail.com>
11099      Branch: perl
11100            ! ext/B/t/concise-xs.t
11101 ____________________________________________________________________________
11102 [ 27713] By: rgs                                   on 2006/04/04  12:42:44
11103         Log: FEATURE_IS_ENABLED takes only one parameter now, so reflect that in
11104              perl_keyword.pl
11105      Branch: perl
11106            ! perl_keyword.pl
11107 ____________________________________________________________________________
11108 [ 27712] By: rgs                                   on 2006/04/04  11:42:05
11109         Log: Subject: [PATCH] threads.pm should overload != operator
11110              From: "Jan Dubois" <jand@ActiveState.com>
11111              Date: Mon, 3 Apr 2006 18:06:24 -0700
11112              Message-ID: <02fc01c65783$fe4820f0$2217a8c0@candy>
11113      Branch: perl
11114            ! ext/threads/t/basic.t ext/threads/threads.pm
11115 ____________________________________________________________________________
11116 [ 27711] By: rgs                                   on 2006/04/04  11:14:27
11117         Log: Fix syntax error in io_pipe test
11118      Branch: perl
11119            ! ext/IO/t/io_pipe.t
11120 ____________________________________________________________________________
11121 [ 27710] By: steveh                                on 2006/04/04  10:34:10
11122         Log: Subject: Re: Making IO::Socket pass test on Win32
11123              From: demerphq <demerphq@gmail.com>
11124              Date: Sun, 2 Apr 2006 11:07:19 +0200
11125              Message-ID: <9b18b3110604020107o6a0b594cwfc2344a172c360b0@mail.gmail.com>
11126              
11127              plus extra $Config{d_fork} changes to io_pipe.t and io_multihomed.t
11128      Branch: perl
11129            ! ext/IO/lib/IO/Socket.pm ext/IO/t/io_multihomed.t
11130            ! ext/IO/t/io_pipe.t ext/IO/t/io_sock.t ext/IO/t/io_unix.t
11131 ____________________________________________________________________________
11132 [ 27709] By: rgs                                   on 2006/04/04  08:54:05
11133         Log: Subject: [PATCH] Move conditional SOCKS5 code into #ifdefs
11134              From: andy@petdance.com (Andy Lester)
11135              Date: Mon, 3 Apr 2006 08:28:18 -0500
11136              Message-ID: <20060403132818.GA7820@petdance.com>
11137      Branch: perl
11138            ! perlio.c
11139 ____________________________________________________________________________
11140 [ 27708] By: gisle                                 on 2006/04/04  08:36:02
11141         Log: Change 27592 disabled the building of manpages for non core-extensions
11142              The init_MAN3PODS method need to be called when no INSTALLMAN3DIR is
11143              present in the first place.
11144      Branch: perl
11145            ! lib/ExtUtils/MM_Unix.pm
11146 ____________________________________________________________________________
11147 [ 27707] By: rgs                                   on 2006/04/04  07:39:59
11148         Log: Subject: [PATCH] "smart match" description in overload.pm is in the middle of "fallback" section
11149              From: "Jan Dubois" <jand@ActiveState.com>
11150              Date: Mon, 3 Apr 2006 18:11:55 -0700
11151              Message-ID: <02fd01c65784$c3f3c430$2217a8c0@candy>
11152      Branch: perl
11153            ! lib/overload.pm
11154 ____________________________________________________________________________
11155 [ 27706] By: craigb                                on 2006/04/04  03:12:34
11156         Log: sort out some utime() issues on VMS
11157      Branch: perl
11158            ! vms/perlvms.pod vms/vms.c
11159 ____________________________________________________________________________
11160 [ 27705] By: rgs                                   on 2006/04/03  16:21:57
11161         Log: Subject: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST]
11162              From: "Jerry D. Hedden" <jerry@hedden.us>
11163              Date: Mon, 03 Apr 2006 06:10:35 -0700
11164              Message-ID: <20060403061035.fb30e530d17747c2b054d625b8945d88.7482c755b8.wbe@email.email.secureserver.net>
11165      Branch: perl
11166            ! ext/threads/Changes ext/threads/README ext/threads/t/basic.t
11167            ! ext/threads/t/join.t ext/threads/t/list.t
11168            ! ext/threads/t/problems.t ext/threads/t/thread.t
11169            ! ext/threads/threads.pm ext/threads/threads.xs
11170 ____________________________________________________________________________
11171 [ 27704] By: nicholas                              on 2006/04/03  11:32:44
11172         Log: Two modules in ext/ have dependencies that are post-miniperl.
11173              Encode this information in the Makefile for now.
11174      Branch: perl
11175            ! Makefile.SH
11176 ____________________________________________________________________________
11177 [ 27703] By: merijn                                on 2006/04/03  10:02:37
11178         Log: Regeneration after backports of #27447, #27484, #27485, #27488,
11179              #27489, #27490, #27491, and #27632
11180      Branch: perl
11181            ! Configure config_h.SH
11182 ____________________________________________________________________________
11183 [ 27702] By: davem                                 on 2006/04/03  09:56:29
11184         Log: undo #27700 and add a missing Safefree()
11185      Branch: perl
11186            ! regexec.c
11187 ____________________________________________________________________________
11188 [ 27701] By: rgs                                   on 2006/04/03  09:50:45
11189         Log: Subject: [PATCH] SvREFCNT_inc tweaks
11190              From: andy@petdance.com (Andy Lester)
11191              Date: Sat, 1 Apr 2006 02:01:30 -0600
11192              Message-ID: <20060401080130.GA19372@petdance.com>
11193      Branch: perl
11194            ! op.c pad.c perlio.c
11195 ____________________________________________________________________________
11196 [ 27700] By: rgs                                   on 2006/04/03  09:07:20
11197         Log: Subject: [PATCH] Removed unused code in regexec.c
11198              From: andy@petdance.com (Andy Lester)
11199              Date: Mon, 3 Apr 2006 00:00:50 -0500
11200              Message-ID: <20060403050050.GA19055@petdance.com>
11201      Branch: perl
11202            ! regexec.c
11203 ____________________________________________________________________________
11204 [ 27699] By: rgs                                   on 2006/04/03  08:57:57
11205         Log: Subject: [PATCH] ext/IO/t/io_unix.t
11206              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
11207              Date: Sun, 02 Apr 2006 21:57:19 +0300
11208              Message-ID: <44301E8F.2060503@gmail.com>
11209      Branch: perl
11210            ! ext/IO/t/io_unix.t
11211 ____________________________________________________________________________
11212 [ 27698] By: rgs                                   on 2006/04/03  08:50:28
11213         Log: Subject: revisited: pow.t test failures on AIX 5.1 perl588 with -Duselongdouble
11214              From: "John L. Allen" <allen@grumman.com>
11215              Date: Thu, 30 Mar 2006 17:53:13 -0500 (EST)
11216              Message-ID: <Pine.GSO.4.53.0603301710140.24672@gateway.northropgrumman.com>
11217      Branch: perl
11218            ! pp.c
11219 ____________________________________________________________________________
11220 [ 27697] By: rgs                                   on 2006/04/03  08:30:27
11221         Log: Document that the regexp engine is not currently reentrant
11222              
11223              Subject: Re: [perl #33936] segment fault when using split() in regexp with (??{...})
11224              From: Dominic Dunlop <domo@computer.org>
11225              Date: Sun, 2 Apr 2006 21:13:59 +0200
11226              Message-Id: <AD104FE7-2BD6-49B6-A845-46458179A4B1@computer.org>
11227      Branch: perl
11228            ! pod/perlre.pod
11229 ____________________________________________________________________________
11230 [ 27696] By: rgs                                   on 2006/04/03  08:22:15
11231         Log: Take splint into account for PERL_UNUSED_ARG (patch by Jarkko)
11232      Branch: perl
11233            ! XSUB.h perl.h
11234 ____________________________________________________________________________
11235 [ 27694] By: davem                                 on 2006/04/03  01:31:12
11236         Log: anonymous unions aren't legal ANSI c
11237      Branch: perl
11238            ! regexec.c regexp.h
11239 ____________________________________________________________________________
11240 [ 27693] By: nicholas                              on 2006/04/03  00:25:45
11241         Log: The make_ext script should pass MAKE=$MAKE to submakes it invokes for
11242              extentions, as they in turn may invoke $MAKE, and should invoke the
11243              same $MAKE as at the top level, which may not be $Config{make}
11244      Branch: perl
11245            ! ext/util/make_ext
11246 ____________________________________________________________________________
11247 [ 27692] By: davem                                 on 2006/04/02  23:50:25
11248         Log: whoops, change 27691 blew away the regexec.c changes from 27688
11249      Branch: perl
11250            ! regexec.c
11251 ____________________________________________________________________________
11252 [ 27691] By: davem                                 on 2006/04/02  22:37:57
11253         Log: subsume CURCUR (current curly) struct within the main regmatch_state
11254      Branch: perl
11255            ! regexec.c regexp.h
11256 ____________________________________________________________________________
11257 [ 27690] By: rgs                                   on 2006/04/02  21:41:28
11258         Log: Subject: [PATCH] Removed unnecessary pointers checks
11259              From: andy@petdance.com (Andy Lester)
11260              Date: Sat, 1 Apr 2006 01:01:32 -0600
11261              Message-ID: <20060401070132.GA6616@petdance.com>
11262      Branch: perl
11263            ! gv.c
11264 ____________________________________________________________________________
11265 [ 27689] By: rgs                                   on 2006/04/02  21:13:16
11266         Log: Subject: [PATCH] Prevent "use sort 'stable'" from reversing the order
11267              From: Robin Houston <robin@cpan.org>
11268              Date: Sun, 2 Apr 2006 17:20:24 +0100
11269              Message-ID: <20060402162024.GA3854@rpc142.cs.man.ac.uk>
11270      Branch: perl
11271            ! lib/sort.t pp_sort.c
11272 ____________________________________________________________________________
11273 [ 27688] By: rgs                                   on 2006/04/02  20:58:59
11274         Log: Subject: Re: [perl #38293] chr(65535) should be allowed in regexes
11275              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
11276              Date: Sun, 02 Apr 2006 22:48:44 +0900
11277              Message-Id: <20060402224657.B942.BQW10602@nifty.com>
11278      Branch: perl
11279            ! doop.c op.c regcomp.c regexec.c t/op/pat.t t/op/tr.t utf8.h
11280 ____________________________________________________________________________
11281 [ 27687] By: nicholas                              on 2006/04/02  20:27:24
11282         Log: Change 27677 missed two direct accesses to op_private in COPs.
11283              I believe that all are now found, as redefining CopHINTS_get(c)
11284              to (~(c)->op_private) (with corresponding changes to CopHINTS_set()
11285              and the initialisation of PL_compiling) works.
11286      Branch: perl
11287            ! perl.h pp_ctl.c utf8.h
11288 ____________________________________________________________________________
11289 [ 27686] By: merijn                                on 2006/04/02  19:10:55
11290         Log: First stab at a more reliable Glossary. This now is (again)
11291              mostly generated. (Well, It's a repair to the existing version
11292              "based on" a generated version, which is now well sorted, but
11293              still incomplete for less obvious reasons).
11294      Branch: perl
11295            ! Porting/Glossary
11296 ____________________________________________________________________________
11297 [ 27685] By: davem                                 on 2006/04/02  18:32:32
11298         Log: make parts of struct regmatch_state unions
11299              This reduces its size from 120 to 72 bytes
11300      Branch: perl
11301            ! regexec.c regexp.h
11302 ____________________________________________________________________________
11303 [ 27681] By: nicholas                              on 2006/04/02  17:05:34
11304         Log: Better failure diagnostics from switch.t.
11305      Branch: perl
11306            ! t/op/switch.t
11307 ____________________________________________________________________________
11308 [ 27680] By: nicholas                              on 2006/04/02  16:51:53
11309         Log: Subject: Re: recent changes have some unmatching of parameters and types
11310              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
11311              Message-Id: <20060402122547.0037.BQW10602@nifty.com>
11312              Date: Sun, 02 Apr 2006 12:32:53 +0900
11313      Branch: perl
11314            ! embed.fnc pod/perlintern.pod proto.h
11315 ____________________________________________________________________________
11316 [ 27679] By: davem                                 on 2006/04/02  16:32:10
11317         Log: use slabs to allocate save state space in regmatch() 
11318      Branch: perl
11319            ! embedvar.h perl.c perl.h perlapi.h regcomp.h regexec.c
11320            ! regexp.h sv.c thrdvar.h
11321 ____________________________________________________________________________
11322 [ 27677] By: nicholas                              on 2006/04/02  11:17:58
11323         Log: Abstract all reads/writes of the hints in COPs with 2 new macros,
11324              CopHINTS_get() and CopHINTS_set().
11325      Branch: perl
11326            ! cop.h op.c pp_ctl.c utf8.c
11327 ____________________________________________________________________________
11328 [ 27676] By: nicholas                              on 2006/04/02  10:55:36
11329         Log: 'SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv)' is 'SvIV(sv)' so write it as such.
11330      Branch: perl
11331            ! mg.c
11332 ____________________________________________________________________________
11333 [ 27674] By: nicholas                              on 2006/04/02  10:41:30
11334         Log: Convert ByteLoader to use CopARYBASE_set().
11335      Branch: perl
11336            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
11337 ____________________________________________________________________________
11338 [ 27671] By: nicholas                              on 2006/04/02  10:08:04
11339         Log: Abstract all the accesses to cop_arybase (apart from ByteLoader)
11340      Branch: perl
11341            ! cop.h ext/B/B.xs mg.c op.c pp.c pp_ctl.c pp_hot.c scope.c
11342            ! scope.h toke.c
11343 ____________________________________________________________________________
11344 [ 27669] By: craigb                                on 2006/04/02  01:09:38
11345         Log: fix typo in vms/gen_shrfls.pl itanium detector
11346      Branch: perl
11347            ! vms/gen_shrfls.pl
11348 ____________________________________________________________________________
11349 [ 27668] By: nicholas                              on 2006/04/01  23:34:10
11350         Log: If the passed in target rv for Perl_newSVrv() was already a reference
11351              to something, it would leak the reference count on that thing.
11352      Branch: perl
11353            ! sv.c
11354 ____________________________________________________________________________
11355 [ 27667] By: nicholas                              on 2006/04/01  23:09:34
11356         Log: Test no mypragma;
11357      Branch: perl
11358            ! t/lib/mypragma.t
11359 ____________________________________________________________________________
11360 [ 27666] By: nicholas                              on 2006/04/01  21:17:46
11361         Log: Automatically set HINT_LOCALIZE_HH whenever %^H is modified.
11362      Branch: perl
11363            ! embed.fnc embed.h hv.c lib/feature.pm lib/sort.pm mg.c op.c
11364            ! proto.h scope.c scope.h t/lib/mypragma.pm
11365 ____________________________________________________________________________
11366 [ 27665] By: nicholas                              on 2006/04/01  19:38:31
11367         Log: The call to Perl_hv_assert(aTHX_ hv) should be wrapped in a DEBUG_A().
11368      Branch: perl
11369            ! hv.c
11370 ____________________________________________________________________________
11371 [ 27664] By: nicholas                              on 2006/04/01  15:26:48
11372         Log: Test that user pragmas work inside string eval.
11373      Branch: perl
11374            ! t/lib/mypragma.t
11375 ____________________________________________________________________________
11376 [ 27663] By: nicholas                              on 2006/04/01  15:22:54
11377         Log: Add Rafael's example user pragma, and convert his demo to a test.
11378      Branch: perl
11379            + t/lib/mypragma.pm t/lib/mypragma.t
11380            ! MANIFEST
11381 ____________________________________________________________________________
11382 [ 27662] By: nicholas                              on 2006/04/01  15:21:56
11383         Log: If the comment says "(and not ours)" then it should be tested.
11384      Branch: perl
11385            ! t/op/getppid.t
11386 ____________________________________________________________________________
11387 [ 27660] By: nicholas                              on 2006/04/01  15:11:11
11388         Log: Rewrite t/op/getppid.t to remove the assumption that init has PID of 1.
11389      Branch: perl
11390            ! t/op/getppid.t
11391 ____________________________________________________________________________
11392 [ 27659] By: nicholas                              on 2006/04/01  14:31:37
11393         Log: Propagate cop_hints inside string evals. For the unthreaded case this
11394              is easy. For the threaded case it's not, because the current OP may
11395              be shared with another thread, so solve this by copying the hints
11396              chain.
11397      Branch: perl
11398            ! embed.fnc embed.h hv.c pod/perlintern.pod pp_ctl.c proto.h
11399            ! t/op/caller.t
11400 ____________________________________________________________________________
11401 [ 27657] By: nicholas                              on 2006/04/01  12:32:23
11402         Log: Inconsistencies in paramter const-ness noticed by SADAHIRO Tomoyuki.
11403      Branch: perl
11404            ! embed.fnc proto.h sv.c
11405 ____________________________________________________________________________
11406 [ 27656] By: rgs                                   on 2006/03/31  21:53:22
11407         Log: Subject: [PATCH] Re: recursion now removed from the regex engine
11408              From: Dominic Dunlop <shouldbedomo@mac.com>
11409              Date: Thu, 30 Mar 2006 10:31:55 +0200
11410              Message-Id: <C4D69F9F-FB90-4564-8C46-E51765EB0440@mac.com>
11411      Branch: perl
11412            ! t/op/pat.t
11413 ____________________________________________________________________________
11414 [ 27653] By: rgs                                   on 2006/03/31  20:02:40
11415         Log: Updated version of the grumpy comment deleted by change #27649,
11416              by Jarkko
11417      Branch: perl
11418            ! perl.h
11419 ____________________________________________________________________________
11420 [ 27652] By: merijn                                on 2006/03/31  19:36:44
11421         Log: Glossary part for #27447 (madlyh, madlyobj, madlysrc)
11422      Branch: perl
11423            ! Porting/Glossary
11424 ____________________________________________________________________________
11425 [ 27650] By: nicholas                              on 2006/03/31  19:30:09
11426         Log: Need to dup any hints HV stored on the save stack.
11427      Branch: perl
11428            ! sv.c
11429 ____________________________________________________________________________
11430 [ 27649] By: rgs                                   on 2006/03/31  16:59:53
11431         Log: Subject: [PATCH] Redo PERL_UNUSED_DECL
11432              From: andy@petdance.com (Andy Lester)
11433              Date: Fri, 31 Mar 2006 00:54:58 -0600
11434              Message-ID: <20060331065458.GA28571@petdance.com>
11435      Branch: perl
11436            ! malloc.c perl.h
11437 ____________________________________________________________________________
11438 [ 27648] By: craigb                                on 2006/03/31  16:31:28
11439         Log: Subject: [patch@27638] Enable standard stat for VMS >=8.2
11440              From: "John E. Malmberg" <wb8tyw@qsl.net>
11441              Date: Fri, 31 Mar 2006 00:39:23 -0500
11442              Message-id: <442CC08A.30409@qsl.net>
11443      Branch: perl
11444            ! configure.com vms/vms.c vms/vmsish.h
11445 ____________________________________________________________________________
11446 [ 27647] By: nicholas                              on 2006/03/31  16:22:13
11447         Log: Note future possible flexibility for Perl_magic_sethint().
11448      Branch: perl
11449            ! mg.c
11450 ____________________________________________________________________________
11451 [ 27646] By: nicholas                              on 2006/03/31  16:19:38
11452         Log: Test that entries in %^H are actually independant.
11453      Branch: perl
11454            ! t/op/caller.t
11455 ____________________________________________________________________________
11456 [ 27645] By: nicholas                              on 2006/03/31  14:10:39
11457         Log: I can't spell.
11458      Branch: perl
11459            ! op.c
11460 ____________________________________________________________________________
11461 [ 27644] By: rgs                                   on 2006/03/31  14:08:12
11462         Log: Document new magic types in perlguts. Fix a comment about sort hints.
11463      Branch: perl
11464            ! perl.h pod/perlguts.pod
11465 ____________________________________________________________________________
11466 [ 27643] By: nicholas                              on 2006/03/31  13:45:57
11467         Log: Serialise changes to %^H onto the current COP. Return the compile time
11468              state of %^H as an eleventh value from caller. This allows users to
11469              write pragmas.
11470      Branch: perl
11471            ! cop.h dump.c embed.fnc embed.h gv.c hv.c hv.h makedef.pl mg.c
11472            ! op.c perl.c perl.h pod/perlfunc.pod pod/perlintern.pod
11473            ! pp_ctl.c proto.h scope.c scope.h sv.c t/op/caller.t
11474 ____________________________________________________________________________
11475 [ 27642] By: rgs                                   on 2006/03/31  13:22:00
11476         Log: Upgrade to Time::Local 1.12_01
11477      Branch: perl
11478            ! lib/Time/Local.pm lib/Time/Local.t
11479 ____________________________________________________________________________
11480 [ 27641] By: rgs                                   on 2006/03/31  12:30:31
11481         Log: Subject: [PATCH] Random accumulated patches
11482              From: andy@petdance.com (Andy Lester)
11483              Date: Thu, 30 Mar 2006 23:42:28 -0600
11484              Message-ID: <20060331054228.GA18940@petdance.com>
11485      Branch: perl
11486            ! cop.h doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c op.c perl.c
11487            ! perl.h pp.c pp_ctl.c pp_hot.c pp_sort.c proto.h regcomp.c sv.c
11488            ! sv.h toke.c utf8.c
11489 ____________________________________________________________________________
11490 [ 27640] By: rgs                                   on 2006/03/31  12:10:57
11491         Log: Subject: [PATCH] IO::Compress::Zip
11492              From: "Paul Marquess" <paul.marquess@ntlworld.com>
11493              Date: Fri, 31 Mar 2006 09:48:36 +0100
11494              Message-ID: <005201c6549f$e7374490$2405140a@myopwv.com>
11495      Branch: perl
11496            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
11497 ____________________________________________________________________________
11498 [ 27639] By: rgs                                   on 2006/03/31  08:00:08
11499         Log: Test for fileno definedness instead of truth
11500              Don't load Config.pm, which isn't used
11501      Branch: perl
11502            ! lib/FileCache.pm
11503 ____________________________________________________________________________
11504 [ 27638] By: nicholas                              on 2006/03/30  20:55:17
11505         Log: Localising hash slices with UTF-8 encoded keys was also buggy.
11506              (See also change 27637)
11507      Branch: perl
11508            ! pp.c t/op/local.t
11509 ____________________________________________________________________________
11510 [ 27637] By: nicholas                              on 2006/03/30  20:37:03
11511         Log: Fix bug #38815 (localising keys which are UTF-8 encoded didn't delete
11512              them correctly on scope exit)
11513      Branch: perl
11514            ! pp_hot.c scope.c t/op/local.t
11515 ____________________________________________________________________________
11516 [ 27636] By: nicholas                              on 2006/03/30  18:18:27
11517         Log: Fix bug 36267 - assigning to a tied hash shouldn't change the
11518              underlying hash. (It used to, if the underlying hash had had storage
11519              allocated). This has the side effect of changing the return value from
11520              hv_store and hv_store_ent for some tied hash scenarios. But *to*
11521              something consistent (ly crazy)
11522      Branch: perl
11523            ! ext/XS/APItest/t/hash.t hv.c t/op/tie.t
11524 ____________________________________________________________________________
11525 [ 27635] By: stevep                                on 2006/03/30  12:49:28
11526         Log: Pod nit mentioned in Debian bug #358455.
11527      Branch: perl
11528            ! pod/perlsec.pod
11529 ____________________________________________________________________________
11530 [ 27634] By: gisle                                 on 2006/03/30  12:31:26
11531         Log: Populate pre-canned config.sh files with
11532              d_archlib and d_inc_version_list.
11533              Ref change 27632.
11534      Branch: perl
11535            ! configure.com symbian/config.sh win32/config.bc
11536            ! win32/config.gc win32/config.vc win32/config.vc64
11537            ! wince/config.ce
11538 ____________________________________________________________________________
11539 [ 27633] By: rgs                                   on 2006/03/30  12:15:35
11540         Log: Subject: PATCH t/op/tie.t
11541              From: Robin Barker <Robin.Barker@npl.co.uk>
11542              Date: Thu, 30 Mar 2006 13:07:47 +0100
11543              Message-ID: <533D273D4014D411AB1D00062938C4D90849C9CA@hotel.npl.ad.local>
11544      Branch: perl
11545            ! t/op/tie.t
11546 ____________________________________________________________________________
11547 [ 27632] By: gisle                                 on 2006/03/30  12:13:54
11548         Log: Introduce d_sitearch and d_inc_version_list config.sh variables.
11549              These allow me to set sitearch and sitelib to be the same without
11550              ending up with duplicate entries in @INC.
11551              
11552              Basically the same way the old d_archlib variable is used.
11553      Branch: perl
11554            ! Configure Porting/Glossary config_h.SH perl.c
11555 ____________________________________________________________________________
11556 [ 27631] By: rgs                                   on 2006/03/30  08:28:38
11557         Log: Subject: Re: New Module::Build released
11558              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
11559              Date: Wed, 29 Mar 2006 14:10:32 -0500
11560              Message-ID: <442ADBA8.4000203@thepierianspring.org>
11561      Branch: perl
11562            + lib/Module/Build/YAML.pm lib/Module/Build/t/mbyaml.t
11563            ! MANIFEST lib/ExtUtils/CBuilder.pm
11564            ! lib/ExtUtils/CBuilder/Changes
11565            ! lib/ExtUtils/CBuilder/Platform/VMS.pm lib/Module/Build.pm
11566            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
11567            ! lib/Module/Build/Changes lib/Module/Build/Platform/MacOS.pm
11568            ! lib/Module/Build/Platform/VMS.pm
11569            ! lib/Module/Build/Platform/Windows.pm
11570            ! lib/Module/Build/Platform/os2.pm
11571            ! lib/Module/Build/t/bundled/Tie/CPHash.pm
11572            ! lib/Module/Build/t/lib/DistGen.pm
11573            ! lib/Module/Build/t/metadata.t
11574 ____________________________________________________________________________
11575 [ 27630] By: rgs                                   on 2006/03/30  08:17:12
11576         Log: Subject: [PATCH] Clean up regexec.c, and remove two functions
11577              From: andy@petdance.com (Andy Lester)
11578              Date: Wed, 29 Mar 2006 10:13:36 -0600
11579              Message-ID: <20060329161336.GA12456@petdance.com>
11580      Branch: perl
11581            ! embed.fnc embed.h proto.h regexec.c
11582 ____________________________________________________________________________
11583 [ 27629] By: rgs                                   on 2006/03/29  12:30:56
11584         Log: Subject: child's processor time
11585              From: hv@crypt.org <hv@crypt.org>
11586              Date: Mar 29, 2006 2:34 PM
11587              Message-Id: <200603291234.k2TCY6r29535@zen.crypt.org>
11588      Branch: perl
11589            ! pod/perlfunc.pod
11590 ____________________________________________________________________________
11591 [ 27628] By: rgs                                   on 2006/03/29  09:26:01
11592         Log: Subject: CLONE for Tie::RefHash
11593              From: Yuval Kogman <nothingmuch@woobling.org>
11594              Date: Mon, 27 Mar 2006 15:34:07 +0200
11595              Message-ID: <20060327133407.GA16901@woobling.org>
11596              
11597              (also rename old Tie::RefHash test, so several test files
11598              are allowed.)
11599      Branch: perl
11600            + lib/Tie/RefHash/threaded.t
11601           +> lib/Tie/RefHash/refhash.t
11602            - lib/Tie/RefHash.t
11603            ! MANIFEST lib/Tie/RefHash.pm
11604 ____________________________________________________________________________
11605 [ 27627] By: rgs                                   on 2006/03/29  09:01:21
11606         Log: Subject: [PATCH] Devel::DProf consting
11607              From: andy@petdance.com (Andy Lester)
11608              Date: Sat, 25 Mar 2006 23:32:13 -0600
11609              Message-ID: <20060326053213.GA10401@petdance.com>
11610      Branch: perl
11611            ! ext/Devel/DProf/DProf.xs
11612 ____________________________________________________________________________
11613 [ 27626] By: rgs                                   on 2006/03/29  08:55:21
11614         Log: Subject: re-[PATCH] Re: [PATCH] Poison now in two different flavours!
11615              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
11616              Date: Sun, 26 Mar 2006 14:53:56 +0300
11617              Message-ID: <442680D4.3000809@gmail.com>
11618      Branch: perl
11619            ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
11620            ! pp_ctl.c scope.c sv.c util.c
11621 ____________________________________________________________________________
11622 [ 27625] By: rgs                                   on 2006/03/29  08:42:28
11623         Log: Subject: [doc-patch] clarify -Accflags in INSTALL
11624              From: Jim Cromie <jim.cromie@gmail.com>
11625              Date: Sun, 26 Mar 2006 20:33:23 -0500
11626              Message-ID: <442740E3.8030006@gmail.com>
11627      Branch: perl
11628            ! INSTALL
11629 ____________________________________________________________________________
11630 [ 27622] By: nicholas                              on 2006/03/28  15:43:59
11631         Log: Only compile Perl_hv_assert with DEBUGGING.
11632      Branch: perl
11633            ! hv.c makedef.pl
11634 ____________________________________________________________________________
11635 [ 27621] By: nicholas                              on 2006/03/28  15:17:06
11636         Log: Having tested IPv6 support in all builtins for TCP and UDP, it all
11637              seem to work perfectly. So remove from perltodo.pod.
11638      Branch: perl
11639            ! pod/perltodo.pod
11640 ____________________________________________________________________________
11641 [ 27620] By: gisle                                 on 2006/03/28  11:18:52
11642         Log: Improved description of the tmon.out format.
11643              The / lines where undocumented.
11644      Branch: perl
11645            ! ext/Devel/DProf/DProf.pm
11646 ____________________________________________________________________________
11647 [ 27619] By: steveh                                on 2006/03/28  10:38:52
11648         Log: Subject: [PATCH lib/Term/ReadLine] Re: [cpan #17773] Bug in Term::ReadKey being trigger by a bug in Term::ReadLine
11649              From: Jonathan Stowe <jns@gellyfish.com>
11650              Date: Mon, 13 Mar 2006 16:09:44 +0000
11651              Message-Id: <1142266184.5811.141.camel@orpheus.gellyfish.com>
11652      Branch: perl
11653            ! lib/Term/ReadLine.pm
11654 ____________________________________________________________________________
11655 [ 27618] By: craigb                                on 2006/03/28  04:01:21
11656         Log: Subject: [patch@27613] VMS long file path support active.
11657              From: "John E. Malmberg" <wb8tyw@qsl.net>
11658              Date: Mon, 27 Mar 2006 08:05:33 -0500
11659              Message-id: <4427E31D.2030801@qsl.net>
11660
11661      Branch: perl
11662            ! vms/vms.c vms/vmsish.h
11663 ____________________________________________________________________________
11664 [ 27617] By: nicholas                              on 2006/03/27  21:04:58
11665         Log: Merge the cut & paste code from Perl_call_sv/Perl_fold_constants with
11666              the near identical code in pp_entertry into Perl_create_eval_scope.
11667              Move the cut & paste code from Perl_call_sv/Perl_fold_constants into
11668              Perl_delete_eval_scope.
11669      Branch: perl
11670            ! cop.h embed.fnc embed.h ext/B/t/concise-xs.t op.c perl.c
11671            ! pp_ctl.c proto.h
11672 ____________________________________________________________________________
11673 [ 27616] By: nicholas                              on 2006/03/27  20:31:52
11674         Log: It helps to actually add the files you add to MANIFEST. (Thanks Dave
11675              for spotting my mistake).
11676      Branch: perl
11677            + t/comp/fold.t
11678 ____________________________________________________________________________
11679 [ 27615] By: nicholas                              on 2006/03/27  19:25:02
11680         Log: If constant folding fails, don't fold constants, rather than reporting
11681              the error at compile time. This allows illegal constant expressions in
11682              dead code to be ignored.
11683      Branch: perl
11684            ! MANIFEST op.c pod/perldiag.pod pod/perltodo.pod
11685 ____________________________________________________________________________
11686 [ 27613] By: craigb                                on 2006/03/27  00:04:10
11687         Log: EU::MM::MM_VMS::one_liner must quote "--" argument
11688      Branch: perl
11689            ! lib/ExtUtils/MM_VMS.pm
11690 ____________________________________________________________________________
11691 [ 27612] By: nicholas                              on 2006/03/26  22:12:57
11692         Log: Replace all sv_mortalcopy(&PL_sv_no); sv_set*(...) with
11693              sv2mortal(newSV*(...)) to avoid needless upgrades to PVNV and needless
11694              allocation of a copy of "".
11695      Branch: perl
11696            ! pp_sys.c
11697 ____________________________________________________________________________
11698 [ 27611] By: craigb                                on 2006/03/26  21:58:49
11699         Log: Subject: [patch@27609] vms pool corruption fix for _NLA0:
11700              From: "John E. Malmberg" <wb8tyw@qsl.net>
11701              Date: Sun, 26 Mar 2006 14:32:30 -0500
11702              Message-id: <4426EC4E.8030801@qsl.net>
11703      Branch: perl
11704            ! vms/vms.c
11705 ____________________________________________________________________________
11706 [ 27610] By: gisle                                 on 2006/03/26  09:15:01
11707         Log: REXEC_ML is unused.
11708      Branch: perl
11709            ! regexp.h
11710 ____________________________________________________________________________
11711 [ 27609] By: gbarr                                 on 2006/03/26  02:49:11
11712         Log: Update to IO-1.23
11713      Branch: perl
11714            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/lib/IO/Dir.pm
11715            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
11716            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
11717            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IO/t/io_multihomed.t
11718            ! ext/IO/t/io_pipe.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
11719            ! ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
11720 ____________________________________________________________________________
11721 [ 27608] By: nicholas                              on 2006/03/25  22:45:34
11722         Log: Add S_space_join_names_mortal() which joins a char** array with " "s,
11723              replacing 5 instances of the same code.
11724      Branch: perl
11725            ! embed.fnc embed.h pp_sys.c proto.h
11726 ____________________________________________________________________________
11727 [ 27607] By: nicholas                              on 2006/03/25  22:10:27
11728         Log: Silence 3 (spurious) gcc warnings about "maybe used uninitialized".
11729      Branch: perl
11730            ! regexec.c sv.c
11731 ____________________________________________________________________________
11732 [ 27603] By: davem                                 on 2006/03/25  14:57:19
11733         Log: make configpm only update Config.pm, Config_heavy.pl if changed.
11734              Should stop spurious rebuilding of extensions.
11735              Also add documentation and copyright to top of file.
11736      Branch: perl
11737            ! configpm
11738 ____________________________________________________________________________
11739 [ 27602] By: nicholas                              on 2006/03/25  14:46:09
11740         Log: PL_multiline isn't referenced, and can be removed.
11741      Branch: perl
11742            ! embedvar.h intrpvar.h perl.c perlapi.h sv.c
11743 ____________________________________________________________________________
11744 [ 27601] By: rgs                                   on 2006/03/25  13:42:38
11745         Log: Subject: [PATCH] ext/Compress/IO/Zlib/t/050interop-gzip.t
11746              From: "Paul Marquess" <paul.marquess@ntlworld.com>
11747              Date: Fri, 24 Mar 2006 16:19:05 -0000
11748              Message-ID: <001b01c64f5e$ad8284d0$6b65140a@myopwv.com>
11749      Branch: perl
11750            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
11751 ____________________________________________________________________________
11752 [ 27600] By: nicholas                              on 2006/03/25  11:35:33
11753         Log: Free the regexp state when exiting "recursion".
11754      Branch: perl
11755            ! regexec.c
11756 ____________________________________________________________________________
11757 [ 27599] By: davem                                 on 2006/03/24  23:21:52
11758         Log: remove unused PL_regcc variable
11759      Branch: perl
11760            ! embedvar.h perlapi.h regcomp.c sv.c thrdvar.h
11761 ____________________________________________________________________________
11762 [ 27598] By: davem                                 on 2006/03/24  23:05:11
11763         Log: make S_regmatch() iterative rather than recursive.
11764              Goodbye stack-bustng regexes!
11765      Branch: perl
11766            ! regexec.c
11767 ____________________________________________________________________________
11768 [ 27597] By: craigb                                on 2006/03/24  21:05:45
11769         Log: restore EU::MM test fixes from 26079, 26813, and 26919
11770              that were lost in 27590
11771      Branch: perl
11772            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/FIRST_MAKEFILE.t
11773            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
11774 ____________________________________________________________________________
11775 [ 27596] By: rgs                                   on 2006/03/24  13:51:15
11776         Log: Bump version number of ExtUtils::MM_Win32
11777      Branch: perl
11778            ! lib/ExtUtils/MM_Win32.pm
11779 ____________________________________________________________________________
11780 [ 27595] By: steveh                                on 2006/03/24  13:01:32
11781         Log: Fix broken MM_Win32.t tests following 27590
11782              
11783              Test 31 was failing because 27590 had undone part of 25627.
11784              Test 41 was failing because the change to pasthru() in MM_Win32.pm
11785              means that $self->{MAKE} now needs to be initialized.
11786      Branch: perl
11787            ! lib/ExtUtils/t/MM_Win32.t
11788 ____________________________________________________________________________
11789 [ 27594] By: rgs                                   on 2006/03/24  11:01:01
11790         Log: Subject: [PATCH] (2nd revised) 1st patch to sync blead 'threads' with CPAN
11791              From: "Jerry D. Hedden" <jerry@hedden.us>
11792              Date: Thu, 23 Mar 2006 09:19:54 -0700
11793              Message-ID: <20060323091954.fb30e530d17747c2b054d625b8945d88.884826707f.wbe@email.email.secureserver.net>
11794      Branch: perl
11795            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
11796            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
11797            ! ext/threads/t/libc.t ext/threads/t/list.t
11798            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
11799            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
11800            ! ext/threads/t/thread.t ext/threads/threads.pm
11801            ! ext/threads/threads.xs
11802 ____________________________________________________________________________
11803 [ 27593] By: craigb                                on 2006/03/23  23:19:38
11804         Log: improve thread linking options on VMS
11805      Branch: perl
11806            ! configure.com vms/descrip_mms.template
11807 ____________________________________________________________________________
11808 [ 27592] By: rgs                                   on 2006/03/23  22:13:13
11809         Log: When MAN3PODS is forced to {} in a Makefile.PL, manpages should not be
11810              built from pods. This change fixes bleadperl compilation -- trying to
11811              build manpages with miniperl causes a bootstrapping problem.
11812      Branch: perl
11813            ! lib/ExtUtils/MM_Unix.pm
11814 ____________________________________________________________________________
11815 [ 27591] By: rgs                                   on 2006/03/23  17:50:29
11816         Log: No reason to ship MakeMaker's META.yml
11817      Branch: perl
11818            - lib/ExtUtils/META.yml
11819            ! MANIFEST
11820 ____________________________________________________________________________
11821 [ 27590] By: rgs                                   on 2006/03/23  17:43:26
11822         Log: Merge changes from CPAN's EU:MM 6.30_01.
11823              The modules that have local changes have superior
11824              version numbers than the CPAN counterparts.
11825      Branch: perl
11826            + lib/ExtUtils/t/INSTALL_BASE.t lib/ExtUtils/t/make.t
11827            + lib/ExtUtils/t/revision.t
11828            - lib/ExtUtils/t/installbase.t
11829            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
11830            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
11831            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11832            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
11833            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
11834            ! lib/ExtUtils/PATCHING lib/ExtUtils/t/Command.t
11835            ! lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/MM_NW5.t
11836            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
11837            ! lib/ExtUtils/t/basic.t
11838 ____________________________________________________________________________
11839 [ 27589] By: nicholas                              on 2006/03/23  16:27:42
11840         Log: Document the values for ${^UTF8CACHE}
11841      Branch: perl
11842            ! pod/perlvar.pod
11843 ____________________________________________________________________________
11844 [ 27588] By: nicholas                              on 2006/03/23  16:25:51
11845         Log: Rejig the location of the cache assertion code in Perl_sv_pos_b2u().
11846      Branch: perl
11847            ! sv.c
11848 ____________________________________________________________________________
11849 [ 27587] By: rgs                                   on 2006/03/23  15:27:15
11850         Log: Get version numbers in line with what's in the CPAN
11851              EU::MM 6.30_01 tarball. (ExtUtils::Install has local changes,
11852              so bump its version number.)
11853      Branch: perl
11854            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
11855            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
11856            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
11857 ____________________________________________________________________________
11858 [ 27586] By: nicholas                              on 2006/03/23  14:31:28
11859         Log: Move orphaned documentation back to its functions
11860              Document the new static functions, and how the cache works.
11861      Branch: perl
11862            ! pod/perltodo.pod sv.c
11863 ____________________________________________________________________________
11864 [ 27585] By: nicholas                              on 2006/03/23  14:09:33
11865         Log: Make S_sv_pos_u2b_cached use both cache pairs.
11866      Branch: perl
11867            ! sv.c
11868 ____________________________________________________________________________
11869 [ 27584] By: nicholas                              on 2006/03/23  13:47:41
11870         Log: Use both cache entries for Perl_sv_pos_b2u().
11871      Branch: perl
11872            ! sv.c
11873 ____________________________________________________________________________
11874 [ 27583] By: nicholas                              on 2006/03/23  13:16:53
11875         Log: Complete the other 2 arms of the cache update code.
11876      Branch: perl
11877            ! sv.c
11878 ____________________________________________________________________________
11879 [ 27582] By: nicholas                              on 2006/03/23  12:44:35
11880         Log: Pass the (byte) length of the entire string into
11881              utf8_mg_pos_cache_update()
11882              Start to use the cache to store two pairs of byte/utf-8 pairs.
11883              Add the first third of the cache update code.
11884      Branch: perl
11885            ! embed.fnc embed.h proto.h sv.c
11886 ____________________________________________________________________________
11887 [ 27581] By: rgs                                   on 2006/03/23  12:30:39
11888         Log: Upgrade to Time::Local 1.12
11889      Branch: perl
11890            ! lib/Time/Local.pm lib/Time/Local.t
11891 ____________________________________________________________________________
11892 [ 27580] By: nicholas                              on 2006/03/23  11:33:48
11893         Log: Add all new static functions to embed.fnc
11894              Remove old unused static functions.
11895              Remove references to cache[2] and cache[3].
11896      Branch: perl
11897            ! embed.fnc embed.h proto.h sv.c
11898 ____________________________________________________________________________
11899 [ 27579] By: nicholas                              on 2006/03/23  11:06:52
11900         Log: Use the cache in S_sv_pos_u2b_cached() when the desired offset is
11901              between the start of the string and the cached location.
11902              Remove unneccesary else from Perl_sv_pos_b2u().
11903      Branch: perl
11904            ! sv.c
11905 ____________________________________________________________________________
11906 [ 27578] By: nicholas                              on 2006/03/23  10:42:26
11907         Log: Use the cache in S_sv_pos_u2b_cached when the sought offset is after
11908              the first cache entry.
11909      Branch: perl
11910            ! sv.c
11911 ____________________________________________________________________________
11912 [ 27577] By: rgs                                   on 2006/03/23  10:01:48
11913         Log: Further adjustement to change #27576 by Jan Dubois
11914              (this change being blead-specific, while #27576 is
11915              integrable to maint)
11916      Branch: perl
11917            ! sv.c
11918 ____________________________________________________________________________
11919 [ 27576] By: rgs                                   on 2006/03/23  09:58:22
11920         Log: Subject: RE: [PATCH, no, really!] Re: [perl #38779] NAN's on Win32
11921              From: "Jan Dubois" <jand@ActiveState.com>
11922              Date: Wed, 22 Mar 2006 22:49:11 -0800
11923              Message-ID: <060201c64e45$e4ca7020$2217a8c0@candy>
11924              
11925              Also, back out change #27567.
11926      Branch: perl
11927            ! README.win32 pp.c pp_hot.c sv.c win32/win32.h
11928 ____________________________________________________________________________
11929 [ 27575] By: nicholas                              on 2006/03/23  00:14:53
11930         Log: Call S_utf8_mg_pos_cache_update() from S_sv_pos_u2b_cached().
11931              S_utf8_mg_pos_cache_update() can't use S_sv_pos_b2u_forwards() in the
11932              cache assertion code as it triggers warnings about surrogates.
11933      Branch: perl
11934            ! sv.c
11935 ____________________________________________________________________________
11936 [ 27574] By: nicholas                              on 2006/03/22  22:49:42
11937         Log: Take advantage of uoffset >= uoffset0, to simplify some logic.
11938      Branch: perl
11939            ! sv.c
11940 ____________________________________________________________________________
11941 [ 27573] By: nicholas                              on 2006/03/22  21:19:50
11942         Log: Add S_sv_pos_u2b_midway for when we know the utf-8/bytes offsets on
11943              both sides of the desired offset, so could count either way.
11944              Use cached utf-8 length in S_sv_pos_u2b_cached.
11945              Check the results if PL_utf8cache < 0.
11946      Branch: perl
11947            ! sv.c
11948 ____________________________________________________________________________
11949 [ 27572] By: nicholas                              on 2006/03/22  20:38:20
11950         Log: Create S_sv_pos_u2b_cached, which abstracts away utf-8 to byte
11951              conversions, hiding the complexity of any cache lookup.
11952      Branch: perl
11953            ! sv.c
11954 ____________________________________________________________________________
11955 [ 27571] By: rgs                                   on 2006/03/22  20:33:56
11956         Log: Subject: Uninitialized value in Archive::Tar
11957              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
11958              Date: Mon, 20 Mar 2006 06:37:31 -0500
11959              Message-ID: <441E93FB.3050906@thepierianspring.org>
11960      Branch: perl
11961            ! lib/Archive/Tar.pm
11962 ____________________________________________________________________________
11963 [ 27570] By: nicholas                              on 2006/03/22  18:13:06
11964         Log: The simplest way to start on Perl_sv_pos_u2b seems to be to take out
11965              all of the caching code.
11966      Branch: perl
11967            ! sv.c
11968 ____________________________________________________________________________
11969 [ 27569] By: davem                                 on 2006/03/22  16:05:16
11970         Log: remove idential code branch from regmatch()
11971      Branch: perl
11972            ! regexec.c
11973 ____________________________________________________________________________
11974 [ 27568] By: stevep                                on 2006/03/22  15:59:07
11975         Log: Fix some test failures in t/op/cmp.t when compiling with the Intel
11976              C++ Compiler on Linux.
11977      Branch: perl
11978            ! hints/linux.sh
11979 ____________________________________________________________________________
11980 [ 27567] By: rgs                                   on 2006/03/22  14:27:21
11981         Log: Subject: [PATCH] Re: [perl #38779] NAN's on Win32
11982              From: Dominic Dunlop <shouldbedomo@mac.com>
11983              Date: Wed, 22 Mar 2006 15:18:33 +0100
11984              Message-Id: <E44A2151-DE7F-4C5D-8A4B-DDA0412229C2@mac.com>
11985      Branch: perl
11986            ! README.win32
11987 ____________________________________________________________________________
11988 [ 27566] By: gisle                                 on 2006/03/22  13:37:19
11989         Log: Adjust docs to reflect that DynaLoader, as of change 27549,
11990              is part of libperl.
11991      Branch: perl
11992            ! lib/ExtUtils/Embed.pm
11993 ____________________________________________________________________________
11994 [ 27565] By: stevep                                on 2006/03/22  02:18:58
11995         Log: Increase the length of content compressed as a kludge to get 
11996              around incompatibilities in OpenBSD's gzip.
11997      Branch: perl
11998            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
11999 ____________________________________________________________________________
12000 [ 27564] By: nicholas                              on 2006/03/21  22:09:51
12001         Log: (Hopefully) make VMS happy.
12002      Branch: perl
12003            ! sv.c
12004 ____________________________________________________________________________
12005 [ 27563] By: craigb                                on 2006/03/21  13:01:47
12006         Log: Subject: [patch@27529] thread.h - VMS needs more stack
12007              From: "John E. Malmberg" <wb8tyw@qsl.net>
12008              Date: Fri, 17 Mar 2006 11:05:33 -0500
12009              Message-id: <441ADE4D.2090207@qsl.net>
12010
12011      Branch: perl
12012            ! thread.h
12013 ____________________________________________________________________________
12014 [ 27562] By: gisle                                 on 2006/03/21  11:34:38
12015         Log: Upgrade to Digest-1.15
12016      Branch: perl
12017            ! lib/Digest.pm lib/Digest/Changes
12018 ____________________________________________________________________________
12019 [ 27561] By: rgs                                   on 2006/03/21  10:49:14
12020         Log: Subject: [patch@27538] utime patch for VMS
12021              From: "John E. Malmberg" <wb8tyw@qsl.net>
12022              Date: Mon, 20 Mar 2006 08:12:19 -0500
12023              Message-ID: <441EAA33.6010603@qsl.net>
12024      Branch: perl
12025            ! configure.com vms/vms.c vms/vmsish.h
12026 ____________________________________________________________________________
12027 [ 27560] By: gisle                                 on 2006/03/21  10:16:43
12028         Log: Test croak(NULL)
12029      Branch: perl
12030            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/exception.t
12031 ____________________________________________________________________________
12032 [ 27559] By: nicholas                              on 2006/03/20  19:30:48
12033         Log: Extend change 27558 - if we know the character offset of the end, but
12034              don't have a cache for intermediate offsets, we can still use the end
12035              offset.
12036      Branch: perl
12037            ! sv.c
12038 ____________________________________________________________________________
12039 [ 27558] By: nicholas                              on 2006/03/20  18:54:32
12040         Log: In Perl_sv_pos_b2u, if we know the character offset of the end, we
12041              can take advantage of this to count backwards if close.
12042              Remove some now unnecessary casts.
12043      Branch: perl
12044            ! sv.c
12045 ____________________________________________________________________________
12046 [ 27557] By: nicholas                              on 2006/03/20  18:17:39
12047         Log: Abstract the string walking functionality from Perl_sv_pos_b2u into
12048              static functions, and make it respect PL_utf8cache.
12049      Branch: perl
12050            ! sv.c
12051 ____________________________________________________________________________
12052 [ 27556] By: steveh                                on 2006/03/20  17:32:25
12053         Log: Merge some more changes from ActivePerl 5.8.8.816
12054              
12055              See (again):
12056              http://downloads.activestate.com/ActivePerl/src/5.8/AP816_diff.txt
12057              
12058              These changes improve support for the MS 64-bit compiler in
12059              win32/Makefile (and tentatively make the same changes to
12060              win32/makefile.mk), and also switches the now deprecated -Gf switch to
12061              -GF for all flavours of VC++ instead of just the latest ones.
12062              
12063              (See:
12064              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-02/msg00353.html
12065              for a comment on the s/-Gf/-GF/ change.)
12066      Branch: perl
12067            ! win32/Makefile win32/makefile.mk
12068 ____________________________________________________________________________
12069 [ 27555] By: steveh                                on 2006/03/20  17:21:15
12070         Log: Merge some changes from ActivePerl 5.8.8.816
12071              
12072              See:
12073              http://downloads.activestate.com/ActivePerl/src/5.8/AP816_diff.txt
12074              
12075              These changes provide better support for building XS extension modules
12076              using VC++ or MinGW when perl itself was built with the opposite of
12077              those two compilers.
12078      Branch: perl
12079            ! win32/config_H.gc win32/config_H.vc
12080 ____________________________________________________________________________
12081 [ 27554] By: rgs                                   on 2006/03/20  13:03:07
12082         Log: Revert part of change 27546 related to a /dev/null bug
12083              workaround on VMS, as requested by John E. Malmberg
12084      Branch: perl
12085            ! vms/vms.c
12086 ____________________________________________________________________________
12087 [ 27553] By: nicholas                              on 2006/03/20  12:37:22
12088         Log: Perl_utf8_distance can be implemented as a call to Perl_utf8_length.
12089      Branch: perl
12090            ! utf8.c
12091 ____________________________________________________________________________
12092 [ 27552] By: nicholas                              on 2006/03/20  12:13:46
12093         Log: The two loops in Perl_utf8_distance can be merged.
12094      Branch: perl
12095            ! utf8.c
12096 ____________________________________________________________________________
12097 [ 27551] By: gisle                                 on 2006/03/20  10:51:36
12098         Log: Avoid "uninitialized value" warnings during 'make test'.
12099              My system is set up with a few PATH entries I'm not allowed
12100              to access, so stat() fails for these.
12101      Branch: perl
12102            ! t/test.pl
12103 ____________________________________________________________________________
12104 [ 27550] By: gisle                                 on 2006/03/20  10:44:08
12105         Log: Also strip $ENV{PATH} dirs writable by world.
12106              The stripping was introduced in change 27364 to improve taint handling.
12107      Branch: perl
12108            ! t/test.pl
12109 ____________________________________________________________________________
12110 [ 27549] By: gisle                                 on 2006/03/20  10:21:50
12111         Log: Move DynaLoader.o into libperl.so.
12112              
12113              This avoids the need to statically link DynaLoader into the stub perl
12114              executable and make libperl.so provide all the code needed to get a
12115              functional embedded perl interpreter up running.  As a side effect
12116              this also moves DynaLoader into libperl.a for non-useshrplib builds.
12117              
12118              Fixes [perl #32539]
12119      Branch: perl
12120            ! Makefile.SH ext/DynaLoader/Makefile.PL ext/util/make_ext
12121            ! writemain.SH
12122 ____________________________________________________________________________
12123 [ 27548] By: nicholas                              on 2006/03/20  10:13:38
12124         Log: If the scalar has just been upgraded to SVt_RV, there's no way SvPVX
12125              can be non-NULL, so no need to check.
12126      Branch: perl
12127            ! pp.c
12128 ____________________________________________________________________________
12129 [ 27547] By: rgs                                   on 2006/03/20  10:11:21
12130         Log: Subject: [PATCH blead] Re: [perl #38710] localised stash slice
12131              From: Rick Delaney <rick@bort.ca>
12132              Date: Sat, 18 Mar 2006 19:52:11 -0500
12133              Message-ID: <20060319005211.GM25733@localhost.localdomain>
12134              
12135              One can now localize slices.
12136      Branch: perl
12137            ! pp.c t/op/local.t
12138 ____________________________________________________________________________
12139 [ 27546] By: rgs                                   on 2006/03/20  09:53:17
12140         Log: Subject: [patch@27538] Misc vms.c fixes for buffer sizes.
12141              From: "John E. Malmberg" <wb8tyw@qsl.net>
12142              Date: Sun, 19 Mar 2006 20:08:34 -0500
12143              Message-ID: <441E0092.2010405@qsl.net>
12144      Branch: perl
12145            ! vms/vms.c
12146 ____________________________________________________________________________
12147 [ 27545] By: steveh                                on 2006/03/20  09:34:57
12148         Log: Subject: [PATCH] win32_async_check must *always* check for pending signals
12149              From: "Jan Dubois" <jand@ActiveState.com>
12150              Date: Fri, 17 Mar 2006 12:23:01 -0800
12151              Message-ID: <00d401c64a00$96af8ae0$2217a8c0@candy>
12152      Branch: perl
12153            ! win32/win32.c
12154 ____________________________________________________________________________
12155 [ 27544] By: davem                                 on 2006/03/20  00:52:09
12156         Log: merge the TRIEF/TRIEFL and TRIE branches in regmatch(),
12157              expunge a couple of macros, and move some variable declarations
12158              inwards
12159      Branch: perl
12160            ! regexec.c
12161 ____________________________________________________________________________
12162 [ 27543] By: nicholas                              on 2006/03/19  19:26:05
12163         Log: Remove a redundant test on mg->mg_ptr. (It had to be non-NULL to get
12164              into this block).
12165      Branch: perl
12166            ! sv.c
12167 ____________________________________________________________________________
12168 [ 27542] By: stevep                                on 2006/03/19  16:38:11
12169         Log: Subject: [PATCH] Change the semantics of S_isa_lookup
12170              From: Andy Lester <andy@petdance.com>
12171              Date: Sat, 18 Mar 2006 00:28:45 -0600
12172              Message-ID: <20060318062845.GA11607@petdance.com>
12173      Branch: perl
12174            ! embed.fnc proto.h universal.c
12175 ____________________________________________________________________________
12176 [ 27541] By: stevep                                on 2006/03/19  16:32:16
12177         Log: Subject: [PATCH] a bit 'use strict' cleanliness
12178              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
12179              Date: Sun, 19 Mar 2006 13:21:37 +0200
12180              Message-ID: <441D3EC1.20902@gmail.com>
12181      Branch: perl
12182            ! lib/English.pm lib/Text/Tabs.pm lib/Tie/Hash.pm
12183            ! lib/Tie/Scalar.pm
12184 ____________________________________________________________________________
12185 [ 27540] By: stevep                                on 2006/03/19  16:24:22
12186         Log: Subject: [PATCH] Data::Dumper consting
12187              From: Andy Lester <andy@petdance.com>
12188              Date: Sun, 19 Mar 2006 01:22:04 -0600
12189              Message-ID: <20060319072204.GB5596@petdance.com>
12190      Branch: perl
12191            ! ext/Data/Dumper/Dumper.xs
12192 ____________________________________________________________________________
12193 [ 27539] By: stevep                                on 2006/03/19  16:21:29
12194         Log: Subject: [PATCH] Cleanups in op.c
12195              From: Andy Lester <andy@petdance.com>
12196              Date: Sun, 19 Mar 2006 00:30:29 -0600
12197              Message-ID: <20060319063029.GA5077@petdance.com>
12198      Branch: perl
12199            ! op.c
12200 ____________________________________________________________________________
12201 [ 27538] By: nicholas                              on 2006/03/17  22:12:27
12202         Log: Make Perl_sv_len_utf8 honour the new ${^UTF8CACHE}.
12203              If PERL_UTF8_CACHE_ASSERT is defined, default ${^UTF8CACHE} to -1
12204              (assertion mode). Need a way to turn this on with existing command
12205              line flags.
12206      Branch: perl
12207            ! intrpvar.h sv.c
12208 ____________________________________________________________________________
12209 [ 27537] By: nicholas                              on 2006/03/17  20:39:47
12210         Log: Remove a duplicated conditional test by putting everything for the
12211              not readonly case inside one block.
12212      Branch: perl
12213            ! sv.c
12214 ____________________________________________________________________________
12215 [ 27536] By: nicholas                              on 2006/03/17  19:37:41
12216         Log: Properly set/reset the UTF-8 length cache in regcomp.c.
12217      Branch: perl
12218            ! regcomp.c sv.c
12219 ____________________________________________________________________________
12220 [ 27535] By: nicholas                              on 2006/03/17  16:46:44
12221         Log: Restore a bit of change 27533 that change 27534 inadvertently unwound.
12222      Branch: perl
12223            ! regexec.c
12224 ____________________________________________________________________________
12225 [ 27534] By: davem                                 on 2006/03/17  15:58:45
12226         Log: inline, then delete, S_regrepeat_hard()
12227      Branch: perl
12228            ! embed.fnc embed.h proto.h regexec.c
12229 ____________________________________________________________________________
12230 [ 27533] By: nicholas                              on 2006/03/17  13:38:34
12231         Log: sv_find() returning false, followed by sv_magic() to add the magic,
12232              followed immediately by sv_find() to find it, is somewhat wasteful.
12233              So use sv_magicext(). (All cases are also correct w.r.t. SvREADONLY())
12234      Branch: perl
12235            ! mg.c pp_ctl.c pp_hot.c regexec.c sv.c
12236 ____________________________________________________________________________
12237 [ 27532] By: steveh                                on 2006/03/17  13:20:11
12238         Log: Make "distclean" target on Win32 clean up temporary HTML directory
12239              that gets left behind after running the "install" target.
12240              Also clean up a couple of leftover pod2html cache files.
12241      Branch: perl
12242            ! win32/Makefile win32/makefile.mk
12243 ____________________________________________________________________________
12244 [ 27531] By: rgs                                   on 2006/03/17  13:18:38
12245         Log: Upgrade to ExtUtils::CBuilder 0.17
12246      Branch: perl
12247            + lib/ExtUtils/CBuilder/Changes
12248            ! MANIFEST lib/ExtUtils/CBuilder.pm
12249            ! lib/ExtUtils/CBuilder/Base.pm
12250            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
12251            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
12252 ____________________________________________________________________________
12253 [ 27530] By: steveh                                on 2006/03/17  11:10:41
12254         Log: Install POD files into "lib\pods" rather than "lib\pod" on Win32
12255              to avoid clashing with "lib\Pod" (cf. perl change #26363)
12256              
12257              Also remove a couple of unused macros from the makefiles
12258      Branch: perl
12259            ! installperl win32/Makefile win32/makefile.mk
12260 ____________________________________________________________________________
12261 [ 27529] By: stevep                                on 2006/03/17  04:40:24
12262         Log: Subject: [PATCH] threads.xs broken under PERL_IMPLICIT_SYS; 5.8.8 regression 
12263              From: Jan Dubois <jand@ActiveState.com> 
12264              Date: Thu, 16 Mar 2006 19:34:00 -0800
12265              Message-ID: <02e601c64973$a1960cf0$6062a8c0@candy> 
12266              
12267              Also includes a version bump to ext/threads/threads.pm.
12268      Branch: perl
12269            ! ext/threads/threads.pm ext/threads/threads.xs
12270 ____________________________________________________________________________
12271 [ 27528] By: stevep                                on 2006/03/17  04:29:30
12272         Log: Subject: [PATCH] win32_pclose() error exit doesn't unlock mutex
12273              From: Jan Dubois <jand@ActiveState.com>
12274              Date: Thu, 16 Mar 2006 16:30:23 -0800
12275              Message-ID: <02c701c64959$fac63ad0$6062a8c0@candy>
12276      Branch: perl
12277            ! win32/win32.c wince/wince.c
12278 ____________________________________________________________________________
12279 [ 27527] By: stevep                                on 2006/03/17  04:19:01
12280         Log: Subject: [PATCH] win32_async_check() can loop indefinitely; 5.8.8 regression
12281              From: Jan Dubois <jand@ActiveState.com>
12282              Date: Thu, 16 Mar 2006 16:11:48 -0800
12283              Message-ID: <02ab01c64957$62142e70$6062a8c0@candy>
12284      Branch: perl
12285            ! win32/win32.c
12286 ____________________________________________________________________________
12287 [ 27526] By: davem                                 on 2006/03/17  02:57:45
12288         Log: reduce S_regrepeat_hard() callers from 3 to 1
12289      Branch: perl
12290            ! regexec.c
12291 ____________________________________________________________________________
12292 [ 27525] By: nicholas                              on 2006/03/16  23:11:11
12293         Log: Add a new per-interpeter variable PL_utf8cache, which will be used to
12294              control the UTF-8 offset caching code. Make this visible as
12295              ${^UTF8CACHE}
12296      Branch: perl
12297            ! embedvar.h gv.c intrpvar.h mg.c perlapi.h pod/perlvar.pod
12298 ____________________________________________________________________________
12299 [ 27524] By: nicholas                              on 2006/03/16  22:20:57
12300         Log: Note that it's worth looking to downsize variables in the interpreter
12301              structure.
12302      Branch: perl
12303            ! pod/perltodo.pod
12304 ____________________________________________________________________________
12305 [ 27523] By: nicholas                              on 2006/03/16  21:52:49
12306         Log: Correct the macros in the comments in hv.c. Given the improvements in
12307              compiler optimisation, and the almost irrelevance of instructions
12308              executed over cache misses, maybe we should just remove the comments
12309              by putting their code back in place of the o{ptimis,bfuscat}ed version.
12310      Branch: perl
12311            ! hv.c
12312 ____________________________________________________________________________
12313 [ 27522] By: gisle                                 on 2006/03/16  21:27:00
12314         Log: Avoid hardcoded $(OBJ_EXT)
12315      Branch: perl
12316            ! ext/DynaLoader/Makefile.PL
12317 ____________________________________________________________________________
12318 [ 27521] By: gisle                                 on 2006/03/16  21:20:46
12319         Log: Change 27520 was a bit too aggressive.  Let's keep the warning.
12320      Branch: perl
12321            ! ext/util/make_ext
12322 ____________________________________________________________________________
12323 [ 27520] By: gisle                                 on 2006/03/16  21:14:26
12324         Log: Remove unused code. No extension use Makefile.SH any more.
12325      Branch: perl
12326            ! ext/util/make_ext
12327 ____________________________________________________________________________
12328 [ 27519] By: gisle                                 on 2006/03/16  20:32:27
12329         Log: Fix up miniperl dependency.
12330              Depend on $(obj) when we use that to build miniperl.
12331      Branch: perl
12332            ! Makefile.SH
12333 ____________________________________________________________________________
12334 [ 27518] By: gisle                                 on 2006/03/16  20:24:08
12335         Log: Simplify; make perl.o included in $(obj)
12336      Branch: perl
12337            ! Makefile.SH
12338 ____________________________________________________________________________
12339 [ 27517] By: rgs                                   on 2006/03/16  16:17:38
12340         Log: Add a couple of regression tests for the untested
12341              "Bad name after %s" parsing error
12342      Branch: perl
12343            ! t/comp/parser.t
12344 ____________________________________________________________________________
12345 [ 27516] By: rgs                                   on 2006/03/16  15:19:03
12346         Log: Subject: [PATCH] Compress::Raw::Zlib, Compress::Zlib, IO::Compress::Zlib 2.000_10
12347              From: "Paul Marquess" <paul.marquess@ntlworld.com>
12348              Date: Thu, 16 Mar 2006 14:38:52 -0000
12349              Message-ID: <009401c64907$5a6ed710$4c05140a@myopwv.com>
12350      Branch: perl
12351            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
12352            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
12353            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
12354            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
12355            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
12356            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/Makefile.PL
12357            ! ext/Compress/IO/Zlib/README
12358            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
12359            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
12360            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
12361            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
12362            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
12363            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
12364            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
12365            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
12366            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
12367            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
12368            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
12369            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
12370            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
12371            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
12372            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
12373            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
12374            ! ext/Compress/IO/Zlib/t/010examples.t
12375            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
12376            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
12377            ! ext/Compress/Raw/Zlib/Zlib.xs
12378            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
12379            ! ext/Compress/Raw/Zlib/t/02zlib.t ext/Compress/Zlib/Changes
12380            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
12381            ! ext/Compress/Zlib/examples/gzcat
12382            ! ext/Compress/Zlib/examples/gzstream
12383            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
12384            ! ext/Compress/Zlib/t/14gzopen.t t/lib/compress/generic.pl
12385            ! t/lib/compress/tied.pl
12386 ____________________________________________________________________________
12387 [ 27515] By: gisle                                 on 2006/03/16  12:01:10
12388         Log: require should ignore directories found when searching @INC not just
12389              die as soon as it finds one.  It should for instance be possible to
12390              for require "File" to read the file "./File" even if there happens to
12391              be a "File" directory in perl's standard library.
12392              
12393              This fixes the RT #24404 fix in change 26373.
12394      Branch: perl
12395            ! pp_ctl.c t/comp/require.t
12396 ____________________________________________________________________________
12397 [ 27514] By: rgs                                   on 2006/03/16  08:32:28
12398         Log: Make the threads tests silent with regard to the new :unique deprecation warning
12399      Branch: perl
12400            ! ext/threads/t/problems.t
12401 ____________________________________________________________________________
12402 [ 27513] By: nicholas                              on 2006/03/15  23:02:49
12403         Log: Make the original versions of relocated paths available from
12404              %Config::Config with the prefix "raw_". Not sure if "raw_" is the
12405              best choice.
12406      Branch: perl
12407            ! configpm
12408 ____________________________________________________________________________
12409 [ 27511] By: nicholas                              on 2006/03/15  19:47:02
12410         Log: Correct the non gcc-brace-group definition of SvAMAGIC_off
12411      Branch: perl
12412            ! sv.h
12413 ____________________________________________________________________________
12414 [ 27510] By: nicholas                              on 2006/03/15  18:47:32
12415         Log: D'oh! 27508 wasn't quite testing what I wanted it to test. This does.
12416      Branch: perl
12417            ! lib/overload.t
12418 ____________________________________________________________________________
12419 [ 27508] By: nicholas                              on 2006/03/15  17:57:14
12420         Log: Test for reblessing objects with weak references.
12421      Branch: perl
12422            ! lib/overload.t
12423 ____________________________________________________________________________
12424 [ 27507] By: nicholas                              on 2006/03/15  17:21:00
12425         Log: Expunge references to HV_AMAGIC, HV_AMAGICbad and HV_AMAGICmb which
12426              have been unused since revision 1.
12427      Branch: perl
12428            ! hv.h sv.h
12429 ____________________________________________________________________________
12430 [ 27506] By: nicholas                              on 2006/03/15  15:08:49
12431         Log: Moving the overloading flag from the reference to the referant allows
12432              (re)?blessing of overloaded objects to work correctly.
12433      Branch: perl
12434            ! dump.c lib/overload.t sv.c sv.h
12435 ____________________________________________________________________________
12436 [ 27505] By: nicholas                              on 2006/03/15  13:13:19
12437         Log: Finish converting overload.t to Test::More
12438      Branch: perl
12439            ! lib/overload.t
12440 ____________________________________________________________________________
12441 [ 27504] By: nicholas                              on 2006/03/15  12:43:15
12442         Log: Further conversion of overload.t
12443      Branch: perl
12444            ! lib/overload.t
12445 ____________________________________________________________________________
12446 [ 27503] By: stevep                                on 2006/03/15  12:34:10
12447         Log: Additions to README.win32 and win32/Makefile based on comments from
12448              Steve Hay.
12449      Branch: perl
12450            ! README.win32 win32/Makefile
12451 ____________________________________________________________________________
12452 [ 27502] By: nicholas                              on 2006/03/15  12:29:01
12453         Log: Further conversion of overload.t
12454      Branch: perl
12455            ! lib/overload.t
12456 ____________________________________________________________________________
12457 [ 27501] By: nicholas                              on 2006/03/15  12:05:27
12458         Log: Partially convert overload.t to Test::More
12459      Branch: perl
12460            ! lib/overload.t
12461 ____________________________________________________________________________
12462 [ 27500] By: stevep                                on 2006/03/15  11:06:34
12463         Log: The first step in supporting VC++ 8.0.  Added macros for the free .NET 2.0 SDK and Visual Studio
12464              2005.  Added these macros to "if" conditions that were appropriate.  Added a fix to prevent
12465              the .NET 1.1 and 2.0 SDK compilers from attempting to build perlglob.exe (they are both missing
12466              the setargv.obj file necessary to do it).
12467      Branch: perl
12468            ! win32/Makefile
12469 ____________________________________________________________________________
12470 [ 27499] By: rgs                                   on 2006/03/14  17:32:48
12471         Log: Deprecate :unique even with threads
12472      Branch: perl
12473            ! toke.c
12474 ____________________________________________________________________________
12475 [ 27498] By: rgs                                   on 2006/03/14  17:02:38
12476         Log: Make usage of :unique emit a deprecation warning.
12477              Remove its outdated documentation.
12478      Branch: perl
12479            ! cv.h pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke
12480            ! toke.c
12481 ____________________________________________________________________________
12482 [ 27497] By: rgs                                   on 2006/03/14  16:02:35
12483         Log: Subject: [PATCH] perl @ 27483 fix lib/Pod/Simple/t/corpustest.t to work on VMS ODS-2
12484              From: Peter Prymmer <PPrymmer@factset.com>
12485              Date: Tue, 14 Mar 2006 10:38:00 -0500
12486              Message-ID: <OF85EC8E5E.4DF3A439-ON85257131.0055870A-85257131.0055E07C@factset.com>
12487      Branch: perl
12488            ! lib/Pod/Simple/t/corpustest.t
12489 ____________________________________________________________________________
12490 [ 27496] By: nicholas                              on 2006/03/14  15:21:54
12491         Log: SVphv_REHASH can use the same flag bit as SVf_FAKE. This allows
12492              0x10000000 (SVf_AMAGIC) to be set on all 16 SV types, which seems to
12493              be necessary to fix subtle bugs involving reblessing and overloading. 
12494      Branch: perl
12495            ! sv.h
12496 ____________________________________________________________________________
12497 [ 27495] By: rgs                                   on 2006/03/14  09:55:17
12498         Log: Subject: [perl #38710] localised stash slice 
12499              From: Hugo van der Sanden (via RT) <perlbug-followup@perl.org>
12500              Date: Sat, 11 Mar 2006 02:47:56 -0800
12501              Message-ID: <rt-3.0.11-38710-131000.18.015529928953@perl.org>
12502              
12503              (new TODO tests)
12504      Branch: perl
12505            ! t/op/local.t
12506 ____________________________________________________________________________
12507 [ 27494] By: rgs                                   on 2006/03/14  08:53:07
12508         Log: threads and threads::shared are now dual-lived modules
12509      Branch: perl
12510            ! Porting/Maintainers.pl
12511 ____________________________________________________________________________
12512 [ 27493] By: rgs                                   on 2006/03/14  08:38:45
12513         Log: Subject: [PATCH] Do nothing in a GCC-friendly way
12514              From: andy@petdance.com (Andy Lester)
12515              Date: Mon, 13 Mar 2006 12:48:50 -0600
12516              Message-ID: <20060313184850.GA16905@petdance.com>
12517      Branch: perl
12518            ! perl.h
12519 ____________________________________________________________________________
12520 [ 27492] By: rgs                                   on 2006/03/14  08:35:24
12521         Log: Subject: [PATCH] looks_like_bool can be const
12522              From: andy@petdance.com (Andy Lester)
12523              Date: Mon, 13 Mar 2006 09:31:52 -0600
12524              Message-ID: <20060313153152.GA13254@petdance.com>
12525      Branch: perl
12526            ! embed.fnc op.c proto.h
12527 ____________________________________________________________________________
12528 [ 27491] By: nicholas                              on 2006/03/13  23:13:23
12529         Log: Somewhat less shaky relocatable @INC support. You can install things
12530              to the current location of the perl tree, move it, install more things,
12531              move it again, lather rinse repeat.
12532              Configure with -Duserelocatableinc
12533      Branch: perl
12534            ! Configure configpm installperl
12535 ____________________________________________________________________________
12536 [ 27490] By: nicholas                              on 2006/03/13  20:49:55
12537         Log: First stab at rather shaky Configure support for relocatable @INC.
12538              Seems to be installing rather more that it's supposed to be.
12539      Branch: perl
12540            ! Configure configpm
12541 ____________________________________________________________________________
12542 [ 27489] By: nicholas                              on 2006/03/13  18:59:27
12543         Log: Split break out the installprefix code from setprefixvar, which allows
12544              the remaining 8 places to call the common prefix conversion code.
12545      Branch: perl
12546            ! Configure
12547 ____________________________________________________________________________
12548 [ 27488] By: nicholas                              on 2006/03/13  18:01:11
12549         Log: Refactor most of the cut & paste for setting prefix/prefixexp variables
12550              and the "Change installation prefix, if necessary" into a new
12551              "function" setprefixvar (which I assume will become Setprefixvar.U)
12552              How many platforms still have Bourne shells that can't do shell
12553              functions? Someone's going to say Irix?
12554      Branch: perl
12555            ! Configure
12556 ____________________________________________________________________________
12557 [ 27487] By: rgs                                   on 2006/03/13  17:35:59
12558         Log: Forgot the ending \. Why did it still compile ?
12559      Branch: perl
12560            ! ext/List/Util/multicall.h
12561 ____________________________________________________________________________
12562 [ 27486] By: rgs                                   on 2006/03/13  17:34:09
12563         Log: Subject: [PATCH] Automatically SPAGAIN in the poor-man's-multicall API
12564              From: Robin Houston <robin@cpan.org>
12565              Date: Mon, 13 Mar 2006 12:48:21 +0000
12566              Message-ID: <20060313124821.GA11203@rpc142.cs.man.ac.uk>
12567      Branch: perl
12568            ! ext/List/Util/multicall.h
12569 ____________________________________________________________________________
12570 [ 27485] By: nicholas                              on 2006/03/13  17:10:14
12571         Log: The existing order of the checks for whether man1dir and man3dir were
12572              ' ' were obviously buggy, because they set installman[13]dir only for
12573              the next if block to set it again. Reordering removes that daftness.
12574      Branch: perl
12575            ! Configure
12576 ____________________________________________________________________________
12577 [ 27484] By: nicholas                              on 2006/03/13  15:50:04
12578         Log: The "Change installation prefix, if necessary." code needs to use
12579              the ~ expanded prefix and installprefix in the substitution.
12580      Branch: perl
12581            ! Configure
12582 ____________________________________________________________________________
12583 [ 27483] By: rgs                                   on 2006/03/12  15:12:29
12584         Log: Load .pmc always, even if they are older than a matching .pm file.
12585              (This trick is going to be used by pugs.)
12586      Branch: perl
12587            ! pod/perlfunc.pod pp_ctl.c
12588 ____________________________________________________________________________
12589 [ 27482] By: stevep                                on 2006/03/12  14:07:17
12590         Log: Subject: [PATCH] Removed unnecessary NULL check in Digest::SHA
12591              From: Andy Lester <andy@petdance.com>
12592              Date: Tue, 7 Mar 2006 12:12:35 -0600
12593              Message-ID: <20060307181235.GA25688@petdance.com>
12594      Branch: perl
12595            ! ext/Digest/SHA/src/hmac.c
12596 ____________________________________________________________________________
12597 [ 27481] By: stevep                                on 2006/03/12  13:48:10
12598         Log: Upgrade to Module-Build-0.27_09
12599      Branch: perl
12600            ! Porting/Maintainers.pl lib/Module/Build.pm
12601            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
12602            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
12603            ! lib/Module/Build/Cookbook.pm
12604 ____________________________________________________________________________
12605 [ 27480] By: nicholas                              on 2006/03/11  23:40:34
12606         Log: isSPACE('\0') is false, so can simplify the condition in the for
12607              loop. As the for loop is basically a while loop, write it as one, to
12608              make its intentions clearer.
12609      Branch: perl
12610            ! toke.c
12611 ____________________________________________________________________________
12612 [ 27479] By: nicholas                              on 2006/03/11  22:51:26
12613         Log: Fix the last 2 perly.y specific parts of regen_perly.pl, and make
12614              the regen_perly target call it for both perly.y and madly.y.
12615      Branch: perl
12616            - regen_madly.pl
12617            ! MANIFEST Makefile.SH regen_perly.pl
12618 ____________________________________________________________________________
12619 [ 27478] By: nicholas                              on 2006/03/11  22:29:56
12620         Log: NNs and NULLOKs for MAD's new functions.
12621      Branch: perl
12622            ! embed.fnc proto.h
12623 ____________________________________________________________________________
12624 [ 27477] By: stevep                                on 2006/03/11  22:08:34
12625         Log: Perl_newWHILEOP() had exactly the same lack of a NULL pointer check
12626              that Perl_newLOOPOP() had and fixed in change #27476.  Maybe some 
12627              refactoring is needed?
12628      Branch: perl
12629            ! op.c
12630 ____________________________________________________________________________
12631 [ 27476] By: stevep                                on 2006/03/11  21:41:20
12632         Log: Possible NULL pointer reference found by Coverity checks.
12633      Branch: perl
12634            ! op.c
12635 ____________________________________________________________________________
12636 [ 27475] By: stevep                                on 2006/03/11  20:57:26
12637         Log: Keep from using a variable in S_my_kid() before it is initialized.  This        was introduced with the MAD changes.
12638      Branch: perl
12639            ! op.c
12640 ____________________________________________________________________________
12641 [ 27474] By: craigb                                on 2006/03/11  17:26:00
12642         Log: Subject: [PATCH] perl@27437 fix File::Path::mkpath so that perl installs on VMS
12643              From: Peter Prymmer <PPrymmer@factset.com>
12644              Date: Fri, 10 Mar 2006 15:24:23 -0500
12645              Message-id: <OFBE8F84F1.A708DA4A-ON8525712D.006E4BF7-8525712D.007018C6@factset.com>
12646      Branch: perl
12647            ! lib/File/Path.pm
12648 ____________________________________________________________________________
12649 [ 27473] By: merijn                                on 2006/03/11  11:03:55
12650         Log: Subject: [PATCH] Reapply change 24432
12651              From: "Jan Dubois" <jand@ActiveState.com>
12652              Date: Fri, 10 Mar 2006 18:21:39 -0800
12653              Message-ID: <01b001c644b2$879a1f50$6062a8c0@candy>
12654      Branch: perl
12655            ! config_h.SH
12656 ____________________________________________________________________________
12657 [ 27471] By: nicholas                              on 2006/03/11  10:21:27
12658         Log: Missed the hunk that adds regen_madly.pl to the regen_perl target.
12659      Branch: perl
12660            ! Makefile.SH
12661 ____________________________________________________________________________
12662 [ 27470] By: nicholas                              on 2006/03/11  10:16:04
12663         Log: Subject: [PATCH] Sync up embed.fnc and doio.c
12664              From: andy@petdance.com (Andy Lester)
12665              Message-ID: <20060311071338.GA12490@petdance.com>
12666              Date: Sat, 11 Mar 2006 01:13:38 -0600
12667      Branch: perl
12668            ! embed.fnc proto.h
12669 ____________________________________________________________________________
12670 [ 27469] By: nicholas                              on 2006/03/11  09:55:43
12671         Log: Subject: [PATCH] Localizing some vars in S_checkcomma
12672              From: andy@petdance.com (Andy Lester)
12673              Message-ID: <20060310223100.GA13455@petdance.com>
12674              Date: Fri, 10 Mar 2006 16:31:00 -0600
12675      Branch: perl
12676            ! toke.c
12677 ____________________________________________________________________________
12678 [ 27468] By: nicholas                              on 2006/03/11  09:32:18
12679         Log: Remove the obsolete mad/P5RE.pm
12680      Branch: perl
12681            - mad/P5RE.pm
12682            ! MANIFEST
12683 ____________________________________________________________________________
12684 [ 27467] By: craigb                                on 2006/03/11  01:52:37
12685         Log: null terminate command string -- broken in #27438
12686      Branch: perl
12687            ! vms/vms.c
12688 ____________________________________________________________________________
12689 [ 27466] By: nicholas                              on 2006/03/10  21:54:18
12690         Log: Move the 12 static MAD variables from toke.c into the interpeter
12691              structure.
12692      Branch: perl
12693            ! embedvar.h intrpvar.h makedef.pl perl.c perlapi.h sv.c toke.c
12694 ____________________________________________________________________________
12695 [ 27465] By: nicholas                              on 2006/03/10  20:58:23
12696         Log: Rename the 12 static variables in toke.c to PL_*
12697      Branch: perl
12698            ! toke.c
12699 ____________________________________________________________________________
12700 [ 27464] By: nicholas                              on 2006/03/10  19:47:11
12701         Log: gozer took over from gsar (some time ago).
12702      Branch: perl
12703            ! Porting/repository.pod
12704 ____________________________________________________________________________
12705 [ 27463] By: nicholas                              on 2006/03/10  18:53:01
12706         Log: All the autogenerated files from change 27462.
12707      Branch: perl
12708            ! madly.act madly.h madly.tab
12709 ____________________________________________________________________________
12710 [ 27462] By: nicholas                              on 2006/03/10  18:52:40
12711         Log: Merge perly.y changes from 5.9.2 to now into madly.y.
12712      Branch: perl
12713            ! madly.y
12714 ____________________________________________________________________________
12715 [ 27461] By: nicholas                              on 2006/03/10  12:57:18
12716         Log: Teaching embed.pl about conditional symbols is a TODO.
12717      Branch: perl
12718            ! pod/perltodo.pod
12719 ____________________________________________________________________________
12720 [ 27460] By: nicholas                              on 2006/03/10  12:09:39
12721         Log: Tweak change 27457 - make PL_lasttoke MAD only, but teach makedef.pl
12722              about MADness (and unMADness - maybe there is a special word for that)
12723      Branch: perl
12724            ! intrpvar.h makedef.pl
12725 ____________________________________________________________________________
12726 [ 27459] By: nicholas                              on 2006/03/10  11:31:14
12727         Log: Summon constman! S_checkcomma now has all 3 arguments const char.
12728      Branch: perl
12729            ! embed.fnc proto.h toke.c
12730 ____________________________________________________________________________
12731 [ 27458] By: nicholas                              on 2006/03/10  10:50:29
12732         Log: Tease apart the keyword/subroutine test in S_checkcomma.
12733      Branch: perl
12734            ! toke.c
12735 ____________________________________________________________________________
12736 [ 27457] By: stevep                                on 2006/03/10  02:17:43
12737         Log: Move PL_lasttoke out of its PERL_MAD define in intrpvar.h.
12738              Otherwise, Win32 does not compile.
12739      Branch: perl
12740            ! intrpvar.h
12741 ____________________________________________________________________________
12742 [ 27456] By: nicholas                              on 2006/03/09  23:23:19
12743         Log: Correct another gv_fetchpv() - it takes a bitmask of flags, not simply
12744              TRUE/FALSE.
12745      Branch: perl
12746            ! gv.c
12747 ____________________________________________________________________________
12748 [ 27455] By: nicholas                              on 2006/03/09  22:50:23
12749         Log: Remove two NEWSV()s in the non-ithread dump code that got missed.
12750      Branch: perl
12751            ! dump.c
12752 ____________________________________________________________________________
12753 [ 27454] By: mhx                                   on 2006/03/09  22:07:01
12754         Log: Subject: Re: [PATCH pod/perlfunc.pd] Re: truncate needs seek on filehandle
12755              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
12756              Date: Thu, 9 Mar 2006 16:29:12 -0500
12757              Message-ID: <20060309212912.GF22682@penkwe.pair.com>
12758      Branch: perl
12759            ! pod/perlfunc.pod
12760 ____________________________________________________________________________
12761 [ 27453] By: nicholas                              on 2006/03/09  22:03:55
12762         Log: Add the Perl 5 to Perl 5 convertor scripts.
12763      Branch: perl
12764            + mad/P5AST.pm mad/P5RE.pm mad/P5re.pm mad/PLXML.pm mad/nomad
12765            + mad/p55
12766            ! MANIFEST
12767 ____________________________________________________________________________
12768 [ 27452] By: nicholas                              on 2006/03/09  22:01:28
12769         Log: Superior *printf-fu lets us avoid modifying source code.
12770      Branch: perl
12771            ! toke.c
12772 ____________________________________________________________________________
12773 [ 27451] By: nicholas                              on 2006/03/09  21:49:20
12774         Log: Avoid scribbling on the passed in command line string for -i in 
12775              moreswitches.
12776      Branch: perl
12777            ! perl.c
12778 ____________________________________________________________________________
12779 [ 27450] By: nicholas                              on 2006/03/09  21:24:04
12780         Log: -Dmad works, albeit with some test failures:
12781              ext/B/t/f_sort.t                       20    5  25.00%  2 4-6 16
12782              ext/B/t/optree_samples.t               20    1   5.00%  18
12783              ext/List/Util/t/weak.t      1   256    22    1   4.55%  22
12784              ext/Safe/t/safeops.t        0   134   354  288  81.36%  211-354
12785              lib/warnings.t                        561    2   0.36%  3 10
12786      Branch: perl
12787            ! toke.c
12788 ____________________________________________________________________________
12789 [ 27449] By: nicholas                              on 2006/03/09  20:53:11
12790         Log: Oops. Failed to add madly.c
12791      Branch: perl
12792            + madly.c
12793 ____________________________________________________________________________
12794 [ 27448] By: stevep                                on 2006/03/09  20:48:50
12795         Log: The Coverity audit is upset that the scream_olds variable is not
12796              directly initialized, although it is likely initialized after 
12797              another variable takes a reference to it.
12798      Branch: perl
12799            ! regexec.c
12800 ____________________________________________________________________________
12801 [ 27447] By: nicholas                              on 2006/03/09  20:48:18
12802         Log: Add the madly parser. I believe that this is all the C code. Now to
12803              find the bugs that stowed away.
12804      Branch: perl
12805            + madly.act madly.h madly.tab madly.y regen_madly.pl
12806            ! Configure MANIFEST Makefile.SH embed.fnc embed.h perly.c
12807            ! proto.h
12808 ____________________________________________________________________________
12809 [ 27446] By: nicholas                              on 2006/03/09  19:53:53
12810         Log: It helps to run embed.pl in the correct directory. (not the symlink
12811              tree)
12812      Branch: perl
12813            ! embed.h embedvar.h perlapi.h proto.h
12814 ____________________________________________________________________________
12815 [ 27445] By: nicholas                              on 2006/03/09  19:22:10
12816         Log: The remainder of the toke.c MAD changes. Now to investigate why MAD
12817              no longer builds.
12818      Branch: perl
12819            ! embed.fnc intrpvar.h sv.c toke.c
12820 ____________________________________________________________________________
12821 [ 27444] By: nicholas                              on 2006/03/09  19:00:26
12822         Log: Another refactoring from Larry implicit in the MAD patch.
12823      Branch: perl
12824            ! toke.c
12825 ____________________________________________________________________________
12826 [ 27443] By: nicholas                              on 2006/03/09  18:08:52
12827         Log: Refactoring from Larry inplicit in the MAD patch.
12828      Branch: perl
12829            ! toke.c
12830 ____________________________________________________________________________
12831 [ 27442] By: nicholas                              on 2006/03/09  17:06:46
12832         Log: Replace PL_nextval[PL_nexttoke].opval with the macro NEXTVAL_NEXTTOKE
12833              as MAD conditionally changes this consistently in 27 places.
12834      Branch: perl
12835            ! toke.c
12836 ____________________________________________________________________________
12837 [ 27441] By: stevep                                on 2006/03/09  16:14:20
12838         Log: Need to update test count from change #27440.
12839      Branch: perl
12840            ! ext/POSIX/t/sigaction.t
12841 ____________________________________________________________________________
12842 [ 27440] By: stevep                                on 2006/03/09  16:03:21
12843         Log: croak in POSIX::sigaction() when passed a negative signal instead
12844              dumping core.
12845      Branch: perl
12846            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
12847 ____________________________________________________________________________
12848 [ 27439] By: nicholas                              on 2006/03/09  15:13:49
12849         Log: MAD changes for bare skipspace()
12850      Branch: perl
12851            ! embed.fnc embed.h proto.h toke.c
12852 ____________________________________________________________________________
12853 [ 27438] By: craigb                                on 2006/03/09  14:49:45
12854         Log: Subject: patch@27385 - VMS thread fixes (was: threads and VMS)
12855              From: "John E. Malmberg" <wb8tyw@qsl.net>
12856              Date: Wed, 08 Mar 2006 23:34:05 -0500
12857              Message-id: <440FB03D.8010409@qsl.net>
12858
12859      Branch: perl
12860            ! vms/vms.c
12861 ____________________________________________________________________________
12862 [ 27437] By: nicholas                              on 2006/03/09  13:45:30
12863         Log: Add the MAD change to perly.y, which brings a new PEG token.
12864      Branch: perl
12865            ! perly.act perly.h perly.tab perly.y
12866 ____________________________________________________________________________
12867 [ 27436] By: mhx                                   on 2006/03/09  12:54:19
12868         Log: Fix a memory leak in ck_grep(), spotted by coverity:
12869              perl -e'eval "grep" while 1'
12870      Branch: perl
12871            ! op.c
12872 ____________________________________________________________________________
12873 [ 27435] By: nicholas                              on 2006/03/09  12:41:40
12874         Log: Tweaking the order of op creation/op free in Perl_ck_require to Larry's
12875              order doesn't make tests pass :-(. Nor does it make them fail.
12876      Branch: perl
12877            ! op.c
12878 ____________________________________________________________________________
12879 [ 27434] By: nicholas                              on 2006/03/09  12:17:41
12880         Log: Fix C99ism in dump.c
12881      Branch: perl
12882            ! dump.c
12883 ____________________________________________________________________________
12884 [ 27433] By: nicholas                              on 2006/03/09  12:01:36
12885         Log: Unroll 27425 - keeping Larry's order in op.c means that exactly the
12886              same sequence of pad usage is generated with and without MAD.
12887      Branch: perl
12888            ! ext/B/t/f_map.t op.c
12889 ____________________________________________________________________________
12890 [ 27432] By: nicholas                              on 2006/03/09  11:20:14
12891         Log: Note the weakref.t failure that commenting out this code caused.
12892              Pesky waterbeds.
12893      Branch: perl
12894            ! op.c
12895 ____________________________________________________________________________
12896 [ 27431] By: nicholas                              on 2006/03/09  11:04:23
12897         Log: Note the cause of another MAD test failure - an explicit abort trap
12898              for saving PL_formfeed is being hit.
12899      Branch: perl
12900            ! scope.c
12901 ____________________________________________________________________________
12902 [ 27430] By: nicholas                              on 2006/03/09  10:53:25
12903         Log: Bodge MAD code to get pack.t and ext/Encode/t/Encode.t passing.
12904      Branch: perl
12905            ! op.c
12906 ____________________________________________________________________________
12907 [ 27429] By: nicholas                              on 2006/03/08  23:33:05
12908         Log: Make MAD at least compile and link once more. Although it's now failing
12909              6 regression tests.
12910      Branch: perl
12911            ! op.c perly.c
12912 ____________________________________________________________________________
12913 [ 27428] By: nicholas                              on 2006/03/08  22:36:30
12914         Log: Further MAD changes.
12915      Branch: perl
12916            ! perl.c perly.c pp_ctl.c scope.c
12917 ____________________________________________________________________________
12918 [ 27427] By: nicholas                              on 2006/03/08  21:53:06
12919         Log: Oops. Didn't mean to commit 27426 to maint first. Integrate it:
12920              Avoid writing over the input string in the case 'F' in moreswitches.
12921      Branch: perl
12922           !> perl.c
12923 ____________________________________________________________________________
12924 [ 27425] By: nicholas                              on 2006/03/08  21:18:58
12925         Log: The last MAD change to op.c changes the pad offsets of the test that
12926              ext/B/t/f_map.t is using.
12927      Branch: perl
12928            ! ext/B/t/f_map.t op.c
12929 ____________________________________________________________________________
12930 [ 27424] By: nicholas                              on 2006/03/08  20:34:16
12931         Log: Almost all the MAD changes for op.c
12932      Branch: perl
12933            ! embed.fnc embed.h op.c perl.h proto.h
12934 ____________________________________________________________________________
12935 [ 27423] By: nicholas                              on 2006/03/08  18:17:09
12936         Log: Change from Larry in the MAD code which seems to be unrelated to MAD.
12937      Branch: perl
12938            ! op.c
12939 ____________________________________________________________________________
12940 [ 27422] By: nicholas                              on 2006/03/08  16:29:26
12941         Log: MAD changes to dump.c
12942      Branch: perl
12943            ! dump.c embed.fnc embed.h global.sym makedef.pl proto.h
12944 ____________________________________________________________________________
12945 [ 27421] By: steveh                                on 2006/03/08  16:25:23
12946         Log: Get rid of unnecessary "rmdir /s" calls in Win32 makefiles
12947              
12948              They only existed for the benefit of old shells that didn't
12949              understand "rmdir /s /q", but since change #27195 effectively
12950              drops support for old shells that don't understand "xcopy /y"
12951              it seems unnecessary now.
12952              
12953              Windows NT4, 2000, XP and onwards all support "rmdir /s /q", so
12954              it's probably only the Windows 9x shells that lose out.
12955      Branch: perl
12956            ! win32/Makefile win32/makefile.mk
12957 ____________________________________________________________________________
12958 [ 27420] By: steveh                                on 2006/03/08  15:20:28
12959         Log: Sort the ext/ and lib/ tests when running under t/harness
12960              
12961              Unless they are sorted then they are run in the same order in which
12962              they are listed in MANIFEST, which is not always ideal. In particular,
12963              the ext/Compress/IO/Zlib/t/*.t tests are not run in the correct order,
12964              which causes some files to be left behind afterwards.
12965              
12966              ExtUtils::Command::MM::test_harness() sorts test files, so it seems
12967              sensible for t/harness to do likewise, rather than relying on the
12968              ordering in MANIFEST.
12969      Branch: perl
12970            ! t/harness
12971 ____________________________________________________________________________
12972 [ 27419] By: nicholas                              on 2006/03/08  13:40:48
12973         Log: Add MAD changes to pad code (new function Perl_pad_peg)
12974      Branch: perl
12975            ! embed.fnc embed.h makedef.pl pad.c pad.h proto.h
12976 ____________________________________________________________________________
12977 [ 27418] By: steveh                                on 2006/03/08  13:37:28
12978         Log: Adjust Win32 distclean as per changes #27411 and #27417
12979      Branch: perl
12980            ! win32/Makefile win32/makefile.mk
12981 ____________________________________________________________________________
12982 [ 27417] By: rgs                                   on 2006/03/08  13:29:26
12983         Log: "make distclean" fix noticed by Steve Hay
12984      Branch: perl
12985            ! Makefile.SH
12986 ____________________________________________________________________________
12987 [ 27416] By: steveh                                on 2006/03/08  12:15:04
12988         Log: Cleanup Archive-Tar temporary test files
12989              
12990              I've done this twice before already (changes #25043 and #26785),
12991              but it keeps getting accidentally removed. Third time lucky?
12992      Branch: perl
12993            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
12994 ____________________________________________________________________________
12995 [ 27415] By: rgs                                   on 2006/03/08  10:31:24
12996         Log: Subject: [PATCH] Re: [perl #38684] O::Deparse not working as expected 
12997              From: Stephen McCamant <smcc@mit.edu>
12998              Date: Tue, 7 Mar 2006 20:00:30 -0800
12999              Message-ID: <17422.22238.570532.2771@apocalypse.OCF.Berkeley.EDU>
13000      Branch: perl
13001            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
13002 ____________________________________________________________________________
13003 [ 27414] By: rgs                                   on 2006/03/08  10:25:26
13004         Log: Subject: [PATCH] Removed unused check and assignment in pp_hot.c
13005              From: andy@petdance.com (Andy Lester)
13006              Date: Wed, 8 Mar 2006 00:45:29 -0600
13007              Message-ID: <20060308064529.GA16499@petdance.com>
13008      Branch: perl
13009            ! pp_hot.c
13010 ____________________________________________________________________________
13011 [ 27413] By: steveh                                on 2006/03/08  09:36:50
13012         Log: Don't try to export PL_madskills/PL_xmlfp when they're not defined
13013              (Fixes Win32 linker error introduced by change #27408)
13014      Branch: perl
13015            ! makedef.pl
13016 ____________________________________________________________________________
13017 [ 27412] By: steveh                                on 2006/03/08  08:42:44
13018         Log: Complete change #27407/27410 on Win32 and tidy up change #27372
13019      Branch: perl
13020            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13021            ! win32/config_H.vc64
13022 ____________________________________________________________________________
13023 [ 27411] By: rgs                                   on 2006/03/08  08:23:54
13024         Log: "make distclean" adjustments for the new Compress modules
13025      Branch: perl
13026            ! Makefile.SH
13027 ____________________________________________________________________________
13028 [ 27410] By: merijn                                on 2006/03/08  08:10:25
13029         Log: Backport #27407
13030              Add a Configure question for mad (Misc Attribute Decoration - Larry's
13031              perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
13032      Branch: perl
13033            ! Configure Porting/Glossary config_h.SH
13034 ____________________________________________________________________________
13035 [ 27408] By: nicholas                              on 2006/03/07  23:24:55
13036         Log: Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp,
13037              and default definitions for the 2 variables. (Which will save a lot of
13038              conditional complilation, by instead letting the C compiler optimiser
13039              remove dead code.)
13040      Branch: perl
13041            ! XSUB.h embedvar.h intrpvar.h op.h perl.h perlapi.h
13042 ____________________________________________________________________________
13043 [ 27407] By: nicholas                              on 2006/03/07  22:16:55
13044         Log: Add a Configure question for mad (Misc Attribute Decoration - Larry's
13045              perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
13046      Branch: perl
13047            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
13048            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
13049            ! perl.c plan9/config_sh.sample symbian/config.sh uconfig.sh
13050            ! win32/config.bc win32/config.gc win32/config.vc
13051            ! win32/config.vc64 wince/config.ce
13052 ____________________________________________________________________________
13053 [ 27406] By: nicholas                              on 2006/03/07  19:31:49
13054         Log: Two more TODOs for those with C knowledge.
13055      Branch: perl
13056            ! pod/perltodo.pod
13057 ____________________________________________________________________________
13058 [ 27405] By: nicholas                              on 2006/03/07  19:27:28
13059         Log: Remove the #define - ARENASETS are always on now.
13060      Branch: perl
13061            ! perl.h sv.c
13062 ____________________________________________________________________________
13063 [ 27404] By: nicholas                              on 2006/03/07  19:23:14
13064         Log: TPF++ # http://www.perlfoundation.org/gc/grants/2006-perl5-improve.html
13065              Shrinking PVGVs, PVLVs, PVCVs and PVFMs is TODOne.
13066      Branch: perl
13067            ! pod/perltodo.pod
13068 ____________________________________________________________________________
13069 [ 27403] By: rgs                                   on 2006/03/07  17:09:54
13070         Log: This looks like a memory leak.
13071      Branch: perl
13072            ! op.c
13073 ____________________________________________________________________________
13074 [ 27402] By: rgs                                   on 2006/03/07  16:49:58
13075         Log: $[ = 2 should not warn.
13076      Branch: perl
13077            ! op.c t/lib/warnings/op
13078 ____________________________________________________________________________
13079 [ 27401] By: steveh                                on 2006/03/07  14:58:20
13080         Log: Fix lib/Module/Build/t/compat.t
13081              (e.g. see http://www.nntp.perl.org/group/perl.daily-build.reports/36431)
13082      Branch: perl
13083            ! lib/Module/Build/t/compat.t
13084 ____________________________________________________________________________
13085 [ 27400] By: rgs                                   on 2006/03/07  14:36:00
13086         Log: Make report on bad filenames easier to read
13087      Branch: perl
13088            ! Porting/check83.pl
13089 ____________________________________________________________________________
13090 [ 27399] By: rgs                                   on 2006/03/07  14:15:46
13091         Log: FAQ sync. (FAQ now moved to svn)
13092      Branch: perl
13093            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
13094            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
13095            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
13096            ! pod/perlfaq9.pod
13097 ____________________________________________________________________________
13098 [ 27398] By: stevep                                on 2006/03/07  04:48:29
13099         Log: Upgrade to PathTools-3.17
13100      Branch: perl
13101            ! ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
13102 ____________________________________________________________________________
13103 [ 27397] By: stevep                                on 2006/03/06  23:31:21
13104         Log: Subject:  Re: [PATCH] Removed a redundant o->op_type
13105              From: Paul Johnson <paul@pjcj.net>
13106              Date: Tue, 28 Feb 2006 20:17:31 +0100
13107              Message-ID: <20060228191731.GD20933@pjcj.net>
13108      Branch: perl
13109            ! op.c
13110 ____________________________________________________________________________
13111 [ 27396] By: mhx                                   on 2006/03/06  22:18:52
13112         Log: Don't free thread memory if PERL_DESTRUCT_LEVEL is set to a non-zero
13113              value as we're probably hunting memory leaks then
13114      Branch: perl
13115            ! perl.c
13116 ____________________________________________________________________________
13117 [ 27393] By: nicholas                              on 2006/03/06  20:44:02
13118         Log: Update David Dyck's e-mail address.
13119      Branch: perl
13120            ! AUTHORS Porting/checkAUTHORS.pl
13121 ____________________________________________________________________________
13122 [ 27390] By: rgs                                   on 2006/03/06  17:26:43
13123         Log: Add all new utilities in the perlutil man page.
13124              Includes lots of work by Zsban Ambrus.
13125      Branch: perl
13126            ! pod/perlutil.pod
13127 ____________________________________________________________________________
13128 [ 27389] By: rgs                                   on 2006/03/06  16:09:50
13129         Log: Subject: [PATCH] add Module::Build 0.27_08
13130              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
13131              Date: Sun, 5 Mar 2006 12:08:30 -0800
13132              Message-ID: <20060305200830.GA2660@efn.org>
13133      Branch: perl
13134            + lib/Module/Build.pm lib/Module/Build/Authoring.pod
13135            + lib/Module/Build/Base.pm lib/Module/Build/Changes
13136            + lib/Module/Build/Compat.pm lib/Module/Build/ConfigData.pm
13137            + lib/Module/Build/Cookbook.pm lib/Module/Build/ModuleInfo.pm
13138            + lib/Module/Build/Notes.pm lib/Module/Build/PPMMaker.pm
13139            + lib/Module/Build/Platform/Amiga.pm
13140            + lib/Module/Build/Platform/Default.pm
13141            + lib/Module/Build/Platform/EBCDIC.pm
13142            + lib/Module/Build/Platform/MPEiX.pm
13143            + lib/Module/Build/Platform/MacOS.pm
13144            + lib/Module/Build/Platform/RiscOS.pm
13145            + lib/Module/Build/Platform/Unix.pm
13146            + lib/Module/Build/Platform/VMS.pm
13147            + lib/Module/Build/Platform/VOS.pm
13148            + lib/Module/Build/Platform/Windows.pm
13149            + lib/Module/Build/Platform/aix.pm
13150            + lib/Module/Build/Platform/cygwin.pm
13151            + lib/Module/Build/Platform/darwin.pm
13152            + lib/Module/Build/Platform/os2.pm lib/Module/Build/PodParser.pm
13153            + lib/Module/Build/scripts/config_data
13154            + lib/Module/Build/t/basic.t
13155            + lib/Module/Build/t/bundled/Tie/CPHash.pm
13156            + lib/Module/Build/t/compat.t lib/Module/Build/t/destinations.t
13157            + lib/Module/Build/t/ext.t lib/Module/Build/t/extend.t
13158            + lib/Module/Build/t/files.t lib/Module/Build/t/install.t
13159            + lib/Module/Build/t/lib/DistGen.pm
13160            + lib/Module/Build/t/lib/MBTest.pm
13161            + lib/Module/Build/t/manifypods.t lib/Module/Build/t/metadata.t
13162            + lib/Module/Build/t/metadata2.t lib/Module/Build/t/moduleinfo.t
13163            + lib/Module/Build/t/notes.t lib/Module/Build/t/parents.t
13164            + lib/Module/Build/t/pod_parser.t lib/Module/Build/t/ppm.t
13165            + lib/Module/Build/t/runthrough.t lib/Module/Build/t/signature.t
13166            + lib/Module/Build/t/tilde.t lib/Module/Build/t/versions.t
13167            + lib/Module/Build/t/xs.t utils/config_data.PL
13168            ! MANIFEST Porting/Maintainers.pl installperl pod/perlutil.pod
13169            ! utils.lst utils/Makefile vms/descrip_mms.template
13170            ! win32/Makefile win32/makefile.mk
13171 ____________________________________________________________________________
13172 [ 27388] By: rgs                                   on 2006/03/06  14:52:48
13173         Log: Upgrade to Archive::Tar 1.29
13174      Branch: perl
13175            ! lib/Archive/Tar.pm lib/Archive/Tar/t/00_setup.t
13176            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
13177 ____________________________________________________________________________
13178 [ 27387] By: rgs                                   on 2006/03/06  10:06:53
13179         Log: Add and remove files forgotten in change #27384
13180      Branch: perl
13181            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
13182            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
13183            + ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
13184            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
13185            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
13186            + ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
13187            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
13188            - (delete 110 files)
13189            ! MANIFEST
13190 ____________________________________________________________________________
13191 [ 27386] By: craigb                                on 2006/03/06  03:42:19
13192         Log: Subject: PATCH: 2 vms specific build files in perl @ 27383
13193              From: Peter Prymmer <PPrymmer@factset.com>
13194              Date: Sun, 05 Mar 2006 20:30:09 -0500
13195              Message-id: <OFF0B19477.39D9ABEB-ON85257129.00070590-85257129.000840D3@factset.com>
13196      Branch: perl
13197            ! configure.com vms/gen_shrfls.pl
13198 ____________________________________________________________________________
13199 [ 27385] By: craigb                                on 2006/03/06  03:26:39
13200         Log: Subject: Re: threads and VMS
13201              From: "John E. Malmberg" <wb8tyw@qsl.net>
13202              Date: Sun, 05 Mar 2006 00:32:27 -0500
13203              Message-id: <440A77EB.2030205@qsl.net>
13204      Branch: perl
13205            ! vms/vms.c
13206 ____________________________________________________________________________
13207 [ 27384] By: stevep                                on 2006/03/06  02:06:04
13208         Log: Subject: [PATCH] Compress::Zlib
13209              From: "Paul Marquess" <paul.marquess@ntlworld.com>
13210              Date: Fri, 3 Mar 2006 10:25:48 -0000
13211              Message-ID: <007101c63eac$d919c6c0$4c05140a@myopwv.com>
13212      Branch: perl
13213            + (add 129 files)
13214            ! MANIFEST ext/Compress/Zlib/Changes
13215            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
13216            ! ext/Compress/Zlib/examples/filtdef
13217            ! ext/Compress/Zlib/examples/filtinf
13218            ! ext/Compress/Zlib/examples/gzcat
13219            ! ext/Compress/Zlib/examples/gzgrep
13220            ! ext/Compress/Zlib/examples/gzstream
13221            ! ext/Compress/Zlib/t/01version.t
13222            ! ext/Compress/Zlib/t/03zlib-v1.t
13223            ! ext/Compress/Zlib/t/05examples.t
13224            ! ext/Compress/Zlib/t/06gzsetp.t
13225            ! ext/Compress/Zlib/t/08encoding.t
13226            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/99pod.t
13227            ! t/lib/compress/any.pl t/lib/compress/anyunc.pl
13228            ! t/lib/compress/destroy.pl t/lib/compress/generic.pl
13229            ! t/lib/compress/merge.pl t/lib/compress/multi.pl
13230            ! t/lib/compress/newtied.pl t/lib/compress/oneshot.pl
13231            ! t/lib/compress/prime.pl t/lib/compress/tied.pl
13232            ! t/lib/compress/truncate.pl t/lib/compress/zlib-generic.pl
13233 ____________________________________________________________________________
13234 [ 27383] By: nicholas                              on 2006/03/05  21:21:10
13235         Log: Change 27380 (HEK into the IV union failed to convert the code in the
13236              non-gcc-debugging ifdef. Whoops. Very lax of me)
13237      Branch: perl
13238            ! gv.h
13239 ____________________________________________________________________________
13240 [ 27382] By: nicholas                              on 2006/03/05  19:07:12
13241         Log: Perl_gv_name_set should not leak the old HEK. Allow the flag GV_ADD
13242              to simplify GV initialisation.
13243      Branch: perl
13244            ! gv.c gv.h sv.c
13245 ____________________________________________________________________________
13246 [ 27381] By: nicholas                              on 2006/03/05  18:40:59
13247         Log: Change hv_name_set to take U32 length and flags parameters.
13248      Branch: perl
13249            ! embed.fnc hv.c proto.h
13250 ____________________________________________________________________________
13251 [ 27380] By: nicholas                              on 2006/03/05  18:13:42
13252         Log: Move the GvNAME HEK into the IV union - every GV is now 1 pointer
13253              smaller.
13254      Branch: perl
13255            ! av.h cv.h gv.c gv.h hv.h sv.h
13256 ____________________________________________________________________________
13257 [ 27379] By: nicholas                              on 2006/03/05  17:47:23
13258         Log: Use a HEK to store the GV's name, rather than a malloc()ed string.
13259              Saves 1 word in each GV (no more strlen), and will also save the memory
13260              used by the string itself, as the HEK will exist already due to the
13261              key used by the symbol table for this GV.
13262      Branch: perl
13263            ! gv.c gv.h sv.c sv.h
13264 ____________________________________________________________________________
13265 [ 27378] By: nicholas                              on 2006/03/05  12:12:56
13266         Log: Only #define PERL_DONT_CREATE_GVSV if it wasn't already defined.
13267      Branch: perl
13268            ! perl.h
13269 ____________________________________________________________________________
13270 [ 27377] By: nicholas                              on 2006/03/05  11:53:55
13271         Log: Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET.
13272      Branch: perl
13273            ! embed.fnc embed.h global.sym gv.c gv.h proto.h sv.c
13274 ____________________________________________________________________________
13275 [ 27376] By: craigb                                on 2006/03/05  00:03:31
13276         Log: Subject: Re: threads and VMS
13277              From: "John E. Malmberg" <wb8tyw@qsl.net>
13278              Date: Sat, 04 Mar 2006 18:29:22 -0500
13279              Message-id: <440A22D2.30009@qsl.net>
13280      Branch: perl
13281            ! doio.c
13282 ____________________________________________________________________________
13283 [ 27375] By: merijn                                on 2006/03/04  06:48:13
13284         Log: Subject: patch@27373 VMS build fix + more long pathname stuff
13285              From: "John E. Malmberg" <wb8tyw@qsl.net>
13286              Date: Sat, 04 Mar 2006 00:36:03 -0500
13287              Message-ID: <44092743.4030607@qsl.net>
13288      Branch: perl
13289            ! vms/vms.c
13290 ____________________________________________________________________________
13291 [ 27374] By: merijn                                on 2006/03/04  06:44:10
13292         Log: Subject: Re: [PATCH] include configure.com in Porting/checkcfgvar.pl
13293              From: Abe Timmerman <abe@ztreet.demon.nl>
13294              Date: Fri, 3 Mar 2006 22:56:47 +0100
13295              Message-Id: <200603032256.47170.abe@ztreet.demon.nl>
13296      Branch: perl
13297            ! Porting/checkcfgvar.pl configure.com
13298 ____________________________________________________________________________
13299 [ 27373] By: stevep                                on 2006/03/03  18:40:22
13300         Log: Add d_builtin_choose_expr and d_builtin_expect to configure.com as
13301              'undef'.
13302      Branch: perl
13303            ! configure.com
13304 ____________________________________________________________________________
13305 [ 27372] By: stevep                                on 2006/03/03  18:34:18
13306         Log: Make Win32 configuration changes for HAS_BUILTIN_CHOOSE_EXPR and
13307              HAS_BUILTIN_EXPECT.
13308      Branch: perl
13309            ! win32/config.bc win32/config.gc win32/config.vc
13310            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
13311            ! win32/config_H.vc win32/config_H.vc64
13312 ____________________________________________________________________________
13313 [ 27371] By: stevep                                on 2006/03/03  17:49:01
13314         Log: Subject: [PATCH] include configure.com in Porting/checkcfgvar.pl
13315              From: Abe Timmerman <abe@ztreet.demon.nl>
13316              Date: Fri, 3 Mar 2006 18:43:24 +0100
13317              Message-Id: <200603031843.24250.abe@ztreet.demon.nl>
13318      Branch: perl
13319            ! Porting/checkcfgvar.pl
13320 ____________________________________________________________________________
13321 [ 27370] By: merijn                                on 2006/03/03  16:40:57
13322         Log: Subject: [PATCH] Support for __builtin_expect and __builtin_choose_expr
13323              From: Andy Lester <andy@petdance.com>
13324              Date: Wed, 28 Dec 2005 15:34:08 -0600
13325              Message-ID: <20051228213408.GB26033@petdance.com>
13326      Branch: perl
13327            ! Configure Porting/Glossary config_h.SH perl.h
13328 ____________________________________________________________________________
13329 [ 27368] By: rgs                                   on 2006/03/03  15:45:32
13330         Log: Subject: [PATCH] Re: [perl #38657] -d:Foo=bar broke in 5.8.8
13331              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
13332              Date: Thu, 02 Mar 2006 20:21:26 +0200
13333              Message-ID: <440737A6.4060606@gmail.com>
13334      Branch: perl
13335            ! t/lib/Devel/switchd.pm t/run/switchd.t
13336 ____________________________________________________________________________
13337 [ 27367] By: merijn                                on 2006/03/03  07:35:51
13338         Log: #27363 broke HP-UX (and others). if [[ ... ]] syntax not supported
13339      Branch: perl
13340            ! Configure
13341 ____________________________________________________________________________
13342 [ 27365] By: stevep                                on 2006/03/03  00:18:40
13343         Log: Subject: Re: [PATCH] Re: [perl #38612] Data::Dumper core dump in 5.8.6, fixed by 5.8.7
13344              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
13345              Date: Thu, 02 Mar 2006 22:46:14 +0200
13346              Message-ID: <44075996.1000002@gmail.com>
13347      Branch: perl
13348            ! ext/Data/Dumper/t/bugs.t
13349 ____________________________________________________________________________
13350 [ 27364] By: merijn                                on 2006/03/02  20:14:50
13351         Log: Taint handling for runperl:
13352              - better taint detection (switch -T in command)
13353              - $ENV{PATH} stripping of writeable directories on unix/linux
13354      Branch: perl
13355            ! t/test.pl
13356 ____________________________________________________________________________
13357 [ 27363] By: merijn                                on 2006/03/02  20:07:51
13358         Log: Subject: [perl #38385] _h2ph_pre.ph / $Config{cppsymbols} omits gcc-3.4+ cpp "predefined macros" 
13359              Date: Tue, 31 Jan 2006 09:50:32 -0800
13360              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
13361      Branch: perl
13362            ! Configure utils/h2ph.PL
13363 ____________________________________________________________________________
13364 [ 27361] By: rgs                                   on 2006/03/02  09:11:35
13365         Log: Subject: [PATCH] mgvtbl initialization
13366              From: andy@petdance.com (Andy Lester)
13367              Date: Wed, 1 Mar 2006 22:52:20 -0600
13368              Message-ID: <20060302045220.GA15985@petdance.com>
13369      Branch: perl
13370            ! perl.h
13371 ____________________________________________________________________________
13372 [ 27360] By: rgs                                   on 2006/03/02  09:08:30
13373         Log: Subject: [PATCH] Non-null optimizations
13374              From: andy@petdance.com (Andy Lester)
13375              Date: Wed, 1 Mar 2006 22:13:45 -0600
13376              Message-ID: <20060302041345.GA13731@petdance.com>
13377      Branch: perl
13378            ! embed.fnc pod/perlapi.pod proto.h sv.c
13379 ____________________________________________________________________________
13380 [ 27359] By: rgs                                   on 2006/03/01  22:39:24
13381         Log: Don't put strings with embedded NULs in the environment.
13382              This makes things like -d:Foo=bar work again.
13383      Branch: perl
13384            ! perl.c
13385 ____________________________________________________________________________
13386 [ 27358] By: stevep                                on 2006/03/01  20:15:27
13387         Log: Grammar nit in Locale::Maketext::TPJ13.pod, found by Justin Pryzby.
13388      Branch: perl
13389            ! lib/Locale/Maketext/TPJ13.pod
13390 ____________________________________________________________________________
13391 [ 27357] By: stevep                                on 2006/03/01  16:53:49
13392         Log: Upgrade to podlators-2.04
13393      Branch: perl
13394            + lib/Pod/t/filehandle.t
13395            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
13396 ____________________________________________________________________________
13397 [ 27356] By: stevep                                on 2006/03/01  16:29:37
13398         Log: Upgrade to assertions-0.03
13399      Branch: perl
13400            ! lib/assertions.pm lib/assertions/activate.pm
13401            ! lib/assertions/compat.pm t/comp/assertions.t
13402            ! t/comp/asstcompat.t
13403 ____________________________________________________________________________
13404 [ 27355] By: rgs                                   on 2006/03/01  16:13:56
13405         Log: Subject: [PATCH] a buglet in fakesdio.h
13406              From: Anton Berezin <tobez@tobez.org>
13407              Date: Wed, 1 Mar 2006 16:56:13 +0100
13408              Message-ID: <20060301155613.GA30368@heechee.tobez.org>
13409      Branch: perl
13410            ! fakesdio.h
13411 ____________________________________________________________________________
13412 [ 27354] By: stevep                                on 2006/03/01  16:08:17
13413         Log: Upgrade to CGI.pm-3.17, but continuing the version bump for 
13414              unintegrated changes.
13415      Branch: perl
13416            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
13417 ____________________________________________________________________________
13418 [ 27353] By: rgs                                   on 2006/03/01  09:08:46
13419         Log: Subject: Re: Patch lint for grep { /.../ } and grep /.../,
13420              From: "Joshua ben Jore" <twists@gmail.com>
13421              Date: Wed, 1 Mar 2006 01:14:14 -0600
13422              Message-ID: <dc5c751d0602282314o19c54a3av92d1a3addbc895fb@mail.gmail.com>
13423      Branch: perl
13424            ! ext/B/B/Lint.pm ext/B/t/lint.t
13425 ____________________________________________________________________________
13426 [ 27352] By: steveh                                on 2006/02/28  12:51:55
13427         Log: Silence another VC++ warning
13428              (signed/unsigned mismatch)
13429      Branch: perl
13430            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/sha.c
13431 ____________________________________________________________________________
13432 [ 27351] By: steveh                                on 2006/02/28  12:40:06
13433         Log: Silence a VC++ warning with DEBUGGING builds
13434              (signed/unsigned mismatch)
13435      Branch: perl
13436            ! sv.c
13437 ____________________________________________________________________________
13438 [ 27350] By: nicholas                              on 2006/02/27  21:41:58
13439         Log: In Perl_sv_setsv_flags, swap the default in the type based switch to
13440              the "Bizarre copy" failure case.
13441      Branch: perl
13442            ! sv.c
13443 ____________________________________________________________________________
13444 [ 27349] By: nicholas                              on 2006/02/27  21:10:21
13445         Log: Subject: [PATCH] Removed a redundant o->op_type
13446              From: andy@petdance.com (Andy Lester)
13447              Message-ID: <20060227202043.GA7783@petdance.com>
13448              Date: Mon, 27 Feb 2006 14:20:43 -0600
13449      Branch: perl
13450            ! op.c
13451 ____________________________________________________________________________
13452 [ 27348] By: steveh                                on 2006/02/27  17:48:55
13453         Log: Silence a GCC warning
13454              (assignment from incompatible pointer type)
13455      Branch: perl
13456            ! sv.h
13457 ____________________________________________________________________________
13458 [ 27347] By: steveh                                on 2006/02/27  17:24:37
13459         Log: Silence a VC++ warning
13460              (conversion from 'long ' to 'char ', possible loss of data)
13461      Branch: perl
13462            ! sv.c
13463 ____________________________________________________________________________
13464 [ 27346] By: rgs                                   on 2006/02/27  17:00:37
13465         Log: Upgrade to CPAN 1.87
13466      Branch: perl
13467            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
13468            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
13469 ____________________________________________________________________________
13470 [ 27345] By: nicholas                              on 2006/02/27  16:13:05
13471         Log: Move all the de-tainting logic for runperl into test.pl.
13472      Branch: perl
13473            ! t/op/utftaint.t t/test.pl
13474 ____________________________________________________________________________
13475 [ 27344] By: rgs                                   on 2006/02/27  15:43:41
13476         Log: Subject: [PATCH] fix up gv.c and gv.h
13477              From: andy@petdance.com (Andy Lester)
13478              Date: Sat, 25 Feb 2006 20:52:16 -0600
13479              Message-ID: <20060226025216.GA12758@petdance.com>
13480      Branch: perl
13481            ! gv.h
13482 ____________________________________________________________________________
13483 [ 27343] By: rgs                                   on 2006/02/27  15:36:46
13484         Log: Subject: [PATCH] PERL_TRACK_MEMPOOL cripples environment after exit()
13485              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
13486              Date: Sun, 26 Feb 2006 20:47:21 +0100
13487              Message-ID: <20060226204721.00be2bff@r2d2>
13488      Branch: perl
13489            ! miniperlmain.c
13490 ____________________________________________________________________________
13491 [ 27342] By: rgs                                   on 2006/02/27  14:45:00
13492         Log: Subject: [patch] dumping tied globs without FILENO method on the debugger fails
13493              From: Salvador Fandino <sfandino@yahoo.com>
13494              Date: Sat, 25 Feb 2006 11:14:20 +0100
13495              Message-ID: <20060225101254.726.qmail@lists.develooper.com>
13496      Branch: perl
13497            ! lib/dumpvar.pl
13498 ____________________________________________________________________________
13499 [ 27341] By: steveh                                on 2006/02/27  14:39:46
13500         Log: Fix op/utftaint.t on Win32 following change #27248
13501              (Don't remove PATH completely because it'll break on Unix if you
13502              have . in the PATH)
13503      Branch: perl
13504            ! t/op/utftaint.t
13505 ____________________________________________________________________________
13506 [ 27340] By: nicholas                              on 2006/02/27  14:19:32
13507         Log: There is now the potential for an upgrade from something without an
13508              offset (PVNV or PVMG) to something with one (PVCV, PVFM). Deal with
13509              this correctly.
13510      Branch: perl
13511            ! sv.c
13512 ____________________________________________________________________________
13513 [ 27339] By: rgs                                   on 2006/02/27  13:40:44
13514         Log: ptr_table_find() is only defined with ithreads
13515      Branch: perl
13516            ! embed.fnc embed.h proto.h sv.c
13517 ____________________________________________________________________________
13518 [ 27338] By: merijn                                on 2006/02/27  13:28:04
13519         Log: Workaround for initialization errors on HP's pre-compiler
13520              Do not ask me to explain. This re-definition works on AIX
13521              and HP-UX. Let's await the smokes.
13522      Branch: perl
13523            ! sv.c
13524 ____________________________________________________________________________
13525 [ 27337] By: steveh                                on 2006/02/27  12:21:14
13526         Log: Fix code-before-declaration error (under VC++) from change #27334
13527      Branch: perl
13528            ! perlio.c
13529 ____________________________________________________________________________
13530 [ 27336] By: nicholas                              on 2006/02/27  12:00:12
13531         Log: Change 27330 failed to decontaminate SvCUR/GvFLAGS when upgrading an
13532              SvPV acting as a prototype placeholder to a full typeglob.
13533      Branch: perl
13534            ! gv.c
13535 ____________________________________________________________________________
13536 [ 27335] By: rgs                                   on 2006/02/27  11:26:58
13537         Log: Subject: Testing hash key stringification
13538              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
13539              Date: Sun, 26 Feb 2006 23:30:01 +0100
13540              Message-Id: <4871E87D-4B59-40A3-A091-A7A3CFA221CF@mailbox.tu-berlin.de>
13541      Branch: perl
13542            ! t/op/hashassign.t
13543 ____________________________________________________________________________
13544 [ 27334] By: rgs                                   on 2006/02/27  11:06:30
13545         Log: Subject: [PATCH] Speedups and shrinkages of SvREFCNT_inc
13546              From: andy@petdance.com (Andy Lester)
13547              Date: Fri, 24 Feb 2006 14:54:35 -0600
13548              Message-ID: <20060224205434.GA17867@petdance.com>
13549      Branch: perl
13550            ! av.c cop.h doio.c doop.c gv.c hv.c mg.c op.c pad.c perl.c
13551            ! perl.h perlio.c pod/perlapi.pod pod/perlintern.pod pp.c
13552            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
13553            ! sv.h toke.c
13554 ____________________________________________________________________________
13555 [ 27333] By: rgs                                   on 2006/02/27  10:33:59
13556         Log: Subject: [PATCH] Suppress System V IPC for 64-bit Darwin builds
13557              From: Dominic Dunlop <shouldbedomo@mac.com>
13558              Date: Fri, 24 Feb 2006 17:22:54 +0100
13559              Message-Id: <A685C5DB-23CE-430E-95F1-CC7A9480DDF9@mac.com>
13560      Branch: perl
13561            ! README.macosx hints/darwin.sh
13562 ____________________________________________________________________________
13563 [ 27332] By: rgs                                   on 2006/02/27  10:30:35
13564         Log: Subject: [perl #38633] doc patch: perlfunc "new" section lacks lock and qr 
13565              From: Zsban Ambrus (via RT) <perlbug-followup@perl.org>
13566              Date: Sat, 25 Feb 2006 05:11:03 -0800
13567              Message-ID: <rt-3.0.11-38633-130596.7.22367548359067@perl.org>
13568      Branch: perl
13569            ! pod/perlfunc.pod
13570 ____________________________________________________________________________
13571 [ 27331] By: rgs                                   on 2006/02/27  07:33:53
13572         Log: Fix argument grouping for some macros
13573      Branch: perl
13574            ! gv.h
13575 ____________________________________________________________________________
13576 [ 27330] By: nicholas                              on 2006/02/25  17:16:24
13577         Log: GvFLAGS can be overlaid with SvCUR.
13578      Branch: perl
13579            ! gv.h sv.h
13580 ____________________________________________________________________________
13581 [ 27329] By: nicholas                              on 2006/02/25  16:51:34
13582         Log: Subject: Re: [perl #38619] Bug in lc and uc (interaction between UTF-8, substr, and lc/uc)
13583              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
13584              Date: Sat, 25 Feb 2006 18:16:45 +0900
13585              Message-Id: <20060225180934.FCC3.BQW10602@nifty.com>
13586      Branch: perl
13587            ! pp.c t/op/lc.t
13588 ____________________________________________________________________________
13589 [ 27328] By: nicholas                              on 2006/02/25  16:50:15
13590         Log: Use xpv_len rather than xpv_cur in GVs to store GvASSIGN_GENERATION.
13591              Assert that GVs do not access SvCUR or SvLEN.
13592      Branch: perl
13593            ! gv.h sv.h
13594 ____________________________________________________________________________
13595 [ 27327] By: nicholas                              on 2006/02/25  16:48:46
13596         Log: Abstract the specific use of SvCUR in GVs for detecting variables on
13597              both sides of an assignment using GvASSIGN_GENERATION() and
13598              GvASSIGN_GENERATION_set().
13599      Branch: perl
13600            ! gv.h op.c
13601 ____________________________________________________________________________
13602 [ 27326] By: nicholas                              on 2006/02/25  15:38:25
13603         Log: xgv_stash can be stored as a union with the NV, reducing the size of
13604              PVGVs by another pointer.
13605      Branch: perl
13606            ! av.h cv.h gv.h hv.h sv.h
13607 ____________________________________________________________________________
13608 [ 27325] By: nicholas                              on 2006/02/25  15:11:28
13609         Log: Curiously none of the macros SvIVX, SvUVX or SvNVX are used on
13610              typeglobs.
13611      Branch: perl
13612            ! dump.c ext/Devel/Peek/t/Peek.t sv.h
13613 ____________________________________________________________________________
13614 [ 27324] By: nicholas                              on 2006/02/25  14:50:38
13615         Log: Amazingly, it seems that none of the other GV specific macros are
13616              accessed unless the GV thinks that it is a GV.
13617      Branch: perl
13618            ! gv.h sv.c
13619 ____________________________________________________________________________
13620 [ 27323] By: nicholas                              on 2006/02/25  00:39:30
13621         Log: Store GvGP in the SV head union. For all the common lookups [eg GvCV()]
13622              this avoids 1 pointer dereference and the associated risk of a CPU
13623              cache miss. Although this patch looks deceptively small, I fear its
13624              CBV(*) might be rather high.
13625              (* Crack By Volume)
13626      Branch: perl
13627            ! dump.c ext/Devel/Peek/t/Peek.t gv.c gv.h pp.c pp_hot.c sv.c
13628            ! sv.h
13629 ____________________________________________________________________________
13630 [ 27322] By: nicholas                              on 2006/02/24  23:30:50
13631         Log: With PERL_DONT_CREATE_GVSV, don't need to create a new GvSV in
13632              Perl_save_scalar.
13633      Branch: perl
13634            ! scope.c
13635 ____________________________________________________________________________
13636 [ 27321] By: nicholas                              on 2006/02/24  22:43:14
13637         Log: Given that SvPV on a typeglob is now irrelevant, really we only need
13638              to store the GvGP.
13639      Branch: perl
13640            ! scope.c
13641 ____________________________________________________________________________
13642 [ 27320] By: nicholas                              on 2006/02/24  21:42:33
13643         Log: Given that Perl_gp_free() is refcount-dec-and-maybe-free for the glob
13644              pointer, it's inconsistent that it only sets this GV's GvGP to 0 if
13645              this GV happened to have the last reference. Why should this GV care if
13646              it had the last reference? So always set it to 0. It's free. Gone.
13647      Branch: perl
13648            ! gv.c
13649 ____________________________________________________________________________
13650 [ 27319] By: nicholas                              on 2006/02/24  19:32:11
13651         Log: Avoid special case SvMAGIC macros just to cope with Perl_sv_unmagic.
13652      Branch: perl
13653            ! sv.c sv.h
13654 ____________________________________________________________________________
13655 [ 27313] By: nicholas                              on 2006/02/24  14:19:37
13656         Log: Use PVMGs rather than PVGVs to store the names of our variables in the
13657              pad.
13658      Branch: perl
13659            ! pad.c sv.c sv.h
13660 ____________________________________________________________________________
13661 [ 27312] By: nicholas                              on 2006/02/24  13:59:57
13662         Log: Store the stash for our in the magic slot. This will allow us to use
13663              PVMGs in pad names where previously PVGVs were used. In turn, this
13664              gives much greater flexibility for the layout of PVGVs.
13665      Branch: perl
13666            ! av.h cv.h hv.h pad.c sv.c sv.h
13667 ____________________________________________________________________________
13668 [ 27311] By: stevep                                on 2006/02/24  13:55:23
13669         Log: Upgrade to CPAN-1.86
13670      Branch: perl
13671            ! lib/CPAN.pm lib/CPAN/SIGNATURE
13672 ____________________________________________________________________________
13673 [ 27309] By: rgs                                   on 2006/02/24  12:52:01
13674         Log: Skip unportable test on VMS
13675      Branch: perl
13676            ! t/comp/opsubs.t
13677 ____________________________________________________________________________
13678 [ 27307] By: nicholas                              on 2006/02/24  11:52:53
13679         Log: Assert that GvSTASH is only called on PVGVs and PVLVs.
13680      Branch: perl
13681            ! gv.h
13682 ____________________________________________________________________________
13683 [ 27306] By: nicholas                              on 2006/02/24  11:52:28
13684         Log: Replace usage of GvSTASH for storing the stash of C<our> with
13685              OURSTASH. Set the stash with OURSTASH_SET.
13686      Branch: perl
13687            ! pad.c pad.h sv.h
13688 ____________________________________________________________________________
13689 [ 27304] By: nicholas                              on 2006/02/24  11:21:06
13690         Log: assert that SvMAGIC is never non-NULL for any PVMG used as a pad name.
13691      Branch: perl
13692            ! sv.h
13693 ____________________________________________________________________________
13694 [ 27302] By: nicholas                              on 2006/02/24  10:56:00
13695         Log: Redo previous sv.h change.
13696      Branch: perl
13697            ! sv.h
13698 ____________________________________________________________________________
13699 [ 27301] By: stevep                                on 2006/02/24  10:54:14
13700         Log: Subject: [PATCH] Perl_save_aelem can't be const
13701              From: Andy Lester <andy@petdance.com>
13702              Date: Thu, 23 Feb 2006 22:53:40 -0600
13703              Message-ID: <20060224045340.GA6318@petdance.com>
13704      Branch: perl
13705            ! embed.fnc proto.h scope.c
13706 ____________________________________________________________________________
13707 [ 27300] By: stevep                                on 2006/02/24  10:41:53
13708         Log: Subject: [PATCH] unused context warnings
13709              From: andy@petdance.com (Andy Lester)
13710              Date: Tue, 21 Feb 2006 00:27:11 -0600
13711              Message-ID: <20060221062711.GA16160@petdance.com>
13712      Branch: perl
13713            ! deb.c embed.pl hv.c locale.c mathoms.c mg.c miniperlmain.c
13714            ! numeric.c op.c perl.c perl.h perlapi.c perlio.c pp_ctl.c
13715            ! regcomp.c scope.c sv.c toke.c universal.c utf8.c util.c
13716 ____________________________________________________________________________
13717 [ 27297] By: nicholas                              on 2006/02/24  10:29:48
13718         Log: As SVs can't both be in a pad, and the name of a variable in the pad,
13719              overlay SVs_PADTMP with SVpad_TYPED and SVs_PADMY with SVpad_OUR.
13720      Branch: perl
13721            ! pad.h
13722 ____________________________________________________________________________
13723 [ 27296] By: stevep                                on 2006/02/24  02:56:02
13724         Log: Revert change #27295, which I thought fixed builds on Win32.
13725              Instead remove &PL_vtbl_glob from globvar.sym.
13726      Branch: perl
13727            ! XSUB.h globvar.sym
13728 ____________________________________________________________________________
13729 [ 27295] By: stevep                                on 2006/02/24  02:02:14
13730         Log: Last instance of PL_vtbl_glob removed.  It was missed change #27289.
13731      Branch: perl
13732            ! XSUB.h
13733 ____________________________________________________________________________
13734 [ 27294] By: nicholas                              on 2006/02/23  23:45:39
13735         Log: Replace direct flags tests & manipulations for SVpad_TYPED and
13736              SVpad_OUR with macros SvPAD_TYPED(), SvPAD_OUR() etc, to abstract
13737              away the flags bits acutally used to store this information.
13738      Branch: perl
13739            ! XSUB.h dump.c op.c pad.c pad.h pp.c sv.c sv.h toke.c
13740 ____________________________________________________________________________
13741 [ 27293] By: nicholas                              on 2006/02/23  22:17:07
13742         Log: Document a sixth use for SVf_FAKE
13743      Branch: perl
13744            ! sv.h
13745 ____________________________________________________________________________
13746 [ 27292] By: nicholas                              on 2006/02/23  20:28:34
13747         Log: We have sufficient spare bits to store the SV type in body_details,
13748              so add a small sanity check to ensure that we have the array in the
13749              correct order.
13750      Branch: perl
13751            ! sv.c
13752 ____________________________________________________________________________
13753 [ 27291] By: nicholas                              on 2006/02/23  19:40:23
13754         Log: Shrink struct body_details and hence sv.o slightly further by using
13755              bitfields.
13756      Branch: perl
13757            ! sv.c
13758 ____________________________________________________________________________
13759 [ 27290] By: nicholas                              on 2006/02/23  19:15:48
13760         Log: Using U8 rather than size type shrinks the body_details table.
13761      Branch: perl
13762            ! sv.c
13763 ____________________________________________________________________________
13764 [ 27289] By: nicholas                              on 2006/02/23  18:00:19
13765         Log: Remove set magic from typeglobs. Remove typeglob magic entirely.
13766              Typeglobs now never access the SvPVX, SvIVX or SvNVX when holding a
13767              valid GvGP().
13768      Branch: perl
13769            ! dump.c ext/Devel/Peek/t/Peek.t gv.c perl.h pod/perlguts.pod
13770            ! sv.c util.c
13771 ____________________________________________________________________________
13772 [ 27288] By: nicholas                              on 2006/02/23  17:45:55
13773         Log: In XS_attributes__guess_stash, attempting to call Gv* on a PVMG is
13774              bad and wrong.
13775      Branch: perl
13776            ! xsutils.c
13777 ____________________________________________________________________________
13778 [ 27287] By: stevep                                on 2006/02/23  17:42:09
13779         Log: Add test for RT #2166: foreach spuriously autovivifies
13780      Branch: perl
13781            ! t/cmd/for.t
13782 ____________________________________________________________________________
13783 [ 27286] By: stevep                                on 2006/02/23  16:24:19
13784         Log: Converted t/op/pos.t to use test.pl and added TODO test for 
13785              RT #1716 - search position reset after 'local' save/restore
13786      Branch: perl
13787            ! t/op/pos.t
13788 ____________________________________________________________________________
13789 [ 27283] By: rgs                                   on 2006/02/23  14:07:13
13790         Log: Subject: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
13791              From: "Jan Dubois" <jand@ActiveState.com>
13792              Date: Tue, 21 Feb 2006 12:36:31 -0800
13793              Message-ID: <019601c63726$7fcca200$6062a8c0@candy>
13794      Branch: perl
13795            ! win32/win32.c
13796 ____________________________________________________________________________
13797 [ 27282] By: nicholas                              on 2006/02/23  13:42:29
13798         Log: Recalculate dstr in Perl_sv_setsv_flags, as dstr may have been upgraded.
13799      Branch: perl
13800            ! sv.c
13801 ____________________________________________________________________________
13802 [ 27279] By: nicholas                              on 2006/02/23  13:07:54
13803         Log: Remove un-needed case in Perl_sv_setsv_flags (sv_upgrade will cover
13804              this one for us).
13805      Branch: perl
13806            ! sv.c
13807 ____________________________________________________________________________
13808 [ 27278] By: nicholas                              on 2006/02/23  11:11:12
13809         Log: Remove get magic from typeglobs. This means that PVGVs holding
13810              typeglobs never need to use SvPVX. This comes at price - typeglobs
13811              were using magic get for their stringificiation, and to pass SvOK(),
13812              so need to make typeglobs SvOK by default (by sucking SVp_SCREAM into
13813              SVf_OK - it's the only flag left), tweak SvSCREAM() to also check
13814              SVp_POK, and teach sv_2[inpu]v how to convert globs.
13815              However, it should free up SvPVX for the next part of the plan to
13816              pointer indirections, and therefore CPU cache pressure.
13817      Branch: perl
13818            ! embed.fnc embed.h ext/Devel/Peek/t/Peek.t gv.c mg.c perl.h
13819            ! proto.h sv.c sv.h
13820 ____________________________________________________________________________
13821 [ 27276] By: nicholas                              on 2006/02/23  00:29:04
13822         Log: Fix the copy sizes for PVFM and PVCV back to sanity.
13823      Branch: perl
13824            ! sv.c
13825 ____________________________________________________________________________
13826 [ 27274] By: nicholas                              on 2006/02/22  23:43:10
13827         Log: Fix typos and a missing bracket.
13828      Branch: perl
13829            ! pp.c t/op/studytied.t
13830 ____________________________________________________________________________
13831 [ 27273] By: nicholas                              on 2006/02/22  22:30:19
13832         Log: Avoid C<study>ing any strings that might change underneath us, such
13833              as tied scalars and scalars with overloaded stringification.
13834      Branch: perl
13835            ! pp.c t/op/studytied.t
13836 ____________________________________________________________________________
13837 [ 27272] By: rgs                                   on 2006/02/22  22:09:41
13838         Log: Mark some new study tests as TODO
13839      Branch: perl
13840            ! t/op/studytied.t
13841 ____________________________________________________________________________
13842 [ 27271] By: rgs                                   on 2006/02/22  21:04:33
13843         Log: Add a test for study() on tied scalars, by Andy Lester after
13844              Rick Delaney
13845      Branch: perl
13846            + t/op/studytied.t
13847            ! MANIFEST
13848 ____________________________________________________________________________
13849 [ 27270] By: rgs                                   on 2006/02/22  20:28:41
13850         Log: Turn on match string copying when /e flag is set on a substitution.
13851              
13852              Subject: [PATCH] dodge a valgrind error (for maint or blead)
13853              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
13854              Date: Feb 22, 2006 8:16 PM
13855              Message-ID: <43FCB896.7060106@gmail.com>
13856      Branch: perl
13857            ! pp_hot.c
13858 ____________________________________________________________________________
13859 [ 27269] By: nicholas                              on 2006/02/22  18:21:30
13860         Log: sv_dump should report the PV for PVGVs, as it can get set.
13861              (Typeglobs stringify via a call to GET magic, which uses the PV slot.)
13862      Branch: perl
13863            ! dump.c ext/Devel/Peek/t/Peek.t
13864 ____________________________________________________________________________
13865 [ 27268] By: nicholas                              on 2006/02/22  16:50:25
13866         Log: Test warnings for converting globs to other forms.
13867      Branch: perl
13868            ! t/op/gv.t
13869 ____________________________________________________________________________
13870 [ 27267] By: nicholas                              on 2006/02/22  00:23:49
13871         Log: Change 24643 made the mistake of assuming that CvCONST can only be true
13872              on XSUBs. Somehow it can also end up on perl subs. Bug spotted by and
13873              test case from Marcus Holland-Moritz.
13874      Branch: perl
13875            ! sv.c t/op/threads.t
13876 ____________________________________________________________________________
13877 [ 27265] By: nicholas                              on 2006/02/21  20:09:25
13878         Log: Can merge the two arms of Perl_magic_getglob to save space.
13879      Branch: perl
13880            ! mg.c
13881 ____________________________________________________________________________
13882 [ 27264] By: nicholas                              on 2006/02/21  19:04:39
13883         Log: Reorder the SV flags so that SVp_?OK and SVf_?OK occupy 8 contiguous
13884              bits (0x0000XX00). This makes perl 3K smaller with -Os on x86 FreeBSD,
13885              and might also help on other architectures (eg with 8 contiguous bits,
13886              the SvOK() test on ARM won't need an intermediate constant).
13887      Branch: perl
13888            ! sv.h
13889 ____________________________________________________________________________
13890 [ 27263] By: stevep                                on 2006/02/21  18:44:21
13891         Log: Additional hints needed to build threaded Perls on NetBSD.
13892      Branch: perl
13893            ! hints/netbsd.sh
13894 ____________________________________________________________________________
13895 [ 27262] By: nicholas                              on 2006/02/21  18:00:57
13896         Log: PL_body_arenas should be set to NULL when the interpreter is cleared.
13897      Branch: perl
13898            ! sv.c
13899 ____________________________________________________________________________
13900 [ 27261] By: nicholas                              on 2006/02/21  16:28:02
13901         Log: Teach B about CVf_ISXSUB
13902      Branch: perl
13903            ! ext/B/defsubs_h.PL ext/B/t/concise-xs.t
13904 ____________________________________________________________________________
13905 [ 27260] By: nicholas                              on 2006/02/21  16:12:37
13906         Log: Goodbye PERL_XSUB_OLDSTYLE.
13907      Branch: perl
13908            ! cv.h ext/B/defsubs_h.PL ext/B/t/concise-xs.t
13909            ! ext/Devel/Peek/t/Peek.t pp_ctl.c pp_hot.c
13910 ____________________________________________________________________________
13911 [ 27259] By: nicholas                              on 2006/02/21  15:40:04
13912         Log: Re-order the definitions of the private bits in SvFLAGS by value, so
13913              that we can see where we're already double-booked.
13914      Branch: perl
13915            ! sv.h
13916 ____________________________________________________________________________
13917 [ 27258] By: nicholas                              on 2006/02/21  15:23:21
13918         Log: Document the many uses of SVf_FAKE.
13919      Branch: perl
13920            ! sv.h
13921 ____________________________________________________________________________
13922 [ 27257] By: stevep                                on 2006/02/21  15:18:58
13923         Log: Add tests for the previously untested Hash::Util::all_keys().
13924      Branch: perl
13925            ! ext/Hash/Util/t/Util.t
13926 ____________________________________________________________________________
13927 [ 27256] By: stevep                                on 2006/02/21  00:43:43
13928         Log: $ExtUtils::MM_Unix::VERSION needs to stay numeric to avoid test
13929              warnings.
13930      Branch: perl
13931            ! lib/ExtUtils/MM_Unix.pm
13932 ____________________________________________________________________________
13933 [ 27255] By: stevep                                on 2006/02/21  00:40:23
13934         Log: Subject: Patches: B, CGI, ExtUtils::MM_Unix
13935              From: "Joshua ben Jore" <twists@gmail.com>
13936              Date: Sun, 19 Feb 2006 02:58:10 -0600
13937              Message-ID: <dc5c751d0602190058t78d915fv78c6318370307b63@mail.gmail.com>
13938      Branch: perl
13939            ! AUTHORS lib/CGI.pm
13940 ____________________________________________________________________________
13941 [ 27254] By: stevep                                on 2006/02/21  00:02:46
13942         Log: Subject: Re: Patches: B, CGI, ExtUtils::MM_Unix
13943              From: "Joshua ben Jore" <twists@gmail.com>
13944              Date: Mon, 20 Feb 2006 09:50:15 -0600
13945              Message-ID: <dc5c751d0602200750j21447031m86ea670b04ac27ed@mail.gmail.com>
13946              
13947              Includes changes to increment test count in ext/B/t/concise-xs.t and
13948              uses "no warnings 'once';" in ext/B/t/b.t rather than kludging to 
13949              avoid the warning.
13950      Branch: perl
13951            ! ext/B/B.pm ext/B/B.xs ext/B/t/b.t ext/B/t/concise-xs.t
13952 ____________________________________________________________________________
13953 [ 27252] By: stevep                                on 2006/02/20  23:01:41
13954         Log: Subject: [PATCH] op/magic failure on cygwin after 1.5.19-4
13955              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
13956              Date: Mon, 20 Feb 2006 11:09:33 -0800
13957              Message-ID: <20060220190933.GA1316@efn.org>
13958      Branch: perl
13959            ! t/op/magic.t
13960 ____________________________________________________________________________
13961 [ 27251] By: nicholas                              on 2006/02/20  20:32:09
13962         Log: Steal code from maint, and use PERL_ARENA_ROOTS_SIZE to size the arena
13963              arrays, rather than SVt_LAST, so that SVt_LAST can truthfully remain
13964              the number of genuine SV types, unclouded by implementation details.
13965      Branch: perl
13966            ! intrpvar.h sv.c sv.h
13967 ____________________________________________________________________________
13968 [ 27250] By: rgs                                   on 2006/02/20  20:03:37
13969         Log: Subject: [PATCH] Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X)
13970              From: Dominic Dunlop <shouldbedomo@mac.com>
13971              Date: Feb 20, 2006 1:46 PM
13972              Message-Id: <B699DDDE-EC4E-495D-AFF5-3D7399332A24@mac.com>
13973      Branch: perl
13974            ! ext/SDBM_File/Makefile.PL hints/darwin.sh
13975 ____________________________________________________________________________
13976 [ 27249] By: nicholas                              on 2006/02/20  19:00:22
13977         Log: PVCVs don't need XNVs either.
13978              (And actually remove xcv_depth)
13979              (And fix the copy lengths in bodies_by_type)
13980      Branch: perl
13981            ! cv.h dump.c ext/B/B/Bytecode.pm ext/Devel/Peek/t/Peek.t sv.c
13982 ____________________________________________________________________________
13983 [ 27248] By: rgs                                   on 2006/02/20  17:59:42
13984         Log: Subject: [PATCH] Trouble with $ENV{CDPATH} after change #27236
13985              From: Dominic Dunlop <shouldbedomo@mac.com>
13986              Date: Feb 20, 2006 2:49 PM
13987              Message-Id: <6393FA5A-6B84-46E9-A557-DED3BB0AD7EE@mac.com>
13988      Branch: perl
13989            ! t/op/utftaint.t
13990 ____________________________________________________________________________
13991 [ 27247] By: nicholas                              on 2006/02/20  17:48:21
13992         Log: PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving
13993              xcv_depth into the IV union saves 4(ish) bytes per CV and format.
13994              "ish" because it was a long, but has been changed to I32 (along with
13995              the corresponding field in struct block_sub) so as not to enlarge the
13996              IV union on platforms where sizeof(long) > sizeof(IV), or struct
13997              block_sub where sizeof(long) > sizeof(I32)
13998      Branch: perl
13999            ! cop.h cv.h dump.c ext/B/B/Bytecode.pm ext/Devel/Peek/t/Peek.t
14000            ! op.c sv.c sv.h
14001 ____________________________________________________________________________
14002 [ 27245] By: nicholas                              on 2006/02/20  14:01:59
14003         Log: Fix sv_dump to dump formats without the (non-existent) NVX.
14004      Branch: perl
14005            ! dump.c
14006 ____________________________________________________________________________
14007 [ 27244] By: nicholas                              on 2006/02/20  13:42:47
14008         Log: xcv_root and xcv_xsub can also be merged into a union, providing a new
14009              flag is added to denote whether the PVCV is perl or XSUB.
14010      Branch: perl
14011            ! cv.h dump.c ext/B/B.xs ext/Devel/Peek/t/Peek.t op.c sv.c sv.h
14012 ____________________________________________________________________________
14013 [ 27243] By: nicholas                              on 2006/02/20  11:54:38
14014         Log: xcv_start and xcv_xsubany can be merged into a union, as they are never
14015              both needed.
14016      Branch: perl
14017            ! cv.h dump.c ext/B/B.xs ext/Devel/Peek/t/Peek.t sv.h
14018 ____________________________________________________________________________
14019 [ 27242] By: nicholas                              on 2006/02/20  11:54:03
14020         Log: Need to clear CvXSUBANY() too to turn a constant sub into a prototype.
14021      Branch: perl
14022            ! lib/ExtUtils/Constant/ProxySubs.pm
14023 ____________________________________________________________________________
14024 [ 27241] By: nicholas                              on 2006/02/20  10:40:59
14025         Log: Add a new CvISXSUB() macro, for abstracting the test as to whether a
14026              PVCV is perl or XS.
14027      Branch: perl
14028            ! cv.h dump.c ext/Devel/Peek/Peek.xs gv.c op.c pad.c pp_ctl.c
14029            ! pp_hot.c pp_sort.c sv.c
14030 ____________________________________________________________________________
14031 [ 27240] By: nicholas                              on 2006/02/20  10:10:11
14032         Log: Abolish BROKEN_UNION_INIT in B::C, as it works around problems in
14033              pre-ANSI C compilers, but pays in code duplication.
14034      Branch: perl
14035            ! cv.h ext/B/B/C.pm
14036 ____________________________________________________________________________
14037 [ 27239] By: rgs                                   on 2006/02/20  09:31:03
14038         Log: Subject: patch@27236 vms glob/readdir/chdir EFS/long filename support
14039              From: John E. Malmberg <wb8tyw@qsl.net>
14040              Date: Feb 20, 2006 3:43 AM
14041              Message-ID: <43F92CE6.5040704@qsl.net>
14042      Branch: perl
14043            ! doio.c t/io/fs.t vms/vms.c
14044 ____________________________________________________________________________
14045 [ 27238] By: rgs                                   on 2006/02/20  09:26:15
14046         Log: More NullXXX macro removal from Andy Lester
14047      Branch: perl
14048            ! cop.h deb.c doio.c doop.c hv.c intrpvar.h mg.h pad.c pad.h
14049            ! perl.c pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c toke.c
14050            ! universal.c util.c
14051 ____________________________________________________________________________
14052 [ 27237] By: rgs                                   on 2006/02/20  08:54:22
14053         Log: Yitzchak points out that the perldiag entry for "Integer overflow in
14054              division" is no longer useful.
14055      Branch: perl
14056            ! pod/perldiag.pod
14057 ____________________________________________________________________________
14058 [ 27236] By: nicholas                              on 2006/02/20  00:36:34
14059         Log: utftaint.t won't be able to run tests with -T if you have
14060              Insecure directory in $ENV{PATH}
14061              so skip them. (Probably this means you have . in your PATH)
14062      Branch: perl
14063            ! t/op/utftaint.t
14064 ____________________________________________________________________________
14065 [ 27235] By: nicholas                              on 2006/02/20  00:21:09
14066         Log: Remove the last (U16) cast for CV depths, missed by change 17835.
14067      Branch: perl
14068            ! pp_ctl.c
14069 ____________________________________________________________________________
14070 [ 27234] By: nicholas                              on 2006/02/20  00:02:53
14071         Log: Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits,
14072              and make other flag bits that are paired in the code adjacent.
14073              Will produce tighter code on ARM; might help on other platforms too.
14074      Branch: perl
14075            ! cv.h ext/Devel/Peek/t/Peek.t
14076 ____________________________________________________________________________
14077 [ 27233] By: nicholas                              on 2006/02/19  23:59:52
14078         Log: Ministry of Truth removes typo in description of Change 26166.
14079              Change 26166 was correct from the start.
14080              Nothing to see. Move along.
14081              We thank Big Brother for raising the chocolate ration to 20g per week.
14082      Branch: perl
14083            ! Changes
14084 ____________________________________________________________________________
14085 [ 27231] By: nicholas                              on 2006/02/19  22:35:24
14086         Log: Shave sizeof(NV) bytes from formats, by using the same offset
14087              manoeuvre as PVs, PVIVs, PVAVs and PVHVs.
14088      Branch: perl
14089            ! sv.c sv.h
14090 ____________________________________________________________________________
14091 [ 27230] By: nicholas                              on 2006/02/19  20:30:24
14092         Log: AVs and HVs don't have IVXs or NVXs, so assert this too.
14093      Branch: perl
14094            ! sv.h
14095 ____________________________________________________________________________
14096 [ 27229] By: nicholas                              on 2006/02/19  20:10:34
14097         Log: Under -DDEBUGGING, assert that SvIVX, SvUVX and SvNVX aren't being
14098              used on scalars that don't have the memory allocated. Correct
14099              SvSTASH and SvMAGIC to only evaluate the sv argument once.
14100      Branch: perl
14101            ! sv.h
14102 ____________________________________________________________________________
14103 [ 27228] By: nicholas                              on 2006/02/19  18:57:35
14104         Log: To make arithmetic on tainted dualvars work properly requires that
14105              sv_2nv uses SvIVX in preference to SvPVX, if SVp_IOK is true.
14106      Branch: perl
14107            ! sv.c t/op/taint.t
14108 ____________________________________________________________________________
14109 [ 27227] By: nicholas                              on 2006/02/19  12:14:15
14110         Log: SvROK(sv) will never be true when SvIOKp() or SvNOKp() is true, so the
14111              code inside the if() test in sv_2pv_flags is dead and can be removed.
14112      Branch: perl
14113            ! sv.c
14114 ____________________________________________________________________________
14115 [ 27223] By: rgs                                   on 2006/02/18  20:13:51
14116         Log: As Anno Siegel points out, mtime/ctime test should be skipped
14117              on OS X on HFS+.
14118      Branch: perl
14119            ! t/op/stat.t
14120 ____________________________________________________________________________
14121 [ 27222] By: nicholas                              on 2006/02/18  19:01:48
14122         Log: save_re_context() and even errsv_save = newSVsv(ERRSV); can turn
14123              PL_tainted back on, so defer turning if off as late as possible.
14124              This gets lib/locale.t working once more.
14125      Branch: perl
14126            ! utf8.c
14127 ____________________________________________________________________________
14128 [ 27221] By: nicholas                              on 2006/02/18  18:23:43
14129         Log: Turn of tainting locally inside swash_init(), as the internal
14130              implementation of the regexp engine has nothing to do with user data,
14131              so when and where it happens to call require is agnostic of the current
14132              expression's taintedness.
14133      Branch: perl
14134            ! t/op/utftaint.t utf8.c
14135 ____________________________________________________________________________
14136 [ 27220] By: nicholas                              on 2006/02/18  18:22:13
14137         Log: Assume that if runperl is called under tainting, that the caller really
14138              really wanted to run perl, so brute force untaint everything.
14139      Branch: perl
14140            ! t/test.pl
14141 ____________________________________________________________________________
14142 [ 27219] By: nicholas                              on 2006/02/18  17:38:38
14143         Log: Convert utftaint.t to test.pl (from Test.pm) and provide it with
14144              tainted() from taint.t to remove the dependency on Scalar::Util.
14145              (So it will now work with miniperl)
14146      Branch: perl
14147            ! t/op/utftaint.t
14148 ____________________________________________________________________________
14149 [ 27218] By: stevep                                on 2006/02/18  12:58:49
14150         Log: Upgrade to Digest-SHA-5.34.
14151      Branch: perl
14152            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
14153            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
14154            ! ext/Digest/SHA/ppport.h ext/Digest/SHA/src/hmac.c
14155            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
14156            ! ext/Digest/SHA/src/sha.h ext/Digest/SHA/t/0-pod-coverage.t
14157            ! ext/Digest/SHA/t/0-pod.t ext/Digest/SHA/t/1-exist.t
14158            ! ext/Digest/SHA/t/1-hello-world.t
14159            ! ext/Digest/SHA/t/2-nist-sha-1.t
14160            ! ext/Digest/SHA/t/2-nist-sha-224.t
14161            ! ext/Digest/SHA/t/2-nist-sha-256.t
14162            ! ext/Digest/SHA/t/2-nist-sha-384.t
14163            ! ext/Digest/SHA/t/2-nist-sha-512.t
14164            ! ext/Digest/SHA/t/2-nist-sha-base64.t
14165            ! ext/Digest/SHA/t/2-nist-sha-oo.t
14166            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
14167            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
14168            ! ext/Digest/SHA/t/3-gillogly-easy.t
14169            ! ext/Digest/SHA/t/3-gillogly-hard.t
14170            ! ext/Digest/SHA/t/4-bitstr-increasing.t
14171            ! ext/Digest/SHA/t/4-bitstr-large.t
14172            ! ext/Digest/SHA/t/4-bitstr-random.t
14173            ! ext/Digest/SHA/t/5-hmac-fips198.t
14174            ! ext/Digest/SHA/t/5-hmac-rfc2202.t
14175            ! ext/Digest/SHA/t/5-hmac-sha-256.t
14176            ! ext/Digest/SHA/t/5-hmac-woodbury.t
14177            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
14178 ____________________________________________________________________________
14179 [ 27215] By: nicholas                              on 2006/02/18  00:11:07
14180         Log: Subject: arena-rework : consolidated patch
14181              From: Jim Cromie <jim.cromie@gmail.com>
14182              Message-ID: <43F0F649.9040205@gmail.com>
14183              Date: Mon, 13 Feb 2006 14:12:41 -0700
14184              
14185              Tweaked somewhat to split the arena boolean from the arena_size,
14186              and with the PTE still doubling-up with one of the SV types in the
14187              array.
14188      Branch: perl
14189            ! embed.fnc embed.h hv.c perl.h pod/perlapi.pod proto.h sv.c
14190            ! sv.h
14191 ____________________________________________________________________________
14192 [ 27214] By: nicholas                              on 2006/02/17  23:26:58
14193         Log: Subject: Re: Smoke [5.9.4] 27195 FAIL(m) irix 6.2 (IP22/1 cpu)
14194              From: Abe Timmerman <abe@ztreet.demon.nl>
14195              Message-Id: <200602172358.23977.abe@ztreet.demon.nl>
14196              Date: Fri, 17 Feb 2006 23:58:23 +0100
14197      Branch: perl
14198            ! Makefile.SH
14199 ____________________________________________________________________________
14200 [ 27213] By: nicholas                              on 2006/02/17  22:40:31
14201         Log: The two whitespace changes from
14202              
14203              Subject: arena-rework : consolidated patch
14204              From: Jim Cromie <jim.cromie@gmail.com>
14205              Message-ID: <43F0F649.9040205@gmail.com>
14206              Date: Mon, 13 Feb 2006 14:12:41 -0700
14207      Branch: perl
14208            ! sv.c
14209 ____________________________________________________________________________
14210 [ 27212] By: gisle                                 on 2006/02/17  21:21:05
14211         Log: Don't add -fPIC if already present.
14212              
14213              Subject: [PATCH] 5.8.8: Debian patches
14214              From: "Brendan O'Dea" <bod@debian.org>
14215              Date: Sat, 11 Feb 2006 00:37:15 +1100
14216              Message-ID: <20060210133715.GA6826@londo.c47.org>
14217      Branch: perl
14218            ! hints/linux.sh
14219 ____________________________________________________________________________
14220 [ 27211] By: gisle                                 on 2006/02/17  21:19:03
14221         Log: Fix precedence.
14222              
14223              Subject: [PATCH] 5.8.8: Debian patches
14224              From: "Brendan O'Dea" <bod@debian.org>
14225              Date: Sat, 11 Feb 2006 00:37:15 +1100
14226              Message-ID: <20060210133715.GA6826@londo.c47.org>
14227      Branch: perl
14228            ! lib/Net/NNTP.pm
14229 ____________________________________________________________________________
14230 [ 27210] By: gisle                                 on 2006/02/17  20:54:46
14231         Log: Fix quote typo.
14232              
14233              Subject: [PATCH] 5.8.8: Debian patches
14234              From: "Brendan O'Dea" <bod@debian.org>
14235              Date: Sat, 11 Feb 2006 00:37:15 +1100
14236              Message-ID: <20060210133715.GA6826@londo.c47.org>
14237      Branch: perl
14238            ! utils/c2ph.PL
14239 ____________________________________________________________________________
14240 [ 27209] By: rgs                                   on 2006/02/17  15:48:59
14241         Log: In TODO: make encoding.pm lexical ?
14242      Branch: perl
14243            ! pod/perltodo.pod
14244 ____________________________________________________________________________
14245 [ 27208] By: rgs                                   on 2006/02/17  15:09:11
14246         Log: Subject: [PATCH] cleaning up perly.c
14247              From: andy@petdance.com (Andy Lester)
14248              Date: Sun, 12 Feb 2006 23:04:56 -0600
14249              Message-ID: <20060213050455.GA27993@petdance.com>
14250      Branch: perl
14251            ! perly.c
14252 ____________________________________________________________________________
14253 [ 27207] By: rgs                                   on 2006/02/17  14:27:22
14254         Log: Subject: Re: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127 FAIL(XF) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
14255              From: Robin Houston <robin@cpan.org>
14256              Date: Sun, 27 Nov 2005 00:43:13 +0000
14257              Message-ID: <20051127004313.GA7007@rpc142.cs.man.ac.uk>
14258              
14259              Simplification of the code in my_exit_jump() that unwinds context
14260              stacks
14261      Branch: perl
14262            ! perl.c
14263 ____________________________________________________________________________
14264 [ 27205] By: rgs                                   on 2006/02/17  08:50:27
14265         Log: Subject: Re: [perl #38485] use integer; 0x80000000/-1; # coredump
14266              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14267              Date: Mon, 13 Feb 2006 01:39:25 -0800
14268              Message-ID: <20060213093925.GA3476@efn.org>
14269      Branch: perl
14270            ! lib/integer.t pp.c
14271 ____________________________________________________________________________
14272 [ 27204] By: rgs                                   on 2006/02/16  14:44:10
14273         Log: Subject: Re: how to build with -DPERL_MEM_LOG ?
14274              From: Andy Dougherty <doughera@lafayette.edu>
14275              Date: Fri, 3 Feb 2006 11:55:58 -0500 (EST)
14276              Message-ID: <Pine.SOC.4.62.0602031129530.9630@maxwell.phys.lafayette.edu>
14277      Branch: perl
14278            ! x2p/a2p.h
14279 ____________________________________________________________________________
14280 [ 27203] By: rgs                                   on 2006/02/16  14:15:53
14281         Log: Subject: Problem compiling swigged c++ code with 5.8.8
14282              From: Merijn Broeren <merijnb@iloquent.com>
14283              Date: Wed, 15 Feb 2006 13:51:49 +0100
14284              Message-ID: <20060215125148.GA12535@brugman.iloquent.nl>
14285      Branch: perl
14286            ! XSUB.h perl.h
14287 ____________________________________________________________________________
14288 [ 27202] By: stevep                                on 2006/02/16  12:54:08
14289         Log: Upgrade to CGI-3.16, with version bump on CGI.pm for documentation
14290              fixes not yet integrated.
14291      Branch: perl
14292            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
14293            ! lib/CGI/Fast.pm lib/CGI/t/cookie.t lib/CGI/t/function.t
14294            ! lib/CGI/t/html.t
14295 ____________________________________________________________________________
14296 [ 27201] By: rgs                                   on 2006/02/16  12:47:13
14297         Log: Remove lib/Hash directory when doing make distclean
14298      Branch: perl
14299            ! Makefile.SH
14300 ____________________________________________________________________________
14301 [ 27200] By: rgs                                   on 2006/02/16  11:46:51
14302         Log: Subject: [PATCH] stat() on Windows doesn't handle trailing slashes/backslashes correctly
14303              From: "Jan Dubois" <jand@ActiveState.com>
14304              Date: Wed, 15 Feb 2006 17:19:29 -0800
14305              Message-ID: <017901c63297$08e1e3f0$2217a8c0@candy>
14306      Branch: perl
14307            ! win32/win32.c
14308 ____________________________________________________________________________
14309 [ 27199] By: rgs                                   on 2006/02/16  11:43:09
14310         Log: Subject: [patch] t/lib/warnings/pp_sys
14311              From: "Green, Paul" <Paul.Green@stratus.com>
14312              Date: Wed, 15 Feb 2006 11:09:57 -0500
14313              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB011A19AF@EXNA.corp.stratus.com>
14314      Branch: perl
14315            ! t/lib/warnings/pp_sys
14316 ____________________________________________________________________________
14317 [ 27198] By: rgs                                   on 2006/02/16  11:40:42
14318         Log: CPAN::FirstTime can go as well from the untested module list
14319      Branch: perl
14320            ! t/lib/1_compile.t
14321 ____________________________________________________________________________
14322 [ 27197] By: rgs                                   on 2006/02/16  11:38:00
14323         Log: Pod::Plainer is tested, actually (spotted by chromatic)
14324      Branch: perl
14325            ! t/lib/1_compile.t
14326 ____________________________________________________________________________
14327 [ 27195] By: rgs                                   on 2006/02/16  09:10:38
14328         Log: Subject: [PATCH] Make XCOPY not prompt every two seconds when rebuilding on Win32
14329              From: demerphq <demerphq@gmail.com>
14330              Date: Mon, 13 Feb 2006 09:41:37 +0100
14331              Message-ID: <9b18b3110602130041q2d64122am5c83392dd75e0413@mail.gmail.com>
14332      Branch: perl
14333            ! win32/Makefile win32/makefile.mk
14334 ____________________________________________________________________________
14335 [ 27194] By: gisle                                 on 2006/02/15  15:25:36
14336         Log: Get perl_fini() running on HP-UX again.
14337              It was effectively disabled by change 24667 since
14338              __ux_version is only available under DCE threads
14339              which isn't used when perl is built on HP-UX 11
14340              and later.
14341      Branch: perl
14342            ! perl.c
14343 ____________________________________________________________________________
14344 [ 27193] By: rgs                                   on 2006/02/15  13:22:27
14345         Log: Fix to run this test in the core
14346      Branch: perl
14347            ! lib/CPAN/t/03pkgs.t
14348 ____________________________________________________________________________
14349 [ 27192] By: stevep                                on 2006/02/15  13:11:06
14350         Log: Subject:  [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.84.tar.gz
14351              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
14352              Date: Wed, 15 Feb 2006 09:19:56 +0100
14353              Message-ID: <87oe19owyb.fsf@k75.linux.bogus>
14354      Branch: perl
14355            + lib/CPAN/t/01loadme.t lib/CPAN/t/02nox.t lib/CPAN/t/03pkgs.t
14356            + lib/CPAN/t/10version.t lib/CPAN/t/11mirroredby.t
14357            - lib/CPAN/t/Nox.t lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t
14358            - lib/CPAN/t/vcmp.t lib/CPAN/t/version.t
14359            ! MANIFEST lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
14360            ! lib/CPAN/HandleConfig.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE
14361            ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
14362 ____________________________________________________________________________
14363 [ 27190] By: merijn                                on 2006/02/15  09:11:12
14364         Log: Added hints/dragonfly.sh for #27189
14365      Branch: perl
14366            ! MANIFEST
14367 ____________________________________________________________________________
14368 [ 27189] By: merijn                                on 2006/02/15  09:07:43
14369         Log: Subject: Patch for perl to compile/work on DragonFlyBSD
14370              From: Robert Sebastian Gerus <arachnist@gmail.com>
14371              Date: Tue, 14 Feb 2006 17:27:52 +0100
14372              Message-ID: <4a1e16420602140827w17fd6595w@mail.gmail.com>
14373      Branch: perl
14374            + hints/dragonfly.sh
14375            ! Configure Makefile.SH
14376 ____________________________________________________________________________
14377 [ 27187] By: craigb                                on 2006/02/15  04:32:14
14378         Log: Subject: patch@27162 long path name support in readdir / cando_by_name
14379              From: "John E. Malmberg" <wb8tyw@qsl.net>
14380              Date: Sun, 12 Feb 2006 15:24:58 -0500
14381              Message-id: <43EF999A.1020500@qsl.net>
14382      Branch: perl
14383            ! vms/vms.c vms/vmsish.h
14384 ____________________________________________________________________________
14385 [ 27186] By: stevep                                on 2006/02/15  02:55:13
14386         Log: Version bump to go along with change #27185
14387      Branch: perl
14388            ! lib/Getopt/Long.pm
14389 ____________________________________________________________________________
14390 [ 27185] By: stevep                                on 2006/02/15  02:53:10
14391         Log: Subject: Getopt::Long::Configure 'no_getopt_compat'
14392              From: Abigail <abigail@abigail.nl>
14393              Date: Tue, 14 Feb 2006 23:58:07 +0100
14394              Message-ID: <20060214225806.GA4120@abigail.nl>
14395      Branch: perl
14396            ! lib/Getopt/Long.pm
14397 ____________________________________________________________________________
14398 [ 27184] By: nicholas                              on 2006/02/14  23:42:45
14399         Log: Back out change change 10214 (drop SVp_IOK from >> PRIVSHIFT) as it
14400              never felt quite correct, and other parts of the SV conversion
14401              implementation have improved such that the symptoms 10214 covered
14402              over are gone even without it.
14403      Branch: perl
14404            ! mg.c scope.c sv.c
14405 ____________________________________________________________________________
14406 [ 27182] By: stevep                                on 2006/02/14  17:50:06
14407         Log: Upgrade to Time-HiRes-1.87
14408      Branch: perl
14409            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
14410            ! ext/Time/HiRes/t/HiRes.t
14411 ____________________________________________________________________________
14412 [ 27181] By: stevep                                on 2006/02/14  17:41:02
14413         Log: Hash::Util tests should check if Hash::Util has been built, not
14414              List::Util (spotted by Rafael).
14415      Branch: perl
14416            ! ext/Hash/Util/t/Util.t
14417 ____________________________________________________________________________
14418 [ 27180] By: stevep                                on 2006/02/14  17:08:08
14419         Log: Subject: [Patch] Enhance Hash::Util
14420              From: demerphq <demerphq@gmail.com>
14421              Date: Mon, 13 Feb 2006 11:39:33 +0100
14422              Message-ID: <9b18b3110602130239w311d05fcr776ae8333776ca2e@mail.gmail.com>
14423      Branch: perl
14424            + ext/Hash/Util/Changes ext/Hash/Util/Makefile.PL
14425            + ext/Hash/Util/Util.xs ext/Hash/Util/lib/Hash/Util.pm
14426            + ext/Hash/Util/t/Util.t
14427            - lib/Hash/Util.pm lib/Hash/Util.t
14428            ! MANIFEST win32/Makefile win32/makefile.mk
14429 ____________________________________________________________________________
14430 [ 27179] By: rgs                                   on 2006/02/14  13:23:04
14431         Log: One shouldn't be able to dereference a GLOB as a SCALAR.
14432              
14433              Subject: Re: [perl #38484] Data::Dumper only warns on unhandled reference types
14434              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14435              Date: Sun, 12 Feb 2006 09:18:39 -0800
14436              Message-ID: <20060212171839.GA3604@efn.org>
14437              
14438              plus regression tests.
14439      Branch: perl
14440            ! pp.c t/op/ref.t
14441 ____________________________________________________________________________
14442 [ 27178] By: rgs                                   on 2006/02/14  10:18:48
14443         Log: Remove a my_perl that slipped in
14444      Branch: perl
14445            ! perlio.c
14446 ____________________________________________________________________________
14447 [ 27177] By: rgs                                   on 2006/02/14  10:00:36
14448         Log: Subject: [PATCH] Sun Studio lint patches
14449              From: andy@petdance.com (Andy Lester)
14450              Date: Mon, 13 Feb 2006 23:46:17 -0600
14451              Message-ID: <20060214054617.GA8824@petdance.com>
14452      Branch: perl
14453            ! Makefile.SH gv.c hv.c op.c pad.c perlio.c pp.c pp_ctl.c
14454            ! pp_hot.c regcomp.c sv.c toke.c utf8.c
14455 ____________________________________________________________________________
14456 [ 27176] By: nicholas                              on 2006/02/13  21:46:13
14457         Log: Ensure that public I, N and P flags are off when SvTAINT is called on
14458              something that already has taint magic.
14459      Branch: perl
14460            ! sv.c
14461 ____________________________________________________________________________
14462 [ 27174] By: rgs                                   on 2006/02/13  17:27:59
14463         Log: Subject: [PATCH] perldiag.pod patching re: integer overflow
14464              From: andy@petdance.com (Andy Lester)
14465              Date: Sun, 12 Feb 2006 23:08:48 -0600
14466              Message-ID: <20060213050848.GB27993@petdance.com>
14467      Branch: perl
14468            ! pod/perldiag.pod pod/perlop.pod
14469 ____________________________________________________________________________
14470 [ 27173] By: rgs                                   on 2006/02/13  17:17:40
14471         Log: Subject: [perl #38346] [PATCH] Re: B::Deparse's bug?
14472              From: Stephen McCamant <smcc@mit.edu>
14473              Date: Wed, 8 Feb 2006 17:48:49 -0800
14474              Message-ID: <17386.40833.64309.454938@conquest.OCF.Berkeley.EDU>
14475      Branch: perl
14476            ! ext/B/B/Deparse.pm
14477 ____________________________________________________________________________
14478 [ 27172] By: steveh                                on 2006/02/13  16:46:14
14479         Log: Teach checkAUTHORS.pl about Changelogs with leading tabs
14480              in the log entries, and fix a malformed log entry in Changes5.005
14481      Branch: perl
14482            ! Changes5.005 Porting/checkAUTHORS.pl
14483 ____________________________________________________________________________
14484 [ 27171] By: steveh                                on 2006/02/13  16:03:23
14485         Log: Revert an assert() fix in the light of change #27152
14486              
14487              The MinGW problem described here:
14488              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-01/msg00146.html
14489              was fixed by change #26664. This is no longer relevant in the light of
14490              change #27152, so revert it.
14491              
14492              (The other problems with VC++ 6 and BCC, fixed by change #26634, have
14493              not gone away, however.)
14494      Branch: perl
14495            ! gv.h
14496 ____________________________________________________________________________
14497 [ 27169] By: nicholas                              on 2006/02/13  15:12:58
14498         Log: All the bits of clone_params.flags need to be initialised, not just
14499              CLONEf_JOIN_IN.
14500      Branch: perl
14501            ! ext/threads/threads.xs
14502 ____________________________________________________________________________
14503 [ 27166] By: nicholas                              on 2006/02/12  19:03:47
14504         Log: Fix change 27059 so that it actually works with >16 file descriptors.
14505              With programmers like these, we need Stadler & Waldorf on code review.
14506      Branch: perl
14507            ! perlio.c
14508 ____________________________________________________________________________
14509 [ 27162] By: nicholas                              on 2006/02/11  22:52:40
14510         Log: In perldiag.pod add an entry for the error message that change 27155
14511              introduced.
14512      Branch: perl
14513            ! pod/perldiag.pod
14514 ____________________________________________________________________________
14515 [ 27161] By: nicholas                              on 2006/02/11  16:10:22
14516         Log: Remove SOFT_CAST() as it no longer does anything useful.
14517      Branch: perl
14518            ! perl.h scope.h
14519 ____________________________________________________________________________
14520 [ 27159] By: nicholas                              on 2006/02/11  15:10:32
14521         Log: Coalesce 2 if blocks with duplicated conditions in Perl_sv_dup.
14522      Branch: perl
14523            ! sv.c
14524 ____________________________________________________________________________
14525 [ 27158] By: stevep                                on 2006/02/11  14:16:45
14526         Log: Test to go with change #27155.
14527      Branch: perl
14528            ! lib/integer.t
14529 ____________________________________________________________________________
14530 [ 27155] By: stevep                                on 2006/02/11  06:14:02
14531         Log: Die when integer overflow condition is detected in division under
14532              C<use integer>.  Hopefully fixes RT #38485.
14533      Branch: perl
14534            ! pp.c
14535 ____________________________________________________________________________
14536 [ 27154] By: nicholas                              on 2006/02/11  00:40:04
14537         Log: assert() that we can't reach two unreachable code paths
14538              (in Perl_magic_get and Perl_pp_shift).
14539      Branch: perl
14540            ! mg.c pp.c
14541 ____________________________________________________________________________
14542 [ 27153] By: nicholas                              on 2006/02/10  22:37:23
14543         Log: The return value from S_hv_auxinit can be ignored, as it's also stored
14544              within the passed in hv parameter.
14545      Branch: perl
14546            ! embed.fnc proto.h
14547 ____________________________________________________________________________
14548 [ 27152] By: steveh                                on 2006/02/10  17:46:35
14549         Log: A better fix than 27148
14550              
14551              Subject: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
14552              From: Nicholas Clark <nick@ccl4.org>
14553              Date: Fri, 10 Feb 2006 14:58:47 +0000
14554              Message-ID: <20060210145847.GA85020@plum.flirble.org>
14555              
14556              Subject: RE: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
14557              From: "Jan Dubois" <jand@ActiveState.com>
14558              Date: Fri, 10 Feb 2006 09:03:41 -0800
14559              Message-ID: <024401c62e63$f1e53c10$6062a8c0@candy>
14560      Branch: perl
14561            ! embed.fnc embed.h hv.c perl.h proto.h sv.c
14562 ____________________________________________________________________________
14563 [ 27151] By: nicholas                              on 2006/02/10  14:25:33
14564         Log: With PERL_POISON defined, ensure freshly malloc()ed memory isn't zeros,
14565              and when PERL_TRACK_MEMPOOL is also defined scribble on any extension
14566              added by realloc().
14567      Branch: perl
14568            ! util.c
14569 ____________________________________________________________________________
14570 [ 27148] By: steveh                                on 2006/02/10  11:20:23
14571         Log: Fix the effects of 27136 on Win32 with DEBUGGING and PERL_IMPLICIT_SYS
14572      Branch: perl
14573            ! embed.fnc embed.h hv.c proto.h sv.c
14574 ____________________________________________________________________________
14575 [ 27145] By: nicholas                              on 2006/02/09  23:23:59
14576         Log: Change 27136 seems to have inadvertently upset some compilers,
14577              presumably where NULL was defined as 0, not (void *)0
14578      Branch: perl
14579            ! op.c
14580 ____________________________________________________________________________
14581 [ 27140] By: stevep                                on 2006/02/09  18:25:02
14582         Log: Fix breakage in S_set_csh() from change #27136.
14583      Branch: perl
14584            ! toke.c
14585 ____________________________________________________________________________
14586 [ 27139] By: gisle                                 on 2006/02/09  18:09:01
14587         Log: Document incompatible interpretation of chdir FOO.
14588              Ref change 27125.
14589      Branch: perl
14590            ! pod/perl594delta.pod
14591 ____________________________________________________________________________
14592 [ 27138] By: rgs                                   on 2006/02/09  17:49:18
14593         Log: Really regenerate headers
14594      Branch: perl
14595            ! embed.h proto.h
14596 ____________________________________________________________________________
14597 [ 27137] By: stevep                                on 2006/02/09  17:40:02
14598         Log: Regenerated headers for change #27136.
14599      Branch: perl
14600            ! embed.h proto.h
14601 ____________________________________________________________________________
14602 [ 27136] By: stevep                                on 2006/02/09  16:49:32
14603         Log: Subject: [PATCH] Trying my "remove the pTHXes" patch again
14604              From: Andy Lester <andy@petdance.com>
14605              Date: Thu, 9 Feb 2006 09:40:18 -0600
14606              Message-ID: <20060209154018.GA14610@petdance.com>
14607      Branch: perl
14608            ! Makefile.SH cc_runtime.h cop.h deb.c embed.fnc hv.c mg.c op.c
14609            ! op.h perl.c pp.c pp_ctl.c pp_sort.c regcomp.c regexec.c sv.c
14610            ! toke.c utf8.c util.c
14611 ____________________________________________________________________________
14612 [ 27135] By: rgs                                   on 2006/02/09  12:38:35
14613         Log: Skip new chdir warning test if fchdir is not available
14614      Branch: perl
14615            ! t/lib/warnings/pp_sys
14616 ____________________________________________________________________________
14617 [ 27134] By: nicholas                              on 2006/02/09  12:37:13
14618         Log: Avoid calling all the scanning code in gv_fetchpvn_flags when saving
14619              $1 etc, as we can perfom a hash lookup on %:: directly.
14620      Branch: perl
14621            ! regcomp.c
14622 ____________________________________________________________________________
14623 [ 27133] By: nicholas                              on 2006/02/08  20:57:24
14624         Log: lastparen in the regexp structure is never initialised, and so will
14625              still be uninitialised after a failed match, yet various points in
14626              mg.c read it come what may. Should fix bug 38461.
14627      Branch: perl
14628            ! regcomp.c
14629 ____________________________________________________________________________
14630 [ 27132] By: gisle                                 on 2006/02/08  17:52:16
14631         Log: Bareword file handles not supported for chown/chmod/utime.
14632      Branch: perl
14633            ! pod/perlfunc.pod
14634 ____________________________________________________________________________
14635 [ 27131] By: rgs                                   on 2006/02/08  16:57:48
14636         Log: Wave hands about encoding::warnings
14637      Branch: perl
14638            ! pod/perltodo.pod
14639 ____________________________________________________________________________
14640 [ 27130] By: rgs                                   on 2006/02/08  13:15:51
14641         Log: Subject: [perl #38464] chdir() on closed handles 
14642              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
14643              Date: Wed, 08 Feb 2006 01:33:54 -0800
14644              Message-ID: <rt-3.0.11-38464-129771.3.46114092925276@perl.org>
14645              
14646              Plus a regression test.
14647      Branch: perl
14648            ! pp_sys.c t/lib/warnings/pp_sys
14649 ____________________________________________________________________________
14650 [ 27129] By: stevep                                on 2006/02/08  03:23:27
14651         Log: Subject: [PATCH] Handle unused args
14652              From: andy@petdance.com (Andy Lester)
14653              Date: Tue, 7 Feb 2006 16:36:56 -0600
14654              Message-ID: <20060207223656.GA5177@petdance.com>
14655      Branch: perl
14656            ! doio.c pad.c perl.c pp_sys.c
14657 ____________________________________________________________________________
14658 [ 27128] By: stevep                                on 2006/02/08  03:04:05
14659         Log: Subject: [patch] several broken make *.valgrind targets
14660              From: Jim Cromie <jim.cromie@gmail.com>
14661              Date: Tue, 07 Feb 2006 15:11:54 -0700
14662              Message-ID: <43E91B2A.4060700@gmail.com>
14663      Branch: perl
14664            ! Makefile.SH
14665 ____________________________________________________________________________
14666 [ 27127] By: nicholas                              on 2006/02/08  00:05:44
14667         Log: Borland's C compiler warns that the & is unnecessary.
14668      Branch: perl
14669            ! pp.c
14670 ____________________________________________________________________________
14671 [ 27126] By: nicholas                              on 2006/02/07  18:01:26
14672         Log: Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K.
14673              The overloading tests are not free.
14674      Branch: perl
14675            ! mathoms.c opcode.h opcode.pl pp.c pp.h
14676 ____________________________________________________________________________
14677 [ 27125] By: gisle                                 on 2006/02/07  17:32:50
14678         Log: Allow bareword file handle as argument to chdir().
14679              This copies the mechanism used by truncate().
14680              Fixes bug #38457.
14681      Branch: perl
14682            ! embed.h op.c opcode.h opcode.pl pp.sym pp_proto.h pp_sys.c
14683            ! t/op/chdir.t
14684 ____________________________________________________________________________
14685 [ 27124] By: nicholas                              on 2006/02/07  17:12:08
14686         Log: All the trancendental unary operators can be merged into PP_sin
14687              (cos, exp, log, sqrt)
14688      Branch: perl
14689            ! mathoms.c opcode.h opcode.pl pp.c
14690 ____________________________________________________________________________
14691 [ 27123] By: nicholas                              on 2006/02/07  15:52:18
14692         Log: Avoid gcc warning about possibly uninitialised variables.
14693      Branch: perl
14694            ! pp.c
14695 ____________________________________________________________________________
14696 [ 27122] By: nicholas                              on 2006/02/07  15:28:41
14697         Log: Create new macros AMG_CALLun_var, AMG_CALLun_var and tryAMAGICun_var
14698              which don't do the pre-processor string manipulation internally.
14699      Branch: perl
14700            ! pp.c pp.h
14701 ____________________________________________________________________________
14702 [ 27121] By: nicholas                              on 2006/02/07  14:57:36
14703         Log: pp_pop can be implemented by pp_shift.
14704      Branch: perl
14705            ! mathoms.c opcode.h opcode.pl pp.c
14706 ____________________________________________________________________________
14707 [ 27120] By: rgs                                   on 2006/02/07  14:37:15
14708         Log: Subject: Re: [PATCH] Documentation patch for overload
14709              From: Steffen Mueller <dtr8sin02@sneakemail.com>
14710              Date: Mon, 06 Feb 2006 10:58:44 +0100
14711              Message-ID: <43E71DD4.5010108@sneakemail.com>
14712      Branch: perl
14713            ! lib/overload.pm
14714 ____________________________________________________________________________
14715 [ 27119] By: nicholas                              on 2006/02/07  14:11:42
14716         Log: pp_hex can be implemented trivially by pp_oct, making pp_hex a mathom.
14717      Branch: perl
14718            ! mathoms.c opcode.h opcode.pl pp.c
14719 ____________________________________________________________________________
14720 [ 27118] By: nicholas                              on 2006/02/07  13:13:44
14721         Log: Merge pp_index and pp_rindex - we have another mathom.
14722      Branch: perl
14723            ! mathoms.c opcode.h opcode.pl pp.c
14724 ____________________________________________________________________________
14725 [ 27117] By: nicholas                              on 2006/02/07  12:41:27
14726         Log: Some refactoring to converge pp_index and pp_rindex
14727      Branch: perl
14728            ! pp.c
14729 ____________________________________________________________________________
14730 [ 27116] By: nicholas                              on 2006/02/07  12:19:17
14731         Log: Fix bug 38454 (rindex corrects for $[ on bytes rather than UTF-8)
14732      Branch: perl
14733            ! pp.c t/op/index.t
14734 ____________________________________________________________________________
14735 [ 27115] By: craigb                                on 2006/02/07  04:46:47
14736         Log: Subject: Re: Configure.com issue, more quoting needed.
14737              From: Peter Prymmer <PPrymmer@factset.com>
14738              Date: Mon, 06 Feb 2006 13:27:14 -0500
14739              Message-id:  <OF3536E719.A8B8D167-ON8525710D.0065011E-8525710D.00655ED0@factset.com>
14740      Branch: perl
14741            ! configure.com
14742 ____________________________________________________________________________
14743 [ 27114] By: craigb                                on 2006/02/07  04:39:09
14744         Log: Subject: patch@27082 Allow fatal exceptions to bring up VMS debugger
14745              From: "John E. Malmberg" <wb8tyw@qsl.net>
14746              Date: Sat, 04 Feb 2006 16:04:32 -0500
14747              Message-id: <43E516E0.1000508@qsl.net>
14748
14749      Branch: perl
14750            ! vms/perlvms.pod vms/vms.c
14751 ____________________________________________________________________________
14752 [ 27113] By: nicholas                              on 2006/02/06  22:28:41
14753         Log: Optimise index so that if the big string is ISO-8859-1 but the little
14754              string is UTF-8, it tries to downgrade the little string, rather than
14755              upgrade the big string. For half-meg big strings this is a fourfold
14756              speed gain.
14757      Branch: perl
14758            ! pp.c
14759 ____________________________________________________________________________
14760 [ 27112] By: nicholas                              on 2006/02/06  21:40:57
14761         Log: Given that the memory allocated in Perl_bytes_from_utf8 and
14762              Perl_bytes_to_utf8 will immediately be written to, I see no need to
14763              allocate it zeroed.
14764      Branch: perl
14765            ! utf8.c
14766 ____________________________________________________________________________
14767 [ 27111] By: nicholas                              on 2006/02/06  20:52:41
14768         Log: Rename S_glob_assign to S_glob_assign_glob
14769              Rename S_pvgv_assign to S_glob_assign_ref
14770              
14771              I don't think that they share enough common code to merge them.
14772      Branch: perl
14773            ! sv.c
14774 ____________________________________________________________________________
14775 [ 27110] By: nicholas                              on 2006/02/06  20:12:58
14776         Log: I think that "merge Perl_sv_2[inpu]v" and "reduce duplication in
14777              sv_setsv_flags" are about as done as they can be.
14778      Branch: perl
14779            ! pod/perltodo.pod
14780 ____________________________________________________________________________
14781 [ 27109] By: nicholas                              on 2006/02/06  20:04:35
14782         Log: In Perl_sv_upgrade, the assignment to new_type_details only needs to
14783              be done once.
14784      Branch: perl
14785            ! sv.c
14786 ____________________________________________________________________________
14787 [ 27108] By: stevep                                on 2006/02/06  19:43:17
14788         Log: Document the limitations of calling exit() (instead of _exit()) from
14789              a child process on Solaris.
14790      Branch: perl
14791            ! pod/perlfork.pod
14792 ____________________________________________________________________________
14793 [ 27107] By: nicholas                              on 2006/02/06  18:45:35
14794         Log: Remove a duplicate flag copy line from Perl_sv_setsv_flags.
14795      Branch: perl
14796            ! sv.c
14797 ____________________________________________________________________________
14798 [ 27106] By: nicholas                              on 2006/02/06  18:07:28
14799         Log: Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_save_iv,
14800              Perl_save_nogv, Perl_save_list, Perl_save_destructor to mathoms.c
14801              Perl_save_svref can't actually move because it calls a static function.
14802      Branch: perl
14803            ! mathoms.c scope.c
14804 ____________________________________________________________________________
14805 [ 27105] By: nicholas                              on 2006/02/06  16:50:22
14806         Log: Expunge USE_5005THREADS from perl.c
14807      Branch: perl
14808            ! perl.c
14809 ____________________________________________________________________________
14810 [ 27104] By: nicholas                              on 2006/02/06  13:08:34
14811         Log: Fix bug #38439 - reference to typeglob assignment needs to be based
14812              on SvROK(sstr) rather than SvTYPE(sstr) == SVt_RV.
14813      Branch: perl
14814            ! sv.c t/op/gv.t
14815 ____________________________________________________________________________
14816 [ 27103] By: rgs                                   on 2006/02/06  09:42:33
14817         Log: Subject: [PATCH] 5.8.8: Unicos test skip (and for the record: config.sh and harness results)
14818              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
14819              Date: Sun, 05 Feb 2006 12:16:37 +0200
14820              Message-ID: <43E5D085.90400@iki.fi>
14821      Branch: perl
14822            ! lib/Math/BigInt/t/bigintc.t
14823 ____________________________________________________________________________
14824 [ 27102] By: stevep                                on 2006/02/06  04:48:04
14825         Log: Subject: [PATCH] Cleaning up shadowed variables
14826              From: Andy Lester <andy@petdance.com>
14827              Date: Sun, 5 Feb 2006 21:56:43 -0600
14828              Message-Id: <B375E848-FA07-479D-9571-FA3925106D16@petdance.com>
14829      Branch: perl
14830            ! op.c pp_ctl.c
14831 ____________________________________________________________________________
14832 [ 27101] By: nicholas                              on 2006/02/05  23:44:12
14833         Log: Merge the PVCV case into the common code in S_pvgv_assign.
14834      Branch: perl
14835            ! sv.c
14836 ____________________________________________________________________________
14837 [ 27100] By: nicholas                              on 2006/02/05  23:20:21
14838         Log: Merge the PVAV and PVHV clauses into the common code of S_pvgv_assign.
14839      Branch: perl
14840            ! sv.c
14841 ____________________________________________________________________________
14842 [ 27099] By: nicholas                              on 2006/02/05  23:02:58
14843         Log: Merge the default case (GvSV) with the common code in S_pvgv_assign.
14844      Branch: perl
14845            ! sv.c
14846 ____________________________________________________________________________
14847 [ 27098] By: nicholas                              on 2006/02/05  22:41:42
14848         Log: Start to merge the 6 arms of S_pvgv_assign into one.
14849      Branch: perl
14850            ! sv.c
14851 ____________________________________________________________________________
14852 [ 27097] By: nicholas                              on 2006/02/05  22:00:11
14853         Log: Subject: [patch] rework arenas - repair arenasets
14854              From: Jim Cromie <jim.cromie@gmail.com>
14855              Message-ID: <43E5F012.1080203@gmail.com>
14856              Date: Sun, 05 Feb 2006 05:31:14 -0700
14857      Branch: perl
14858            ! hv.c sv.c
14859 ____________________________________________________________________________
14860 [ 27096] By: rgs                                   on 2006/02/05  21:22:03
14861         Log: Subject: [PATCH] Documentation patch for overload
14862              From: Steffen Mueller <dtr8sin02@sneakemail.com>
14863              Date: Feb 5, 2006 12:26 PM
14864              Message-ID: <43E5E0E9.1070707@sneakemail.com>
14865      Branch: perl
14866            ! lib/overload.pm
14867 ____________________________________________________________________________
14868 [ 27095] By: nicholas                              on 2006/02/05  20:51:43
14869         Log: The message "Can't upgrade that kind of scalar" can be far more
14870              informative.
14871      Branch: perl
14872            ! pod/perldiag.pod sv.c
14873 ____________________________________________________________________________
14874 [ 27094] By: nicholas                              on 2006/02/05  20:33:57
14875         Log: new_body_type doesn't need to subtract the offset, that's what
14876              new_body_allocated is for.
14877      Branch: perl
14878            ! sv.c
14879 ____________________________________________________________________________
14880 [ 27093] By: nicholas                              on 2006/02/05  20:26:40
14881         Log: Yes, I broke Win32 with change 27089 by having a { in the wrong place.
14882      Branch: perl
14883            ! perl.c
14884 ____________________________________________________________________________
14885 [ 27092] By: nicholas                              on 2006/02/05  19:52:50
14886         Log: Remove "Can't upgrade to undef" from perldiag, as the corresponding
14887              code is now gone from sv_upgrade.
14888      Branch: perl
14889            ! pod/perldiag.pod
14890 ____________________________________________________________________________
14891 [ 27091] By: nicholas                              on 2006/02/05  19:45:37
14892         Log: Merge and refactor the PVAV and PVHV code in Perl_sv_upgrade, which
14893              reduces the object size by about 80 bytes.
14894      Branch: perl
14895            ! sv.c
14896 ____________________________________________________________________________
14897 [ 27090] By: nicholas                              on 2006/02/05  18:51:17
14898         Log: Eliminate a croak we can't get to.
14899      Branch: perl
14900            ! sv.c
14901 ____________________________________________________________________________
14902 [ 27089] By: nicholas                              on 2006/02/05  11:15:34
14903         Log: Without this Windows and Netware compilers should be complaining 
14904              about perl.c having code before a declaration, *but only if compiling
14905              with PERL_TRACK_MEMPOOL*. So, will it fix the smoke failures? Place
14906              bets now.
14907      Branch: perl
14908            ! perl.c
14909 ____________________________________________________________________________
14910 [ 27088] By: stevep                                on 2006/02/05  05:08:02
14911         Log: Don't export PL_memory_debug_header to Win32 (and others) unless 
14912              PERL_TRACK_MEMPOOL is defined.
14913      Branch: perl
14914            ! makedef.pl
14915 ____________________________________________________________________________
14916 [ 27087] By: stevep                                on 2006/02/05  04:13:27
14917         Log: Fixed embed.fnc entry for S_forbid_setid() and picked up a change in 
14918              pod/perlapi.pod for good measure when regenerating files.
14919      Branch: perl
14920            ! embed.fnc pod/perlapi.pod proto.h
14921 ____________________________________________________________________________
14922 [ 27086] By: nicholas                              on 2006/02/04  22:51:17
14923         Log: bcc was issuing a warning about this line in Perl_sv_2cv, so tweak it
14924              to keep it happy.
14925      Branch: perl
14926            ! sv.c
14927 ____________________________________________________________________________
14928 [ 27085] By: nicholas                              on 2006/02/04  22:13:08
14929         Log: Add regression tests to lib/charnames.t to ensure that unicore/Names.pl
14930              is 100% 7 bit ASCII.
14931      Branch: perl
14932            ! lib/charnames.t
14933 ____________________________________________________________________________
14934 [ 27084] By: nicholas                              on 2006/02/04  19:09:17
14935         Log: Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHost
14936              behaviour of freeing up all memory at thread exit. With this and
14937              tools such as valgrind you will now get warnings as soon as you
14938              read from the deallocated memory, rather than just a warning much
14939              later about freeing to the wrong pool.
14940      Branch: perl
14941            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h pod/perltodo.pod
14942            ! sv.c util.c
14943 ____________________________________________________________________________
14944 [ 27083] By: nicholas                              on 2006/02/04  18:48:09
14945         Log: The TODO 'Tidy up global variables' can go, replaced with a second
14946              paragraph on 'Ordering of "global" variables'.
14947      Branch: perl
14948            ! pod/perltodo.pod
14949 ____________________________________________________________________________
14950 [ 27082] By: nicholas                              on 2006/02/04  17:11:54
14951         Log: I believe that mathoms have been completely TODOne.
14952      Branch: perl
14953            ! pod/perltodo.pod
14954 ____________________________________________________________________________
14955 [ 27081] By: nicholas                              on 2006/02/04  13:27:00
14956         Log: Rejig the definition of ARENAS_PER_SET to maximise the size of the
14957              array whilst keeping the structure within PERL_ARENA_SIZE.
14958      Branch: perl
14959            ! sv.c
14960 ____________________________________________________________________________
14961 [ 27080] By: nicholas                              on 2006/02/04  13:00:06
14962         Log: Tweak arena sets to avoid assignment between different pointers.
14963      Branch: perl
14964            ! sv.c
14965 ____________________________________________________________________________
14966 [ 27079] By: nicholas                              on 2006/02/04  12:28:03
14967         Log: Subject: [patch] arena rework - arena sets
14968              From: Jim Cromie <jim.cromie@gmail.com>
14969              Message-ID: <43DF4F66.4080808@gmail.com>
14970              Date: Tue, 31 Jan 2006 04:52:06 -0700
14971      Branch: perl
14972            ! embed.fnc embed.h hv.c proto.h sv.c
14973 ____________________________________________________________________________
14974 [ 27078] By: nicholas                              on 2006/02/04  11:10:52
14975         Log: warnings.h does some evil(*) pointer arithmetic on (SV *)0, so a
14976              simple replace of Nullsv with NULL turns out to be a bad idea.
14977              * Technically undefined behaviour, I believe.
14978      Branch: perl
14979            ! warnings.h warnings.pl
14980 ____________________________________________________________________________
14981 [ 27077] By: nicholas                              on 2006/02/04  10:37:08
14982         Log: Remove obsolete comment.
14983      Branch: perl
14984            ! perl.c
14985 ____________________________________________________________________________
14986 [ 27076] By: nicholas                              on 2006/02/03  23:21:37
14987         Log: S_find_beginning is only called from one place, so by hoisting the
14988              forbid_setid check for -x into the caller, we can eliminate the
14989              suidscript parameter from S_find_beginning.
14990      Branch: perl
14991            ! embed.fnc embed.h perl.c proto.h
14992 ____________________________________________________________________________
14993 [ 27075] By: nicholas                              on 2006/02/03  22:41:55
14994         Log: And as we've now got to the point where all calls to Perl_moreswitches
14995              have -1 as the second argument, we can remove the second argument,
14996              which gets us back to where we started, only with the elimination of
14997              a per-thread variable.
14998      Branch: perl
14999            ! embed.fnc embed.h perl.c proto.h toke.c
15000 ____________________________________________________________________________
15001 [ 27074] By: nicholas                              on 2006/02/03  22:18:45
15002         Log: The MSDOS-only call to moreswitches will never reach forbid_setid, so
15003              it can have a parameter of -1 without changing any behaviour.
15004              I see no reason to forbid "command line" switches when they are
15005              actually coming from the #! line of the script itself (as read by perl)
15006              as they must have been written by the owner of the script, rather than
15007              being crafted by the user manipulating the command line, and therefore
15008              cannot be subverted. (Or alternatively, can be subverted as easily as
15009              the rest of the script, and we're permitting *that* to be run)
15010      Branch: perl
15011            ! perl.c
15012 ____________________________________________________________________________
15013 [ 27073] By: nicholas                              on 2006/02/03  21:47:04
15014         Log: Pull the variables fdscript and suidscript into a much smaller scope.
15015              Replace suidscript with literal -1 where it could only have been -1.
15016              (Re-indent the other code inside the new block creating the scope.
15017              Rejig the indentation of the conditionals)
15018      Branch: perl
15019            ! perl.c
15020 ____________________________________________________________________________
15021 [ 27072] By: nicholas                              on 2006/02/03  21:23:21
15022         Log: Change 27070 failed to initialise a variable. (But despite that still
15023              passed all tests locally.)
15024      Branch: perl
15025            ! perl.c
15026 ____________________________________________________________________________
15027 [ 27071] By: nicholas                              on 2006/02/03  20:12:10
15028         Log: Silence a warning about "statement not reached" from the Sun C compiler.
15029              It was accurate - the conditional code used to give 2 return statements.
15030      Branch: perl
15031            ! mathoms.c
15032 ____________________________________________________________________________
15033 [ 27070] By: nicholas                              on 2006/02/03  20:10:07
15034         Log: Eliminating PL_suidscript is more tricky, and requires changing the
15035              prototype of Perl_moreswitches.
15036      Branch: perl
15037            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
15038            ! proto.h toke.c
15039 ____________________________________________________________________________
15040 [ 27069] By: nicholas                              on 2006/02/03  18:27:52
15041         Log: Passing the flag to S_forbit_setid as a single char rather than a
15042              string is a slight space optimisation.
15043      Branch: perl
15044            ! embed.fnc intrpvar.h perl.c proto.h
15045 ____________________________________________________________________________
15046 [ 27068] By: nicholas                              on 2006/02/03  18:10:45
15047         Log: Oops. I *thought* that I had checked that all changed files were open.
15048              Clearly not. (Fixes change 27066)
15049      Branch: perl
15050            ! embed.h embedvar.h perlapi.h proto.h
15051 ____________________________________________________________________________
15052 [ 27067] By: nicholas                              on 2006/02/03  17:06:43
15053         Log: Oops. When changing warnings.pl one should re-run it. Well spotted
15054              Rafael.
15055      Branch: perl
15056            ! warnings.h
15057 ____________________________________________________________________________
15058 [ 27066] By: nicholas                              on 2006/02/03  17:06:04
15059         Log: It's actually easier to get rid of PL_fdscript than we thought.
15060      Branch: perl
15061            ! embed.fnc intrpvar.h perl.c
15062 ____________________________________________________________________________
15063 [ 27065] By: nicholas                              on 2006/02/03  16:03:01
15064         Log: Subject: Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
15065              From: Steven Schubiger <schubiger@cpan.org>
15066              Message-ID: <20060203152449.GI12591@accognoscere.homeunix.org>
15067              Date: Fri, 3 Feb 2006 16:24:49 +0100
15068      Branch: perl
15069            ! cop.h doio.c doop.c dump.c embed.pl gv.c hv.c hv.h intrpvar.h
15070            ! locale.c mathoms.c mg.c op.c pad.c pad.h perl.c perlio.c
15071            ! perlio.h pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
15072            ! regexec.c scope.c sv.c sv.h thrdvar.h toke.c utf8.c util.c
15073            ! warnings.pl
15074 ____________________________________________________________________________
15075 [ 27064] By: rgs                                   on 2006/02/03  15:18:18
15076         Log: Fix file where internal XS functions are defined
15077      Branch: perl
15078            ! universal.c
15079 ____________________________________________________________________________
15080 [ 27063] By: rgs                                   on 2006/02/03  14:06:40
15081         Log: Help to compile on VMS with UNLINK_ALL_VERSIONS
15082              See :
15083              Subject: bug@26347 embed.fnc/embed.h with unlnk macro
15084              From: "John E. Malmberg" <wb8tyw@qsl.net>
15085              Date: Tue, 13 Dec 2005 22:18:56 -0500
15086              Message-ID: <439F8F20.4050207@qsl.net>
15087      Branch: perl
15088            ! perl.h
15089 ____________________________________________________________________________
15090 [ 27062] By: rgs                                   on 2006/02/03  13:46:46
15091         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_64.tar.gz
15092              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
15093              Date: Thu, 02 Feb 2006 12:35:41 +0100
15094              Message-ID: <87acda0z8y.fsf@k75.linux.bogus>
15095      Branch: perl
15096            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
15097            ! lib/CPAN/SIGNATURE
15098 ____________________________________________________________________________
15099 [ 27061] By: rgs                                   on 2006/02/03  13:35:44
15100         Log: Subject: L<PerlIO> and Pod::Html
15101              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15102              Date: Mon, 09 Jan 2006 12:53:15 +0900
15103              Message-Id: <20060109125220.3BB0.BQW10602@nifty.com>
15104      Branch: perl
15105            ! lib/Pod/Html.pm
15106 ____________________________________________________________________________
15107 [ 27060] By: nicholas                              on 2006/02/03  13:21:46
15108         Log: Subject: [PATCH] s/Nullcv/NULL/g
15109              From: Steven Schubiger <schubiger@cpan.org>
15110              Message-ID: <20060202150241.GF12591@accognoscere.homeunix.org>
15111              Date: Thu, 2 Feb 2006 16:02:41 +0100
15112      Branch: perl
15113            ! cop.h dump.c gv.c gv.h mg.c op.c pad.c perl.c pp_ctl.c sv.c
15114 ____________________________________________________________________________
15115 [ 27059] By: nicholas                              on 2006/02/03  13:06:00
15116         Log: Change PL_perlio_fd_refcnt from a fixed size static array to a pointer
15117              to a dynamic array.
15118      Branch: perl
15119            ! embedvar.h perlapi.h perlio.c perlvars.h
15120 ____________________________________________________________________________
15121 [ 27057] By: stevep                                on 2006/02/02  20:57:01
15122         Log: It would be nice to have tests in B for the functions getting changed.
15123      Branch: perl
15124            ! ext/B/t/b.t
15125 ____________________________________________________________________________
15126 [ 27056] By: stevep                                on 2006/02/02  20:42:56
15127         Log: Death to magic characters!  No pun intended.
15128      Branch: perl
15129            ! ext/B/B.xs
15130 ____________________________________________________________________________
15131 [ 27054] By: rgs                                   on 2006/02/02  14:24:03
15132         Log: Subject: Re: [PATCH] s/Null(av|ch)/NULL/g
15133              From: Steven Schubiger <schubiger@cpan.org>
15134              Date: Thu, 2 Feb 2006 10:38:49 +0100
15135              Message-ID: <20060202093849.GD12591@accognoscere.homeunix.org>
15136      Branch: perl
15137            ! XSUB.h cop.h doio.c doop.c dump.c gv.c hv.c hv.h locale.c
15138            ! malloc.c mathoms.c mg.c op.c op.h pad.c perl.c perl.h perlio.c
15139            ! perlsdio.h pod/perlapi.pod pp_sort.c pp_sys.c regcomp.h
15140            ! regexec.c sv.c sv.h thrdvar.h toke.c util.c
15141 ____________________________________________________________________________
15142 [ 27053] By: nicholas                              on 2006/02/02  12:31:30
15143         Log: gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanning
15144              loop is iterated over millions of times. Add a flag GV_NOTQUAL purely
15145              as an optimisation, when the caller is passing in a string that is
15146              known not to contain any package separators.
15147      Branch: perl
15148            ! doio.c gv.c gv.h op.c perl.c pp_ctl.c pp_sort.c pp_sys.c
15149            ! toke.c util.c
15150 ____________________________________________________________________________
15151 [ 27052] By: rgs                                   on 2006/02/02  11:22:43
15152         Log: Update to Module::CoreList 3.04.
15153              Cleanup corelist manpage.
15154              Remove -w in corelist shebang to avoid spurious warnings.
15155      Branch: perl
15156            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
15157 ____________________________________________________________________________
15158 [ 27051] By: gisle                                 on 2006/02/02  10:05:32
15159         Log: perl-5.8.8 also contained change 27040.
15160      Branch: perl
15161            ! lib/Module/CoreList.pm
15162 ____________________________________________________________________________
15163 [ 27050] By: nicholas                              on 2006/02/02  00:36:38
15164         Log: Yet more instances of gv_fetchpv... that should be GV_ADD rather than
15165              TRUE.
15166              Convert two gv_fetchpvn_flags to gv_fetchpvs.
15167      Branch: perl
15168            ! doio.c gv.c perl.c pp_ctl.c pp_sort.c util.c
15169 ____________________________________________________________________________
15170 [ 27049] By: nicholas                              on 2006/02/02  00:24:06
15171         Log: And another assumption.
15172      Branch: perl
15173            ! gv.c
15174 ____________________________________________________________________________
15175 [ 27048] By: nicholas                              on 2006/02/01  23:38:53
15176         Log: Since PERL_COPY_ON_WRITE becamse PERL_OLD_COPY_ON_WRITE it seems that
15177              no-one has been testing it, as there was a const too far.
15178      Branch: perl
15179            ! sv.c
15180 ____________________________________________________________________________
15181 [ 27047] By: stevep                                on 2006/02/01  23:34:47
15182         Log: Doc nit found by Stephen Gordon.
15183      Branch: perl
15184            ! pod/perlfunc.pod
15185 ____________________________________________________________________________
15186 [ 27046] By: nicholas                              on 2006/02/01  23:03:11
15187         Log: doubleplusoops. Apart from the documented NUL termination assumption.
15188              Now removed.
15189      Branch: perl
15190            ! gv.c
15191 ____________________________________________________________________________
15192 [ 27045] By: nicholas                              on 2006/02/01  22:39:29
15193         Log: References can't have SVp_IOK or SVp_NOK set, so no need for all the
15194              conditional code to copy IVX and NVX if true. "You cannot get here".
15195      Branch: perl
15196            ! sv.c
15197 ____________________________________________________________________________
15198 [ 27044] By: nicholas                              on 2006/02/01  22:03:37
15199         Log: Oops. 1 NUL termination assumption remains in Perl_gv_fetchpvn_flags
15200      Branch: perl
15201            ! gv.c
15202 ____________________________________________________________________________
15203 [ 27043] By: nicholas                              on 2006/02/01  20:26:46
15204         Log: Correct my comment, so that it's actually useful. :-)
15205      Branch: perl
15206            ! sv.c
15207 ____________________________________________________________________________
15208 [ 27042] By: nicholas                              on 2006/02/01  19:30:52
15209         Log: , tweaked from
15210              Subject: Re: [:...:] and \p{...} character class equivalence in utf8 regexps
15211              From: Steve Purkis <Steve.Purkis@multimap.com>
15212              Message-Id: <0DAE5956-3ECC-4692-A0C9-C62C8F790C97@multimap.com>
15213              Date: Fri, 20 Jan 2006 12:35:06 -0500
15214      Branch: perl
15215            ! pod/perlre.pod
15216 ____________________________________________________________________________
15217 [ 27039] By: rgs                                   on 2006/02/01  18:07:26
15218         Log: Improve a bit the documentation for kill() with SIGNAL==0
15219      Branch: perl
15220            ! pod/perlfunc.pod
15221 ____________________________________________________________________________
15222 [ 27038] By: nicholas                              on 2006/02/01  18:05:20
15223         Log: Mmm, it looks like it's a bad plan to rebuild the TOC from a tree that
15224              has other modules in ext/
15225              TODO - fix buildtoc to cross check with MANIFEST.
15226      Branch: perl
15227            ! pod/perltoc.pod
15228 ____________________________________________________________________________
15229 [ 27037] By: nicholas                              on 2006/02/01  17:53:28
15230         Log: Integrate perl588delta.pod from maint, and re-run pod/buildtoc.
15231      Branch: perl
15232           +> pod/perl588delta.pod
15233            ! pod/perl.pod vms/descrip_mms.template
15234           !> MANIFEST Makefile.SH pod.lst pod/perltoc.pod win32/Makefile
15235           !> win32/makefile.mk win32/pod.mak
15236 ____________________________________________________________________________
15237 [ 27036] By: rgs                                   on 2006/02/01  17:49:53
15238         Log: Doc nit by Andy Dougherty
15239      Branch: perl
15240            ! README.aix
15241 ____________________________________________________________________________
15242 [ 27035] By: rgs                                   on 2006/02/01  16:14:07
15243         Log: autouse actually requires perl 5.6 at least.
15244      Branch: perl
15245            ! lib/autouse.pm
15246 ____________________________________________________________________________
15247 [ 27034] By: rgs                                   on 2006/02/01  15:51:35
15248         Log: Avoid "Prototype mismatch" warnings with autouse.
15249      Branch: perl
15250            ! lib/autouse.pm
15251 ____________________________________________________________________________
15252 [ 27033] By: rgs                                   on 2006/02/01  13:22:26
15253         Log: Fix corelist data for 5.8.8
15254      Branch: perl
15255            ! lib/Module/CoreList.pm
15256 ____________________________________________________________________________
15257 [ 27032] By: rgs                                   on 2006/02/01  12:41:37
15258         Log: More history
15259      Branch: perl
15260            ! pod/perlhist.pod
15261 ____________________________________________________________________________
15262 [ 27031] By: rgs                                   on 2006/02/01  12:30:14
15263         Log: Update to Module::CoreList 2.03 (includes 5.8.8 and 5.9.3)
15264      Branch: perl
15265            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
15266 ____________________________________________________________________________
15267 [ 27030] By: nicholas                              on 2006/02/01  11:53:04
15268         Log: Subject: [patch] arena rework - unify arenaroots
15269              From: Jim Cromie <jim.cromie@gmail.com>
15270              Message-ID: <43DF3D0A.3040102@gmail.com>
15271              Date: Tue, 31 Jan 2006 03:33:46 -0700
15272      Branch: perl
15273            ! embedvar.h hv.c intrpvar.h perlapi.h sv.c
15274 ____________________________________________________________________________
15275 [ 27028] By: nicholas                              on 2006/01/31  22:59:27
15276         Log: Make Perl_gv_fetchpvn_flags actually heed the passed in length.
15277              This means that \0 bytes in symbolic references now work.
15278      Branch: perl
15279            ! doio.c gv.c perl.c t/op/ref.t toke.c
15280 ____________________________________________________________________________
15281 [ 27027] By: stevep                                on 2006/01/31  18:42:31
15282         Log: Intel C Compiler 9.0 hatefully defines __GNUC__.  Unfortunately, 
15283              icc does not support gcc built-ins like __attribiute__.
15284      Branch: perl
15285            ! perl.h
15286 ____________________________________________________________________________
15287 [ 27022] By: nicholas                              on 2006/01/31  15:33:15
15288         Log: Subject: [perl #38380] Typo in perlfunc.pod 
15289              From: p.boven@sara.nl (via RT) <perlbug-followup@perl.org>
15290              Message-ID: <rt-3.0.11-38380-129047.11.4217468041333@perl.org>
15291              Date: Tue, 31 Jan 2006 05:22:28 -0800
15292      Branch: perl
15293            ! pod/perlfunc.pod
15294 ____________________________________________________________________________
15295 [ 27021] By: nicholas                              on 2006/01/31  15:10:37
15296         Log: Eliminate save_threadsv, as it is never linked to, and all it does
15297              post 5005 threads is croak().
15298      Branch: perl
15299            ! embed.fnc embed.h global.sym proto.h scope.c
15300 ____________________________________________________________________________
15301 [ 27016] By: rgs                                   on 2006/01/31  10:07:00
15302         Log: Subject: Re: [PATCH] Re: replacing "inuse" Win files (was Re: Help with a Cwd.pm build error)
15303              From: demerphq <demerphq@gmail.com>
15304              Date: Tue, 31 Jan 2006 09:55:25 +0100
15305              Message-ID: <9b18b3110601310055h7aeb9aa1gdc2d63cc56d97768@mail.gmail.com>
15306      Branch: perl
15307            ! lib/ExtUtils/Install.pm
15308 ____________________________________________________________________________
15309 [ 27015] By: craigb                                on 2006/01/31  04:37:27
15310         Log: Subject: patch@26996 - patch around stat("_NLA0:") bug
15311              From: "John E. Malmberg" <wb8tyw@qsl.net>Date: Mon, 30 Jan 2006 23:21:34 -0500
15312              Message-id: <43DEE5CE.7060108@qsl.net>
15313
15314      Branch: perl
15315            ! vms/vms.c vms/vmsish.h
15316 ____________________________________________________________________________
15317 [ 27014] By: nicholas                              on 2006/01/31  00:15:26
15318         Log: Silence a warning from the MS compiler about signed/unsigned mismatch.
15319      Branch: perl
15320            ! util.c
15321 ____________________________________________________________________________
15322 [ 27010] By: rgs                                   on 2006/01/30  17:47:56
15323         Log: Add perl594delta
15324      Branch: perl
15325            + pod/perl594delta.pod
15326            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
15327            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
15328            ! win32/pod.mak
15329 ____________________________________________________________________________
15330 [ 27009] By: nicholas                              on 2006/01/30  17:12:54
15331         Log: Change the author aliasing to reflect updates to AUTHORS.
15332      Branch: perl
15333            ! Porting/checkAUTHORS.pl
15334 ____________________________________________________________________________
15335 [ 27007] By: rgs                                   on 2006/01/30  16:58:47
15336         Log: Bump version number to 5.9.4
15337              Regenerate template config in Porting
15338      Branch: perl
15339            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
15340            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
15341            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
15342            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
15343            ! win32/makefile.mk wince/Makefile.ce wince/config_H.ce
15344 ____________________________________________________________________________
15345 [ 27006] By: nicholas                              on 2006/01/30  16:50:38
15346         Log: Silence another Irix compiler warning.
15347      Branch: perl
15348            ! toke.c
15349 ____________________________________________________________________________
15350 [ 27005] By: nicholas                              on 2006/01/30  16:29:38
15351         Log: Avoid a warning from the Irix C compiler.
15352      Branch: perl
15353            ! hv.c
15354 ____________________________________________________________________________
15355 [ 27004] By: stevep                                on 2006/01/30  15:04:50
15356         Log: Teach the Makefile how to cleanup config.over.
15357      Branch: perl
15358            ! Makefile.SH
15359 ____________________________________________________________________________
15360 [ 27002] By: nicholas                              on 2006/01/30  13:42:56
15361         Log: Code assumes that *FOO{SCALAR} will always return a scalar reference,
15362              so make it so, creating $FOO if necessary.
15363              (Effectively this is a policy decision that PERL_DONT_CREATE_GVSV is
15364              visible to XS code, but isn't visible to Perl code)
15365      Branch: perl
15366            ! pp.c t/op/gv.t
15367 ____________________________________________________________________________
15368 [ 27001] By: stevep                                on 2006/01/30  13:25:04
15369         Log: Add -DPTR_IS_LONG when building with -Duse64bitint on Solaris/i386.  
15370              Otherwise, the build fails in POSIX.
15371      Branch: perl
15372            ! hints/solaris_2.sh
15373 ____________________________________________________________________________
15374 [ 27000] By: nicholas                              on 2006/01/30  12:59:12
15375         Log: Use a union for storing the shared hash key reference count, rather
15376              than messy pointer hacks.
15377      Branch: perl
15378            ! ext/XS/APItest/APItest.xs hv.c hv.h perl.c
15379 ____________________________________________________________________________
15380 [ 26999] By: rgs                                   on 2006/01/30  09:52:06
15381         Log: Subject: [DOC PATCH] $^X isn't necessarily argv[0]
15382              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15383              Date: Mon, 30 Jan 2006 01:06:24 -0800
15384              Message-ID: <20060130090624.GA3760@efn.org>
15385      Branch: perl
15386            ! pod/perlvar.pod
15387 ____________________________________________________________________________
15388 [ 26998] By: merijn                                on 2006/01/30  09:10:53
15389         Log: Subject: [PATCH] maint and blead: unicos.sh hints
15390              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
15391              Date: Sun, 29 Jan 2006 23:45:03 +0200 (EET)
15392              Message-Id: <200601292145.k0TLj3mW320311@kosh.hut.fi>
15393      Branch: perl
15394            ! hints/unicos.sh
15395 ____________________________________________________________________________
15396 [ 26997] By: nicholas                              on 2006/01/30  00:18:52
15397         Log: Assert that IVs and NVs can never be tainted.
15398      Branch: perl
15399            ! sv.c
15400 ____________________________________________________________________________
15401 [ 26996] By: nicholas                              on 2006/01/29  22:00:11
15402         Log: Solaris seems not to enjoy initialising constants from SIG_??? on 64
15403              bit builds.
15404      Branch: perl
15405            ! ext/POSIX/Makefile.PL
15406 ____________________________________________________________________________
15407 [ 26995] By: stevep                                on 2006/01/29  20:43:44
15408         Log: Upgrade to podlators-2.0.3
15409      Branch: perl
15410            ! lib/Pod/t/basic.t lib/Pod/t/color.t lib/Pod/t/man.t
15411            ! lib/Pod/t/termcap.t lib/Pod/t/text-options.t lib/Pod/t/text.t
15412 ____________________________________________________________________________
15413 [ 26994] By: rgs                                   on 2006/01/29  18:31:52
15414         Log: Email change for Steven Schubiger
15415      Branch: perl
15416            ! AUTHORS
15417 ____________________________________________________________________________
15418 [ 26993] By: merijn                                on 2006/01/29  10:14:09
15419         Log: Subject: Re: [patch] s/ar ts/ar s/g
15420              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
15421              Date: Thu, 26 Jan 2006 13:53:07 -0800
15422              Message-ID: <43D944C3.60101@ActiveState.com>
15423      Branch: perl
15424            ! Configure
15425 ____________________________________________________________________________
15426 [ 26991] By: nicholas                              on 2006/01/29  00:25:04
15427         Log: C compilers don't let you return void. Pay attention gcc, and
15428              stop aping Shildt.
15429      Branch: perl
15430            ! sv.c
15431 ____________________________________________________________________________
15432 [ 26990] By: nicholas                              on 2006/01/29  00:09:10
15433         Log: Avoid using space to create 2 functions just to force mathoms to be
15434              linked. Instead, force the link via the perl interpreter structure
15435              via a function pointer that gets replaced at run time anyway.
15436      Branch: perl
15437            ! embed.fnc embed.h intrpvar.h mathoms.c perl.c proto.h
15438 ____________________________________________________________________________
15439 [ 26989] By: nicholas                              on 2006/01/28  17:46:56
15440         Log: Call gv_fetchpvn_flags where we already know the length.
15441      Branch: perl
15442            ! doio.c toke.c
15443 ____________________________________________________________________________
15444 [ 26988] By: stevep                                on 2006/01/28  17:25:03
15445         Log: Upgrade to podlators-2.0.2
15446      Branch: perl
15447            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
15448            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.t lib/Pod/t/color.t
15449            ! lib/Pod/t/man.t lib/Pod/t/termcap.t lib/Pod/t/text-options.t
15450            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
15451 ____________________________________________________________________________
15452 [ 26987] By: nicholas                              on 2006/01/28  17:15:21
15453         Log: Squeeze more flag manipulations together in sv_setsv_flags.
15454      Branch: perl
15455            ! sv.c
15456 ____________________________________________________________________________
15457 [ 26986] By: stevep                                on 2006/01/28  16:50:32
15458         Log: Upgrade to CPAN-1.83_59
15459      Branch: perl
15460            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
15461            ! lib/CPAN/SIGNATURE
15462 ____________________________________________________________________________
15463 [ 26985] By: stevep                                on 2006/01/28  16:43:43
15464         Log: Upgrade to Archive-Tar-1.28
15465      Branch: perl
15466            ! lib/Archive/Tar.pm lib/Archive/Tar/bin/ptardiff
15467            ! lib/Archive/Tar/t/02_methods.t
15468            ! lib/Archive/Tar/t/04_resolved_issues.t
15469 ____________________________________________________________________________
15470 [ 26983] By: nicholas                              on 2006/01/28  15:44:04
15471         Log: Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.
15472              Many strlen()s saved.
15473      Branch: perl
15474            ! doio.c handy.h op.c perl.c pp_ctl.c pp_sort.c pp_sys.c toke.c
15475            ! util.c
15476 ____________________________________________________________________________
15477 [ 26982] By: nicholas                              on 2006/01/28  14:46:35
15478         Log: Merge the IOK and NOK clauses together in sv_setsv_flags.
15479      Branch: perl
15480            ! sv.c
15481 ____________________________________________________________________________
15482 [ 26981] By: nicholas                              on 2006/01/28  14:23:49
15483         Log: The flags manipulation in sv_setsv_flags can be more efficient.
15484      Branch: perl
15485            ! sv.c
15486 ____________________________________________________________________________
15487 [ 26980] By: nicholas                              on 2006/01/28  14:02:10
15488         Log: PERL_DONT_CREATE_GVSV wasn't as effective as it should have been.
15489      Branch: perl
15490            ! gv.c
15491 ____________________________________________________________________________
15492 [ 26979] By: nicholas                              on 2006/01/28  13:38:28
15493         Log: By changing SvVOK() from returning 0/1 to 0/pointer-to-magic we can
15494              save duplicating mg_find calls, without changing the semantics in any
15495              boolean context.
15496      Branch: perl
15497            ! sv.c sv.h util.c
15498 ____________________________________________________________________________
15499 [ 26978] By: nicholas                              on 2006/01/28  12:49:15
15500         Log: Pull the other large chunk of PVGV assignment code into S_pvgv_assign.
15501              There seems to be some duplication with S_glob_assign.
15502      Branch: perl
15503            ! sv.c
15504 ____________________________________________________________________________
15505 [ 26977] By: nicholas                              on 2006/01/28  12:26:47
15506         Log: Remove goto glob_assign;
15507      Branch: perl
15508            ! sv.c
15509 ____________________________________________________________________________
15510 [ 26976] By: nicholas                              on 2006/01/28  12:08:01
15511         Log: Pull glob_assign out from sv_setsv_flags into a static function.
15512      Branch: perl
15513            ! sv.c
15514 ____________________________________________________________________________
15515 [ 26975] By: rgs                                   on 2006/01/28  11:00:30
15516         Log: Update Changes
15517      Branch: perl
15518            ! Changes
15519 ____________________________________________________________________________
15520 [ 26974] By: rgs                                   on 2006/01/28  10:57:04
15521         Log: Add perl 5.9.3 in release list
15522      Branch: perl
15523            ! pod/perlhist.pod
15524 ____________________________________________________________________________
15525 [ 26970] By: gisle                                 on 2006/01/27  19:48:28
15526         Log: Subject: Re: Make Passive mode the default for Net::FTP
15527              From: Gisle Aas <gisle@ActiveState.com>
15528              Date: 27 Jan 2006 07:21:16 -0800
15529              Message-ID: <lrslr91ytv.fsf@caliper.activestate.com>
15530      Branch: perl
15531            ! lib/Net/Config.pm lib/Net/FTP.pm
15532 ____________________________________________________________________________
15533 [ 26969] By: rgs                                   on 2006/01/27  18:27:22
15534         Log: Oops. Forgot to add this file.
15535      Branch: perl
15536            + utils/ptardiff.PL
15537 ____________________________________________________________________________
15538 [ 26968] By: rgs                                   on 2006/01/27  18:07:54
15539         Log: Regenerate META.yml
15540      Branch: perl
15541            ! META.yml
15542 ____________________________________________________________________________
15543 [ 26967] By: rgs                                   on 2006/01/27  18:04:17
15544         Log: Regenerate Changes; remove ^M chars in Changes
15545      Branch: perl
15546            ! Changes
15547 ____________________________________________________________________________
15548 [ 26966] By: rgs                                   on 2006/01/27  17:47:32
15549         Log: Remove patch number
15550      Branch: perl
15551            ! patchlevel.h
15552 ____________________________________________________________________________
15553 [ 26965] By: rgs                                   on 2006/01/27  17:44:48
15554         Log: Mention ptardiff in perldelta.
15555      Branch: perl
15556            ! pod/perl593delta.pod
15557 ____________________________________________________________________________
15558 [ 26964] By: rgs                                   on 2006/01/27  17:37:27
15559         Log: Don't install ptardiff in the module tree
15560      Branch: perl
15561            ! installperl
15562 ____________________________________________________________________________
15563 [ 26963] By: rgs                                   on 2006/01/27  17:19:52
15564         Log: Install the ptardiff utility that comes with Archive::Tar
15565      Branch: perl
15566            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
15567            ! win32/Makefile win32/makefile.mk
15568 ____________________________________________________________________________
15569 [ 26962] By: rgs                                   on 2006/01/27  17:04:35
15570         Log: Install nit : README.e2x should be installed, the other READMEs shouldn't
15571      Branch: perl
15572            ! installperl
15573 ____________________________________________________________________________
15574 [ 26961] By: rgs                                   on 2006/01/27  16:31:33
15575         Log: Regenerate PODs
15576      Branch: perl
15577            ! pod/perlmodlib.pod pod/perltoc.pod
15578 ____________________________________________________________________________
15579 [ 26960] By: rgs                                   on 2006/01/27  15:35:01
15580         Log: Some spelling fixes by David Landgren.
15581              Mention perltodo.
15582      Branch: perl
15583            ! pod/perl593delta.pod
15584 ____________________________________________________________________________
15585 [ 26959] By: rgs                                   on 2006/01/27  15:26:05
15586         Log: Revert change 24461, now that change 26757 allows TEST
15587              to accept extra output from module tests
15588      Branch: perl
15589            ! cygwin/perlld.in
15590 ____________________________________________________________________________
15591 [ 26958] By: rgs                                   on 2006/01/27  13:54:06
15592         Log: Subject: [PATCH] quiet gcc Info message in cygwin
15593              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15594              Date: Wed, 25 Jan 2006 19:16:09 -0800
15595              Message-ID: <20060126031608.GA2588@efn.org>
15596      Branch: perl
15597            ! hints/cygwin.sh
15598 ____________________________________________________________________________
15599 [ 26957] By: rgs                                   on 2006/01/27  13:08:12
15600         Log: Remove note about #elif, see :
15601              Subject: Re: Change 26954: Simplify nested '#ifdef' by replacing it with '#elif defined()'
15602              From: Steve Hay <steve.hay@uk.radan.com>
15603              Date: Fri, 27 Jan 2006 11:09:02 +0000
15604              Message-ID: <43D9FF4E.6010501@uk.radan.com>
15605      Branch: perl
15606            ! Porting/pumpkin.pod
15607 ____________________________________________________________________________
15608 [ 26955] By: nicholas                              on 2006/01/27  10:36:05
15609         Log: A description of the new constants.
15610      Branch: perl
15611            ! pod/perl593delta.pod
15612 ____________________________________________________________________________
15613 [ 26954] By: gisle                                 on 2006/01/27  08:54:04
15614         Log: Simplify nested '#ifdef' by replacing it with '#elif defined()'
15615      Branch: perl
15616            ! mg.c
15617 ____________________________________________________________________________
15618 [ 26953] By: gisle                                 on 2006/01/27  08:49:34
15619         Log: Safer implementation of RTRIM().
15620              Don't rely on SvCUR to be sane unless SvPOK.
15621      Branch: perl
15622            ! mg.c
15623 ____________________________________________________________________________
15624 [ 26952] By: nicholas                              on 2006/01/26  22:03:19
15625         Log: Subject: [PATCH] Change 26781/26830 (SvRTRIM should also write a new '\0' at the end) can cause segfaults
15626              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
15627              Message-ID: <43D941AF.1060503@ActiveState.com>
15628              Date: Thu, 26 Jan 2006 13:39:59 -0800
15629      Branch: perl
15630            ! mg.c
15631 ____________________________________________________________________________
15632 [ 26951] By: stevep                                on 2006/01/26  19:23:48
15633         Log: Fix a few nits in perl593delta
15634      Branch: perl
15635            ! pod/perl593delta.pod
15636 ____________________________________________________________________________
15637 [ 26950] By: rgs                                   on 2006/01/26  18:48:27
15638         Log: miniperl isn't enough anymore to run pod2man.
15639      Branch: perl
15640            ! pod/Makefile.SH
15641 ____________________________________________________________________________
15642 [ 26949] By: nicholas                              on 2006/01/26  18:35:56
15643         Log: 2 spelling corrections, and rephrase the entry on perlivp (better
15644              grammer, more succinct)
15645      Branch: perl
15646            ! pod/perl593delta.pod
15647 ____________________________________________________________________________
15648 [ 26948] By: rgs                                   on 2006/01/26  18:14:26
15649         Log: More work on perldelta
15650      Branch: perl
15651            ! pod/perl593delta.pod
15652 ____________________________________________________________________________
15653 [ 26947] By: steveh                                on 2006/01/26  16:25:20
15654         Log: Make dump and -u croak on Win32 and Cygwin to avoid confusion
15655              such as was seen here:
15656              
15657              Subject: Weird Win32 error: "This application has requested the Runtime to terminate it in an unusual way."
15658              From: demerphq <demerphq@gmail.com>
15659              Date: Thu, 26 Jan 2006 15:40:42 +0100
15660              Message-ID: <9b18b3110601260640x34b2442cnf5379d2f83b74187@mail.gmail.com>
15661      Branch: perl
15662            ! perl.c pod/perldiag.pod pod/perlport.pod
15663 ____________________________________________________________________________
15664 [ 26946] By: nicholas                              on 2006/01/26  14:57:42
15665         Log: SvREADONLY_off inside the magic routines is also dangerous on shared
15666              hash key scalars, so decompose them to normal scalars if they ever
15667              get here.
15668      Branch: perl
15669            ! mg.c
15670 ____________________________________________________________________________
15671 [ 26945] By: rgs                                   on 2006/01/26  11:49:22
15672         Log: assertions.pm is dual-lived
15673      Branch: perl
15674            ! Porting/Maintainers.pl
15675 ____________________________________________________________________________
15676 [ 26943] By: rgs                                   on 2006/01/25  17:12:11
15677         Log: Subject: aelemfast optimization opclass problem (c.f. [perl #38279])
15678              From: Stephen McCamant <smcc@mit.edu>
15679              Date: Jan 24, 2006 7:23 AM
15680              Message-ID: <17365.51166.604020.571992@conquest.OCF.Berkeley.EDU>
15681      Branch: perl
15682            + ext/B/t/optree_misc.t
15683            ! MANIFEST ext/B/B.xs
15684 ____________________________________________________________________________
15685 [ 26941] By: gisle                                 on 2006/01/24  15:37:25
15686         Log: Subject: Simplify &IO::Handle::say
15687              From: Gisle Aas <gisle@ActiveState.com>
15688              Date: 24 Jan 2006 05:01:28 -0800
15689              Message-ID: <lrzmll7pav.fsf@caliper.activestate.com>
15690      Branch: perl
15691            ! ext/IO/lib/IO/Handle.pm
15692 ____________________________________________________________________________
15693 [ 26940] By: rgs                                   on 2006/01/24  15:10:27
15694         Log: Fix a regression on suidperl : the error message "No #! line" was
15695              produced in erroneous cases, because we used to read values in a
15696              string buffer that pointed to nothing.
15697      Branch: perl
15698            ! perl.c
15699 ____________________________________________________________________________
15700 [ 26936] By: steveh                                on 2006/01/24  12:13:15
15701         Log: Remove d_nanosleep from win32 configs
15702              Change 19899 removed them before, but they have accidentally crept back.
15703      Branch: perl
15704            ! win32/config.bc win32/config.gc win32/config.vc
15705            ! win32/config.vc64
15706 ____________________________________________________________________________
15707 [ 26935] By: steveh                                on 2006/01/24  09:22:44
15708         Log: Subject: SPRINTF_RETURNS_STRLEN isn't really a compile-time option 
15709              From: Gisle Aas <gisle@ActiveState.com>
15710              Date: 23 Jan 2006 02:12:04 -0800
15711              Message-ID: <lr3bjfb6dn.fsf@caliper.activestate.com>
15712              
15713              Subject: RE: SPRINTF_RETURNS_STRLEN isn't really a compile-time option
15714              From: "Jan Dubois" <jand@ActiveState.com>
15715              Date: Mon, 23 Jan 2006 11:30:51 -0800
15716              Message-ID: <008001c62053$86adf680$2217a8c0@candy>
15717      Branch: perl
15718            ! makedef.pl perl.c
15719 ____________________________________________________________________________
15720 [ 26933] By: rgs                                   on 2006/01/23  19:24:06
15721         Log: More work on perldelta
15722      Branch: perl
15723            ! pod/perl593delta.pod
15724 ____________________________________________________________________________
15725 [ 26932] By: nicholas                              on 2006/01/23  19:06:41
15726         Log: constant_add_symbol needs to be static, else static builds can fail at
15727              link time. (*How* many meanings is "static" overloaded with?)
15728      Branch: perl
15729            ! lib/ExtUtils/Constant/ProxySubs.pm
15730 ____________________________________________________________________________
15731 [ 26930] By: stevep                                on 2006/01/23  18:40:08
15732         Log: Subject: [PATCH] Tru64: -Uusedl: lib/ExtUtils/t/Embed.t
15733              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
15734              Date: Mon, 23 Jan 2006 20:34:18 +0200
15735              Message-ID: <43D521AA.7030008@gmail.com>
15736      Branch: perl
15737            ! lib/ExtUtils/t/Embed.t
15738 ____________________________________________________________________________
15739 [ 26929] By: stevep                                on 2006/01/23  15:56:34
15740         Log: Upgrade to Pod-Simple-3.04
15741      Branch: perl
15742            ! lib/Pod/Simple.pm lib/Pod/Simple/BlackBox.pm
15743            ! lib/Pod/Simple/Search.pm
15744 ____________________________________________________________________________
15745 [ 26928] By: rgs                                   on 2006/01/23  15:28:51
15746         Log: Now that change #26410 is reverted, mark as TODO the tests added
15747              by change #26925.
15748      Branch: perl
15749            ! t/op/pat.t
15750 ____________________________________________________________________________
15751 [ 26927] By: rgs                                   on 2006/01/23  15:18:30
15752         Log: Missing chunk in change #26926
15753      Branch: perl
15754            ! t/op/taint.t
15755 ____________________________________________________________________________
15756 [ 26926] By: rgs                                   on 2006/01/23  15:18:10
15757         Log: Revert change 26410, marking the test that was added there as TODO.
15758              See the thread :
15759              Subject: LVALUE m//g (was Re: au revoir ...)
15760              From: Nicholas Clark <nick@ccl4.org>
15761              Date: Jan 18, 2006 9:30 PM
15762              Message-ID: <20060118203058.GQ616@plum.flirble.org>
15763      Branch: perl
15764            ! op.c
15765 ____________________________________________________________________________
15766 [ 26925] By: nicholas                              on 2006/01/23  15:11:11
15767         Log: Change the regression test added by 26410 to use test.pl; this makes
15768              it easier to TODO if needed.
15769              Add the TODO test provided by Rick Delaney, but not as TODO, because
15770              change 26410 also made pos on LVALUE subroutines work for the first
15771              time.
15772      Branch: perl
15773            ! t/op/pat.t t/op/taint.t
15774 ____________________________________________________________________________
15775 [ 26924] By: rgs                                   on 2006/01/23  14:44:59
15776         Log: Un-const magic virtual tables; this consting breaks the nasty
15777              things done by Swig, as noticed by Audrey.
15778      Branch: perl
15779            ! embed.fnc mg.c mg.h perl.h pod/perlapi.pod proto.h sv.c
15780 ____________________________________________________________________________
15781 [ 26923] By: stevep                                on 2006/01/23  14:35:52
15782         Log: Upgrade to CPAN-1.83_58
15783      Branch: perl
15784            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
15785            ! lib/CPAN/HandleConfig.pm lib/CPAN/SIGNATURE
15786            ! lib/CPAN/Version.pm lib/CPAN/t/vcmp.t
15787 ____________________________________________________________________________
15788 [ 26922] By: gisle                                 on 2006/01/23  12:33:02
15789         Log: Avoid warning with MS Visual C compiler.
15790              Encode.xs(443) : warning C4761: integral size mismatch in argument; conversion supplied
15791      Branch: perl
15792            ! ext/Encode/Encode.xs
15793 ____________________________________________________________________________
15794 [ 26921] By: gisle                                 on 2006/01/23  09:57:10
15795         Log: Subject: Avoid most getprotobyname/number calls in IO::Socket::INET
15796              From: Gisle Aas <gisle@ActiveState.com>
15797              Date: 18 Jan 2006 09:28:24 -0800
15798              Message-ID: <lr3bjlbg3r.fsf@caliper.activestate.com>
15799      Branch: perl
15800            ! ext/IO/lib/IO/Socket/INET.pm
15801 ____________________________________________________________________________
15802 [ 26919] By: craigb                                on 2006/01/21  17:05:07
15803         Log: Make Manifest.t do what is says it's doing.
15804      Branch: perl
15805            ! lib/ExtUtils/t/Manifest.t
15806 ____________________________________________________________________________
15807 [ 26918] By: mhx                                   on 2006/01/21  15:31:06
15808         Log: Remove wrong cast to (void *), which fixes a gcc warning, and use
15809              the return value of upg_version() at least once in the core.
15810      Branch: perl
15811            ! pp_ctl.c util.c
15812 ____________________________________________________________________________
15813 [ 26915] By: nicholas                              on 2006/01/20  10:12:12
15814         Log: Note 5.8.8-RC1
15815      Branch: perl
15816            ! pod/perlhist.pod
15817 ____________________________________________________________________________
15818 [ 26914] By: mhx                                   on 2006/01/19  18:44:34
15819         Log: Upgrade to Devel::PPPort 3.08
15820      Branch: perl
15821            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
15822            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
15823            ! ext/Devel/PPPort/PPPort_pm.PL
15824            ! ext/Devel/PPPort/parts/inc/ppphtest ext/Devel/PPPort/soak
15825 ____________________________________________________________________________
15826 [ 26913] By: craigb                                on 2006/01/19  04:55:19
15827         Log: find_perl() must be after environment initialization
15828      Branch: perl
15829            ! ext/Devel/PPPort/t/ppphtest.t
15830 ____________________________________________________________________________
15831 [ 26912] By: stevep                                on 2006/01/19  02:58:37
15832         Log: Fix hardcoded "/" in a filepath that causes ext/List/Util/t/p_tainted.t
15833              to fail on VMS.
15834      Branch: perl
15835            ! ext/List/Util/t/p_tainted.t
15836 ____________________________________________________________________________
15837 [ 26911] By: stevep                                on 2006/01/19  02:32:06
15838         Log: Fix another concatenated filepath in a test for Digest::SHA.
15839      Branch: perl
15840            ! ext/Digest/SHA/t/6-dump-load.t
15841 ____________________________________________________________________________
15842 [ 26910] By: nicholas                              on 2006/01/18  23:52:20
15843         Log: Integrate 26847 from maint.
15844              [Whoops, that was never the plan. Didn't realise which directory I was
15845              in]
15846      Branch: perl
15847           !> AUTHORS Porting/Maintainers.pl
15848 ____________________________________________________________________________
15849 [ 26904] By: nicholas                              on 2006/01/18  18:02:17
15850         Log: Change 26410 caused a regression, with the RVALUE return value of
15851              method calls now failing if bound to a global match. Add a TODO test.
15852      Branch: perl
15853            ! t/op/pat.t
15854 ____________________________________________________________________________
15855 [ 26903] By: gisle                                 on 2006/01/18  14:43:14
15856         Log: Allow IPPROTO_ICMP and IPPROTO_UDP to be exported.
15857              These were introduced in change 26897.
15858      Branch: perl
15859            ! ext/Socket/Socket.pm
15860 ____________________________________________________________________________
15861 [ 26902] By: gisle                                 on 2006/01/18  14:41:17
15862         Log: Use the IPPROTO_TCP constant instead of 6.
15863      Branch: perl
15864            ! ext/Socket/t/Socket.t
15865 ____________________________________________________________________________
15866 [ 26901] By: steveh                                on 2006/01/18  14:23:09
15867         Log: Change all NEWSV() to newSV() in the core and non-dual-lived modules.
15868              Keep NEWSV() itself for backwards-compatibility outside of the core,
15869              but don't advertise it any more.
15870              (cf. change #25101).
15871      Branch: perl
15872            ! av.c doio.c dump.c ext/ByteLoader/bytecode.h
15873            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs gv.c handy.h hv.c
15874            ! mathoms.c op.c os2/OS2/REXX/REXX.xs pad.c perl.c perly.c
15875            ! pod/perlapi.pod pod/perlembed.pod pp.c pp_ctl.c pp_hot.c
15876            ! pp_pack.c pp_sys.c regexec.c scope.c sv.c toke.c
15877            ! vms/ext/Stdio/Stdio.xs
15878 ____________________________________________________________________________
15879 [ 26900] By: stevep                                on 2006/01/18  13:32:09
15880         Log: Digest::SHA's t/2-nist-sha-oo.t has some path related problems on
15881              VMS as well.
15882      Branch: perl
15883            ! ext/Digest/SHA/t/2-nist-sha-oo.t
15884 ____________________________________________________________________________
15885 [ 26899] By: stevep                                on 2006/01/18  13:09:10
15886         Log: Fixes for Digest::SHA.  Replaced old ppport.h file with a new one
15887              generated from Devel::PPPort 3.07.  Also, fixed a UNIX-based path
15888              element that caused test failures on VMS (reported by John E. Malmberg
15889              <wb8tyw@qsl.net>).
15890      Branch: perl
15891            ! ext/Digest/SHA/ppport.h ext/Digest/SHA/t/6-dump-load.t
15892 ____________________________________________________________________________
15893 [ 26897] By: gisle                                 on 2006/01/18  11:57:07
15894         Log: Make sure the most common IPPROTO_* constants are always available.
15895              These are well known numbers so it should not be a problem to
15896              hardcode values when no constant is provided by the C library.
15897              Ref <http://www.iana.org/assignments/protocol-numbers>.
15898              
15899              On some old glibc systems (eg Redhat 6) IPPROTO_TCP is an enum only
15900              and this change workaround that problem as well.
15901      Branch: perl
15902            ! ext/Socket/Makefile.PL
15903 ____________________________________________________________________________
15904 [ 26893] By: gisle                                 on 2006/01/18  10:12:14
15905         Log: Suppress "statement not reached" warning from the Sun C compiler.
15906      Branch: perl
15907            ! doio.c
15908 ____________________________________________________________________________
15909 [ 26892] By: rgs                                   on 2006/01/18  10:06:24
15910         Log: Explain better how that test count works.
15911      Branch: perl
15912            ! t/comp/require.t
15913 ____________________________________________________________________________
15914 [ 26891] By: nicholas                              on 2006/01/18  10:02:19
15915         Log: New t/comp/require.t tests should go before the conditional exit.
15916      Branch: perl
15917            ! t/comp/require.t
15918 ____________________________________________________________________________
15919 [ 26889] By: craigb                                on 2006/01/18  05:12:10
15920         Log: special VMS handling no longer needed since we now close the file
15921      Branch: perl
15922            ! lib/File/Compare.t
15923 ____________________________________________________________________________
15924 [ 26885] By: rgs                                   on 2006/01/17  21:45:37
15925         Log: Gisle points out that it's ok to ignore the return value of newSVrv.
15926              Due to how embed.pl is implemented, this also has the unfortunate
15927              side-effect of removing __attribute__malloc__ from the attributes of
15928              this function, but given that the new pointer is stored elsewhere
15929              anyway, this shouldn't impact what gcc could have optimized.
15930      Branch: perl
15931            ! embed.fnc proto.h
15932 ____________________________________________________________________________
15933 [ 26883] By: rgs                                   on 2006/01/17  21:22:38
15934         Log: Regression test for change #26881
15935      Branch: perl
15936            ! t/comp/require.t
15937 ____________________________________________________________________________
15938 [ 26881] By: rgs                                   on 2006/01/17  19:03:51
15939         Log: The current OP that is tested in doeval() can be a require(), an
15940              eval() or a do(). When we test whether OPf_SPECIAL is set on it, be
15941              sure to take into account that it's the eval-related meaning of
15942              OPf_SPECIAL we're testing for, not the require-related one.
15943      Branch: perl
15944            ! pp_ctl.c
15945 ____________________________________________________________________________
15946 [ 26878] By: rgs                                   on 2006/01/17  16:15:15
15947         Log: Make the description of $^M in perlvar a bit more clear
15948              w.r.t. cross-references to the INSTALL document. (spotted
15949              by Stas Bekman)
15950      Branch: perl
15951            ! pod/perlvar.pod
15952 ____________________________________________________________________________
15953 [ 26877] By: rgs                                   on 2006/01/17  16:08:47
15954         Log: Subject: Re: [PATCH] Updated README.macosx
15955              From: Sherm Pendley <sherm@dot-app.org>
15956              Date: Mon, 16 Jan 2006 16:53:23 -0500
15957              Message-Id: <619C9A5D-972F-4B90-A99A-B4B6D04C584D@dot-app.org>
15958      Branch: perl
15959            ! README.macosx
15960 ____________________________________________________________________________
15961 [ 26871] By: gisle                                 on 2006/01/17  11:37:54
15962         Log: More readable MEM_WRAP_CHECK_1() macro.
15963              This form also avoids the "dead part of constant expression is nonconstant"
15964              warning from the Sun Studio 10 compiler.
15965      Branch: perl
15966            ! README.solaris handy.h
15967 ____________________________________________________________________________
15968 [ 26870] By: craigb                                on 2006/01/17  04:03:01
15969         Log: Dots in directory names aren't nice on VMS.
15970      Branch: perl
15971            ! lib/Archive/Tar/t/04_resolved_issues.t
15972 ____________________________________________________________________________
15973 [ 26869] By: craigb                                on 2006/01/17  03:28:20
15974         Log: more case tolerance for vms/ext/filespec.t
15975      Branch: perl
15976            ! vms/ext/filespec.t
15977 ____________________________________________________________________________
15978 [ 26868] By: stevep                                on 2006/01/16  22:31:52
15979         Log: Don't warn about a directory being closed in the DESTROY for
15980              IO::Dir.
15981      Branch: perl
15982            ! ext/IO/lib/IO/Dir.pm
15983 ____________________________________________________________________________
15984 [ 26867] By: rgs                                   on 2006/01/16  19:16:58
15985         Log: defined %foo::bar:: wasn't working like it used to do in evals
15986              (and, consequently, when require'ing modules.)
15987      Branch: perl
15988            ! t/op/stash.t toke.c
15989 ____________________________________________________________________________
15990 [ 26866] By: mhx                                   on 2006/01/16  18:13:28
15991         Log: Upgrade to Devel::PPPort 3.07
15992      Branch: perl
15993            + ext/Devel/PPPort/parts/base/5008007
15994            + ext/Devel/PPPort/parts/base/5009003
15995            + ext/Devel/PPPort/parts/inc/Sv_set
15996            + ext/Devel/PPPort/parts/inc/memory
15997            + ext/Devel/PPPort/parts/inc/variables
15998            + ext/Devel/PPPort/parts/todo/5008007
15999            + ext/Devel/PPPort/parts/todo/5009003
16000            + ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/memory.t
16001            + ext/Devel/PPPort/t/variables.t
16002            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
16003            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/META.yml
16004            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
16005            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
16006            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/README
16007            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
16008            ! ext/Devel/PPPort/devel/buildperl.pl
16009            ! ext/Devel/PPPort/devel/mkapidoc.sh
16010            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
16011            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
16012            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
16013            ! ext/Devel/PPPort/parts/apicheck.pl
16014            ! ext/Devel/PPPort/parts/apidoc.fnc
16015            ! ext/Devel/PPPort/parts/base/5004000
16016            ! ext/Devel/PPPort/parts/base/5004050
16017            ! ext/Devel/PPPort/parts/base/5006000
16018            ! ext/Devel/PPPort/parts/base/5007001
16019            ! ext/Devel/PPPort/parts/base/5008001
16020            ! ext/Devel/PPPort/parts/embed.fnc
16021            ! ext/Devel/PPPort/parts/inc/MY_CXT
16022            ! ext/Devel/PPPort/parts/inc/SvPV
16023            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
16024            ! ext/Devel/PPPort/parts/inc/exception
16025            ! ext/Devel/PPPort/parts/inc/format
16026            ! ext/Devel/PPPort/parts/inc/grok
16027            ! ext/Devel/PPPort/parts/inc/limits
16028            ! ext/Devel/PPPort/parts/inc/mPUSH
16029            ! ext/Devel/PPPort/parts/inc/magic
16030            ! ext/Devel/PPPort/parts/inc/misc
16031            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
16032            ! ext/Devel/PPPort/parts/inc/newRV
16033            ! ext/Devel/PPPort/parts/inc/ppphbin
16034            ! ext/Devel/PPPort/parts/inc/ppphdoc
16035            ! ext/Devel/PPPort/parts/inc/ppphtest
16036            ! ext/Devel/PPPort/parts/inc/sv_xpvf
16037            ! ext/Devel/PPPort/parts/inc/threads
16038            ! ext/Devel/PPPort/parts/inc/uv
16039            ! ext/Devel/PPPort/parts/inc/version
16040            ! ext/Devel/PPPort/parts/ppptools.pl
16041            ! ext/Devel/PPPort/parts/todo/5004000
16042            ! ext/Devel/PPPort/parts/todo/5007001
16043            ! ext/Devel/PPPort/parts/todo/5008001
16044            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
16045            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/ppphtest.t
16046            ! ext/Devel/PPPort/t/testutil.pl ext/Devel/PPPort/typemap
16047 ____________________________________________________________________________
16048 [ 26863] By: rgs                                   on 2006/01/16  14:09:29
16049         Log: Upgrade to Encode 2.14
16050      Branch: perl
16051            + ext/Encode/t/from_to.t
16052            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
16053            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
16054            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
16055            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
16056            ! ext/Encode/lib/Encode/MIME/Header.pm
16057            ! ext/Encode/t/mime-header.t ext/Encode/ucm/8859-7.ucm
16058 ____________________________________________________________________________
16059 [ 26861] By: nicholas                              on 2006/01/16  13:10:06
16060         Log: Teach checkAUTHORS about all the authors in 5.8.2-5.8.8, and any others
16061              whose e-mail address I recognise.
16062      Branch: perl
16063            ! Porting/checkAUTHORS.pl
16064 ____________________________________________________________________________
16065 [ 26859] By: rgs                                   on 2006/01/16  12:07:34
16066         Log: Add new directories from C::Zlib to make clean
16067      Branch: perl
16068            ! Makefile.SH
16069 ____________________________________________________________________________
16070 [ 26858] By: rgs                                   on 2006/01/16  11:13:54
16071         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_55.tar.gz
16072              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
16073              Date: Sat, 14 Jan 2006 12:57:48 +0100
16074              Message-ID: <87u0c7yqbn.fsf@k75.linux.bogus>
16075      Branch: perl
16076            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
16077            ! lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
16078 ____________________________________________________________________________
16079 [ 26857] By: craigb                                on 2006/01/14  16:45:56
16080         Log: Give up on through.t on VMS for now -- no can do with current 
16081              pipe implementation.
16082      Branch: perl
16083            ! t/io/through.t
16084 ____________________________________________________________________________
16085 [ 26856] By: nicholas                              on 2006/01/14  12:49:31
16086         Log: Can now count the patches committed with --thanks-applied.
16087              Changes5.8's top 3:
16088              3332:   jhi
16089              321:    ams
16090              60:     nick
16091      Branch: perl
16092            ! Porting/checkAUTHORS.pl
16093 ____________________________________________________________________________
16094 [ 26855] By: nicholas                              on 2006/01/14  12:35:58
16095         Log: Oops. When the e-mail address came first, or there was no name with it,
16096              checkAUTHORS.pl wasn't recognising it, which caused the change to be
16097              attributed to the committer rather than the author. This now reveals
16098              several people "missing" from the AUTHORS file.
16099      Branch: perl
16100            ! Porting/checkAUTHORS.pl
16101 ____________________________________________________________________________
16102 [ 26854] By: nicholas                              on 2006/01/14  12:25:15
16103         Log: Some reordering and one new address for Stéphane Payrard
16104      Branch: perl
16105            ! Porting/checkAUTHORS.pl
16106 ____________________________________________________________________________
16107 [ 26853] By: nicholas                              on 2006/01/14  12:20:19
16108         Log: Teach checkAUTHORS.pl about everyone in Changes5.8.[2-8], adding to
16109              AUTHORS where necessary.
16110      Branch: perl
16111            ! AUTHORS Porting/checkAUTHORS.pl
16112 ____________________________________________________________________________
16113 [ 26852] By: nicholas                              on 2006/01/14  11:54:09
16114         Log: Add Ken Hirsch to AUTHORS.
16115      Branch: perl
16116            ! AUTHORS
16117 ____________________________________________________________________________
16118 [ 26850] By: nicholas                              on 2006/01/14  11:39:42
16119         Log: e-mail update from Phil Lobbes
16120      Branch: perl
16121            ! AUTHORS Porting/checkAUTHORS.pl
16122 ____________________________________________________________________________
16123 [ 26849] By: rgs                                   on 2006/01/14  10:26:15
16124         Log: Perldelta nits by Jim Cromie
16125      Branch: perl
16126            ! pod/perl593delta.pod
16127 ____________________________________________________________________________
16128 [ 26846] By: rgs                                   on 2006/01/14  08:49:12
16129         Log: Adapt test.valgrind make target to recent valgrinds (3.x)
16130              by Jim Cromie
16131      Branch: perl
16132            ! t/TEST
16133 ____________________________________________________________________________
16134 [ 26845] By: craigb                                on 2006/01/14  05:16:27
16135         Log: Friday the 13th, Part II.  Don't call SYS$GETJPI with fancy case
16136              lookup stuff on older systems that don't know what it means (broken
16137              in #25306).
16138      Branch: perl
16139            ! vms/vms.c
16140 ____________________________________________________________________________
16141 [ 26844] By: craigb                                on 2006/01/14  05:02:38
16142         Log: Eek.  #25783 broke all pre-v8.2 VMS builds.  Undo all the bits
16143              having to do with dirent, opendir, etc.  Must be Friday the 13th.
16144      Branch: perl
16145            ! configure.com vms/vms.c vms/vmsish.h
16146 ____________________________________________________________________________
16147 [ 26838] By: nicholas                              on 2006/01/13  21:44:47
16148         Log: checkAUTHORS.pl --rank would loop infinitely on an empty results array.
16149      Branch: perl
16150            ! Porting/checkAUTHORS.pl
16151 ____________________________________________________________________________
16152 [ 26835] By: stevep                                on 2006/01/13  19:31:19
16153         Log: Additional tests for RT #38207: "Useless localization of constant ($[)
16154              in getopts.pl".
16155      Branch: perl
16156            ! t/op/local.t
16157 ____________________________________________________________________________
16158 [ 26831] By: nicholas                              on 2006/01/13  18:10:55
16159         Log: Subject: Re: Today's compiling adventure
16160              From: Ken Hirsch <kenhirsch@ftml.net>
16161              Message-ID: <43C69F48.7090600@ftml.net>
16162              Date: Thu, 12 Jan 2006 13:26:16 -0500
16163      Branch: perl
16164            ! pp_sys.c
16165 ____________________________________________________________________________
16166 [ 26826] By: rgs                                   on 2006/01/13  17:32:31
16167         Log: More perldelta work
16168      Branch: perl
16169            ! pod/perl593delta.pod
16170 ____________________________________________________________________________
16171 [ 26824] By: nicholas                              on 2006/01/13  17:08:13
16172         Log: $utf8::VERSION++ # Documentation.
16173      Branch: perl
16174            ! lib/utf8.pm
16175 ____________________________________________________________________________
16176 [ 26819] By: rgs                                   on 2006/01/13  14:50:32
16177         Log: Fix internal links in POD.
16178      Branch: perl
16179            ! lib/utf8.pm
16180 ____________________________________________________________________________
16181 [ 26817] By: nicholas                              on 2006/01/13  14:02:00
16182         Log: More $VERSION bumps.
16183      Branch: perl
16184            ! ext/PerlIO/via/via.pm lib/Attribute/Handlers.pm lib/Switch.pm
16185 ____________________________________________________________________________
16186 [ 26816] By: rgs                                   on 2006/01/13  13:47:52
16187         Log: Better wording for change 26796. Plus, make podchecker happy.
16188      Branch: perl
16189            ! lib/PerlIO.pm
16190 ____________________________________________________________________________
16191 [ 26815] By: gisle                                 on 2006/01/13  12:10:28
16192         Log: Fix [perl #38223]; _IOC_SIZE() not always safe.
16193      Branch: perl
16194            ! perl.h
16195 ____________________________________________________________________________
16196 [ 26814] By: rgs                                   on 2006/01/13  09:22:14
16197         Log: Add a link to the Opcode doc in Safe.
16198              (see RT CPAN ticket #8579)
16199      Branch: perl
16200            ! ext/Opcode/Safe.pm
16201 ____________________________________________________________________________
16202 [ 26813] By: craigb                                on 2006/01/13  01:12:44
16203         Log: Assorted VMS-only MakeMaker fixes for blead
16204      Branch: perl
16205            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
16206            ! lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/basic.t
16207 ____________________________________________________________________________
16208 [ 26812] By: rgs                                   on 2006/01/12  23:11:16
16209         Log: Make h2ph recognize (and skip) const and __const__ in C function
16210              prototypes. This makes it produce better files on linux-sparc64.
16211      Branch: perl
16212            ! utils/h2ph.PL
16213 ____________________________________________________________________________
16214 [ 26809] By: nicholas                              on 2006/01/12  20:03:51
16215         Log: Upgrade to Devel::PPPort 3.06_01
16216      Branch: perl
16217            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
16218            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
16219            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
16220            ! ext/Devel/PPPort/devel/buildperl.pl
16221            ! ext/Devel/PPPort/devel/mkapidoc.sh ext/Devel/PPPort/mktests.PL
16222            ! ext/Devel/PPPort/parts/apicheck.pl
16223            ! ext/Devel/PPPort/parts/apidoc.fnc
16224            ! ext/Devel/PPPort/parts/base/5006000
16225            ! ext/Devel/PPPort/parts/base/5009002
16226            ! ext/Devel/PPPort/parts/embed.fnc
16227            ! ext/Devel/PPPort/parts/inc/MY_CXT
16228            ! ext/Devel/PPPort/parts/inc/SvPV
16229            ! ext/Devel/PPPort/parts/inc/format
16230            ! ext/Devel/PPPort/parts/inc/grok
16231            ! ext/Devel/PPPort/parts/inc/misc
16232            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
16233            ! ext/Devel/PPPort/parts/inc/ppphbin
16234            ! ext/Devel/PPPort/parts/inc/ppphdoc
16235            ! ext/Devel/PPPort/parts/inc/ppphtest
16236            ! ext/Devel/PPPort/parts/inc/version
16237            ! ext/Devel/PPPort/parts/ppptools.pl
16238            ! ext/Devel/PPPort/parts/todo/5004040
16239            ! ext/Devel/PPPort/parts/todo/5005000
16240            ! ext/Devel/PPPort/parts/todo/5006000
16241            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
16242            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/ppphtest.t
16243 ____________________________________________________________________________
16244 [ 26808] By: merijn                                on 2006/01/12  19:54:57
16245         Log: Add new mpeix file from #26807
16246      Branch: perl
16247            ! MANIFEST
16248 ____________________________________________________________________________
16249 [ 26807] By: merijn                                on 2006/01/12  19:52:01
16250         Log: Subject: Re: Today's compiling adventure
16251              From: Ken Hirsch <kenhirsch@ftml.net>
16252              Date: Thu, 12 Jan 2006 13:26:16 -0500
16253              Message-ID: <43C69F48.7090600@ftml.net>
16254      Branch: perl
16255            + mpeix/mpeix_setjmp.c
16256            ! README.mpeix hints/mpeix.sh mpeix/mpeix.c mpeix/mpeixish.h
16257            ! pp_sys.c
16258 ____________________________________________________________________________
16259 [ 26805] By: nicholas                              on 2006/01/12  19:09:19
16260         Log: $Socket::VERSION++; # You always miss one.
16261      Branch: perl
16262            ! ext/Socket/Socket.pm
16263 ____________________________________________________________________________
16264 [ 26804] By: nicholas                              on 2006/01/12  18:44:49
16265         Log: Bump $VERSION in many modules that have changed.
16266      Branch: perl
16267            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
16268            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
16269            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
16270            ! ext/SDBM_File/SDBM_File.pm ext/XS/Typemap/Typemap.pm
16271            ! ext/attrs/attrs.pm ext/re/re.pm ext/threads/shared/shared.pm
16272            ! lib/DB.pm lib/Dumpvalue.pm lib/English.pm lib/File/Copy.pm
16273            ! lib/FileCache.pm lib/Pod/Functions.pm lib/Pod/Html.pm
16274            ! lib/Term/ReadLine.pm lib/Tie/Hash.pm lib/Unicode/UCD.pm
16275            ! lib/User/grent.pm lib/blib.pm lib/diagnostics.pm
16276            ! lib/overload.pm lib/vmsish.pm lib/warnings.pm
16277            ! lib/warnings/register.pm os2/OS2/PrfDB/PrfDB.pm
16278            ! os2/OS2/Process/Process.pm os2/OS2/REXX/REXX.pm warnings.pl
16279 ____________________________________________________________________________
16280 [ 26803] By: rgs                                   on 2006/01/12  15:40:53
16281         Log: Don't warn when localizing $[
16282      Branch: perl
16283            ! op.c t/lib/warnings/op
16284 ____________________________________________________________________________
16285 [ 26802] By: rgs                                   on 2006/01/12  13:47:59
16286         Log: Subject: [perl #38205] misleading typo in perlfaq8
16287              From: erik@cs.uni-jena.de (via RT) <perlbug-followup@perl.org>
16288              Date: Wed, 11 Jan 2006 14:56:28 -0800
16289              Message-ID: <rt-3.0.11-38205-127890.10.340635502974@perl.org>
16290      Branch: perl
16291            ! pod/perlfaq8.pod
16292 ____________________________________________________________________________
16293 [ 26801] By: rgs                                   on 2006/01/12  13:36:05
16294         Log: FAQ sync.
16295      Branch: perl
16296            ! pod/perlfaq.pod pod/perlfaq2.pod
16297 ____________________________________________________________________________
16298 [ 26800] By: rgs                                   on 2006/01/12  13:25:15
16299         Log: Subject: [PATCH] Compress::Zlib
16300              From: "Paul Marquess" <paul.marquess@ntlworld.com>
16301              Date: Thu, 12 Jan 2006 13:20:58 -0000
16302              Message-ID: <020d01c6177b$087b1c60$4c05140a@myopwv.com>
16303      Branch: perl
16304            ! ext/Compress/Zlib/t/16oneshot-gzip-only.t
16305            ! ext/Compress/Zlib/t/16oneshot-zip-only.t
16306 ____________________________________________________________________________
16307 [ 26799] By: rgs                                   on 2006/01/12  11:20:27
16308         Log: Subject: Re: cloning and foo_dup functions
16309              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
16310              Date: Thu, 12 Jan 2006 01:41:18 -0800
16311              Message-ID: <20060112094118.GA1432@efn.org>
16312      Branch: perl
16313            ! embed.fnc pod/perltodo.pod proto.h
16314 ____________________________________________________________________________
16315 [ 26798] By: rgs                                   on 2006/01/12  11:02:45
16316         Log: Test comment fix by Dominic Dunlop
16317      Branch: perl
16318            ! lib/locale.t
16319 ____________________________________________________________________________
16320 [ 26797] By: rgs                                   on 2006/01/12  10:13:27
16321         Log: Typo fix.
16322      Branch: perl
16323            ! pod/perlvar.pod
16324 ____________________________________________________________________________
16325 [ 26796] By: nicholas                              on 2006/01/11  22:41:04
16326         Log: Subject: [PATCH] fix for :crlf example 
16327              From: Xavier Noria <fxn@hashref.com> 
16328              Message-Id: <0F64C146-3A80-4FDF-8149-AFB35B3C4D3B@hashref.com> 
16329              Date: Wed, 11 Jan 2006 23:11:49 +0100 
16330              
16331              plus bump its $VERSION
16332      Branch: perl
16333            ! lib/PerlIO.pm
16334 ____________________________________________________________________________
16335 [ 26795] By: gisle                                 on 2006/01/11  21:09:19
16336         Log: A few more places that can use hv_fetchs().
16337              Ref change 26676.
16338      Branch: perl
16339            ! ext/POSIX/POSIX.xs gv.c mg.c pp_ctl.c toke.c universal.c
16340            ! utf8.c util.c
16341 ____________________________________________________________________________
16342 [ 26793] By: merijn                                on 2006/01/11  21:02:14
16343         Log: Cygwin issue (26792) and patchlevel (26790)
16344              
16345              Subject: Re: Cygwin status, maint and blead
16346              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
16347              Date: Fri, 6 Jan 2006 13:47:10 -0800
16348              Message-ID: <20060106214710.GA592@efn.org>
16349              
16350              Subject: Re: Cygwin status, maint and blead
16351              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
16352              Date: Thu, 10 Nov 2005 00:46:33 -0800
16353              Message-ID: <20051110084633.GA3364@efn.org>
16354      Branch: perl
16355            ! Configure
16356 ____________________________________________________________________________
16357 [ 26791] By: gisle                                 on 2006/01/11  20:50:30
16358         Log: Make $( and $) list the groups in the order they
16359              are returned from the OS.  Linux seems to return
16360              the gids sorted and it seemed wrong for perl to
16361              reverse this order.
16362      Branch: perl
16363            ! mg.c
16364 ____________________________________________________________________________
16365 [ 26789] By: stevep                                on 2006/01/11  19:07:04
16366         Log: Subject: Re: [PATCH] Mac OS X 10.4.4 (Darwin 8.4.0) still does not fix locale issue
16367              From: Dominic Dunlop <domo@computer.org>
16368              Date: Wed, 11 Jan 2006 19:52:20 +0100
16369              Message-Id: <FD99F9D3-16DB-484C-BC0A-702F60DAACA4@computer.org>
16370      Branch: perl
16371            ! lib/locale.t
16372 ____________________________________________________________________________
16373 [ 26787] By: nicholas                              on 2006/01/11  14:47:04
16374         Log: Refactor S_vdie_common so that Perl_vwarn can use it too.
16375      Branch: perl
16376            ! embed.fnc embed.h proto.h util.c
16377 ____________________________________________________________________________
16378 [ 26786] By: gisle                                 on 2006/01/11  14:23:28
16379         Log: Get rid of the following gcc format warnings by    simplifying the
16380              getgroups implementation:
16381              
16382              mg.c: In function Perl_magic_get':
16383              mg.c:1008: warning: long unsigned int format, gid_t arg (arg 3)
16384              mg.c:1014: warning: long unsigned int format, gid_t arg (arg 3)
16385              mg.c:1025: warning: long unsigned int format, unsigned int arg (arg 3)
16386              
16387              Since we already cast the numeric Gid_t values to an IV it should not
16388              be too risky to also cast the Group_t values.  Converting these values
16389              with Gid_t_f wasn't quite right anyway.
16390      Branch: perl
16391            ! mg.c
16392 ____________________________________________________________________________
16393 [ 26785] By: steveh                                on 2006/01/11  14:07:47
16394         Log: Clean up temp files/dirs left by Archive-Tar tests
16395              
16396              Part of this reinstates change 25043 which was mistakenly removed
16397              by change 25312
16398      Branch: perl
16399            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
16400 ____________________________________________________________________________
16401 [ 26784] By: rgs                                   on 2006/01/11  12:52:27
16402         Log: Make description of new warning introduced in change 26780 more precise
16403      Branch: perl
16404            ! pod/perldiag.pod
16405 ____________________________________________________________________________
16406 [ 26783] By: steveh                                on 2006/01/11  12:31:26
16407         Log: Clean up libdirs left behind by new Compress-Zlib
16408      Branch: perl
16409            ! win32/Makefile win32/makefile.mk
16410 ____________________________________________________________________________
16411 [ 26782] By: stevep                                on 2006/01/11  12:25:24
16412         Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.13.tar.gz
16413              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
16414              Date: Wed, 11 Jan 2006 02:13:31 +0100
16415              Message-ID: <1136942011.43c45bbb82dce@imp1-g19.free.fr>
16416      Branch: perl
16417            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
16418 ____________________________________________________________________________
16419 [ 26781] By: nicholas                              on 2006/01/11  12:11:03
16420         Log: Gisle notes that SvRTRIM should also write a new '\0' at the end.
16421      Branch: perl
16422            ! mg.c
16423 ____________________________________________________________________________
16424 [ 26780] By: stevep                                on 2006/01/11  11:53:07
16425         Log: Fix the new warning created with version-0.53
16426      Branch: perl
16427            ! pod/perldiag.pod util.c
16428 ____________________________________________________________________________
16429 [ 26779] By: gisle                                 on 2006/01/11  09:52:18
16430         Log: Make setting 'PL_origalen = 1' before perl_parse() disable
16431              argv[0] munging when $0 is assigned to.
16432      Branch: perl
16433            ! mg.c perl.c pod/perlembed.pod
16434 ____________________________________________________________________________
16435 [ 26778] By: steveh                                on 2006/01/11  09:04:38
16436         Log: Bleadperl's Win32::Win32 is more recent than the current CPAN release
16437              of libwin32 (0.26), so bump the $VERSION a little
16438      Branch: perl
16439            ! win32/ext/Win32/Win32.pm
16440 ____________________________________________________________________________
16441 [ 26777] By: stevep                                on 2006/01/11  03:22:57
16442         Log: Upgrade to version-0.53
16443      Branch: perl
16444            ! lib/version.pm lib/version.t util.c
16445 ____________________________________________________________________________
16446 [ 26774] By: nicholas                              on 2006/01/10  17:46:15
16447         Log: s/superceded/superseded/g
16448      Branch: perl
16449            ! Changes5.004 Changes5.6 handy.h pod/perlapi.pod
16450 ____________________________________________________________________________
16451 [ 26773] By: nicholas                              on 2006/01/10  16:59:25
16452         Log: Subject: Re: Sys::Syslog blows up rather spectacularly on Solaris
16453              From: Alan Burlison <Alan.Burlison@sun.com>
16454              Message-ID: <43C3D80E.20704@sun.com>
16455              Date: Tue, 10 Jan 2006 15:51:42 +0000
16456      Branch: perl
16457            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t
16458 ____________________________________________________________________________
16459 [ 26772] By: nicholas                              on 2006/01/10  16:36:03
16460         Log: Gisle is correct - $host needs to stay in case the user sets it
16461              themselves. But if the user doesn't, default to INADDR_LOOPBACK.
16462      Branch: perl
16463            ! ext/Sys/Syslog/Syslog.pm
16464 ____________________________________________________________________________
16465 [ 26770] By: merijn                                on 2006/01/10  15:16:03
16466         Log: 1. Make HP C-ANSI-C work on Itanium2 (HP-UX 11.23)
16467              broken optimizer
16468              2. Remove a compiler warning in a try program
16469      Branch: perl
16470            ! hints/hpux.sh
16471 ____________________________________________________________________________
16472 [ 26769] By: nicholas                              on 2006/01/10  15:09:07
16473         Log: Why should Syslog jump through hoops to look up the hostname so it can
16474              immediately convert it to an IP address, when all it really wants is
16475              a connection to the loopback device?
16476      Branch: perl
16477            ! ext/Sys/Syslog/Syslog.pm
16478 ____________________________________________________________________________
16479 [ 26768] By: gisle                                 on 2006/01/10  14:32:43
16480         Log: If getservbyname fails tell what service the lookup
16481              attempt tried to use.
16482      Branch: perl
16483            ! ext/Sys/Syslog/Syslog.pm
16484 ____________________________________________________________________________
16485 [ 26767] By: nicholas                              on 2006/01/10  13:24:26
16486         Log: Missing an initialisation, as spotted by Merijn's HP compiler.
16487      Branch: perl
16488            ! toke.c
16489 ____________________________________________________________________________
16490 [ 26766] By: rgs                                   on 2006/01/10  13:20:52
16491         Log: Remove Syslog tests that use external modules
16492      Branch: perl
16493            - ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
16494            - ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
16495            - ext/Sys/Syslog/t/portfs.t
16496            ! MANIFEST
16497 ____________________________________________________________________________
16498 [ 26765] By: gisle                                 on 2006/01/10  11:41:24
16499         Log: Move initialization of old values prior to moreswitches()
16500              closer to their use and together with 'switches_done'.
16501      Branch: perl
16502            ! toke.c
16503 ____________________________________________________________________________
16504 [ 26764] By: rgs                                   on 2006/01/10  10:51:16
16505         Log: Subject: [PATCH] It's the Barbie bus patch
16506              From: Andy Lester <andy@petdance.com>
16507              Date: Mon, 9 Jan 2006 23:42:43 -0600
16508              Message-ID: <20060110054243.GA26165@petdance.com>
16509      Branch: perl
16510            ! av.c doio.c embed.fnc embed.h gv.c hv.c mg.c op.c pad.c
16511            ! pp_ctl.c pp_hot.c pp_sys.c proto.h reentr.c reentr.h regcomp.c
16512            ! regexec.c sv.c toke.c uconfig.sh util.c
16513 ____________________________________________________________________________
16514 [ 26762] By: gisle                                 on 2006/01/10  10:10:10
16515         Log: Remove stale date.
16516      Branch: perl
16517            ! pod/perlembed.pod
16518 ____________________________________________________________________________
16519 [ 26761] By: rgs                                   on 2006/01/10  10:05:26
16520         Log: Subject: [PATCH] Compress::Zlib  becomes zlib agnostic
16521              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
16522              Date: Mon, 9 Jan 2006 20:25:00 -0000
16523              Message-ID: <002101c6155a$c5886c90$1340100a@myopwv.com>
16524      Branch: perl
16525            + ext/Compress/Zlib/lib/Compress/Zip/Constants.pm
16526            + ext/Compress/Zlib/lib/CompressPlugin/Deflate.pm
16527            + ext/Compress/Zlib/lib/CompressPlugin/Identity.pm
16528            + ext/Compress/Zlib/lib/IO/Compress/Base.pm
16529            + ext/Compress/Zlib/lib/IO/Compress/Zip.pm
16530            + ext/Compress/Zlib/lib/IO/Uncompress/AnyUncompress.pm
16531            + ext/Compress/Zlib/lib/IO/Uncompress/Base.pm
16532            + ext/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
16533            + ext/Compress/Zlib/lib/UncompressPlugin/Identity.pm
16534            + ext/Compress/Zlib/lib/UncompressPlugin/Inflate.pm
16535            + ext/Compress/Zlib/t/04generic-deflate.t
16536            + ext/Compress/Zlib/t/04generic-gzip.t
16537            + ext/Compress/Zlib/t/04generic-rawdeflate.t
16538            + ext/Compress/Zlib/t/04generic-zip.t
16539            + ext/Compress/Zlib/t/04zlib-generic-deflate.t
16540            + ext/Compress/Zlib/t/04zlib-generic-gzip.t
16541            + ext/Compress/Zlib/t/04zlib-generic-rawdeflate.t
16542            + ext/Compress/Zlib/t/04zlib-generic-zip.t
16543            + ext/Compress/Zlib/t/12any-deflate.t
16544            + ext/Compress/Zlib/t/12any-gzip.t
16545            + ext/Compress/Zlib/t/12any-rawdeflate.t
16546            + ext/Compress/Zlib/t/12any-transparent.t
16547            + ext/Compress/Zlib/t/12any-zip.t
16548            + ext/Compress/Zlib/t/13prime-deflate.t
16549            + ext/Compress/Zlib/t/13prime-gzip.t
16550            + ext/Compress/Zlib/t/13prime-rawdeflate.t
16551            + ext/Compress/Zlib/t/13prime-zip.t
16552            + ext/Compress/Zlib/t/15multi-deflate.t
16553            + ext/Compress/Zlib/t/15multi-gzip.t
16554            + ext/Compress/Zlib/t/15multi-rawdeflate.t
16555            + ext/Compress/Zlib/t/15multi-zip.t
16556            + ext/Compress/Zlib/t/16oneshot-deflate.t
16557            + ext/Compress/Zlib/t/16oneshot-gzip-only.t
16558            + ext/Compress/Zlib/t/16oneshot-gzip.t
16559            + ext/Compress/Zlib/t/16oneshot-rawdeflate.t
16560            + ext/Compress/Zlib/t/16oneshot-zip-only.t
16561            + ext/Compress/Zlib/t/16oneshot-zip.t
16562            + ext/Compress/Zlib/t/19destroy-deflate.t
16563            + ext/Compress/Zlib/t/19destroy-gzip.t
16564            + ext/Compress/Zlib/t/19destroy-rawdeflate.t
16565            + ext/Compress/Zlib/t/19destroy-zip.t
16566            + ext/Compress/Zlib/t/20tied-deflate.t
16567            + ext/Compress/Zlib/t/20tied-gzip.t
16568            + ext/Compress/Zlib/t/20tied-rawdeflate.t
16569            + ext/Compress/Zlib/t/20tied-zip.t
16570            + ext/Compress/Zlib/t/21newtied-deflate.t
16571            + ext/Compress/Zlib/t/21newtied-gzip.t
16572            + ext/Compress/Zlib/t/21newtied-rawdeflate.t
16573            + ext/Compress/Zlib/t/21newtied-zip.t
16574            + ext/Compress/Zlib/t/22merge-deflate.t
16575            + ext/Compress/Zlib/t/22merge-gzip.t
16576            + ext/Compress/Zlib/t/22merge-rawdeflate.t
16577            + ext/Compress/Zlib/t/22merge-zip.t
16578            + ext/Compress/Zlib/t/25anyunc-deflate.t
16579            + ext/Compress/Zlib/t/25anyunc-gzip.t
16580            + ext/Compress/Zlib/t/25anyunc-rawdeflate.t
16581            + ext/Compress/Zlib/t/25anyunc-transparent.t
16582            + ext/Compress/Zlib/t/25anyunc-zip.t ext/Compress/Zlib/t/99pod.t
16583            + t/lib/compress/ZlibTestUtils.pm t/lib/compress/any.pl
16584            + t/lib/compress/anyunc.pl t/lib/compress/destroy.pl
16585            + t/lib/compress/generic.pl t/lib/compress/merge.pl
16586            + t/lib/compress/multi.pl t/lib/compress/newtied.pl
16587            + t/lib/compress/oneshot.pl t/lib/compress/prime.pl
16588            + t/lib/compress/tied.pl t/lib/compress/truncate.pl
16589            + t/lib/compress/zlib-generic.pl
16590            - ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/12any.t
16591            - ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/15multi.t
16592            - ext/Compress/Zlib/t/16oneshot.t
16593            - ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
16594            - ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
16595            - t/lib/ZlibTestUtils.pm
16596            ! MANIFEST ext/Compress/Zlib/Changes
16597            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
16598            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
16599            ! ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
16600            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
16601            ! ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
16602            ! ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
16603            ! ext/Compress/Zlib/lib/File/GlobMapper.pm
16604            ! ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
16605            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
16606            ! ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
16607            ! ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
16608            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
16609            ! ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
16610            ! ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
16611            ! ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
16612            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
16613            ! ext/Compress/Zlib/t/03zlib-v1.t
16614            ! ext/Compress/Zlib/t/05examples.t
16615            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
16616            ! ext/Compress/Zlib/t/08encoding.t
16617            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
16618            ! ext/Compress/Zlib/t/11truncate.t
16619            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/17isize.t
16620            ! ext/Compress/Zlib/t/18lvalue.t ext/Compress/Zlib/t/23misc.t
16621            ! ext/Compress/Zlib/t/globmapper.t
16622 ____________________________________________________________________________
16623 [ 26760] By: gisle                                 on 2006/01/10  08:58:21
16624         Log: Avoid possible dereference of NULL in the initialization of PL_origalen.
16625              This can only happen when perlparse is called with no argv.
16626              Don't try to update PL_origargv unless PL_origalen is at least 2.
16627      Branch: perl
16628            ! mg.c perl.c
16629 ____________________________________________________________________________
16630 [ 26759] By: craigb                                on 2006/01/10  04:28:25
16631         Log: Make FAKE,READONLY optional on VMS in test 21
16632      Branch: perl
16633            ! ext/Devel/Peek/t/Peek.t
16634 ____________________________________________________________________________
16635 [ 26758] By: rgs                                   on 2006/01/09  14:58:57
16636         Log: Add Digest::SHA to the Win32 makefiles
16637      Branch: perl
16638            ! win32/Makefile win32/makefile.mk
16639 ____________________________________________________________________________
16640 [ 26757] By: rgs                                   on 2006/01/09  14:42:18
16641         Log: Subject: Re: relaxing TEST restrictions (was: Re: 5.9.3 approaches)
16642              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
16643              Date: Mon, 9 Jan 2006 06:38:25 -0800
16644              Message-ID: <20060109143825.GB4132@efn.org>
16645      Branch: perl
16646            ! t/TEST
16647 ____________________________________________________________________________
16648 [ 26756] By: rgs                                   on 2006/01/09  14:28:20
16649         Log: Subject: [patch] more about embed.fnc in perlguts
16650              From: Jim Cromie <jim.cromie@gmail.com>
16651              Date: Sun, 08 Jan 2006 11:35:46 -0700
16652              Message-ID: <43C15B82.9090309@gmail.com>
16653              
16654              (with a few nits)
16655      Branch: perl
16656            ! embed.fnc pod/perlguts.pod
16657 ____________________________________________________________________________
16658 [ 26755] By: stevep                                on 2006/01/09  14:27:07
16659         Log: Added standard core header to test cases for Digest::SHA
16660      Branch: perl
16661            ! ext/Digest/SHA/t/0-pod-coverage.t ext/Digest/SHA/t/0-pod.t
16662            ! ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/1-hello-world.t
16663            ! ext/Digest/SHA/t/2-nist-sha-1.t
16664            ! ext/Digest/SHA/t/2-nist-sha-224.t
16665            ! ext/Digest/SHA/t/2-nist-sha-256.t
16666            ! ext/Digest/SHA/t/2-nist-sha-384.t
16667            ! ext/Digest/SHA/t/2-nist-sha-512.t
16668            ! ext/Digest/SHA/t/2-nist-sha-base64.t
16669            ! ext/Digest/SHA/t/2-nist-sha-oo.t
16670            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
16671            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
16672            ! ext/Digest/SHA/t/3-gillogly-easy.t
16673            ! ext/Digest/SHA/t/3-gillogly-hard.t
16674            ! ext/Digest/SHA/t/4-bitstr-increasing.t
16675            ! ext/Digest/SHA/t/4-bitstr-large.t
16676            ! ext/Digest/SHA/t/4-bitstr-random.t
16677            ! ext/Digest/SHA/t/5-hmac-fips198.t
16678            ! ext/Digest/SHA/t/5-hmac-rfc2202.t
16679            ! ext/Digest/SHA/t/5-hmac-sha-256.t
16680            ! ext/Digest/SHA/t/5-hmac-woodbury.t
16681            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
16682 ____________________________________________________________________________
16683 [ 26754] By: nicholas                              on 2006/01/09  14:10:34
16684         Log: POSIX and Fcntl both export the same constants derived from the same
16685              C macros. Given that constants are now real inline and *defined*,
16686              rather than merely declared and AUTOLOADed as needed, it is best that
16687              POSIX quite litereally re-exports the constants defined by Fcntl.
16688      Branch: perl
16689            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
16690 ____________________________________________________________________________
16691 [ 26753] By: gisle                                 on 2006/01/09  13:59:48
16692         Log: Restore hardcoded PERL_PATCHNUM removed in change 26672.
16693              This is actually needed for the current Configure logic
16694              to pick up the real patchnum from the .patch file.
16695      Branch: perl
16696            ! patchlevel.h
16697 ____________________________________________________________________________
16698 [ 26752] By: rgs                                   on 2006/01/09  13:44:20
16699         Log: Upgrade to Sys::Syslog 0.12
16700      Branch: perl
16701            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
16702            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t
16703            ! ext/Sys/Syslog/t/podspell.t
16704 ____________________________________________________________________________
16705 [ 26751] By: rgs                                   on 2006/01/09  10:16:23
16706         Log: Subject: [PATCH] RE: Failing tests on VMS blead@26652
16707              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
16708              Date: Sun, 8 Jan 2006 23:47:33 -0000
16709              Message-ID: <00cd01c614ad$e815d340$6401a8c0@myopwv.com>
16710      Branch: perl
16711            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
16712            ! ext/Compress/Zlib/t/05examples.t
16713            ! ext/Compress/Zlib/t/06gzsetp.t
16714            ! ext/Compress/Zlib/t/08encoding.t
16715            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
16716            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/13prime.t
16717            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/15multi.t
16718            ! ext/Compress/Zlib/t/16oneshot.t
16719            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
16720            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
16721            ! ext/Compress/Zlib/t/23misc.t t/lib/ZlibTestUtils.pm
16722 ____________________________________________________________________________
16723 [ 26750] By: rgs                                   on 2006/01/09  08:20:00
16724         Log: Revert change 26749
16725      Branch: perl
16726            ! pod/perlvar.pod
16727 ____________________________________________________________________________
16728 [ 26749] By: davem                                 on 2006/01/09  02:20:51
16729         Log: Subject:  [PATCH] identifiers always in main (was: defining a _ function breaks File::Find)
16730              From:  Xavier Noria <fxn@hashref.com>
16731              Date:  Sun, 23 Oct 2005 09:47:37 +0200
16732              Message-Id:  <D3867DED-313E-4D39-A85F-1178FE7F7A5E@hashref.com>
16733              
16734              clarify which variables are always forced into main::
16735      Branch: perl
16736            ! pod/perlvar.pod
16737 ____________________________________________________________________________
16738 [ 26747] By: nicholas                              on 2006/01/08  22:43:15
16739         Log: Cope with change entries that are \r terminated
16740      Branch: perl
16741            ! Porting/genlog
16742 ____________________________________________________________________________
16743 [ 26745] By: craigb                                on 2006/01/08  22:37:47
16744         Log: follow-up to 26740, shasum --> shasum.com
16745      Branch: perl
16746            ! vms/descrip_mms.template
16747 ____________________________________________________________________________
16748 [ 26744] By: craigb                                on 2006/01/08  22:19:39
16749         Log: Grr.  #26690 broke handling of old ODS-2 style names
16750              on current versions of VMS
16751      Branch: perl
16752            ! configure.com
16753 ____________________________________________________________________________
16754 [ 26743] By: craigb                                on 2006/01/08  22:14:13
16755         Log: VMS needs the meta-quoted version of $0
16756      Branch: perl
16757            ! lib/Test/Simple/t/is_deeply_fail.t
16758 ____________________________________________________________________________
16759 [ 26740] By: rgs                                   on 2006/01/08  21:42:59
16760         Log: Install shasum on Windows and VMS too
16761      Branch: perl
16762            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
16763 ____________________________________________________________________________
16764 [ 26739] By: rgs                                   on 2006/01/08  21:34:22
16765         Log: Subject: Re: [perl #38181] Default IO Layer is ignored in 3-argument open call 
16766              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16767              Date: Mon, 09 Jan 2006 01:29:30 +0900
16768              Message-Id: <20060109012103.F20A.BQW10602@nifty.com>
16769      Branch: perl
16770            ! lib/open.pm pod/perlfunc.pod
16771 ____________________________________________________________________________
16772 [ 26737] By: nicholas                              on 2006/01/08  21:13:05
16773         Log: Update copyright with the 2 years where changes were made.
16774      Branch: perl
16775            ! pad.h
16776 ____________________________________________________________________________
16777 [ 26736] By: nicholas                              on 2006/01/08  20:41:25
16778         Log: Update the copyright years in the generated files, and nostdio.h
16779      Branch: perl
16780            ! keywords.h keywords.pl nostdio.h opcode.pl opnames.h
16781 ____________________________________________________________________________
16782 [ 26735] By: davem                                 on 2006/01/08  20:41:16
16783         Log: document svt_copy, svt_dup and svt_local vtable slots
16784      Branch: perl
16785            ! pod/perlguts.pod
16786 ____________________________________________________________________________
16787 [ 26733] By: rgs                                   on 2006/01/08  20:16:06
16788         Log: Add shasum (from Digest::SHA) to utils.lst
16789      Branch: perl
16790            ! utils.lst
16791 ____________________________________________________________________________
16792 [ 26732] By: nicholas                              on 2006/01/08  19:53:11
16793         Log: Update copyright years (including some years where we made changes but
16794              did not update)
16795      Branch: perl
16796            ! av.c deb.c mathoms.c mg.h numeric.c pad.c patchlevel.h perl.h
16797            ! perlvars.h perly.c run.c scope.c taint.c thread.h
16798 ____________________________________________________________________________
16799 [ 26726] By: nicholas                              on 2006/01/08  18:27:27
16800         Log: run pod/buildtoc --build-all
16801      Branch: perl
16802            ! MANIFEST pod/perltoc.pod vms/descrip_mms.template
16803            ! win32/Makefile win32/makefile.mk
16804 ____________________________________________________________________________
16805 [ 26725] By: nicholas                              on 2006/01/08  18:25:20
16806         Log: With VMS moving from [lib.pod] to [lib.pods] then pod/buildtoc needs
16807              tweaking
16808      Branch: perl
16809            ! pod/buildtoc
16810 ____________________________________________________________________________
16811 [ 26713] By: nicholas                              on 2006/01/08  15:24:53
16812         Log: Add an option 'opened' which reports on the maintainers of all files
16813              perforce currently has open.
16814      Branch: perl
16815            ! Porting/Maintainers.pm
16816 ____________________________________________________________________________
16817 [ 26710] By: craigb                                on 2006/01/08  13:33:43
16818         Log: pod2usage2.t is not readily portable to VMS either
16819      Branch: perl
16820            ! t/pod/pod2usage2.t
16821 ____________________________________________________________________________
16822 [ 26709] By: nicholas                              on 2006/01/08  13:15:30
16823         Log: Tweak the code that generates unique entries in @POSIX::EXPORT so that
16824              the array ends up with shared hash key scalars, for a memory saving.
16825      Branch: perl
16826            ! ext/POSIX/POSIX.pm
16827 ____________________________________________________________________________
16828 [ 26708] By: merijn                                on 2006/01/08  12:27:29
16829         Log: Subject: [PATCH] blead: format warnings
16830              Date: Sat, 07 Jan 2006 21:42:08 +0200
16831              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
16832              Message-ID: <43C01990.6020207@gmail.com>
16833      Branch: perl
16834            ! mg.c regcomp.c sv.c
16835 ____________________________________________________________________________
16836 [ 26707] By: merijn                                on 2006/01/08  09:53:56
16837         Log: Subject: [PATCH] hints/dec_osf.sh (Re: blead@26701 compilation warning from tru64 cc)
16838              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
16839              Date: Sun, 08 Jan 2006 11:38:34 +0200
16840              Message-ID: <43C0DD9A.9080809@gmail.com>
16841      Branch: perl
16842            ! hints/dec_osf.sh
16843 ____________________________________________________________________________
16844 [ 26706] By: nicholas                              on 2006/01/08  08:33:46
16845         Log: Add utils/shasum.PL to MANIFEST
16846      Branch: perl
16847            ! MANIFEST
16848 ____________________________________________________________________________
16849 [ 26705] By: nicholas                              on 2006/01/08  08:28:29
16850         Log: Add missing files in ext/Digest/SHA/src that somehow escaped the net.
16851      Branch: perl
16852            + ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
16853            + ext/Digest/SHA/src/hmacxtra.c ext/Digest/SHA/src/sha.c
16854            + ext/Digest/SHA/src/sha.h ext/Digest/SHA/src/sha64bit.c
16855            + ext/Digest/SHA/src/sha64bit.h ext/Digest/SHA/src/shaxtra.c
16856 ____________________________________________________________________________
16857 [ 26704] By: stevep                                on 2006/01/08  04:17:08
16858         Log: Add Digest-SHA-5.32 for SHA-256 support for CPAN.
16859      Branch: perl
16860            + ext/Digest/SHA/Changes ext/Digest/SHA/Makefile.PL
16861            + ext/Digest/SHA/README ext/Digest/SHA/SHA.pm
16862            + ext/Digest/SHA/SHA.xs ext/Digest/SHA/bin/shasum
16863            + ext/Digest/SHA/ppport.h ext/Digest/SHA/t/0-pod-coverage.t
16864            + ext/Digest/SHA/t/0-pod.t ext/Digest/SHA/t/1-exist.t
16865            + ext/Digest/SHA/t/1-hello-world.t
16866            + ext/Digest/SHA/t/2-nist-sha-1.t
16867            + ext/Digest/SHA/t/2-nist-sha-224.t
16868            + ext/Digest/SHA/t/2-nist-sha-256.t
16869            + ext/Digest/SHA/t/2-nist-sha-384.t
16870            + ext/Digest/SHA/t/2-nist-sha-512.t
16871            + ext/Digest/SHA/t/2-nist-sha-base64.t
16872            + ext/Digest/SHA/t/2-nist-sha-oo.t
16873            + ext/Digest/SHA/t/2-nist-vectors-bit.t
16874            + ext/Digest/SHA/t/2-nist-vectors-byte.t
16875            + ext/Digest/SHA/t/3-gillogly-easy.t
16876            + ext/Digest/SHA/t/3-gillogly-hard.t
16877            + ext/Digest/SHA/t/4-bitstr-increasing.t
16878            + ext/Digest/SHA/t/4-bitstr-large.t
16879            + ext/Digest/SHA/t/4-bitstr-random.t
16880            + ext/Digest/SHA/t/5-hmac-fips198.t
16881            + ext/Digest/SHA/t/5-hmac-rfc2202.t
16882            + ext/Digest/SHA/t/5-hmac-sha-256.t
16883            + ext/Digest/SHA/t/5-hmac-woodbury.t
16884            + ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
16885            + ext/Digest/SHA/t/gillogly/state.011
16886            + ext/Digest/SHA/t/gillogly/state.110
16887            + ext/Digest/SHA/t/nist/COPYRIGHT
16888            + ext/Digest/SHA/t/nist/Readme.txt
16889            + ext/Digest/SHA/t/nist/bit-hashes.sha1
16890            + ext/Digest/SHA/t/nist/bit-messages.sha1
16891            + ext/Digest/SHA/t/nist/byte-hashes.sha1
16892            + ext/Digest/SHA/t/nist/byte-messages.sha1
16893            + ext/Digest/SHA/t/state/state.1
16894            + ext/Digest/SHA/t/state/state.256
16895            + ext/Digest/SHA/t/state/state.384
16896            + ext/Digest/SHA/t/state/state.512 ext/Digest/SHA/typemap
16897            + utils/shasum.PL
16898            ! MANIFEST Porting/Maintainers.pl utils/Makefile
16899 ____________________________________________________________________________
16900 [ 26703] By: craigb                                on 2006/01/07  22:12:16
16901         Log: Make v?snprintf available on VMS v7.3-2 and later and clean up
16902              some other version-dependency checks.
16903      Branch: perl
16904            ! configure.com
16905 ____________________________________________________________________________
16906 [ 26702] By: nicholas                              on 2006/01/07  20:42:57
16907         Log: Remove the greedy quantifier from inside the grouping (?:) so that it
16908              and the greedy quantifier on the (?:) don't fight each other until the
16909              C stack is exhausted.
16910      Branch: perl
16911            ! lib/Pod/Simple/BlackBox.pm
16912 ____________________________________________________________________________
16913 [ 26701] By: nicholas                              on 2006/01/07  17:19:29
16914         Log: Reorder Fcntl's bootstrapping so that the constants actually get
16915              inlined within the functions that Fcntl defines.
16916      Branch: perl
16917            ! ext/Fcntl/Fcntl.pm
16918 ____________________________________________________________________________
16919 [ 26695] By: davem                                 on 2006/01/07  03:13:08
16920         Log: preserve the referent associated with a shared RV.
16921              its faster, and the user doesn't see a different address each time
16922              for ref($sharedref).
16923      Branch: perl
16924            ! ext/threads/shared/shared.xs
16925 ____________________________________________________________________________
16926 [ 26694] By: stevep                                on 2006/01/07  03:13:05
16927         Log: Additional const prototype fixes.
16928      Branch: perl
16929            ! os2/os2.c wince/wince.c
16930 ____________________________________________________________________________
16931 [ 26693] By: davem                                 on 2006/01/07  01:24:37
16932         Log: fix coredump on 'local $shared[N]' introduced by change #24942
16933      Branch: perl
16934            ! ext/threads/shared/shared.xs
16935 ____________________________________________________________________________
16936 [ 26691] By: nicholas                              on 2006/01/06  23:57:55
16937         Log: Don't code the absolute number of tests for the UTF8/EBCDIC case; much
16938              better to subtract the number of tests that don't get run.
16939      Branch: perl
16940            ! t/comp/require.t
16941 ____________________________________________________________________________
16942 [ 26690] By: craigb                                on 2006/01/06  23:16:30
16943         Log: Make VMS manifest checker handle multi-dot filenames on ODS-5
16944      Branch: perl
16945            ! configure.com
16946 ____________________________________________________________________________
16947 [ 26687] By: nicholas                              on 2006/01/06  22:19:47
16948         Log: Correct the typo in the description of change 24253
16949      Branch: perl
16950            ! Changes
16951 ____________________________________________________________________________
16952 [ 26685] By: stevep                                on 2006/01/06  21:59:00
16953         Log: Upgrade to version-0.52
16954      Branch: perl
16955            ! lib/version.pm lib/version.pod lib/version.t sv.c
16956            ! t/op/sprintf.t util.c
16957 ____________________________________________________________________________
16958 [ 26684] By: davem                                 on 2006/01/06  21:13:12
16959         Log: make ithreads shared vars smaller/quicker by eliminating shared_sv
16960              struct. Also document how it works.
16961      Branch: perl
16962            ! ext/threads/shared/shared.xs ext/threads/shared/typemap
16963 ____________________________________________________________________________
16964 [ 26680] By: stevep                                on 2006/01/06  18:59:54
16965         Log: const'ing parameters killed the builds for djgpp.  Changes get the 
16966              Perl core, but not the modules, to compile cleanly. 
16967      Branch: perl
16968            ! djgpp/djgpp.c djgpp/djgpp.h
16969 ____________________________________________________________________________
16970 [ 26679] By: nicholas                              on 2006/01/06  18:29:57
16971         Log: Negating an unsigned value generates warnings for some compilers, so
16972              cast it first.
16973      Branch: perl
16974            ! lib/ExtUtils/Constant/ProxySubs.pm
16975 ____________________________________________________________________________
16976 [ 26677] By: steveh                                on 2006/01/06  17:20:47
16977         Log: DBL_MAX and FLT_MAX are not constants in Borland C++
16978              
16979              (Fixes BCC compilation error in POSIX introduced by change 26455)
16980      Branch: perl
16981            ! ext/POSIX/Makefile.PL
16982 ____________________________________________________________________________
16983 [ 26676] By: rgs                                   on 2006/01/06  16:58:14
16984         Log: Subject: [PATCH] hv_fetchs() support
16985              From: Andy Lester <andy@petdance.com>
16986              Date: Fri, 6 Jan 2006 09:57:19 -0600
16987              Message-ID: <20060106155719.GB9035@petdance.com>
16988      Branch: perl
16989            ! doop.c handy.h hv.c malloc.c op.c pp_sys.c taint.c
16990 ____________________________________________________________________________
16991 [ 26675] By: rgs                                   on 2006/01/06  15:50:34
16992         Log: Subject: [PATCH] sprinkle dVAR
16993              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
16994              Date: Fri, 06 Jan 2006 16:18:53 +0200
16995              Message-ID: <43BE7C4D.1010302@gmail.com>
16996      Branch: perl
16997            ! av.c deb.c doio.c doop.c dump.c ext/threads/threads.xs gv.c
16998            ! hv.c lib/ExtUtils/ParseXS.pm locale.c mathoms.c mg.c numeric.c
16999            ! op.c opcode.h opcode.pl pad.c perl.c perl.h perl_keyword.pl
17000            ! perlio.c perlvars.h perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c
17001            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c
17002            ! taint.c toke.c universal.c utf8.c util.c xsutils.c
17003 ____________________________________________________________________________
17004 [ 26674] By: rgs                                   on 2006/01/06  14:35:38
17005         Log: Subject: [PATCH] performance tweaking op.c
17006              From: Andy Lester <andy@petdance.com>
17007              Date: Fri, 6 Jan 2006 01:44:48 -0600
17008              Message-ID: <20060106074448.GB3401@petdance.com>
17009      Branch: perl
17010            ! op.c
17011 ____________________________________________________________________________
17012 [ 26673] By: gisle                                 on 2006/01/06  14:00:14
17013         Log: Remove code duplicated a few lines above by change 19695.
17014      Branch: perl
17015            ! toke.c
17016 ____________________________________________________________________________
17017 [ 26672] By: gisle                                 on 2006/01/06  13:57:27
17018         Log: Move "DEVEL####" marker to the 'perl -v' output.
17019              This avoids problem with using STRINGIFY in patchlevel.h
17020              (ref msg <43BE4BAC.6010701@uk.radan.com> posted to p5p).
17021      Branch: perl
17022            ! patchlevel.h perl.c t/run/switches.t utils/perlbug.PL
17023 ____________________________________________________________________________
17024 [ 26671] By: stevep                                on 2006/01/06  13:04:44
17025         Log: Replacing broken call to savepvn() with savepvs() to get threaded
17026              Cygwin to compile again.
17027      Branch: perl
17028            ! perl.c
17029 ____________________________________________________________________________
17030 [ 26670] By: gisle                                 on 2006/01/06  10:54:18
17031         Log: Make '-s' on the shebang line able to parse -foo=bar switches again.
17032              This feature was broken by change 19695 some years ago
17033              and integrated into perl-5.8.1.  perl-5.8.0 was fine.
17034              Ref http://bugs.activestate.com/show_bug.cgi?id=43483
17035      Branch: perl
17036            ! perl.c t/run/switches.t
17037 ____________________________________________________________________________
17038 [ 26669] By: gisle                                 on 2006/01/06  10:38:37
17039         Log: Improve description of the -s switch.
17040              I found the "This means you can have switches
17041              with two leading dashes." sentence introduced by
17042              change 7144 really confusing.  The note after
17043              the example should make it clear enough that double
17044              dash switches can be used for those that insist.
17045      Branch: perl
17046            ! pod/perlrun.pod
17047 ____________________________________________________________________________
17048 [ 26668] By: merijn                                on 2006/01/05  21:04:32
17049         Log: Test if the probed availability of v?snprintf () is
17050              actually usable. Thanks to Russ and Jarkko.
17051      Branch: perl
17052            ! Configure
17053 ____________________________________________________________________________
17054 [ 26666] By: rgs                                   on 2006/01/05  17:39:07
17055         Log: Upgrade to CPAN.pm 1.83
17056      Branch: perl
17057            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
17058            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
17059 ____________________________________________________________________________
17060 [ 26665] By: rgs                                   on 2006/01/05  17:27:28
17061         Log: Regenerate PODs
17062      Branch: perl
17063            ! pod/perlmodlib.pod pod/perltoc.pod
17064 ____________________________________________________________________________
17065 [ 26664] By: steveh                                on 2006/01/05  17:24:44
17066         Log: Workaround another problem following change 26395
17067              
17068              MinGW doesn't like 26395 either! (ref: change 26634)
17069      Branch: perl
17070            ! gv.h
17071 ____________________________________________________________________________
17072 [ 26663] By: rgs                                   on 2006/01/05  17:19:27
17073         Log: Really commit change 26662 (duh)
17074      Branch: perl
17075            ! pod.lst pod/perl.pod
17076 ____________________________________________________________________________
17077 [ 26662] By: rgs                                   on 2006/01/05  17:17:52
17078         Log: Let table of contents know about perllinux man page
17079      Branch: perl
17080            ! pod.lst pod/perl.pod
17081 ____________________________________________________________________________
17082 [ 26661] By: rgs                                   on 2006/01/05  16:58:51
17083         Log: Update Changes
17084      Branch: perl
17085            ! Changes
17086 ____________________________________________________________________________
17087 [ 26659] By: steveh                                on 2006/01/05  16:22:50
17088         Log: Subject: MinGW and lib/CORE/Win32.h
17089              From: "Sisyphus" <sisyphus1@optusnet.com.au>
17090              Date: Wed, 4 Jan 2006 21:29:19 +1100
17091              Message-ID: <024301c61119$bca4a840$e201140a@desktop>
17092      Branch: perl
17093            ! win32/win32.h
17094 ____________________________________________________________________________
17095 [ 26658] By: rgs                                   on 2006/01/05  15:33:32
17096         Log: Install less README files
17097      Branch: perl
17098            ! installperl
17099 ____________________________________________________________________________
17100 [ 26657] By: rgs                                   on 2006/01/05  14:36:40
17101         Log: Remove old Pod::Man parser creation.
17102              Fix a run-time warning.
17103      Branch: perl
17104            ! installman
17105 ____________________________________________________________________________
17106 [ 26656] By: stevep                                on 2006/01/05  14:33:16
17107         Log: Change installman to instantiate a new Pod::Man instance for each
17108              file processed.  This is now required with podlators-2.0.
17109      Branch: perl
17110            ! installman
17111 ____________________________________________________________________________
17112 [ 26655] By: steveh                                on 2006/01/05  09:21:52
17113         Log: Reorder changes made in change 26630
17114              
17115              (Keep the order in win32/config.* and win32/config_H.* the same as in
17116              Configure and config_H.SH for easier diffing)
17117      Branch: perl
17118            ! win32/config.bc win32/config.gc win32/config.vc
17119            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
17120            ! win32/config_H.vc win32/config_H.vc64
17121 ____________________________________________________________________________
17122 [ 26654] By: steveh                                on 2006/01/04  17:57:14
17123         Log: Run regen.pl (Just updating copyright years)
17124      Branch: perl
17125            ! embed.h embedvar.h global.sym opcode.h perlapi.c perlapi.h
17126            ! proto.h
17127 ____________________________________________________________________________
17128 [ 26653] By: steveh                                on 2006/01/04  17:49:38
17129         Log: Don't try to export PL_my_ctx_mutex and PL_my_cxt_* when
17130              PERL_IMPLICIT_CONTEXT is not defined
17131              
17132              Fixes non-threaded build errors on Win32 following change 26523
17133      Branch: perl
17134            ! makedef.pl
17135 ____________________________________________________________________________
17136 [ 26652] By: rgs                                   on 2006/01/04  17:19:37
17137         Log: More copyright updates
17138      Branch: perl
17139            ! cop.h dump.c gv.c gv.h handy.h locale.c op.c perlio.c
17140            ! pp_pack.c sv.h thread.h universal.c xsutils.c
17141 ____________________________________________________________________________
17142 [ 26651] By: rgs                                   on 2006/01/04  16:50:47
17143         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
17144              From: Jim Cromie <jim.cromie@gmail.com>
17145              Date: Tue, 03 Jan 2006 23:18:09 -0700
17146              Message-ID: <43BB68A1.7060708@gmail.com>
17147              
17148              With syntactic tweaks to the test file
17149      Branch: perl
17150            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
17151            ! ext/B/t/optree_constants.t
17152 ____________________________________________________________________________
17153 [ 26650] By: gisle                                 on 2006/01/04  16:42:03
17154         Log: Move all the xxxpvs() macros to handy.h.
17155              This brings them closer to STR_WITH_LEN.  Besides only half
17156              of them were sv-related after change 26649.
17157      Branch: perl
17158            ! handy.h sv.h
17159 ____________________________________________________________________________
17160 [ 26649] By: gisle                                 on 2006/01/04  16:15:34
17161         Log: Make the new STR_WITH_LEN() affected compile under -Dusethreads.
17162              Can't use STR_WITH_LEN() as argument to a macro :-(
17163      Branch: perl
17164            ! gv.c locale.c mg.c perl.c perlio.c pp_sys.c sv.c sv.h toke.c
17165 ____________________________________________________________________________
17166 [ 26648] By: gisle                                 on 2006/01/04  14:23:20
17167         Log: Add an extra NUL so that we can use sv_catpvs()
17168              for "our @F=split..." and get rid of 15 and the
17169              explaination for why it's there.
17170      Branch: perl
17171            ! toke.c
17172 ____________________________________________________________________________
17173 [ 26647] By: gisle                                 on 2006/01/04  14:10:34
17174         Log: Get rid of hardcoded string length.
17175      Branch: perl
17176            ! thread.h
17177 ____________________________________________________________________________
17178 [ 26646] By: gisle                                 on 2006/01/04  14:04:16
17179         Log: Introduce newSVpvs_share() macro.
17180              Gets rid of some hardcoded string lengths.
17181      Branch: perl
17182            ! op.c perl.c sv.h
17183 ____________________________________________________________________________
17184 [ 26645] By: gisle                                 on 2006/01/04  13:53:16
17185         Log: Get rid of a few more hardcoded string lengths.
17186      Branch: perl
17187            ! locale.c mg.c perl.c perlio.c sv.c
17188 ____________________________________________________________________________
17189 [ 26644] By: stevep                                on 2006/01/04  13:13:50
17190         Log: Update copyright year.
17191      Branch: perl
17192            ! pp_sys.c
17193 ____________________________________________________________________________
17194 [ 26643] By: rgs                                   on 2006/01/04  13:02:18
17195         Log: Fix some compilation warnings
17196      Branch: perl
17197            ! pp_hot.c
17198 ____________________________________________________________________________
17199 [ 26642] By: gisle                                 on 2006/01/04  13:00:45
17200         Log: Get rid of a few more hardcoded string lengths.
17201      Branch: perl
17202            ! gv.c perl.c perlio.c pp_sys.c
17203 ____________________________________________________________________________
17204 [ 26641] By: gisle                                 on 2006/01/04  12:48:34
17205         Log: Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).
17206              Gets rid of many hardcoded string lengths.
17207      Branch: perl
17208            ! dump.c gv.c op.c perl.c perlio.c pp.c pp_ctl.c pp_pack.c
17209            ! pp_sys.c regcomp.c sv.c sv.h toke.c universal.c utf8.c util.c
17210            ! xsutils.c
17211 ____________________________________________________________________________
17212 [ 26640] By: gisle                                 on 2006/01/04  12:35:45
17213         Log: Removed unused part of string passed to sv_catpvn().
17214      Branch: perl
17215            ! toke.c
17216 ____________________________________________________________________________
17217 [ 26639] By: stevep                                on 2006/01/04  12:31:17
17218         Log: Updates to various configurations courtesy of Jarkko.
17219      Branch: perl
17220            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
17221            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
17222            ! wince/config.ce
17223 ____________________________________________________________________________
17224 [ 26638] By: stevep                                on 2006/01/04  12:19:49
17225         Log: Don't warn about invalid dirhandles in DirHandle::DESTROY().
17226      Branch: perl
17227            ! lib/DirHandle.pm
17228 ____________________________________________________________________________
17229 [ 26637] By: steveh                                on 2006/01/04  11:10:36
17230         Log: Make Borland and MinGW happy with change 26379
17231              
17232              (They both complain "invalid conversion from `void*' to `HWND__*'"
17233              otherwise)
17234      Branch: perl
17235            ! win32/perlhost.h
17236 ____________________________________________________________________________
17237 [ 26636] By: gisle                                 on 2006/01/04  10:46:42
17238         Log: Fix typo in comment.
17239      Branch: perl
17240            ! handy.h
17241 ____________________________________________________________________________
17242 [ 26635] By: gisle                                 on 2006/01/04  10:44:48
17243         Log: Introduce STR_WITH_LEN macro in the form suggested by Chip.
17244      Branch: perl
17245            ! handy.h toke.c
17246 ____________________________________________________________________________
17247 [ 26634] By: steveh                                on 2006/01/04  10:39:13
17248         Log: Workaround Win32 compiler bugs following change 26395
17249              
17250              Can't understand what VC++ 6 and Borland don't like about it.  There
17251              is similar code for SvMAGIC and SvSTASH already in sv.h.  Must be
17252              compiler bugs since VC++ 7 and MinGW (and compilers on other platforms)
17253              are all happy.
17254      Branch: perl
17255            ! gv.h
17256 ____________________________________________________________________________
17257 [ 26633] By: gisle                                 on 2006/01/04  10:25:42
17258         Log: Silence compiler warning; ref change 26598
17259      Branch: perl
17260            ! op.c
17261 ____________________________________________________________________________
17262 [ 26632] By: stevep                                on 2006/01/04  03:43:20
17263         Log: Added snprintf() and vsnprintf() to configure.com as 'undef'. 
17264      Branch: perl
17265            ! configure.com
17266 ____________________________________________________________________________
17267 [ 26631] By: stevep                                on 2006/01/04  03:31:08
17268         Log: Add warnings for the various other *dir() functions when attempted
17269              on invalid dirhandles.
17270      Branch: perl
17271            ! pod/perldiag.pod pp_sys.c
17272 ____________________________________________________________________________
17273 [ 26630] By: stevep                                on 2006/01/04  02:47:39
17274         Log: Add snprintf() and vsnprintf() to the various Win32 configuration 
17275              files.
17276      Branch: perl
17277            ! win32/config.bc win32/config.gc win32/config.vc
17278            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
17279            ! win32/config_H.vc win32/config_H.vc64
17280 ____________________________________________________________________________
17281 [ 26625] By: stevep                                on 2006/01/03  20:03:49
17282         Log: Subject: Re: [perl #38034] A combination eval, DESTROY method and $@ - dangerous - bug
17283              From: Mike Guy <mjtg@cam.ac.uk>
17284              Date: Tue, 03 Jan 2006 19:18:41 +0000 
17285              Message-Id: <E1Etrg9-0005XE-LZ@libra.cus.cam.ac.uk> 
17286      Branch: perl
17287            ! pod/perlobj.pod
17288 ____________________________________________________________________________
17289 [ 26623] By: nicholas                              on 2006/01/03  19:38:24
17290         Log: If NV_ZERO_IS_ALLBITS_ZERO is not true, then it's important to inialise
17291              the NV only if the new body has an NV. (D'oh!)
17292      Branch: perl
17293            ! sv.c
17294 ____________________________________________________________________________
17295 [ 26617] By: stevep                                on 2006/01/03  18:14:27
17296         Log: Attemting to readdir() something that isn't a dirhandle should cause
17297              a warning.
17298      Branch: perl
17299            ! pod/perldiag.pod pp_sys.c
17300 ____________________________________________________________________________
17301 [ 26608] By: steveh                                on 2006/01/03  15:57:18
17302         Log: Fix release mode builds following change 26598
17303      Branch: perl
17304            ! cop.h
17305 ____________________________________________________________________________
17306 [ 26607] By: stevep                                on 2006/01/03  15:56:19
17307         Log: perldiag.pod additions to go with change #26602.
17308      Branch: perl
17309            ! pod/perldiag.pod
17310 ____________________________________________________________________________
17311 [ 26606] By: merijn                                on 2006/01/03  15:46:10
17312         Log: Add probe for snprintf () and vsnprintf ()
17313              
17314              Subject: [PATCH] snprintf() and vsnprintf() (was Re: [PATCH] Configure: stdio char (un)signedness)
17315              From: Steve Peters <steve@fisharerojo.org>
17316              Date: Mon, 2 Jan 2006 09:37:27 -0600
17317              Message-ID: <20060102153727.GA14247@mccoy.peters.homeunix.org>
17318      Branch: perl
17319            ! Configure Porting/Glossary config_h.SH handy.h
17320 ____________________________________________________________________________
17321 [ 26605] By: rgs                                   on 2006/01/03  15:42:19
17322         Log: Update perldelta, up to change 25344 more or less.
17323      Branch: perl
17324            ! pod/perl593delta.pod
17325 ____________________________________________________________________________
17326 [ 26602] By: stevep                                on 2006/01/03  14:58:21
17327         Log: Bad symbols that are pretending to be dirhandles, should say they 
17328              are dirhandles in their error messages.
17329      Branch: perl
17330            ! gv.c
17331 ____________________________________________________________________________
17332 [ 26601] By: rgs                                   on 2006/01/03  14:10:04
17333         Log: Sync perlfaq.
17334      Branch: perl
17335            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
17336            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
17337            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
17338            ! pod/perlfaq9.pod
17339 ____________________________________________________________________________
17340 [ 26598] By: davem                                 on 2006/01/03  12:29:38
17341         Log: silence some compiler warnings
17342      Branch: perl
17343            ! cop.h toke.c
17344 ____________________________________________________________________________
17345 [ 26595] By: rgs                                   on 2006/01/03  10:09:39
17346         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
17347              From: Jim Cromie <jim.cromie@gmail.com>
17348              Date: Mon, 02 Jan 2006 15:06:48 -0700
17349              Message-ID: <43B9A3F8.8060609@gmail.com>
17350      Branch: perl
17351            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
17352            ! ext/B/t/optree_constants.t
17353 ____________________________________________________________________________
17354 [ 26594] By: rgs                                   on 2006/01/03  09:33:59
17355         Log: Subject: [PATCH] Re: [perl #36837] B::Deparse fails when it comes to ByteLoader programs
17356              From: Stephen McCamant <smcc@mit.edu>
17357              Date: Mon, 2 Jan 2006 18:52:24 -0800
17358              Message-ID: <17337.59112.502009.496275@conquest.OCF.Berkeley.EDU>
17359      Branch: perl
17360            ! ext/B/B/Deparse.pm
17361 ____________________________________________________________________________
17362 [ 26593] By: rgs                                   on 2006/01/03  09:23:24
17363         Log: Subject: [patch@26561] utf8.c const issue.
17364              From: "John E. Malmberg" <wb8tyw@qsl.net>
17365              Date: Mon, 02 Jan 2006 14:16:02 -0500
17366              Message-ID: <43B97BF2.2050201@qsl.net>
17367      Branch: perl
17368            ! utf8.c
17369 ____________________________________________________________________________
17370 [ 26592] By: rgs                                   on 2006/01/03  09:02:04
17371         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz
17372              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
17373              Date: Tue, 03 Jan 2006 00:33:27 +0100
17374              Message-ID: <87u0cm433s.fsf@k75.linux.bogus>
17375      Branch: perl
17376            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
17377 ____________________________________________________________________________
17378 [ 26591] By: davem                                 on 2006/01/03  02:20:28
17379         Log: ithreads: SVs that were only on the tmps stack leaked
17380      Branch: perl
17381            ! sv.c
17382 ____________________________________________________________________________
17383 [ 26589] By: nicholas                              on 2006/01/02  22:52:03
17384         Log: The two never used NOTYET switch ops can go.
17385      Branch: perl
17386            ! pp_ctl.c
17387 ____________________________________________________________________________
17388 [ 26587] By: davem                                 on 2006/01/02  21:50:55
17389         Log: stop DEBUG_LEAKING_SCALARS producing spurious memory pool errors
17390              (change #25775 wasn't complete)
17391      Branch: perl
17392            ! sv.c
17393 ____________________________________________________________________________
17394 [ 26586] By: nicholas                              on 2006/01/02  20:48:30
17395         Log: More missing AUTHORS
17396      Branch: perl
17397            ! AUTHORS Porting/checkAUTHORS.pl
17398 ____________________________________________________________________________
17399 [ 26581] By: craigb                                on 2006/01/02  19:22:52
17400         Log: Subject: patch@26561 & earlier - buffer overrun in VMS.C
17401              From: "John E. Malmberg" <wb8tyw@qsl.net>
17402              Date: Mon, 02 Jan 2006 14:05:43 -0500
17403              Message-id: <43B97987.70201@qsl.net>
17404      Branch: perl
17405            ! vms/vms.c
17406 ____________________________________________________________________________
17407 [ 26580] By: nicholas                              on 2006/01/02  18:48:13
17408         Log: Erk! craigb's changes come out of p4 with ^Ms as line endings.
17409              Long term, need to fix the update changes script to cope.
17410      Branch: perl
17411            ! Changes
17412 ____________________________________________________________________________
17413 [ 26579] By: nicholas                              on 2006/01/02  18:44:14
17414         Log: More missing AUTHORS
17415      Branch: perl
17416            ! AUTHORS Porting/checkAUTHORS.pl
17417 ____________________________________________________________________________
17418 [ 26578] By: nicholas                              on 2006/01/02  17:04:55
17419         Log: Fix up missing and duplicate AUTHORS
17420      Branch: perl
17421            ! AUTHORS Porting/checkAUTHORS.pl
17422 ____________________________________________________________________________
17423 [ 26576] By: rgs                                   on 2006/01/02  15:54:25
17424         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
17425              From: Jim Cromie <jim.cromie@gmail.com>
17426              Date: Sun, 01 Jan 2006 23:05:00 -0700
17427              Message-ID: <43B8C28C.20502@gmail.com>
17428      Branch: perl
17429            + ext/B/t/optree_constants.t
17430            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise-xs.t
17431 ____________________________________________________________________________
17432 [ 26574] By: rgs                                   on 2006/01/02  15:19:59
17433         Log: Since we no longer autovivify stashes (change #26370), we need
17434              to turn off strict-refs on them, or we'll have a stricture
17435              error the first time we'd try to access them (when they'll be
17436              actually autovivified).
17437      Branch: perl
17438            ! op.c t/op/stash.t
17439 ____________________________________________________________________________
17440 [ 26573] By: rgs                                   on 2006/01/02  14:57:18
17441         Log: Documentation fix for File::Temp::new
17442              
17443              Subject: [perl #38127] Bug in perldoc File::Temp 
17444              From: pm@capmon.dk (via RT) <perlbug-followup@perl.org>
17445              Date: Mon, 02 Jan 2006 02:48:41 -0800
17446              Message-ID: <rt-3.0.11-38127-126764.0.578515622359532@perl.org>
17447      Branch: perl
17448            ! lib/File/Temp.pm
17449 ____________________________________________________________________________
17450 [ 26572] By: nicholas                              on 2006/01/02  14:43:37
17451         Log: Happy New Year. (It's not just embed.pl).
17452      Branch: perl
17453            ! README opcode.pl perl.c reentr.pl
17454 ____________________________________________________________________________
17455 [ 26571] By: stevep                                on 2006/01/02  14:24:58
17456         Log: Note that the "unlink"ing directories is attempted when running as a
17457              superuser, and that some operating systems may not support it.
17458      Branch: perl
17459            ! pod/perlfunc.pod pod/perlrun.pod
17460 ____________________________________________________________________________
17461 [ 26570] By: nicholas                              on 2006/01/02  12:19:51
17462         Log: Typo fix in the description of change 26370.
17463              (Also corrected in the repository) 
17464      Branch: perl
17465            ! Changes
17466 ____________________________________________________________________________
17467 [ 26569] By: davem                                 on 2006/01/02  12:09:37
17468         Log: add svt_local slot to magic vtable, and fix local $shared
17469      Branch: perl
17470            ! ext/threads/shared/shared.xs mg.c mg.h
17471 ____________________________________________________________________________
17472 [ 26565] By: nicholas                              on 2006/01/02  11:48:28
17473         Log: Add 2006 to the copyright years in the header generated by embed.pl
17474      Branch: perl
17475            ! embed.pl
17476 ____________________________________________________________________________
17477 [ 26564] By: rgs                                   on 2006/01/02  11:20:25
17478         Log: Subject: [patch] comment grammar and indentation, spurious tab
17479              From: Jim Cromie <jim.cromie@gmail.com>
17480              Date: Fri, 30 Dec 2005 22:45:55 -0700
17481              Message-ID: <43B61B13.3050704@gmail.com>
17482      Branch: perl
17483            ! sv.c
17484 ____________________________________________________________________________
17485 [ 26563] By: rgs                                   on 2006/01/02  11:04:37
17486         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gz
17487              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
17488              Date: Sun, 01 Jan 2006 10:12:46 +0100
17489              Message-ID: <87zmmgnwfl.fsf@k75.linux.bogus>
17490      Branch: perl
17491            ! lib/CPAN.pm
17492 ____________________________________________________________________________
17493 [ 26562] By: rgs                                   on 2006/01/02  10:56:05
17494         Log: Update copyrights for files modified in 2006
17495      Branch: perl
17496            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
17497            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
17498 ____________________________________________________________________________
17499 [ 26561] By: gisle                                 on 2006/01/01  20:43:00
17500         Log: Get rid of length argument for the FEATURE_IS_ENABLED() macro.
17501      Branch: perl
17502            ! toke.c
17503 ____________________________________________________________________________
17504 [ 26558] By: merijn                                on 2006/01/01  10:42:16
17505         Log: Subject: [PATCH] Making 0 pointers to NULLs
17506              From: Andy Lester <andy@petdance.com>
17507              Date: Fri, 30 Dec 2005 23:05:58 -0600
17508              Message-ID: <20051231050558.GA29093@petdance.com>
17509      Branch: perl
17510            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
17511            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
17512 ____________________________________________________________________________
17513 [ 26556] By: merijn                                on 2006/01/01  10:23:19
17514         Log: Subject: [PATCH] Making 0 pointers to NULLs
17515              From: Andy Lester <andy@petdance.com>
17516              Date: Fri, 30 Dec 2005 23:05:58 -0600
17517              Message-ID: <20051231050558.GA29093@petdance.com>
17518      Branch: perl
17519            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
17520            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
17521 ____________________________________________________________________________
17522 [ 26555] By: davem                                 on 2005/12/31  23:24:26
17523         Log: make threads use MY_CXT API rather than using PL_modglobal
17524      Branch: perl
17525            ! ext/threads/threads.xs
17526 ____________________________________________________________________________
17527 [ 26554] By: davem                                 on 2005/12/31  21:36:05
17528         Log: tidy index arrangements in new MY_CXT code
17529      Branch: perl
17530            ! intrpvar.h sv.c util.c
17531 ____________________________________________________________________________
17532 [ 26553] By: stevep                                on 2005/12/31  18:45:37
17533         Log: Upgrade to CPAN-1.80_57
17534      Branch: perl
17535            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm
17536            ! lib/CPAN/Tarzip.pm lib/CPAN/t/mirroredby.t
17537 ____________________________________________________________________________
17538 [ 26552] By: nicholas                              on 2005/12/31  17:24:34
17539         Log: Turn a for loop that's almost a while into an honest-to-goodness while.
17540      Branch: perl
17541            ! hv.c
17542 ____________________________________________________________________________
17543 [ 26551] By: nicholas                              on 2005/12/31  16:57:32
17544         Log: Calling Perl_hv_clear_placeholders while the hash iterator was active
17545              would turn lazy delete on, causing the hash to become corrupted at the
17546              next iterator change.
17547      Branch: perl
17548            ! hv.c lib/Hash/Util.t
17549 ____________________________________________________________________________
17550 [ 26550] By: nicholas                              on 2005/12/31  16:42:08
17551         Log: Remove unneeded test in Perl_hv_clear_placeholders.
17552              Rejig S_hfreeentries to a double loop, which is clearer and smaller.
17553      Branch: perl
17554            ! hv.c
17555 ____________________________________________________________________________
17556 [ 26549] By: rgs                                   on 2005/12/31  15:24:48
17557         Log: Subject: [PATCH] op/pack.t failure on Win64
17558              From: Jan Dubois <jand@activestate.com>
17559              Date: Dec 30, 2005 9:55 PM
17560              Message-ID: <017a01c60d83$5dc73110$2217a8c0@candy>
17561      Branch: perl
17562            ! pp_pack.c
17563 ____________________________________________________________________________
17564 [ 26548] By: nicholas                              on 2005/12/31  15:07:16
17565         Log: Add a test for change 26547. (We no longer expect to see errors about
17566              unbalanced string table reference counts.)
17567      Branch: perl
17568            ! t/op/stash.t
17569 ____________________________________________________________________________
17570 [ 26547] By: nicholas                              on 2005/12/31  14:57:27
17571         Log: Re-attempt to clear the hash in S_hfreeentries if anything adds to it.
17572              Panic if we seem to be looping forever.
17573      Branch: perl
17574            ! hv.c pod/perldiag.pod
17575 ____________________________________________________________________________
17576 [ 26546] By: nicholas                              on 2005/12/31  13:16:06
17577         Log: Stop 'sub a { // }; %::=()' panicing because the backreference array
17578              became lost.
17579      Branch: perl
17580            ! hv.c
17581 ____________________________________________________________________________
17582 [ 26545] By: nicholas                              on 2005/12/30  22:44:06
17583         Log: Marcus Holland-Moritz suggested that assert should 
17584              Perl_croak_nocontext rather than Perl_croak.
17585      Branch: perl
17586            ! perl.h
17587 ____________________________________________________________________________
17588 [ 26544] By: nicholas                              on 2005/12/30  20:02:56
17589         Log: Tweak S_init_main_stash so as allocate PL_curstname as a shared string
17590              scalar, and hence avoid thrashing the shared string table for "main".
17591      Branch: perl
17592            ! perl.c
17593 ____________________________________________________________________________
17594 [ 26543] By: stevep                                on 2005/12/30  17:47:45
17595         Log: Convert t/op/sleep.t to using test.pl
17596      Branch: perl
17597            ! t/op/sleep.t
17598 ____________________________________________________________________________
17599 [ 26542] By: nicholas                              on 2005/12/30  16:53:39
17600         Log: Document why it's a bad plan to move the backreferences array from
17601              the magic structure to the hv_aux structure during backreference
17602              deletion. Add an optimisation for an empty backreference array.
17603      Branch: perl
17604            ! hv.c sv.c
17605 ____________________________________________________________________________
17606 [ 26541] By: nicholas                              on 2005/12/30  15:55:05
17607         Log: Now that the backreference array has no NULL entries, and is correctly
17608              marked as AvREAL_off(), there's no reason not to use sv_dup to clone
17609              it.
17610      Branch: perl
17611            ! sv.c
17612 ____________________________________________________________________________
17613 [ 26540] By: nicholas                              on 2005/12/30  15:39:53
17614         Log: POSIX now declares missing constants as sub ... ();, so Net::Ping
17615              needs to define them with a prototype to match.
17616      Branch: perl
17617            ! lib/Net/Ping.pm
17618 ____________________________________________________________________________
17619 [ 26539] By: rgs                                   on 2005/12/30  15:10:41
17620         Log: Update perltodo. First shot at perl593delta.
17621      Branch: perl
17622            ! pod/perl593delta.pod pod/perltodo.pod
17623 ____________________________________________________________________________
17624 [ 26538] By: nicholas                              on 2005/12/30  14:57:00
17625         Log: In the shared string table, if we add new entries to the head of the
17626              linked list chain, then we don't need as much bookkeeping in the loop.
17627      Branch: perl
17628            ! hv.c
17629 ____________________________________________________________________________
17630 [ 26537] By: stevep                                on 2005/12/30  14:39:49
17631         Log: Subject: [PATCH] Differences from Perl 6
17632              From: Robin Houston <robin@cpan.org> 
17633              Date: Fri, 30 Dec 2005 13:45:34 +0000 
17634              Message-ID: <20051230134534.GA18675@rpc142.cs.man.ac.uk>
17635      Branch: perl
17636            ! pod/perlsyn.pod
17637 ____________________________________________________________________________
17638 [ 26536] By: rgs                                   on 2005/12/30  12:25:24
17639         Log: Subject: Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRS
17640              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
17641              Date: Mon, 12 Dec 2005 19:22:32 +0100
17642              Message-ID: <20051212192232.39cd0c1e@grubert.mandrakesoft.com>
17643      Branch: perl
17644            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
17645            ! lib/ExtUtils/MakeMaker.pm
17646 ____________________________________________________________________________
17647 [ 26535] By: davem                                 on 2005/12/30  12:21:05
17648         Log: fix errors in new MY_CTX code
17649      Branch: perl
17650            ! perl.c sv.c
17651 ____________________________________________________________________________
17652 [ 26534] By: rgs                                   on 2005/12/30  11:57:14
17653         Log: Reduce size of buffers for identifier names, as suggested in
17654              
17655              Subject: Stack usage (in gv_stashpvn and others)
17656              From: Tels <nospam-abuse@bloodgate.com>
17657              Date: Thu, 29 Dec 2005 18:40:49 +0100
17658              Message-Id: <200512291840.50765@bloodgate.com>
17659      Branch: perl
17660            ! gv.c
17661 ____________________________________________________________________________
17662 [ 26533] By: rgs                                   on 2005/12/30  11:43:42
17663         Log: Subject: [PATCH] perlio.c - gv_stashpvn() vs gv_stashpv()
17664              From: Tels <nospam-abuse@bloodgate.com>
17665              Date: Thu, 29 Dec 2005 18:57:43 +0100
17666              Message-Id: <200512291857.59458@bloodgate.com>
17667      Branch: perl
17668            ! perlio.c
17669 ____________________________________________________________________________
17670 [ 26532] By: rgs                                   on 2005/12/30  10:40:31
17671         Log: Subject: [PATCH] Perl_gv_fetchpv vs. gv_fetchpvn
17672              From: Tels <nospam-abuse@bloodgate.com>
17673              Date: Thu, 29 Dec 2005 18:32:10 +0100
17674              Message-Id: <200512291832.20651@bloodgate.com>
17675      Branch: perl
17676            ! gv.c
17677 ____________________________________________________________________________
17678 [ 26531] By: rgs                                   on 2005/12/30  09:53:54
17679         Log: Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined
17680              (spotted by Jan Dubois)
17681      Branch: perl
17682            ! makedef.pl
17683 ____________________________________________________________________________
17684 [ 26530] By: nicholas                              on 2005/12/30  01:08:46
17685         Log: RMAGIC on symbol tables is bad, m'kay.
17686              Allow hashes (and therefore all symbol tables) to store the
17687              backreference array in the hv_aux structure, and thereby undo the
17688              performance damage of 24966, which resulted in 60% of all hash lookups
17689              trying to mg_find tiehash magic.
17690      Branch: perl
17691            ! dump.c embed.fnc embed.h hv.c hv.h mg.c proto.h sv.c
17692 ____________________________________________________________________________
17693 [ 26529] By: davem                                 on 2005/12/30  01:06:05
17694         Log: change #26523 didn't make my_cxt_init public
17695      Branch: perl
17696            ! embed.fnc embed.h global.sym
17697 ____________________________________________________________________________
17698 [ 26528] By: rgs                                   on 2005/12/29  17:32:21
17699         Log: Subject: [PATCH] $a = \$a oddity
17700              From: Tels <nospam-abuse@bloodgate.com>
17701              Date: Thu, 29 Dec 2005 18:01:42 +0100
17702              Message-Id: <200512291802.00742@bloodgate.com>
17703              
17704              plus trim some whitespace
17705      Branch: perl
17706            ! pod/perlreftut.pod
17707 ____________________________________________________________________________
17708 [ 26527] By: rgs                                   on 2005/12/29  15:59:30
17709         Log: Subject: [PATCH] Actual real consting of parms
17710              From: Andy Lester <andy@petdance.com>
17711              Date: Thu, 29 Dec 2005 01:15:09 -0600
17712              Message-ID: <20051229071509.GA32653@petdance.com>
17713      Branch: perl
17714            ! embed.fnc proto.h sv.c
17715 ____________________________________________________________________________
17716 [ 26526] By: rgs                                   on 2005/12/29  15:32:42
17717         Log: Subject: [PATCH] av.c cleanup, plus!
17718              From: Andy Lester <andy@petdance.com>
17719              Date: Wed, 28 Dec 2005 15:44:14 -0600
17720              Message-ID: <20051228214414.GD26033@petdance.com>
17721      Branch: perl
17722            ! av.c dump.c embed.fnc gv.c perl.c proto.h sv.c toke.c
17723 ____________________________________________________________________________
17724 [ 26525] By: rgs                                   on 2005/12/29  14:32:09
17725         Log: Fix test for perl version number in Makefile.PL
17726      Branch: perl
17727            ! ext/Sys/Syslog/Makefile.PL
17728 ____________________________________________________________________________
17729 [ 26524] By: rgs                                   on 2005/12/29  14:17:38
17730         Log: Subject: [PATCH] Fixing the SVREFCNT macro
17731              From: Andy Lester <andy@petdance.com>
17732              Date: Wed, 28 Dec 2005 13:30:51 -0600
17733              Message-ID: <20051228193051.GD23207@petdance.com>
17734      Branch: perl
17735            ! sv.h
17736 ____________________________________________________________________________
17737 [ 26523] By: davem                                 on 2005/12/29  12:00:29
17738         Log: re-implement MY_CXT API more efficiently, and add explicit
17739              interpeter arg variant
17740      Branch: perl
17741            ! embed.fnc embed.h embedvar.h ext/XS/APItest/APItest.xs
17742            ! intrpvar.h perl.h perlapi.h perlvars.h pod/perlxs.pod proto.h
17743            ! sv.c util.c
17744 ____________________________________________________________________________
17745 [ 26522] By: davem                                 on 2005/12/29  11:35:04
17746         Log: add tests for MY_CXT API and improve its documentation
17747      Branch: perl
17748            + ext/XS/APItest/t/my_cxt.t
17749            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
17750            ! pod/perlxs.pod
17751 ____________________________________________________________________________
17752 [ 26521] By: rgs                                   on 2005/12/29  10:21:23
17753         Log: Subject: [PATCH] Test that constant overloading is propagated into eval
17754              From: Robin Houston <robin@cpan.org>
17755              Date: Mon, 26 Dec 2005 17:56:48 +0000
17756              Message-ID: <20051226175648.GA28402@rpc142.cs.man.ac.uk>
17757      Branch: perl
17758            ! lib/overload.t
17759 ____________________________________________________________________________
17760 [ 26520] By: rgs                                   on 2005/12/29  10:11:56
17761         Log: Subject: [DOC PATCH] rindex clarification
17762              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17763              Date: Mon, 26 Dec 2005 18:42:40 -0800
17764              Message-ID: <20051227024240.GA2940@efn.org>
17765              
17766              plus another formatting nit
17767      Branch: perl
17768            ! pod/perlfunc.pod
17769 ____________________________________________________________________________
17770 [ 26519] By: craigb                                on 2005/12/29  03:49:58
17771         Log: Subject: [PATCH] fortify Pod::Simple::Search against non-case-preserving filesystems
17772              From: "Craig A. Berry" <craigberry@mac.com>
17773              Date: Tue, 27 Dec 2005 17:59:35 -0600
17774              Message-id: <43B1D567.9080504@mac.com>
17775      Branch: perl
17776            ! lib/Pod/Simple/Search.pm
17777            ! lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
17778 ____________________________________________________________________________
17779 [ 26518] By: nicholas                              on 2005/12/29  00:19:01
17780         Log: A GVs stash can be NULL, so don't call macros that assume otherwise
17781              without checking.
17782      Branch: perl
17783            ! pp.c
17784 ____________________________________________________________________________
17785 [ 26517] By: nicholas                              on 2005/12/28  19:40:26
17786         Log: As the backreferences AV doesn't hold references on its contents,
17787              surely it should have AvREAL turned off?
17788      Branch: perl
17789            ! sv.c
17790 ____________________________________________________________________________
17791 [ 26516] By: nicholas                              on 2005/12/28  13:35:03
17792         Log: PL_amagic_generation is always non-zero, so remove the test for this.
17793              (Since change 17990 added version object overloading)
17794      Branch: perl
17795            ! pp.h
17796 ____________________________________________________________________________
17797 [ 26515] By: stevep                                on 2005/12/28  13:31:02
17798         Log: Upgrade to Sys-Syslog-0.11
17799      Branch: perl
17800            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
17801            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/podspell.t
17802            ! ext/Sys/Syslog/t/syslog.t
17803 ____________________________________________________________________________
17804 [ 26514] By: gisle                                 on 2005/12/28  13:25:30
17805         Log: Cleanup; replace a croak("panic: ...") with assert().
17806      Branch: perl
17807            ! av.c
17808 ____________________________________________________________________________
17809 [ 26513] By: gisle                                 on 2005/12/28  13:12:30
17810         Log: assert(av);  Cleanup the way that the av_*() functions check
17811              that they are really passed an av argument.
17812              Should improve the test coverage a bit.
17813      Branch: perl
17814            ! av.c pod/perldiag.pod
17815 ____________________________________________________________________________
17816 [ 26512] By: gisle                                 on 2005/12/28  12:38:03
17817         Log: Use memchr() instead of ninstr() to locate the end-of-line.
17818              The call to memchr() will faster.
17819      Branch: perl
17820            ! toke.c
17821 ____________________________________________________________________________
17822 [ 26511] By: gisle                                 on 2005/12/28  12:18:58
17823         Log: Leaner ninstr().
17824              The compiled function ended up 37% smaller on Linux/gcc.
17825              I ought to be faster as well, but I did not try to measure that.
17826      Branch: perl
17827            ! util.c
17828 ____________________________________________________________________________
17829 [ 26510] By: gisle                                 on 2005/12/28  11:01:46
17830         Log: Remove test for NUL ending in r?instr().
17831              This test is actually harmful because we will search
17832              for any garbage found past the empty search string.
17833              Ref change 26509.
17834      Branch: perl
17835            ! util.c
17836 ____________________________________________________________________________
17837 [ 26509] By: gisle                                 on 2005/12/28  10:57:46
17838         Log: Fix 2 off-by-one errors in the call to ninstr().
17839              This code managed to still work because of a bug
17840              in how ninstr() treats empty search strings.
17841      Branch: perl
17842            ! ext/Filter/Util/Call/Call.xs
17843 ____________________________________________________________________________
17844 [ 26508] By: stevep                                on 2005/12/28  03:27:13
17845         Log: Upgrade to PathTools-3.15
17846      Branch: perl
17847            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
17848 ____________________________________________________________________________
17849 [ 26507] By: nicholas                              on 2005/12/27  23:39:42
17850         Log: s/%/%%/ in the package name so that it can be used safely in the
17851              sprintf format string (and hence not need runtime %s interpolation)
17852      Branch: perl
17853            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
17854 ____________________________________________________________________________
17855 [ 26506] By: nicholas                              on 2005/12/27  22:19:28
17856         Log: Pass in the full arguments to ExtUtils::Constant::ProxySubs
17857              Prototype all the missing constants, so that parsing doesn't depend on
17858              the phase of the moon. (Well, the system headers)
17859              Add an option for making missing constants generate errors at read time
17860              (which can be during constant folding). This isn't the default.
17861      Branch: perl
17862            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
17863 ____________________________________________________________________________
17864 [ 26505] By: stevep                                on 2005/12/27  22:07:44
17865         Log: Subject: [PATCH] pre-likely cleanup
17866              From: Andy Lester <andy@petdance.com> 
17867              Date: Tue, 27 Dec 2005 14:39:39 -0600
17868              Message-ID: <20051227203939.GC1781@petdance.com> 
17869              
17870              Includes a small fix to the changes in tryAMAGICbinW_var() in pp.h.
17871      Branch: perl
17872            ! av.c doop.c handy.h hv.c mg.c pp.c pp.h sv.c util.c
17873 ____________________________________________________________________________
17874 [ 26504] By: stevep                                on 2005/12/27  18:36:19
17875         Log: It'd be nice if I hadn't broken corecpan.pl.  Its fixed now, though.
17876      Branch: perl
17877            ! Porting/Maintainers.pl
17878 ____________________________________________________________________________
17879 [ 26503] By: nicholas                              on 2005/12/27  17:33:13
17880         Log: gv_fetch_flags in newATTRSUB can actually be const.
17881              Comment the logic behind the terms in the ternary that chooses the
17882              flags value.
17883      Branch: perl
17884            ! op.c
17885 ____________________________________________________________________________
17886 [ 26502] By: nicholas                              on 2005/12/27  17:24:11
17887         Log: As what we're doing is generating subroutines, which are methods, we
17888              need to invalidate cached methods. For constant.pm we need to create
17889              &Internals::inc_sub_generation
17890      Branch: perl
17891            ! lib/ExtUtils/Constant/ProxySubs.pm lib/constant.pm universal.c
17892 ____________________________________________________________________________
17893 [ 26501] By: stevep                                on 2005/12/27  14:10:20
17894         Log: Subject: [patch] ext/b/t/lint.t fails on win32
17895              From: demerphq <demerphq@gmail.com>
17896              Date: Fri, 23 Dec 2005 20:06:52 +0100 
17897              Message-ID: <9b18b3110512231106k7ad395bfp8a0c05cd0f87fc61@mail.gmail.com>
17898      Branch: perl
17899            ! ext/B/t/lint.t
17900 ____________________________________________________________________________
17901 [ 26500] By: nicholas                              on 2005/12/27  12:02:57
17902         Log: Refactor the require failure message generation to use 1 less temporary
17903              SV, and to build as much text as possible with newSVpvf
17904      Branch: perl
17905            ! pp_ctl.c
17906 ____________________________________________________________________________
17907 [ 26499] By: nicholas                              on 2005/12/27  00:29:33
17908         Log: Removing MAKE_JOBS_FIFO from %ENV causes FreeBSD make to forget about
17909              any -j flags. (And their implied disabling of backwards compatibility,
17910              which is the real cause of the make disttest failure).
17911      Branch: perl
17912            ! lib/ExtUtils/t/basic.t
17913 ____________________________________________________________________________
17914 [ 26498] By: nicholas                              on 2005/12/26  23:52:44
17915         Log: tabs, not spaces, in MANIFEST. No, I can't remember why this is.
17916              Or whether it could be relaxed.
17917      Branch: perl
17918            ! MANIFEST
17919 ____________________________________________________________________________
17920 [ 26497] By: nicholas                              on 2005/12/26  23:50:14
17921         Log: Remove the hard wired test numbers in the generated test script for
17922              simple tests. Use this script twice, firstly for testing the old style
17923              autoloaded constants, then for testing the ProxySubs.
17924              Make testing the dogfood/regeneration code optional, as the ProxySubs
17925              output doesn't contain it.
17926      Branch: perl
17927            ! lib/ExtUtils/t/Constant.t
17928 ____________________________________________________________________________
17929 [ 26496] By: nicholas                              on 2005/12/26  23:48:00
17930         Log: Support type UNDEF, and correct a bug in the macro generation by using
17931              macro_from_item.
17932      Branch: perl
17933            ! lib/ExtUtils/Constant/ProxySubs.pm
17934 ____________________________________________________________________________
17935 [ 26495] By: nicholas                              on 2005/12/26  23:47:01
17936         Log: Add method macro_from_item to encapsulate the entire logic for getting
17937              the correct macro direct from the item hash.
17938      Branch: perl
17939            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
17940 ____________________________________________________________________________
17941 [ 26494] By: nicholas                              on 2005/12/26  23:10:53
17942         Log: Don't try to store PL_sv_undef in pads. (For now)
17943      Branch: perl
17944            ! op.c
17945 ____________________________________________________________________________
17946 [ 26493] By: stevep                                on 2005/12/26  22:01:49
17947         Log: Upgrade to CPAN-1.80_56
17948      Branch: perl
17949            + lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
17950            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE
17951            ! lib/CPAN/bin/cpan
17952 ____________________________________________________________________________
17953 [ 26492] By: stevep                                on 2005/12/26  17:29:13
17954         Log: In this, the last tale of the NGROUPS saga, a former pumpking prods
17955              a mere committer to remove the last of the NGROUPS-sized arrays...
17956              
17957              Perl_magic_set() was using the last of these arrays to do the 
17958              lvalue work on $).  Instead of an array, a pointer is used and 
17959              re-sized as needed.  
17960      Branch: perl
17961            ! mg.c
17962 ____________________________________________________________________________
17963 [ 26491] By: nicholas                              on 2005/12/26  17:01:35
17964         Log: Add a couple of newlines for tidier regen output, consistent with the
17965              code generated by WriteConstants()
17966      Branch: perl
17967            ! lib/ExtUtils/Constant/XS.pm
17968 ____________________________________________________________________________
17969 [ 26490] By: nicholas                              on 2005/12/26  16:13:57
17970         Log: Add C_FH and XS_FH arguments to ExtUtils::Constant::WriteConstants,
17971              to allow the caller to pass in file handles. Use this in Contant.t
17972              with tied file handles to capture the output, rather than calling
17973              the lower level routines directly.
17974      Branch: perl
17975            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
17976 ____________________________________________________________________________
17977 [ 26489] By: stevep                                on 2005/12/26  16:08:49
17978         Log: Subject: chg 26486 removes last use of NGROUPS, so remove the macro-def
17979              From: Jim Cromie <jim.cromie@gmail.com>
17980              Date: Mon, 26 Dec 2005 07:57:51 -0700
17981              Message-ID: <43B004EF.8060500@gmail.com>
17982      Branch: perl
17983            ! doio.c
17984 ____________________________________________________________________________
17985 [ 26488] By: nicholas                              on 2005/12/26  12:48:10
17986         Log: The values for proxy constant subroutines need to be read only.
17987      Branch: perl
17988            ! lib/ExtUtils/Constant/ProxySubs.pm
17989 ____________________________________________________________________________
17990 [ 26487] By: nicholas                              on 2005/12/26  12:31:01
17991         Log: Rework constant.pm to take advantage of the space savings of proxy
17992              constant subroutines whenever it can.
17993      Branch: perl
17994            ! lib/constant.pm
17995 ____________________________________________________________________________
17996 [ 26486] By: stevep                                on 2005/12/26  03:51:24
17997         Log: Obviously, Perl_ingroup() is also using 256k of stack memory on Linux.
17998              Adapt change #26480 to reduce memory usage here as well.
17999      Branch: perl
18000            ! doio.c
18001 ____________________________________________________________________________
18002 [ 26485] By: nicholas                              on 2005/12/24  16:27:28
18003         Log: The value from caller doesn't change, so my $pkg = caller;
18004              should be moved out of the loop.
18005      Branch: perl
18006            ! lib/constant.pm
18007 ____________________________________________________________________________
18008 [ 26484] By: nicholas                              on 2005/12/24  16:06:10
18009         Log: Tests for creating constants where prototypes or other symbols of the
18010              same name already exist.
18011      Branch: perl
18012            ! lib/constant.t
18013 ____________________________________________________________________________
18014 [ 26483] By: nicholas                              on 2005/12/24  15:09:28
18015         Log: Using a hash reference rather than a hash can save a hash copy.
18016      Branch: perl
18017            ! lib/constant.pm
18018 ____________________________________________________________________________
18019 [ 26482] By: nicholas                              on 2005/12/24  14:48:42
18020         Log: Unless the peephole optimiser already knows that we're in void context,
18021              avoid even attempting the whole proxy constant sub copying
18022              optimisation.
18023      Branch: perl
18024            ! op.c
18025 ____________________________________________________________________________
18026 [ 26481] By: nicholas                              on 2005/12/24  14:09:56
18027         Log: Given that IO::Socket is documented as exporting all of Socket's
18028              exports, there's no need for IO::Socket::INET or IO::Socket::UNIX to
18029              use both. (And re-exporting removes some of the efficiency of the new
18030              constants implementation)
18031      Branch: perl
18032            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
18033 ____________________________________________________________________________
18034 [ 26480] By: stevep                                on 2005/12/24  03:30:02
18035         Log: Subject: Re: [perl #37907] Perl_magic_get reqires ridiculous amounts of stackmemory
18036              From: Jim Cromie <jim.cromie@gmail.com>
18037              Date: Fri, 23 Dec 2005 13:24:29 -0700
18038              Message-ID: <43AC5CFD.3060200@gmail.com>
18039              
18040              Includes a change in variable names from "j" to "num_groups".
18041      Branch: perl
18042            ! mg.c
18043 ____________________________________________________________________________
18044 [ 26479] By: nicholas                              on 2005/12/24  00:01:50
18045         Log: Looks like the macro CLK_TCK is not actually a constant on Solaris.
18046      Branch: perl
18047            ! ext/POSIX/Makefile.PL
18048 ____________________________________________________________________________
18049 [ 26478] By: nicholas                              on 2005/12/23  17:30:19
18050         Log: For PERL_TRACK_MEMPOOL with PERL_POISON, Poison the end of any block
18051              being shrunk in realloc()
18052      Branch: perl
18053            ! util.c
18054 ____________________________________________________________________________
18055 [ 26477] By: nicholas                              on 2005/12/23  17:24:44
18056         Log: For the rare case of EMFILE during require, save object code space
18057              by using newSVpvf
18058              (Would it be worth using it for all require failures?)
18059      Branch: perl
18060            ! pp_ctl.c
18061 ____________________________________________________________________________
18062 [ 26476] By: nicholas                              on 2005/12/23  16:55:35
18063         Log: If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then scribble all
18064              over memory to invalidate it just before free()ing it.
18065      Branch: perl
18066            ! perl.h util.c
18067 ____________________________________________________________________________
18068 [ 26475] By: nicholas                              on 2005/12/23  16:20:53
18069         Log: Provide support for types PVN and UNDEF in
18070              ExtUtils::Constant::ProxySubs
18071      Branch: perl
18072            ! lib/ExtUtils/Constant/ProxySubs.pm
18073 ____________________________________________________________________________
18074 [ 26474] By: nicholas                              on 2005/12/23  15:27:10
18075         Log: Create a struct to use as the header with PERL_TRACK_MEMPOOL, so that
18076              other information can be stored in it.
18077      Branch: perl
18078            ! perl.h util.c
18079 ____________________________________________________________________________
18080 [ 26473] By: nicholas                              on 2005/12/23  13:54:37
18081         Log: ExtUtils::ParseXS needs to stack $filepathname to make #line directives
18082              in #INCLUDEs work.
18083      Branch: perl
18084            ! lib/ExtUtils/ParseXS.pm
18085 ____________________________________________________________________________
18086 [ 26472] By: nicholas                              on 2005/12/23  12:21:19
18087         Log: Add support for PV to ExtUtils::Constant::ProxySubs, and enable its
18088              use in Sys::Syslog
18089      Branch: perl
18090            ! ext/Sys/Syslog/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
18091 ____________________________________________________________________________
18092 [ 26471] By: nicholas                              on 2005/12/23  12:01:29
18093         Log: inlining autoloaded constants is TODOne.
18094      Branch: perl
18095            ! pod/perltodo.pod
18096 ____________________________________________________________________________
18097 [ 26470] By: nicholas                              on 2005/12/23  11:36:43
18098         Log: Now that proxy subroutines can be unproxied in 2 places without
18099              becoming the same newCONSTSUB, need an explicit check to avoid a
18100              warning about subroutines being redefined, as there has never been
18101              a warning when you assing the same subroutine to a glob's GvCV()
18102      Branch: perl
18103            ! sv.c t/op/gv.t
18104 ____________________________________________________________________________
18105 [ 26469] By: nicholas                              on 2005/12/23  11:35:21
18106         Log: like and unlike weren't reporting failure where correctly in test.pl
18107      Branch: perl
18108            ! t/test.pl
18109 ____________________________________________________________________________
18110 [ 26468] By: rgs                                   on 2005/12/23  11:06:34
18111         Log: Fix build of Compress::Zlib on MVS (by Paul Marquess)
18112      Branch: perl
18113            ! ext/Compress/Zlib/zlib-src/zconf.h
18114 ____________________________________________________________________________
18115 [ 26467] By: rgs                                   on 2005/12/23  10:13:30
18116         Log: Clarify example of .. in perlop
18117              to fix [perl #38008] Documentation bug: perlop
18118              plus some minor formatting nits
18119      Branch: perl
18120            ! pod/perlop.pod
18121 ____________________________________________________________________________
18122 [ 26466] By: rgs                                   on 2005/12/23  09:21:09
18123         Log: Subject: [REPATCH lib/UNIVERSAL.pm] Recommend Against Using Methods as Functions
18124              From: chromatic <chromatic@wgz.org>
18125              Date: Dec 22, 2005 8:58 PM
18126              Message-Id: <200512221158.54474.chromatic@wgz.org>
18127      Branch: perl
18128            ! lib/UNIVERSAL.pm
18129 ____________________________________________________________________________
18130 [ 26465] By: nicholas                              on 2005/12/23  01:38:01
18131         Log: Need to be more careful with the symbol table manipulation - if there
18132              is already an entry in place, back off and generate a real constant
18133              subroutine. (fixes lib/Net/hostent.t failure)
18134              Fix a bug with how hv_store was being called.
18135      Branch: perl
18136            ! lib/ExtUtils/Constant/ProxySubs.pm
18137 ____________________________________________________________________________
18138 [ 26464] By: nicholas                              on 2005/12/23  01:09:05
18139         Log: SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VAL
18140              aren't constants on (at least some) Linux.
18141              And more evil than that, HUGE_VAL likes to use the C preprocessor
18142              in its value, necessitating use of a temporary.
18143      Branch: perl
18144            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
18145 ____________________________________________________________________________
18146 [ 26463] By: nicholas                              on 2005/12/23  00:37:04
18147         Log: Use inlineable proxy constant subs for Socket
18148      Branch: perl
18149            ! ext/Socket/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
18150 ____________________________________________________________________________
18151 [ 26462] By: stevep                                on 2005/12/23  00:28:54
18152         Log: ctime_r() and asctime_r() seem to have some problems before HP-UX 11.
18153      Branch: perl
18154            ! hints/hpux.sh
18155 ____________________________________________________________________________
18156 [ 26461] By: nicholas                              on 2005/12/23  00:27:50
18157         Log: Subject: [PATCH] Speed up Perl_sv_derived_from
18158              From: Andy Lester <andy@petdance.com>
18159              Message-ID: <20051222220044.GH4370@petdance.com>
18160              Date: Thu, 22 Dec 2005 16:00:44 -0600
18161      Branch: perl
18162            ! universal.c
18163 ____________________________________________________________________________
18164 [ 26460] By: nicholas                              on 2005/12/23  00:18:49
18165         Log: Create a sub LC_ALL with the correct prototype.
18166      Branch: perl
18167            ! lib/locale.t
18168 ____________________________________________________________________________
18169 [ 26459] By: nicholas                              on 2005/12/23  00:18:27
18170         Log: De-duplicate the items in @EXPORT. (@EXPORT is built from all the tags,
18171              and some constants are mentioned in multiple tags).
18172              Should this logic be in Exporter::Heavy?
18173      Branch: perl
18174            ! ext/POSIX/POSIX.pm
18175 ____________________________________________________________________________
18176 [ 26458] By: stevep                                on 2005/12/23  00:10:25
18177         Log: Make hostname.t deal with undefined or blank hostnames and domain 
18178              names.
18179      Branch: perl
18180            ! lib/Net/t/hostname.t
18181 ____________________________________________________________________________
18182 [ 26457] By: stevep                                on 2005/12/23  00:06:58
18183         Log: Fix for pod2man() in ExtUtils::Command::MM to work with 
18184              the Pod::Man 2.04.
18185      Branch: perl
18186            ! lib/ExtUtils/Command/MM.pm
18187 ____________________________________________________________________________
18188 [ 26456] By: nicholas                              on 2005/12/23  00:06:52
18189         Log: Subject: [PATCH] Speedup (rn|n)?instr
18190              From: Andy Lester <andy@petdance.com>
18191              Message-ID: <20051222223839.GI4370@petdance.com>
18192              Date: Thu, 22 Dec 2005 16:38:39 -0600
18193      Branch: perl
18194            ! util.c
18195 ____________________________________________________________________________
18196 [ 26455] By: nicholas                              on 2005/12/22  23:57:27
18197         Log: Use inlineable proxy constant subs for POSIX.
18198              There may be trouble ahead, as it seems that not all POSIX "constants"
18199              are. I wonder if too many systems are going to have too many
18200              variations to make this viable.
18201      Branch: perl
18202            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/Base.pm
18203            ! lib/ExtUtils/Constant/ProxySubs.pm
18204 ____________________________________________________________________________
18205 [ 26454] By: nicholas                              on 2005/12/22  23:43:22
18206         Log: Missing ; in Tie::File
18207      Branch: perl
18208            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
18209 ____________________________________________________________________________
18210 [ 26453] By: nicholas                              on 2005/12/22  21:02:19
18211         Log: Make ExtUtils::Constant generate the inlineable proxy constant subs.
18212              So far just enough to make Fcntl work.
18213      Branch: perl
18214            + lib/ExtUtils/Constant/ProxySubs.pm
18215            ! MANIFEST ext/Fcntl/Makefile.PL lib/ExtUtils/Constant.pm
18216 ____________________________________________________________________________
18217 [ 26452] By: rgs                                   on 2005/12/22  19:37:42
18218         Log: Compilation help for EBCDIC platforms, from Jarkko,
18219              tested by Rajarshi Das
18220      Branch: perl
18221            ! utf8.h
18222 ____________________________________________________________________________
18223 [ 26451] By: nicholas                              on 2005/12/22  19:00:52
18224         Log: Break out the code to generate #ifdef/#endif into new methods
18225              macro_to_ifdef and macro_to_endif
18226              Add an args hashref to normalise_items; provide a
18227              disable_utf8_duplication argument to disable the utf8 duplication code.
18228      Branch: perl
18229            ! lib/ExtUtils/Constant/Base.pm
18230 ____________________________________________________________________________
18231 [ 26450] By: rgs                                   on 2005/12/22  17:09:59
18232         Log: Subject: [PATCH] Ho! Ho! Ho!  Santa brings consting!
18233              From: Andy Lester <andy@petdance.com>
18234              Date: Thu, 22 Dec 2005 10:57:17 -0600
18235              Message-ID: <20051222165717.GA2874@petdance.com>
18236      Branch: perl
18237            ! dump.c embed.fnc embed.h gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c
18238            ! pp_sys.c proto.h regcomp.c sv.c toke.c universal.c
18239 ____________________________________________________________________________
18240 [ 26449] By: nicholas                              on 2005/12/22  17:01:33
18241         Log: Break out the item normalisation code into a method normalise_items.
18242      Branch: perl
18243            ! lib/ExtUtils/Constant/Base.pm
18244 ____________________________________________________________________________
18245 [ 26448] By: nicholas                              on 2005/12/22  15:43:20
18246         Log: Regression tests for proxy subroutine glob assignment.
18247              Fix a bug (it turns out that a typeglob isn't SvOK())
18248              Remove stray debugging code.
18249      Branch: perl
18250            ! pp_hot.c t/op/gv.t
18251 ____________________________________________________________________________
18252 [ 26447] By: rgs                                   on 2005/12/22  14:55:52
18253         Log: Subject: [PATCH] eliminate HINT_HH_FOR_EVAL
18254              From: Robin Houston <robin@cpan.org>
18255              Date: Thu, 22 Dec 2005 11:54:55 +0000
18256              Message-ID: <20051222115455.GB30301@rpc142.cs.man.ac.uk>
18257      Branch: perl
18258            ! lib/feature.pm lib/overload.pm lib/sort.pm op.c perl.h
18259            ! t/comp/hints.t
18260 ____________________________________________________________________________
18261 [ 26446] By: nicholas                              on 2005/12/22  11:23:34
18262         Log: Add an optimisation to allow proxy constant subroutines to be copied
18263              as proxy constant subroutines in a new symbol table where possible.
18264              (Rather than converting them to full blown constant subroutines and
18265              instantiating 2 typeglobs)
18266      Branch: perl
18267            ! ext/B/t/concise-xs.t gv.c gv.h op.c op.h pp.c pp_hot.c sv.c
18268 ____________________________________________________________________________
18269 [ 26445] By: rgs                                   on 2005/12/22  11:13:25
18270         Log: Regenerate Changes
18271      Branch: perl
18272            ! Changes
18273 ____________________________________________________________________________
18274 [ 26444] By: gisle                                 on 2005/12/22  10:42:36
18275         Log: Remove unused variable 'stash' since change 26437.
18276      Branch: perl
18277            ! pp_hot.c
18278 ____________________________________________________________________________
18279 [ 26443] By: rgs                                   on 2005/12/22  10:32:17
18280         Log: Regenerate perlapi.pod.
18281              Fix indentation of code examples in perlsyn.
18282      Branch: perl
18283            ! pod/perlapi.pod pod/perlsyn.pod
18284 ____________________________________________________________________________
18285 [ 26442] By: rgs                                   on 2005/12/22  10:10:04
18286         Log: Subject: [PATCH] switch / ~~ doccos
18287              From: Robin Houston <robin@cpan.org>
18288              Date: Wed, 21 Dec 2005 13:51:18 +0000
18289              Message-ID: <20051221135118.GC26527@rpc142.cs.man.ac.uk>
18290      Branch: perl
18291            ! pod/perlsyn.pod
18292 ____________________________________________________________________________
18293 [ 26441] By: merijn                                on 2005/12/22  07:02:37
18294         Log: Subject: [PATCH] wrong setting in canned win32/config.vc64 file
18295              From: "Jan Dubois" <jand@ActiveState.com>
18296              Date: Wed, 21 Dec 2005 15:04:30 -0800
18297              Message-ID: <06c701c60682$e650adc0$d563a8c0@candy>
18298      Branch: perl
18299            ! win32/config.vc64
18300 ____________________________________________________________________________
18301 [ 26440] By: stevep                                on 2005/12/22  03:08:59
18302         Log: Add documentation for method domainname() in Net::Domain.  Add some
18303              additional tests for Net::Domain.  Also, since it is tested, remove 
18304              test case from lib/1_compile.t.  One step closer to $500.
18305      Branch: perl
18306            ! lib/Net/Domain.pm lib/Net/t/hostname.t t/lib/1_compile.t
18307 ____________________________________________________________________________
18308 [ 26439] By: nicholas                              on 2005/12/21  22:40:04
18309         Log: Avoid negating an unsigned value. (The offset in the SV body table)
18310      Branch: perl
18311            ! sv.c
18312 ____________________________________________________________________________
18313 [ 26438] By: nicholas                              on 2005/12/21  21:20:23
18314         Log: For consistency sv_2cv should not leave the stash pointer uninitialised
18315              for some cases. Although it seems that only pp_sort pays any attention
18316              to it, of all the code on CPAN.
18317      Branch: perl
18318            ! sv.c
18319 ____________________________________________________________________________
18320 [ 26437] By: nicholas                              on 2005/12/21  20:38:42
18321         Log: Localise the stash variable in pp_entersub().
18322      Branch: perl
18323            ! pp_hot.c
18324 ____________________________________________________________________________
18325 [ 26436] By: nicholas                              on 2005/12/21  19:37:48
18326         Log: Undo my goto spaghetti from change 18340 - what we really need are
18327              hints to compilers about likey/unlikely branches.
18328      Branch: perl
18329            ! pp_hot.c
18330 ____________________________________________________________________________
18331 [ 26435] By: stevep                                on 2005/12/21  19:04:37
18332         Log: Add tests for untested math functions in POSIX
18333      Branch: perl
18334            + ext/POSIX/t/math.t
18335            ! MANIFEST
18336 ____________________________________________________________________________
18337 [ 26434] By: nicholas                              on 2005/12/21  18:34:03
18338         Log: The lref argument of sv_2cv is actually passed onwards to gv_fetchsv,
18339              so it is a bitmap of flag bits rather than simple TRUE/FALSE.
18340      Branch: perl
18341            ! mg.c pp.c pp_hot.c sv.c
18342 ____________________________________________________________________________
18343 [ 26433] By: rgs                                   on 2005/12/21  17:07:05
18344         Log: Remove switch from perltodo
18345      Branch: perl
18346            ! pod/perltodo.pod
18347 ____________________________________________________________________________
18348 [ 26432] By: rgs                                   on 2005/12/21  16:16:19
18349         Log: Subject: [PATCH] Feature bundle is now :5.10, and add -E switch
18350              From: Robin Houston <robin@cpan.org>
18351              Date: Wed, 21 Dec 2005 11:00:08 +0000
18352              Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk>
18353      Branch: perl
18354            + t/lib/feature/err
18355            ! MANIFEST embedvar.h global.sym intrpvar.h lib/feature.pm
18356            ! perl.c perl_keyword.pl perlapi.h pod/perlop.pod
18357            ! pod/perlrun.pod sv.c t/lib/feature/nonesuch t/lib/warnings/op
18358            ! t/op/dor.t t/run/switches.t toke.c
18359 ____________________________________________________________________________
18360 [ 26431] By: rgs                                   on 2005/12/21  11:12:32
18361         Log: Fix for [perl #37999] lc() + Latin-1 chars is failing erratically
18362              based on copying part of change #22196 from do_chomp() to do_chop().
18363      Branch: perl
18364            ! doop.c
18365 ____________________________________________________________________________
18366 [ 26430] By: rgs                                   on 2005/12/21  09:23:05
18367         Log: Subject: [PATCH] Fix bug in change #26379
18368              From: "Jan Dubois" <jand@ActiveState.com>
18369              Date: Tue, 20 Dec 2005 16:42:24 -0800
18370              Message-ID: <046001c605c7$69470290$d563a8c0@candy>
18371      Branch: perl
18372            ! win32/win32.c
18373 ____________________________________________________________________________
18374 [ 26429] By: nicholas                              on 2005/12/20  23:12:17
18375         Log: rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL, so update the
18376              descriptive comment to include them.
18377      Branch: perl
18378            ! op.h
18379 ____________________________________________________________________________
18380 [ 26428] By: rgs                                   on 2005/12/20  20:50:26
18381         Log: Remove some hardcoded references to ./perl in tests
18382      Branch: perl
18383            ! t/op/closure.t t/op/magic.t t/run/runenv.t
18384 ____________________________________________________________________________
18385 [ 26427] By: nicholas                              on 2005/12/20  20:13:12
18386         Log: Take care in toke.c not to convert constant subroutine reference
18387              proxies into full blown PVGVs with PVCVs, and recognise them and inline
18388              their values. Adds a new function gv_const_sv(gv) to return the value
18389              of the constant subroutine from a GV, and adds a cv parameter to
18390              S_intuit_method.
18391      Branch: perl
18392            ! embed.fnc embed.h gv.c proto.h toke.c
18393 ____________________________________________________________________________
18394 [ 26426] By: merijn                                on 2005/12/20  19:56:58
18395         Log: Small update on using threads on HP-UX 10.20
18396              64bit is far beyond experimental by now
18397      Branch: perl
18398            ! README.hpux
18399 ____________________________________________________________________________
18400 [ 26425] By: nicholas                              on 2005/12/20  19:55:46
18401         Log: Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that disables
18402              addition of new typeglobs, and also disables initialisation of any
18403              typeglob placeholders. Needed to make the new constant subroutine
18404              proxy references work efficiently.
18405      Branch: perl
18406            ! gv.c gv.h
18407 ____________________________________________________________________________
18408 [ 26424] By: rgs                                   on 2005/12/20  19:37:26
18409         Log: Fix typos in regular expressions
18410      Branch: perl
18411            ! ext/POSIX/t/time.t
18412 ____________________________________________________________________________
18413 [ 26423] By: nicholas                              on 2005/12/20  16:34:27
18414         Log: Get the "cv" from the "gv" once, and be more careful so that we can
18415              cope if either aren't their regular types.
18416              cv_const_sv should verify the type of SV passed, instead of assuming
18417              that it's a viable CV.
18418      Branch: perl
18419            ! op.c toke.c
18420 ____________________________________________________________________________
18421 [ 26422] By: nicholas                              on 2005/12/20  15:11:09
18422         Log: Croak if gv_init doesn't know how to create a typeglob from that type
18423              of referant. Test that ARRAY, HASH, PVIO, CODE and FORMAT croak.
18424              Globs are actually first class assignable objects, so test that you
18425              can create a constant subroutine that returns one.
18426      Branch: perl
18427            ! gv.c pod/perldiag.pod t/op/gv.t
18428 ____________________________________________________________________________
18429 [ 26421] By: rgs                                   on 2005/12/20  14:54:10
18430         Log: POD nits on B::Lint
18431      Branch: perl
18432            ! ext/B/B/Lint.pm
18433 ____________________________________________________________________________
18434 [ 26420] By: rgs                                   on 2005/12/20  14:48:34
18435         Log: Subject: Re: Pluggable lint patch
18436              From: Joshua ben Jore <twists@gmail.com>
18437              Date: Mon, 19 Dec 2005 09:22:04 -0600
18438              Message-ID: <dc5c751d0512190722s1e73ef88l5ae82bd7aa075c51@mail.gmail.com>
18439      Branch: perl
18440            ! ext/B/B/Lint.pm ext/B/t/lint.t
18441 ____________________________________________________________________________
18442 [ 26419] By: gisle                                 on 2005/12/20  14:39:22
18443         Log: Make perlivp skip the *.ph tests by default, since these
18444              files are normally not generated.
18445              The -a option is now needed for it to run all tests.
18446      Branch: perl
18447            ! utils/perlivp.PL
18448 ____________________________________________________________________________
18449 [ 26418] By: rgs                                   on 2005/12/20  14:24:06
18450         Log: Subject: [TEST PATCH] %^H can now propagate into eval
18451              From: Robin Houston <robin@cpan.org>
18452              Date: Tue, 20 Dec 2005 12:06:15 +0000
18453              Message-ID: <20051220120615.GA21794@rpc142.cs.man.ac.uk>
18454      Branch: perl
18455            ! t/comp/hints.t
18456 ____________________________________________________________________________
18457 [ 26417] By: nicholas                              on 2005/12/20  14:10:39
18458         Log: Verify that the code for initialising typeglobs from other types works.
18459      Branch: perl
18460            ! t/op/gv.t
18461 ____________________________________________________________________________
18462 [ 26416] By: rgs                                   on 2005/12/20  13:55:19
18463         Log: Use PTR2IV instead of casting directly
18464      Branch: perl
18465            ! pp_ctl.c
18466 ____________________________________________________________________________
18467 [ 26415] By: nicholas                              on 2005/12/20  13:39:01
18468         Log: gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather
18469              than a simple boolean, so passing FALSE or TRUE is bogus.
18470      Branch: perl
18471            ! doio.c gv.c mg.c op.c pp.c pp_hot.c pp_sys.c regcomp.c sv.c
18472            ! toke.c universal.c
18473 ____________________________________________________________________________
18474 [ 26414] By: nicholas                              on 2005/12/20  12:51:21
18475         Log: In Perl_yylex, move the declaration of orig_keyword, gv and gvp down to
18476              the block labelled keylookup.
18477      Branch: perl
18478            ! toke.c
18479 ____________________________________________________________________________
18480 [ 26413] By: rgs                                   on 2005/12/20  10:25:01
18481         Log: Subject: [PATCH] make failing cygwin test TODO'd
18482              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
18483              Date: Mon, 19 Dec 2005 03:41:12 -0800
18484              Message-ID: <20051219114112.GA5568@efn.org>
18485      Branch: perl
18486            ! lib/File/Compare.t
18487 ____________________________________________________________________________
18488 [ 26412] By: nicholas                              on 2005/12/19  23:47:26
18489         Log: In Perl_yylex, make tmp a temporary variable local to the blocks in
18490              which it is used.
18491      Branch: perl
18492            ! toke.c
18493 ____________________________________________________________________________
18494 [ 26411] By: nicholas                              on 2005/12/19  22:38:54
18495         Log: Assert that orig_keyword, gv and gvp aren't used before the main
18496              keyword parser of Perl_yylex.
18497      Branch: perl
18498            ! toke.c
18499 ____________________________________________________________________________
18500 [ 26410] By: davem                                 on 2005/12/19  22:07:49
18501         Log: //g loops infinitely on tainted data
18502              make the LHS of expr =~ /foo/g an lvalue, so that any pos magic
18503              attached to it stays attached.
18504      Branch: perl
18505            ! op.c t/op/taint.t
18506 ____________________________________________________________________________
18507 [ 26409] By: nicholas                              on 2005/12/19  20:57:40
18508         Log: Make gv_init recognise a reference-to-something in a symbol table as
18509              meaning a constant subroutine with that thing as it value
18510      Branch: perl
18511            ! gv.c
18512 ____________________________________________________________________________
18513 [ 26408] By: rgs                                   on 2005/12/19  19:27:09
18514         Log: Fix internal broken link ; reindent code examples
18515      Branch: perl
18516            ! pod/perlsyn.pod
18517 ____________________________________________________________________________
18518 [ 26407] By: rgs                                   on 2005/12/19  19:21:47
18519         Log: Fix typo.
18520              Add empty lines after =items.
18521      Branch: perl
18522            ! pod/perldiag.pod
18523 ____________________________________________________________________________
18524 [ 26406] By: rgs                                   on 2005/12/19  19:18:48
18525         Log: A note on say() and ORS grabbed from Damian's Perl6::Say.
18526      Branch: perl
18527            ! pod/perlfunc.pod
18528 ____________________________________________________________________________
18529 [ 26405] By: rgs                                   on 2005/12/19  18:43:04
18530         Log: Attempt at making IO::Handle backwards compatible again
18531      Branch: perl
18532            ! ext/IO/lib/IO/Handle.pm
18533 ____________________________________________________________________________
18534 [ 26404] By: nicholas                              on 2005/12/19  18:28:03
18535         Log: Make sv_dump (and therefore Devel::Peek) report the value of the
18536              constant in inlineable constant subroutines.
18537      Branch: perl
18538            ! dump.c ext/Devel/Peek/t/Peek.t
18539 ____________________________________________________________________________
18540 [ 26403] By: rgs                                   on 2005/12/19  18:20:48
18541         Log: sort.pm deserves a new version number
18542      Branch: perl
18543            ! lib/sort.pm
18544 ____________________________________________________________________________
18545 [ 26402] By: rgs                                   on 2005/12/19  18:17:19
18546         Log: Subject: Re: [PATCH] Make the 'sort' pragma lexically scoped
18547              From: Robin Houston <robin@cpan.org>
18548              Date: Dec 19, 2005 6:46 PM
18549              Message-ID: <20051219174620.GA17940@rpc142.cs.man.ac.uk>
18550      Branch: perl
18551            ! embed.fnc embed.h ext/B/B/Concise.pm ext/B/t/concise-xs.t
18552            ! ext/B/t/f_sort.t global.sym lib/feature.pm lib/sort.pm
18553            ! lib/sort.t op.c op.h pod/perlapi.pod pp_sort.c proto.h toke.c
18554 ____________________________________________________________________________
18555 [ 26401] By: rgs                                   on 2005/12/19  16:39:44
18556         Log: Missing file from last change
18557      Branch: perl
18558            + t/lib/common.pl
18559 ____________________________________________________________________________
18560 [ 26400] By: rgs                                   on 2005/12/19  16:26:15
18561         Log: Subject: [PATCH] latest switch/say/~~
18562              From: Robin Houston <robin@cpan.org>
18563              Date: Sat, 17 Dec 2005 20:44:31 +0000
18564              Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk>
18565      Branch: perl
18566            + lib/feature.pm lib/feature.t t/io/say.t t/lib/feature/nonesuch
18567            + t/lib/feature/say t/lib/feature/smartmatch
18568            + t/lib/feature/switch t/op/smartmatch.t t/op/switch.t
18569            ! MANIFEST cop.h embed.fnc embed.h ext/B/B/Deparse.pm
18570            ! ext/B/t/concise-xs.t ext/B/t/f_map.t ext/B/t/optree_samples.t
18571            ! ext/IO/lib/IO/Handle.pm ext/Opcode/Opcode.pm global.sym
18572            ! keywords.h keywords.pl lib/overload.pm lib/warnings.t op.c
18573            ! op.h opcode.h opcode.pl opnames.h perl.h perl_keyword.pl
18574            ! perly.act perly.h perly.tab perly.y pod/perldiag.pod
18575            ! pod/perlfunc.pod pod/perlop.pod pod/perlsyn.pod pp.sym
18576            ! pp_ctl.c pp_proto.h proto.h t/op/cproto.t toke.c
18577 ____________________________________________________________________________
18578 [ 26399] By: rgs                                   on 2005/12/19  09:52:42
18579         Log: Un-TODO a fixed test
18580              
18581              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
18582              From: demerphq <demerphq@gmail.com>
18583              Date: Sat, 17 Dec 2005 17:23:23 +0100
18584              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
18585      Branch: perl
18586            ! t/op/pat.t
18587 ____________________________________________________________________________
18588 [ 26398] By: rgs                                   on 2005/12/19  09:52:03
18589         Log: TODO-SKIP tests must be "not ok", or else the test harness will think
18590              it's an unexpected success
18591              
18592              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
18593              From: demerphq <demerphq@gmail.com>
18594              Date: Sat, 17 Dec 2005 17:23:23 +0100
18595              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
18596      Branch: perl
18597            ! t/test.pl
18598 ____________________________________________________________________________
18599 [ 26397] By: rgs                                   on 2005/12/18  10:23:55
18600         Log: Subject: [PATCH] Make script embedded in patchlevel.h work on win32.
18601              From: demerphq <demerphq@gmail.com> Mailed-By: perl.org
18602              Date: Dec 17, 2005 7:52 PM
18603              Message-ID: <9b18b3110512171052h2052d598rdf038f1d38560317@mail.gmail.com>
18604      Branch: perl
18605            ! patchlevel.h
18606 ____________________________________________________________________________
18607 [ 26396] By: craigb                                on 2005/12/18  00:16:42
18608         Log: Two test workarounds for VMS
18609      Branch: perl
18610            ! lib/File/Copy.t t/op/goto.t
18611 ____________________________________________________________________________
18612 [ 26395] By: nicholas                              on 2005/12/17  23:22:31
18613         Log: Add some paranoia to check that GP accesses aren't being done on the
18614              wrong types of SV.
18615      Branch: perl
18616            ! gv.h
18617 ____________________________________________________________________________
18618 [ 26394] By: stevep                                on 2005/12/17  19:21:35
18619         Log: Upgrade to Time-HiRes-1.86
18620      Branch: perl
18621            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
18622            ! ext/Time/HiRes/t/HiRes.t
18623 ____________________________________________________________________________
18624 [ 26393] By: nicholas                              on 2005/12/17  18:50:08
18625         Log: Two it's => its grammar fixes.
18626      Branch: perl
18627            ! op.c perl.h
18628 ____________________________________________________________________________
18629 [ 26392] By: nicholas                              on 2005/12/17  18:25:59
18630         Log: Move and const some definitions of variables used to save errno.
18631      Branch: perl
18632            ! doio.c perlio.c
18633 ____________________________________________________________________________
18634 [ 26391] By: nicholas                              on 2005/12/17  17:46:06
18635         Log: Add t/op/negate.t to MANIFEST.
18636      Branch: perl
18637            ! MANIFEST
18638 ____________________________________________________________________________
18639 [ 26390] By: nicholas                              on 2005/12/17  17:40:44
18640         Log: Pull the definition of olderrno in sv_2pv_flags into the block where
18641              it's used.
18642      Branch: perl
18643            ! sv.c
18644 ____________________________________________________________________________
18645 [ 26389] By: stevep                                on 2005/12/17  15:47:39
18646         Log: Subject: [PATCH] Correct typo in Time::HiRes tests introduced by patch 26383
18647              From: Dominic Dunlop <shouldbedomo@mac.com>
18648              Date: Sat, 17 Dec 2005 15:57:54 +0100
18649              Message-Id: <B364C747-F2BB-446F-887E-06EA2989888C@mac.com>
18650      Branch: perl
18651            ! ext/Time/HiRes/t/HiRes.t
18652 ____________________________________________________________________________
18653 [ 26388] By: stevep                                on 2005/12/17  15:41:38
18654         Log: Fix a typo and add some clarification to change #26387.
18655      Branch: perl
18656            ! pod/perlop.pod
18657 ____________________________________________________________________________
18658 [ 26387] By: stevep                                on 2005/12/17  15:35:45
18659         Log: Addition documentation explaining aritmetic negation on strings.  Also,
18660              additional test cases based partially on code by Piotr Fusik in 
18661              RT #36675: -'-10' eq '+10'.
18662      Branch: perl
18663            + t/op/negate.t
18664            ! pod/perlop.pod
18665 ____________________________________________________________________________
18666 [ 26386] By: nicholas                              on 2005/12/17  12:00:51
18667         Log: The IV/UV choice can be made inside uiv_2buf rather than sv_2pv_flags.
18668      Branch: perl
18669            ! sv.c
18670 ____________________________________________________________________________
18671 [ 26385] By: nicholas                              on 2005/12/17  11:44:47
18672         Log: The THINKFIRST check after the GMAGICAL check in sv_2iv_flags and
18673              sv_2uv_flags should have been else if.
18674      Branch: perl
18675            ! sv.c
18676 ____________________________________________________________________________
18677 [ 26384] By: stevep                                on 2005/12/17  04:03:05
18678         Log: Fix for ext/POSIX/t/time.t so the strftime() test works on systems
18679              that aren't quite up to SUS3.  Based on a patch by David Dyck in
18680              RT #37960: POSIX/t/time fails bleadperl
18681      Branch: perl
18682            ! ext/POSIX/t/time.t
18683 ____________________________________________________________________________
18684 [ 26383] By: stevep                                on 2005/12/17  01:46:58
18685         Log: Upgrade to Time-HiRes-1.85
18686      Branch: perl
18687            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
18688            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
18689            ! ext/Time/HiRes/fallback/const-c.inc
18690            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
18691 ____________________________________________________________________________
18692 [ 26382] By: nicholas                              on 2005/12/16  22:41:01
18693         Log: Typo fixes from Robin Houston in
18694              <20051216201446.GA24709@rpc142.cs.man.ac.uk>
18695      Branch: perl
18696            ! sv.h
18697 ____________________________________________________________________________
18698 [ 26381] By: nicholas                              on 2005/12/16  21:54:13
18699         Log: s/Nullhv/NULL/g;
18700              # Although I see that Robin is proposing to add some :-)
18701      Branch: perl
18702            ! cop.h ext/Data/Dumper/Dumper.xs ext/DynaLoader/dlutils.c gv.c
18703            ! op.c op.h pad.c perl.c sv.c toke.c universal.c xsutils.c
18704 ____________________________________________________________________________
18705 [ 26380] By: nicholas                              on 2005/12/16  21:30:34
18706         Log: s/Nullav/NULL/g
18707      Branch: perl
18708            ! cop.h ext/Data/Dumper/Dumper.xs gv.c intrpvar.h pad.c perl.c
18709            ! pp.c pp_ctl.c pp_sort.c scope.c sv.c
18710 ____________________________________________________________________________
18711 [ 26379] By: rgs                                   on 2005/12/16  21:13:37
18712         Log: Subject: [PATCH] RE: PeekMessage() call in win32\win32.c win32_async_check
18713              From: Jan Dubois <jand@activestate.com>
18714              Date: Dec 16, 2005 7:12 AM
18715              Message-ID: <015901c60207$abd64210$d563a8c0@candy>
18716              
18717              (Without the proposed alarm.t test)
18718      Branch: perl
18719            ! t/op/fork.t win32/perlhost.h win32/win32.c win32/win32.h
18720 ____________________________________________________________________________
18721 [ 26378] By: nicholas                              on 2005/12/16  18:12:26
18722         Log: Perl_sv_dup should be allocating bodies based on *size*, not the
18723              length to copy.
18724      Branch: perl
18725            ! sv.c
18726 ____________________________________________________________________________
18727 [ 26377] By: nicholas                              on 2005/12/16  15:55:51
18728         Log: comp/require.t exits early for the case of UTF-8 or EBCDIC, so need to
18729              add "new" tests before the end.
18730      Branch: perl
18731            ! t/comp/require.t
18732 ____________________________________________________________________________
18733 [ 26376] By: davem                                 on 2005/12/15  22:03:57
18734         Log: change #26373 broke threaded builds (aTHX_ now superfluous)
18735      Branch: perl
18736            ! pp_ctl.c
18737 ____________________________________________________________________________
18738 [ 26375] By: stevep                                on 2005/12/15  18:16:20
18739         Log: Added test for change #26373.
18740      Branch: perl
18741            ! t/comp/require.t
18742 ____________________________________________________________________________
18743 [ 26374] By: rgs                                   on 2005/12/15  18:00:34
18744         Log: Fix for [perl #37886] strict 'refs' doesn't apply inside defined
18745      Branch: perl
18746            ! pod/perl593delta.pod pp.c t/lib/strict/refs
18747 ____________________________________________________________________________
18748 [ 26373] By: stevep                                on 2005/12/15  17:48:42
18749         Log: Prevent require() from attempting to open directories and block 
18750              devices.  This fixes RT #24404.
18751      Branch: perl
18752            ! embed.fnc embed.h pp_ctl.c proto.h
18753 ____________________________________________________________________________
18754 [ 26372] By: nicholas                              on 2005/12/15  17:26:52
18755         Log: Use PL_op_desc rather than literal strings in pp_ioctl
18756      Branch: perl
18757            ! pp_sys.c
18758 ____________________________________________________________________________
18759 [ 26371] By: nicholas                              on 2005/12/15  17:26:22
18760         Log: Expand the comment describing the intent of change 26370, and how it
18761              relates to change 24660.
18762      Branch: perl
18763            ! toke.c
18764 ____________________________________________________________________________
18765 [ 26370] By: rgs                                   on 2005/12/15  17:12:01
18766         Log: Don't autovivify stashes as soon as the lexer sees them.
18767              This makes defined %foo::bar:: work again.
18768              Add tests for it, remove note in perldelta about having broken it.
18769      Branch: perl
18770            ! pod/perl593delta.pod t/op/stash.t toke.c
18771 ____________________________________________________________________________
18772 [ 26369] By: nicholas                              on 2005/12/15  16:24:21
18773         Log: In Perl_apply, the name of the op can be found from PL_op_name, instead
18774              of using local string constants.
18775      Branch: perl
18776            ! doio.c
18777 ____________________________________________________________________________
18778 [ 26368] By: rgs                                   on 2005/12/15  15:11:15
18779         Log: More general fix for bug [perl #37915]
18780              Make Net::Ping::mselect return undef on error instead of -1.
18781      Branch: perl
18782            ! lib/Net/Ping.pm
18783 ____________________________________________________________________________
18784 [ 26367] By: rgs                                   on 2005/12/15  14:44:51
18785         Log: Subject: [perl #37915] Bad select error handling in Net::Ping 
18786              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
18787              Date: Tue, 13 Dec 2005 10:44:47 -0800
18788              Message-ID: <rt-3.0.11-37915-125655.19.2646201463531@perl.org>
18789      Branch: perl
18790            ! lib/Net/Ping.pm
18791 ____________________________________________________________________________
18792 [ 26366] By: gisle                                 on 2005/12/15  12:34:12
18793         Log: Silence test output to STDERR
18794              because it makes the 'make test' output look ugly.
18795      Branch: perl
18796            ! ext/Sys/Syslog/t/00-load.t
18797 ____________________________________________________________________________
18798 [ 26365] By: gisle                                 on 2005/12/15  10:42:03
18799         Log: Subject: Re: [perl #37897] sprintf of version objects
18800              From: John Peacock <jpeacock@rowman.com>
18801              Date: Wed, 14 Dec 2005 10:12:56 -0500
18802              Message-ID: <43A03678.2060700@rowman.com>
18803              
18804              (with some formatting tweaks and extra test cases)
18805      Branch: perl
18806            ! sv.c t/op/sprintf.t
18807 ____________________________________________________________________________
18808 [ 26364] By: rgs                                   on 2005/12/15  10:04:36
18809         Log: Some cleanups by Jarkko (and one by myself) to check83.pl
18810      Branch: perl
18811            ! Porting/check83.pl
18812 ____________________________________________________________________________
18813 [ 26363] By: craigb                                on 2005/12/15  03:59:21
18814         Log: On VMS, put pods in [.lib.pods] rather than [.lib.pod]
18815              in order to avoid collisions with [.lib.Pod]
18816      Branch: perl
18817            ! configure.com installperl vms/descrip_mms.template
18818 ____________________________________________________________________________
18819 [ 26362] By: stevep                                on 2005/12/15  02:33:11
18820         Log: Reverting change #26360 and #26361 since it appears that the bugs I
18821              thought I fixed had been previously fixed with change #25953.
18822      Branch: perl
18823            ! pp_sort.c
18824 ____________________________________________________________________________
18825 [ 26361] By: stevep                                on 2005/12/15  02:02:25
18826         Log: Again, FREETMPS not SAVETMPS!
18827      Branch: perl
18828            ! pp_sort.c
18829 ____________________________________________________________________________
18830 [ 26360] By: stevep                                on 2005/12/15  02:00:19
18831         Log: Add a missing FREETMPS to match up with a SAVETMPS.  This change
18832              fixes problems with nested sorts.  (RTs #7063 and #36430).
18833      Branch: perl
18834            ! pp_sort.c
18835 ____________________________________________________________________________
18836 [ 26359] By: stevep                                on 2005/12/15  00:36:25
18837         Log: Upgrade to Getopt-Long-2.35
18838      Branch: perl
18839            ! lib/Getopt/Long.pm
18840 ____________________________________________________________________________
18841 [ 26358] By: craigb                                on 2005/12/14  22:03:28
18842         Log: Using the system's utime() requires a patch to vms/vmsish.h
18843              that has not been submitted yet.
18844      Branch: perl
18845            ! vms/vms.c
18846 ____________________________________________________________________________
18847 [ 26357] By: nicholas                              on 2005/12/14  16:41:33
18848         Log: lib/Pod/t/man.t should use TODO with not ok to express its intentions
18849              correctly in TAP. (or alternatively if it really wants to skip, it
18850              needs to print ok)
18851      Branch: perl
18852            ! lib/Pod/t/man.t
18853 ____________________________________________________________________________
18854 [ 26355] By: nicholas                              on 2005/12/14  15:25:39
18855         Log: Duplicate the AMAGIC temporary variable consting from sv_2iv_flags into
18856              sv_2uv_flags, sv_2nv and sv_2pv_flags.
18857      Branch: perl
18858            ! sv.c
18859 ____________________________________________________________________________
18860 [ 26354] By: nicholas                              on 2005/12/14  14:59:18
18861         Log: Simplify the SvGMAGIC code in sv_[ipu]v_flags.
18862      Branch: perl
18863            ! sv.c
18864 ____________________________________________________________________________
18865 [ 26353] By: nicholas                              on 2005/12/14  14:08:24
18866         Log: Simplify the SvGMAGIC code in sv_2nv, removing duplicated checks to
18867              warn for uninitialized values.
18868      Branch: perl
18869            ! sv.c
18870 ____________________________________________________________________________
18871 [ 26352] By: nicholas                              on 2005/12/14  13:22:14
18872         Log: The logic to use SVt_NV or SVt_PVNV is in sv_upgrade, so no need to
18873              dupliate it in sv_2nv. Also, the final sv_upgrade is never called.
18874      Branch: perl
18875            ! sv.c
18876 ____________________________________________________________________________
18877 [ 26351] By: davem                                 on 2005/12/14  12:46:29
18878         Log: forgot to add new file to change #26350
18879      Branch: perl
18880            + ext/threads/shared/t/blessed.t
18881 ____________________________________________________________________________
18882 [ 26350] By: davem                                 on 2005/12/14  12:44:20
18883         Log: Subject:  [perl #37919] Blessed scalar refs with threads::shared 
18884              From:  "Jerry D. Hedden" (via RT) <perlbug-followup@perl.org>
18885              Date:  Tue, 13 Dec 2005 15:11:20 -0800
18886              Message-Id:  <rt-3.0.11-37919-125690.15.3722450337035@perl.org>
18887              
18888              Unlike arrays and hashes, coping blessed refs to shared scalars left
18889              the copy unblessed
18890      Branch: perl
18891            ! MANIFEST ext/threads/shared/shared.xs
18892 ____________________________________________________________________________
18893 [ 26349] By: steveh                                on 2005/12/14  12:41:02
18894         Log: Fix compilation error when building with -DPERL_MEM_LOG_STDERR
18895      Branch: perl
18896            ! util.c
18897 ____________________________________________________________________________
18898 [ 26347] By: nicholas                              on 2005/12/13  22:07:30
18899         Log: Convert range.t to test.pl
18900      Branch: perl
18901            ! t/op/range.t
18902 ____________________________________________________________________________
18903 [ 26346] By: nicholas                              on 2005/12/13  20:05:31
18904         Log: Update embed.fnc and headers after change 26345 (spotted by Rafael)
18905      Branch: perl
18906            ! embed.fnc embed.h proto.h
18907 ____________________________________________________________________________
18908 [ 26345] By: nicholas                              on 2005/12/13  19:44:22
18909         Log: Inline asIV and asUV, as each is only used once, and it distracts from
18910              the patterns of repeated code in sv_2iv_flags, sv_2uv_flags, sv_2nv
18911              and sv_2pv_flags. Add a comment noting the return path from the end of
18912              the SvGMAGICAL case to all 4.
18913      Branch: perl
18914            ! sv.c
18915 ____________________________________________________________________________
18916 [ 26344] By: craigb                                on 2005/12/13  17:27:48
18917         Log: Don't include utime.h in vms.c -- it collides with 
18918              homegroun definitions in vmsish.h.
18919      Branch: perl
18920            ! vms/vms.c
18921 ____________________________________________________________________________
18922 [ 26343] By: rgs                                   on 2005/12/13  14:07:12
18923         Log: Fix realclean target for Sys::Syslog
18924      Branch: perl
18925            ! ext/Sys/Syslog/Makefile.PL
18926 ____________________________________________________________________________
18927 [ 26342] By: gisle                                 on 2005/12/13  13:54:44
18928         Log: Remove tests that were not portable to 64bit ints.
18929      Branch: perl
18930            ! t/op/sprintf2.t
18931 ____________________________________________________________________________
18932 [ 26341] By: stevep                                on 2005/12/13  12:17:57
18933         Log: Renaming of some of Pod::Simple's test files to make it more 8.3 
18934              friendly.
18935      Branch: perl
18936           +> lib/Pod/Simple/t/junk1.pod lib/Pod/Simple/t/junk1_out.txt
18937           +> lib/Pod/Simple/t/junk2.pod lib/Pod/Simple/t/junk2_out.txt
18938           +> lib/Pod/Simple/t/perlcyg.pod lib/Pod/Simple/t/perlcyg_out.txt
18939           +> lib/Pod/Simple/t/perlfaq3.pod
18940           +> lib/Pod/Simple/t/perlfaq3_out.txt lib/Pod/Simple/t/perlvar.pod
18941           +> lib/Pod/Simple/t/perlvar_out.txt
18942            - lib/Pod/Simple/t/test_junk1.pod
18943            - lib/Pod/Simple/t/test_junk1_out.txt
18944            - lib/Pod/Simple/t/test_junk2.pod
18945            - lib/Pod/Simple/t/test_junk2_out.txt
18946            - lib/Pod/Simple/t/test_old_perlcygwin.pod
18947            - lib/Pod/Simple/t/test_old_perlcygwin_out.txt
18948            - lib/Pod/Simple/t/test_old_perlfaq3.pod
18949            - lib/Pod/Simple/t/test_old_perlfaq3_out.txt
18950            - lib/Pod/Simple/t/test_old_perlvar.pod
18951            - lib/Pod/Simple/t/test_old_perlvar_out.txt
18952            ! MANIFEST lib/Pod/Simple/t/render.t
18953 ____________________________________________________________________________
18954 [ 26340] By: stevep                                on 2005/12/13  11:54:54
18955         Log: Changes to Pod::Simple's tests to get rid of the "^"s in the 
18956              directory names.
18957      Branch: perl
18958            + lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm
18959            + lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod
18960            + lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm
18961            + lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt
18962            + lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod
18963            + lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod
18964            + lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm
18965            + lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
18966            + lib/Pod/Simple/t/test_lib/Blorm.pm
18967            + lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt
18968            + lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm
18969            + lib/Pod/Simple/t/test_lib/Zonk/Veng.pm
18970            + lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod
18971            + lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm
18972            + lib/Pod/Simple/t/test_lib/hink_honk/readme.txt
18973            + lib/Pod/Simple/t/test_lib/pod/perlfliff.pod
18974            + lib/Pod/Simple/t/test_lib/pod/perlthang.pod
18975            + lib/Pod/Simple/t/test_lib/squaa.pm
18976            + lib/Pod/Simple/t/test_lib/squaa/Glunk.pod
18977            + lib/Pod/Simple/t/test_lib/squaa/Vliff.pm
18978            + lib/Pod/Simple/t/test_lib/zikzik.pod
18979            + lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm
18980            - lib/Pod/Simple/t/other^test^lib/Sizzlesuzzle.pm
18981            - lib/Pod/Simple/t/other^test^lib/hink^honk/Glunk.pod
18982            - lib/Pod/Simple/t/other^test^lib/hink^honk/Vliff.pm
18983            - lib/Pod/Simple/t/other^test^lib/hink^honk/readme.txt
18984            - lib/Pod/Simple/t/other^test^lib/pod/perlthang.pod
18985            - lib/Pod/Simple/t/other^test^lib/pod/perlzuk.pod
18986            - lib/Pod/Simple/t/other^test^lib/squaa/Vliff.pm
18987            - lib/Pod/Simple/t/other^test^lib/squaa/Wowo.pod
18988            - lib/Pod/Simple/t/test^lib/Blorm.pm
18989            - lib/Pod/Simple/t/test^lib/Zonk/Fiddle.txt
18990            - lib/Pod/Simple/t/test^lib/Zonk/Pronk.pm
18991            - lib/Pod/Simple/t/test^lib/Zonk/Veng.pm
18992            - lib/Pod/Simple/t/test^lib/hink^honk/Glunk.pod
18993            - lib/Pod/Simple/t/test^lib/hink^honk/Vliff.pm
18994            - lib/Pod/Simple/t/test^lib/hink^honk/readme.txt
18995            - lib/Pod/Simple/t/test^lib/pod/perlfliff.pod
18996            - lib/Pod/Simple/t/test^lib/pod/perlthang.pod
18997            - lib/Pod/Simple/t/test^lib/squaa.pm
18998            - lib/Pod/Simple/t/test^lib/squaa/Glunk.pod
18999            - lib/Pod/Simple/t/test^lib/squaa/Vliff.pm
19000            - lib/Pod/Simple/t/test^lib/zikzik.pod
19001            - lib/Pod/Simple/t/yet^another^test^lib/squaa/Vliff.pm
19002            ! MANIFEST lib/Pod/Simple/t/htmlbatch_01.t
19003            ! lib/Pod/Simple/t/search_10survey_specific.t
19004            ! lib/Pod/Simple/t/search_12survey_cwd.t
19005            ! lib/Pod/Simple/t/search_20survey_two.t
19006            ! lib/Pod/Simple/t/search_22survey_two_shadowing.t
19007            ! lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
19008            ! lib/Pod/Simple/t/search_26_glob_kleene_k.t
19009            ! lib/Pod/Simple/t/search_27_glob_squaa_kleene.t
19010            ! lib/Pod/Simple/t/search_28_glob_z_kleene_k.t
19011            ! lib/Pod/Simple/t/search_29_glob_z_qmark_k.t
19012 ____________________________________________________________________________
19013 [ 26339] By: gisle                                 on 2005/12/13  11:40:26
19014         Log: Add overflow check to EXPECT_NUMBER() used by sv_vcatpvfn().
19015              sprintf() or printf() will now croak if any of the indexes and
19016              widths specified in the format string are too large.
19017      Branch: perl
19018            ! pod/perldiag.pod sv.c t/op/sprintf.t t/op/sprintf2.t
19019 ____________________________________________________________________________
19020 [ 26338] By: rgs                                   on 2005/12/13  11:20:16
19021         Log: Subject: Re: check83.pl
19022              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19023              Date: Sun, 11 Dec 2005 07:19:58 -0800
19024              Message-ID: <20051211151958.GA6188@efn.org>
19025      Branch: perl
19026            ! Porting/check83.pl
19027 ____________________________________________________________________________
19028 [ 26337] By: steveh                                on 2005/12/13  09:41:29
19029         Log: Fix lib/File/Compare.t test failures on Win32
19030              
19031              Change 26225, updated by 26245, added a test for another filename with
19032              a trailing space but failed to open the new filehandle in binary mode
19033              
19034              To compound matters, creating a file called "foo " on Win32 "succeeds"
19035              but actually creates a file called just "foo", so we have actually
19036              overwritten the original file with this non-binary mode version, and
19037              hence some of the original tests started failing too!
19038              
19039              (And because of this the new test doesn't actually add anything new on
19040              Win32 at the moment, but right now I can't think of a filename that
19041              would have failed under 2-arg open but succeeds with 3-arg open, which
19042              was the purpose of this test)
19043      Branch: perl
19044            ! lib/File/Compare.t
19045 ____________________________________________________________________________
19046 [ 26336] By: steveh                                on 2005/12/13  08:54:45
19047         Log: Don't try to export Perl_pad_sv when it isn't defined
19048              
19049              Fixes a Win32 linker error in non-DEBUGGING builds following 26316
19050      Branch: perl
19051            ! makedef.pl
19052 ____________________________________________________________________________
19053 [ 26334] By: rgs                                   on 2005/12/12  16:03:00
19054         Log: A suggestion by Yamashina Hio to speed up substitutions
19055              with right-hand side expressions by freeing temporaries.
19056              See :
19057              
19058              Subject: s///ge; consumes PL_tmps_stack in its loop
19059              From: YAMASHINA Hio <hio@hio.jp>
19060              Date: Tue, 30 Aug 2005 17:17:23 +0900
19061              Message-Id: <20050830160113.9716.HIO@ymir.co.jp>
19062      Branch: perl
19063            ! pp_ctl.c
19064 ____________________________________________________________________________
19065 [ 26332] By: nicholas                              on 2005/12/12  15:24:06
19066         Log: Check that %v$foo does not crash.
19067      Branch: perl
19068            ! t/op/sprintf2.t
19069 ____________________________________________________________________________
19070 [ 26330] By: gisle                                 on 2005/12/12  13:55:14
19071         Log: Use load_module() instead of perl_eval_sv("require $mod") to
19072              load modules.  This is safer since $mod comes from an external
19073              source.
19074      Branch: perl
19075            ! ext/Storable/Storable.xs
19076 ____________________________________________________________________________
19077 [ 26329] By: stevep                                on 2005/12/12  13:21:03
19078         Log: Pod::Man's tests aren't Unicode friendly.  Let's skip the unfriendly
19079              test for now.
19080      Branch: perl
19081            ! lib/Pod/t/man.t
19082 ____________________________________________________________________________
19083 [ 26328] By: rgs                                   on 2005/12/12  13:18:21
19084         Log: Robin Houston points out a better way to replace
19085              the C<defined %foo::bar::> construct.
19086      Branch: perl
19087            ! pod/perl593delta.pod
19088 ____________________________________________________________________________
19089 [ 26327] By: gisle                                 on 2005/12/12  12:21:39
19090         Log: Oops, change 26326 broke t/run/switches.t
19091              Reverting change 24912 fixes it.
19092      Branch: perl
19093            ! t/run/switches.t
19094 ____________________________________________________________________________
19095 [ 26326] By: gisle                                 on 2005/12/12  10:41:04
19096         Log: Drop "v" prefix from sprintf("%vd", $^V).
19097              
19098              The sprintf documentation has this example:
19099              
19100              printf "version is v%vd\n", $^V;
19101              
19102              and it printed 'version is vv5.9.3\n'.
19103      Branch: perl
19104            ! sv.c t/op/sprintf.t
19105 ____________________________________________________________________________
19106 [ 26325] By: nicholas                              on 2005/12/11  22:37:40
19107         Log: Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug 37889)
19108      Branch: perl
19109            ! sv.c t/uni/sprintf.t
19110 ____________________________________________________________________________
19111 [ 26324] By: nicholas                              on 2005/12/11  20:34:33
19112         Log: Move the rest of the data munging into the test preparation loop.
19113      Branch: perl
19114            ! t/op/sprintf.t
19115 ____________________________________________________________________________
19116 [ 26323] By: nicholas                              on 2005/12/11  19:49:53
19117         Log: Move the $data and $result munging into the test preparation loop.
19118      Branch: perl
19119            ! t/op/sprintf.t
19120 ____________________________________________________________________________
19121 [ 26321] By: gisle                                 on 2005/12/11  18:14:24
19122         Log: Disallow sprintf's vector handling for non-integer formats.
19123              Avoids core dump for printf("%vs") and similar.
19124      Branch: perl
19125            ! sv.c t/op/sprintf.t
19126 ____________________________________________________________________________
19127 [ 26320] By: nicholas                              on 2005/12/11  12:54:14
19128         Log: Quench the other 2 ways obscure ways of abusing positional parameters
19129              to generate bogus array indexes. These two are inside the vector
19130              formatting code.
19131      Branch: perl
19132            ! sv.c t/op/sprintf.t
19133 ____________________________________________________________________________
19134 [ 26319] By: nicholas                              on 2005/12/10  18:13:33
19135         Log: Re-instate the old perl getcwd as _perl_getcwd, and use it if loading
19136              the XS fails. (Needed to bootstrap the core build)
19137      Branch: perl
19138            ! lib/Cwd.pm
19139 ____________________________________________________________________________
19140 [ 26318] By: stevep                                on 2005/12/10  15:42:39
19141         Log: Upgrade to PathTools-3.14_01
19142      Branch: perl
19143            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm lib/File/Spec.pm
19144            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
19145            ! lib/File/Spec/t/Spec.t
19146 ____________________________________________________________________________
19147 [ 26317] By: stevep                                on 2005/12/10  15:21:37
19148         Log: Subject: [PATCH] Code tweaks in sv.c
19149              From: Andy Lester <andy@petdance.com>
19150              Date: Fri, 9 Dec 2005 11:09:21 -0600
19151              Message-ID: <20051209170921.GC16943@petdance.com>
19152              
19153              Includes a minor change the patch to account for code that moved
19154              elsewhere.
19155      Branch: perl
19156            ! sv.c
19157 ____________________________________________________________________________
19158 [ 26316] By: stevep                                on 2005/12/10  15:14:37
19159         Log: Subject: [PATCH] Excluding pad funcs when not debugging
19160              From: Andy Lester <andy@petdance.com>
19161              Date: Wed, 7 Dec 2005 21:58:05 -0600
19162              Message-ID: <20051208035805.GA23007@petdance.com>
19163      Branch: perl
19164            ! pad.c
19165 ____________________________________________________________________________
19166 [ 26315] By: nicholas                              on 2005/12/09  23:09:42
19167         Log: A better hash for PTR_TABLE_HASH (?)
19168      Branch: perl
19169            ! sv.c
19170 ____________________________________________________________________________
19171 [ 26314] By: craigb                                on 2005/12/09  21:13:50
19172         Log: Subject: patch@26310 - Major step for > 256 char paths on VMS
19173              From: "John E. Malmberg" <wb8tyw@qsl.net>
19174              Date: Fri, 09 Dec 2005 14:08:53 -0500
19175              Message-id: <4399D645.8070803@qsl.net>
19176      Branch: perl
19177            ! vms/vms.c
19178 ____________________________________________________________________________
19179 [ 26313] By: nicholas                              on 2005/12/09  19:18:32
19180         Log: An alternative way of structuring ptr_table_clear so that the variables
19181              can be assigned to at declaration time.
19182      Branch: perl
19183            ! sv.c
19184 ____________________________________________________________________________
19185 [ 26312] By: nicholas                              on 2005/12/09  18:46:17
19186         Log: A more efficient way to loop in ptr_table_clear
19187      Branch: perl
19188            ! sv.c
19189 ____________________________________________________________________________
19190 [ 26311] By: stevep                                on 2005/12/09  13:22:33
19191         Log: Subject: Re: Pod::Simple integration
19192              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
19193              Date: Fri, 09 Dec 2005 07:06:00 +0100
19194              Message-ID: <87k6ee7qk7.fsf@k75.linux.bogus>
19195              
19196              These files are still giving problems after attempting to convert
19197              them to text in p4.  The tests pass without them, so we'll remove them
19198              from the Perl distribution.
19199      Branch: perl
19200            - lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
19201            - lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
19202            - lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
19203            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
19204            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
19205            ! MANIFEST
19206 ____________________________________________________________________________
19207 [ 26310] By: stevep                                on 2005/12/09  03:39:17
19208         Log: Fixes compile errors introduce with change #26301 when compiling
19209              with ithreads and DEBUGGING.
19210      Branch: perl
19211            ! sv.c
19212 ____________________________________________________________________________
19213 [ 26309] By: stevep                                on 2005/12/09  02:07:32
19214         Log: Upgrade to Sys-Syslog-0.10
19215      Branch: perl
19216            + ext/Sys/Syslog/Changes ext/Sys/Syslog/README
19217            + ext/Sys/Syslog/fallback/const-c.inc
19218            + ext/Sys/Syslog/fallback/const-xs.inc
19219            + ext/Sys/Syslog/t/00-load.t ext/Sys/Syslog/t/constants.t
19220            + ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
19221            + ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
19222            + ext/Sys/Syslog/t/portfs.t
19223            ! MANIFEST ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
19224            ! ext/Sys/Syslog/t/syslog.t
19225 ____________________________________________________________________________
19226 [ 26308] By: stevep                                on 2005/12/09  01:41:44
19227         Log: Upgrade to CGI.pm-3.15
19228      Branch: perl
19229            ! lib/CGI.pm lib/CGI/Changes
19230 ____________________________________________________________________________
19231 [ 26307] By: stevep                                on 2005/12/08  19:40:33
19232         Log: Add pointer to Pod::Simple for the Pod -> HTML task.
19233      Branch: perl
19234            ! pod/perltodo.pod
19235 ____________________________________________________________________________
19236 [ 26306] By: stevep                                on 2005/12/08  19:21:25
19237         Log: One final Pod::Usage yak to shave...
19238      Branch: perl
19239            ! lib/Pod/Usage.pm
19240 ____________________________________________________________________________
19241 [ 26305] By: stevep                                on 2005/12/08  19:07:38
19242         Log: Version bump for Pod::Usage
19243      Branch: perl
19244            ! lib/Pod/Usage.pm
19245 ____________________________________________________________________________
19246 [ 26304] By: stevep                                on 2005/12/08  19:04:59
19247         Log: Further yak-shaving on Pod::Usage.  Now, t/pod/pod2usage2.t tests 
19248              pass.
19249      Branch: perl
19250            ! lib/Pod/Usage.pm t/pod/pod2usage2.t
19251 ____________________________________________________________________________
19252 [ 26303] By: stevep                                on 2005/12/08  15:53:36
19253         Log: Fix to Pod::Usage to work with all recent Pod::Text versions.  Also
19254              includes a change to the Pod::Usage test file for compatibility
19255              purposes.
19256      Branch: perl
19257            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
19258 ____________________________________________________________________________
19259 [ 26302] By: craigb                                on 2005/12/08  14:47:57
19260         Log: On VMS, do not use Perl's memory allocator for the home-grown pipe
19261              structures.  They may be allocated during start-up and are torn down
19262              in an exit handler, where thread context and other Perlish support
19263              are iffy.
19264      Branch: perl
19265            ! vms/vms.c
19266 ____________________________________________________________________________
19267 [ 26301] By: nicholas                              on 2005/12/08  14:06:37
19268         Log: Merge common code from ptr_table_fetch and ptr_table_store into
19269              S_ptr_table_find.
19270      Branch: perl
19271            ! sv.c
19272 ____________________________________________________________________________
19273 [ 26300] By: gisle                                 on 2005/12/08  09:56:22
19274         Log: Fixup the setsockopt usage message; missing OPTVAL.
19275      Branch: perl
19276            ! ext/IO/lib/IO/Socket.pm
19277 ____________________________________________________________________________
19278 [ 26299] By: gisle                                 on 2005/12/08  09:53:35
19279         Log: Improve the setsockopt description.
19280              Removed claim that OPTVAL might be undef as it is just treated
19281              the same as 0 and give the usual use-of-uninitialized-value
19282              warning.  Added an example.
19283      Branch: perl
19284            ! pod/perlfunc.pod
19285 ____________________________________________________________________________
19286 [ 26298] By: craigb                                on 2005/12/08  04:34:42
19287         Log: Subject: patch@26253 Allow embedded new lines passed through to commands
19288              From: "John E. Malmberg" <wb8tyw@qsl.net>
19289              Date: Wed, 07 Dec 2005 22:26:21 -0500
19290              Message-id: <4397A7DD.8030403@qsl.net>
19291      Branch: perl
19292            ! vms/vms.c
19293 ____________________________________________________________________________
19294 [ 26297] By: stevep                                on 2005/12/07  20:39:24
19295         Log: One quick fix to the test for differences in error output.
19296      Branch: perl
19297            ! lib/Pod/t/Usage.t
19298 ____________________________________________________________________________
19299 [ 26296] By: rgs                                   on 2005/12/07  15:46:46
19300         Log: Subject: [PATCH] All args in embed.fnc should be named
19301              From: Andy Lester <andy@petdance.com>
19302              Date: Wed, 7 Dec 2005 10:08:18 -0600
19303              Message-ID: <20051207160818.GA13465@petdance.com>
19304      Branch: perl
19305            ! embed.fnc embed.pl pod/perlapi.pod proto.h
19306 ____________________________________________________________________________
19307 [ 26295] By: rgs                                   on 2005/12/07  15:13:03
19308         Log: Don't build manpages for Encode and Unicode::Normalize
19309              (when compiling perl manpages are built afterwards, not
19310              by MakeMaker like when installing modules.) This fix a
19311              bootstrap problem (now that Pod::Man uses POSIX.)
19312      Branch: perl
19313            ! ext/Encode/Makefile.PL ext/Unicode/Normalize/Makefile.PL
19314 ____________________________________________________________________________
19315 [ 26294] By: rgs                                   on 2005/12/07  13:22:39
19316         Log: Check in those files as text, not binary
19317      Branch: perl
19318            ! lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
19319            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
19320            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
19321            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
19322            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
19323 ____________________________________________________________________________
19324 [ 26293] By: rgs                                   on 2005/12/07  13:01:00
19325         Log: Remove space
19326      Branch: perl
19327            ! MANIFEST
19328 ____________________________________________________________________________
19329 [ 26292] By: stevep                                on 2005/12/07  12:36:59
19330         Log: Upgrade to podlators-2.00
19331      Branch: perl
19332            + lib/Pod/t/color.t lib/Pod/t/termcap.t
19333            - lib/Pod/t/text-errors.t
19334            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
19335            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
19336            ! lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
19337            ! lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
19338            ! lib/Pod/t/basic.txt lib/Pod/t/man.t lib/Pod/t/text-options.t
19339            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
19340 ____________________________________________________________________________
19341 [ 26291] By: stevep                                on 2005/12/07  11:38:00
19342         Log: Assimilate Pod-Simple-3.03 to the Perl core
19343      Branch: perl
19344            + (add 170 files)
19345            ! MANIFEST Porting/Maintainers.pl
19346 ____________________________________________________________________________
19347 [ 26290] By: nicholas                              on 2005/12/07  08:53:03
19348         Log: Pull the regexp stringification code out into S_stringify_regexp, to
19349              make sv_2pv_flags clearer.
19350      Branch: perl
19351            ! sv.c
19352 ____________________________________________________________________________
19353 [ 26289] By: nicholas                              on 2005/12/07  08:30:26
19354         Log: 3 instances of SvIsUV_on(sv); can be replaced with one.
19355      Branch: perl
19356            ! sv.c
19357 ____________________________________________________________________________
19358 [ 26288] By: stevep                                on 2005/12/07  02:10:26
19359         Log: Upgrade to CGI-3.14.
19360              
19361              Mmm...pi.  Oh, also including some Pod fixes in bleadperl that haven't
19362              yet been applied to the actual CGI distribution yet.
19363      Branch: perl
19364            ! lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
19365 ____________________________________________________________________________
19366 [ 26287] By: nicholas                              on 2005/12/06  21:55:29
19367         Log: Add a ; that 26281 was lacking.
19368              (Dear Mark, please can I have back one of the two that I sent you after
19369              change 23614)
19370      Branch: perl
19371            ! util.c
19372 ____________________________________________________________________________
19373 [ 26286] By: nicholas                              on 2005/12/06  21:39:24
19374         Log: Move vast swathes of common code from sv_2iv_flags and sv_2uv_flags
19375              into S_sv_2iuv_common.
19376      Branch: perl
19377            ! sv.c
19378 ____________________________________________________________________________
19379 [ 26285] By: nicholas                              on 2005/12/06  19:41:43
19380         Log: The early return for SvIOKp(sv) in sv_2[iu]v_flags is actually code
19381              duplication.
19382      Branch: perl
19383            ! sv.c
19384 ____________________________________________________________________________
19385 [ 26281] By: rgs                                   on 2005/12/06  17:23:09
19386         Log: Subject: [PATCH] More consting, and putting stuff in embed.fnc
19387              From: Andy Lester <andy@petdance.com>
19388              Date: Mon, 5 Dec 2005 13:46:13 -0600
19389              Message-ID: <20051205194613.GB7791@petdance.com>
19390      Branch: perl
19391            ! deb.c doio.c dump.c embed.fnc embed.h hv.c hv.h locale.c mg.c
19392            ! op.c op.h pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
19393            ! proto.h regcomp.c sv.c taint.c toke.c utf8.c util.c
19394 ____________________________________________________________________________
19395 [ 26280] By: nicholas                              on 2005/12/06  16:53:46
19396         Log: Subject: Re: stringification of v-string references
19397              From: John Peacock <jpeacock@rowman.com>
19398              Message-ID: <439592B4.2050101@rowman.com>
19399              Date: Tue, 06 Dec 2005 08:31:32 -0500
19400      Branch: perl
19401            ! t/op/ref.t
19402 ____________________________________________________________________________
19403 [ 26279] By: gisle                                 on 2005/12/06  16:42:31
19404         Log: Fix typo spotted by Ronald J Kimball.
19405      Branch: perl
19406            ! ext/Sys/Syslog/Syslog.pm
19407 ____________________________________________________________________________
19408 [ 26278] By: rgs                                   on 2005/12/06  14:56:28
19409         Log: Subject: Re: Perl PR: "Security holes in Sys::Syslog"
19410              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
19411              Date: Tue, 6 Dec 2005 09:56:12 -0500
19412              Message-ID: <20051206145612.GA94530@penkwe.pair.com>
19413      Branch: perl
19414            ! ext/Sys/Syslog/Syslog.pm
19415 ____________________________________________________________________________
19416 [ 26277] By: gisle                                 on 2005/12/06  14:45:30
19417         Log: Document why syslog($priority, "%s", $message) is a good idea
19418              if the code might be running with older versions of Sys::Syslog.
19419      Branch: perl
19420            ! ext/Sys/Syslog/Syslog.pm
19421 ____________________________________________________________________________
19422 [ 26276] By: merijn                                on 2005/12/06  14:30:53
19423         Log: Itanium blade servers added to the model list
19424      Branch: perl
19425            ! README.hpux
19426 ____________________________________________________________________________
19427 [ 26275] By: nicholas                              on 2005/12/06  13:56:15
19428         Log: Don't use Copy for 1 and 2 character string constants.
19429      Branch: perl
19430            ! sv.c
19431 ____________________________________________________________________________
19432 [ 26274] By: nicholas                              on 2005/12/06  13:40:07
19433         Log: Eliminate an unneeded local variable.
19434      Branch: perl
19435            ! sv.c
19436 ____________________________________________________________________________
19437 [ 26273] By: nicholas                              on 2005/12/06  13:08:57
19438         Log: Eliminate all the gotos in sv_2pv_flags, by moving the tokensave*
19439              code into the GMAGIC block.
19440      Branch: perl
19441            ! sv.c
19442 ____________________________________________________________________________
19443 [ 26272] By: nicholas                              on 2005/12/06  12:19:23
19444         Log: sv_2pv_flags shouldn't return a constant string "NULLREF" - it was the
19445              only constant non-"" string returned.
19446      Branch: perl
19447            ! sv.c
19448 ____________________________________________________________________________
19449 [ 26271] By: nicholas                              on 2005/12/05  23:57:51
19450         Log: Make all the return statements closer to the final calcuation of the
19451              returned value in the reference stringification code. Pull variables
19452              into tigher scope which also allows some to become const.
19453      Branch: perl
19454            ! sv.c
19455 ____________________________________________________________________________
19456 [ 26270] By: nicholas                              on 2005/12/05  23:29:46
19457         Log: Move the scope of origsv inwards, and rename variables to avoid the
19458              need to re-assign to sv.
19459      Branch: perl
19460            ! sv.c
19461 ____________________________________________________________________________
19462 [ 26269] By: nicholas                              on 2005/12/05  23:12:33
19463         Log: Clone the brief return logic and thereby remove a goto.
19464      Branch: perl
19465            ! sv.c
19466 ____________________________________________________________________________
19467 [ 26268] By: nicholas                              on 2005/12/05  22:44:32
19468         Log: As they are now the same, can fold the entire switch statement for
19469              reference type in sv_2pv_flags into a call to sv_reftype.
19470      Branch: perl
19471            ! sv.c
19472 ____________________________________________________________________________
19473 [ 26267] By: nicholas                              on 2005/12/05  22:20:31
19474         Log: Untease the regexp stringification from the reference naming in
19475              sv_2pv_flags. (Lots of re-indentation, little real change)
19476      Branch: perl
19477            ! sv.c
19478 ____________________________________________________________________________
19479 [ 26266] By: nicholas                              on 2005/12/05  21:58:20
19480         Log: References to version objects should stringify as VSTRING. This makes
19481              stringification consistent with the output of ref().
19482      Branch: perl
19483            ! sv.c
19484 ____________________________________________________________________________
19485 [ 26265] By: nicholas                              on 2005/12/05  20:37:11
19486         Log: The extra return is actually a duplicated code path, and can go.
19487      Branch: perl
19488            ! sv.c
19489 ____________________________________________________________________________
19490 [ 26264] By: nicholas                              on 2005/12/05  20:09:23
19491         Log: Fix typo in description.
19492      Branch: perl
19493            ! MANIFEST
19494 ____________________________________________________________________________
19495 [ 26263] By: nicholas                              on 2005/12/05  19:56:43
19496         Log: Add ext/MIME/Base64/README to MANIFEST
19497      Branch: perl
19498            ! MANIFEST
19499 ____________________________________________________________________________
19500 [ 26262] By: stevep                                on 2005/12/05  16:35:14
19501         Log: Upgrade to MIME-Base64-3.07
19502      Branch: perl
19503            + ext/MIME/Base64/README
19504            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
19505            ! ext/MIME/Base64/QuotedPrint.pm
19506 ____________________________________________________________________________
19507 [ 26261] By: stevep                                on 2005/12/05  16:29:46
19508         Log: Upgrade to Digest-MD5-2.36
19509      Branch: perl
19510            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
19511            ! ext/Digest/MD5/README ext/Digest/MD5/t/files.t
19512 ____________________________________________________________________________
19513 [ 26260] By: stevep                                on 2005/12/05  16:20:17
19514         Log: Upgrade to CGI.pm-3.13
19515      Branch: perl
19516            + lib/CGI/t/no_tabindex.t
19517            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes
19518            ! lib/CGI/Cookie.pm lib/CGI/t/form.t
19519 ____________________________________________________________________________
19520 [ 26259] By: rgs                                   on 2005/12/05  16:19:35
19521         Log: "Malformed UTF-8 character" was a severe warning, and can now be
19522              also a fatal error (since change #26258)
19523      Branch: perl
19524            ! pod/perldiag.pod
19525 ____________________________________________________________________________
19526 [ 26258] By: rgs                                   on 2005/12/05  16:04:16
19527         Log: Subject: Re: [perl #37836] Simple Regex causes SEGV when run on specific data
19528              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19529              Date: Tue, 06 Dec 2005 00:35:52 +0900
19530              Message-Id: <20051206003221.5AD9.BQW10602@nifty.com>
19531      Branch: perl
19532            ! regexec.c
19533 ____________________________________________________________________________
19534 [ 26257] By: rgs                                   on 2005/12/05  15:25:00
19535         Log: Better variable names make code clearer
19536              
19537              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
19538              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19539              Date: Sun, 04 Dec 2005 16:24:29 +0900
19540              Message-Id: <20051204162412.D720.BQW10602@nifty.com>
19541      Branch: perl
19542            ! embed.fnc proto.h utf8.c
19543 ____________________________________________________________________________
19544 [ 26256] By: rgs                                   on 2005/12/05  15:20:32
19545         Log: Rework the error messages from the swashget code.
19546              
19547              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
19548              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19549              Date: Sun, 04 Dec 2005 16:24:59 +0900
19550              Message-Id: <20051204162431.D723.BQW10602@nifty.com>
19551      Branch: perl
19552            ! pod/perldiag.pod utf8.c
19553 ____________________________________________________________________________
19554 [ 26255] By: rgs                                   on 2005/12/05  15:15:53
19555         Log: Clarification and cleanup of the XS SWASHGET code
19556              
19557              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
19558              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19559              Date: Sun, 04 Dec 2005 16:28:35 +0900
19560              Message-Id: <20051204162508.D726.BQW10602@nifty.com>
19561      Branch: perl
19562            ! lib/utf8_heavy.pl regexec.c t/op/pat.t utf8.c
19563 ____________________________________________________________________________
19564 [ 26254] By: rgs                                   on 2005/12/05  09:58:02
19565         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80.tar.gz
19566              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
19567              Date: Sat, 03 Dec 2005 12:24:05 +0100
19568              Message-ID: <87mzji8luy.fsf@k75.linux.bogus>
19569      Branch: perl
19570            ! lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
19571 ____________________________________________________________________________
19572 [ 26253] By: mhx                                   on 2005/12/04  19:37:58
19573         Log: NULL is a legal value for newXS()'s name parameter.
19574              (This caused strange build failures with gcc4 -O3)
19575      Branch: perl
19576            ! embed.fnc proto.h
19577 ____________________________________________________________________________
19578 [ 26252] By: stevep                                on 2005/12/04  15:30:55
19579         Log: Fix handling of author's names that had apostrophes.  Based on a patch
19580              by Sean O'Rourke <sorourke@cs.ucsd.edu> in RT bug #22950.
19581      Branch: perl
19582            ! utils/h2xs.PL
19583 ____________________________________________________________________________
19584 [ 26251] By: davem                                 on 2005/12/03  15:20:24
19585         Log: clarify description of vector (v) sprintf format modifier
19586      Branch: perl
19587            ! pod/perlfunc.pod
19588 ____________________________________________________________________________
19589 [ 26250] By: craigb                                on 2005/12/03  15:15:47
19590         Log: In vms/vms.c, don't use the thread-specific Newx() during
19591              startup before threads are initialized.  
19592      Branch: perl
19593            ! vms/vms.c
19594 ____________________________________________________________________________
19595 [ 26249] By: stevep                                on 2005/12/03  12:31:02
19596         Log: Update perlhack.pod with the updated, permanent ActiveState URLs
19597      Branch: perl
19598            ! pod/perlhack.pod
19599 ____________________________________________________________________________
19600 [ 26248] By: rgs                                   on 2005/12/03  12:16:54
19601         Log: Missing chunk in change #26247.
19602      Branch: perl
19603            ! ext/Sys/Syslog/Syslog.pm
19604 ____________________________________________________________________________
19605 [ 26247] By: rgs                                   on 2005/12/03  11:23:29
19606         Log: Sys::Syslog::syslog can accept a message without printf
19607              escapes and arguments.
19608              
19609              Subject: Re: Perl PR: "Security holes in Sys::Syslog"
19610              From: Gisle Aas <gisle@activestate.com>
19611              Date: 03 Dec 2005 03:35:32 -0800
19612              Message-ID: <lracfi2z23.fsf@caliper.activestate.com>
19613      Branch: perl
19614            ! ext/Sys/Syslog/Syslog.pm
19615 ____________________________________________________________________________
19616 [ 26246] By: stevep                                on 2005/12/03  03:30:00
19617         Log: Upgrade to version-0.50
19618      Branch: perl
19619            ! lib/version.pm lib/version.pod lib/version.t util.c
19620 ____________________________________________________________________________
19621 [ 26245] By: rgs                                   on 2005/12/02  23:00:55
19622         Log: Replace ^M by a space in test for bug #37716, to make
19623              Cygwin happy (found by Yitzchak)
19624      Branch: perl
19625            ! lib/File/Compare.t
19626 ____________________________________________________________________________
19627 [ 26244] By: nicholas                              on 2005/12/02  17:15:27
19628         Log: Address Hugo's comment on Dave's change (26240)
19629      Branch: perl
19630            ! sv.c
19631 ____________________________________________________________________________
19632 [ 26243] By: rgs                                   on 2005/12/02  10:37:05
19633         Log: Subject: Storable retrieve_lscalar fails for empty strings [PATCH]
19634              From: Gisle Aas <gisle@ActiveState.com>
19635              Date: 28 Nov 2005 04:48:18 -0800
19636              Message-ID: <lr3blhndkd.fsf@caliper.activestate.com>
19637              
19638              and
19639              Message-ID: <lrwtisn062.fsf@caliper.activestate.com>
19640      Branch: perl
19641            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
19642 ____________________________________________________________________________
19643 [ 26242] By: rgs                                   on 2005/12/02  09:26:48
19644         Log: Subject: [PATCH] Signs, signs, everywhere a sign
19645              From: Andy Lester <andy@petdance.com>
19646              Date: Thu, 1 Dec 2005 14:24:51 -0600
19647              Message-ID: <20051201202451.GI22713@petdance.com>
19648      Branch: perl
19649            ! pp_pack.c
19650 ____________________________________________________________________________
19651 [ 26241] By: stevep                                on 2005/12/01  20:27:34
19652         Log: Nit from change #26232 noticed by H. Merijn Brand
19653      Branch: perl
19654            ! pod/perlop.pod
19655 ____________________________________________________________________________
19656 [ 26240] By: davem                                 on 2005/12/01  16:40:29
19657         Log: sprintf %NNN$ check for large values wrapping to negative
19658      Branch: perl
19659            ! sv.c t/op/sprintf2.t
19660 ____________________________________________________________________________
19661 [ 26239] By: rgs                                   on 2005/12/01  15:40:11
19662         Log: Always define PL_memory_wrap, and use it for the new sprintf checks
19663      Branch: perl
19664            ! makedef.pl perl.h sv.c
19665 ____________________________________________________________________________
19666 [ 26238] By: rgs                                   on 2005/12/01  15:26:09
19667         Log: Missing #ifdef, noticed by Jan Dubois
19668      Branch: perl
19669            ! sv.c
19670 ____________________________________________________________________________
19671 [ 26237] By: rgs                                   on 2005/12/01  14:25:34
19672         Log: Subject: [PATCH] Re: Perl PR: "Security holes in Sys::Syslog"
19673              From: Gisle Aas <gisle@ActiveState.com>
19674              Date: 01 Dec 2005 06:20:14 -0800
19675              Message-ID: <lroe406grl.fsf_-_@caliper.activestate.com>
19676              
19677              Subject: [PATCH] Suppress "0b" prefix for sprintf("%#b", 0)
19678              From: Gisle Aas <gisle@ActiveState.com>
19679              Date: 01 Dec 2005 06:11:44 -0800
19680              Message-ID: <lrsltc6h5r.fsf_-_@caliper.activestate.com>
19681      Branch: perl
19682            ! sv.c t/op/sprintf.t
19683 ____________________________________________________________________________
19684 [ 26236] By: rgs                                   on 2005/12/01  11:52:24
19685         Log: Subject: [PATCH] Disable constant folding of sprintf
19686              From: Gisle Aas <gisle@ActiveState.com>
19687              Date: 01 Dec 2005 03:22:10 -0800
19688              Message-ID: <lr8xv56p0d.fsf_-_@caliper.activestate.com>
19689      Branch: perl
19690            ! op.c opcode.h opcode.pl t/lib/warnings/sv t/op/sprintf2.t
19691 ____________________________________________________________________________
19692 [ 26235] By: rgs                                   on 2005/12/01  09:26:01
19693         Log: Subject: [patch] Re: Perl PR: "Security holes in Sys::Syslog"
19694              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
19695              Date: Wed, 30 Nov 2005 20:17:31 -0800
19696              Message-ID: <438E795B.9060805@ActiveState.com>
19697      Branch: perl
19698            ! sv.c
19699 ____________________________________________________________________________
19700 [ 26234] By: rgs                                   on 2005/12/01  08:34:42
19701         Log: Revert change #26110 (already reverted in maintperl by change 26182)
19702      Branch: perl
19703            ! op.c
19704 ____________________________________________________________________________
19705 [ 26233] By: rgs                                   on 2005/11/30  21:15:21
19706         Log: Jan Dubois notices that sitecustomize.pl is to be found in sitelib,
19707              not siteperl
19708      Branch: perl
19709            ! pod/perlrun.pod
19710 ____________________________________________________________________________
19711 [ 26232] By: stevep                                on 2005/11/30  19:09:17
19712         Log: dor-assign (//=) was missing from perlop.pod
19713      Branch: perl
19714            ! pod/perlop.pod
19715 ____________________________________________________________________________
19716 [ 26231] By: rgs                                   on 2005/11/30  17:57:16
19717         Log: Subject: [PATCH] Remove redundant SvUTF8_on() calls
19718              From: Gisle Aas <gisle@ActiveState.com>
19719              Date: 30 Nov 2005 09:28:54 -0800
19720              Message-ID: <lrhd9uhwo9.fsf@caliper.activestate.com>
19721      Branch: perl
19722            ! pp.c sv.c
19723 ____________________________________________________________________________
19724 [ 26229] By: rgs                                   on 2005/11/30  14:29:23
19725         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
19726              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19727              Date: Sun, 27 Nov 2005 17:02:02 +0900
19728              Message-Id: <20051127170016.A786.BQW10602@nifty.com>
19729      Branch: perl
19730            ! embed.fnc embed.h lib/utf8_heavy.pl pod/perlapi.pod
19731            ! pod/perlintern.pod proto.h universal.c utf8.c utf8.h
19732            ! utfebcdic.h
19733 ____________________________________________________________________________
19734 [ 26228] By: nicholas                              on 2005/11/30  13:55:05
19735         Log: The regexp engine should check SV flags rather than SV type for
19736              determining if something is a reference, because under the debugger
19737              the value returned by the swash code is SVt_PVMG.
19738              Not doing this has the side effect of repeatedly reassigning the
19739              same array element, which causes destructors to fire on the reassignment
19740              which in turn causes &utf8::DESTROY to run outside of the pseudo-safety
19741              of save_re_context, which under the debugger involves re-entering the
19742              regexp engine, which causes corruption of the regexp engine's global
19743              state.
19744      Branch: perl
19745            ! regexec.c
19746 ____________________________________________________________________________
19747 [ 26227] By: rgs                                   on 2005/11/30  12:30:47
19748         Log: Fix B::Concise tests after change #26226
19749      Branch: perl
19750            ! ext/B/t/optree_varinit.t
19751 ____________________________________________________________________________
19752 [ 26226] By: rgs                                   on 2005/11/30  09:53:11
19753         Log: Revert change #22520 (optimise away my $foo = undef and similar
19754              constructs), in order to fix bug perl #37776
19755      Branch: perl
19756            ! op.c t/op/my.t
19757 ____________________________________________________________________________
19758 [ 26225] By: rgs                                   on 2005/11/29  17:40:16
19759         Log: Subject: Re: [perl #37716] Re: File::Compare broken for filenames with whitespace
19760              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
19761              Date: Tue, 29 Nov 2005 08:07:19 +0100
19762              Message-ID: <878xv89bko.fsf@k75.linux.bogus>
19763      Branch: perl
19764            ! lib/File/Compare.pm lib/File/Compare.t
19765 ____________________________________________________________________________
19766 [ 26224] By: stevep                                on 2005/11/29  12:36:46
19767         Log: Assimilate Pod-Escapes-1.04.  This is a prereq for Pod::Simple, 
19768              which is now a prereq for podlators.
19769      Branch: perl
19770            + lib/Pod/Escapes.pm lib/Pod/Escapes/ChangeLog
19771            + lib/Pod/Escapes/README lib/Pod/Escapes/t/01_about_verbose.t
19772            + lib/Pod/Escapes/t/10_main.t
19773            + lib/Pod/Escapes/t/15_name2charnum.t
19774            ! MANIFEST Porting/Maintainers.pl
19775 ____________________________________________________________________________
19776 [ 26223] By: rgs                                   on 2005/11/28  18:43:51
19777         Log: Typo fix, by Olivier Blin
19778      Branch: perl
19779            ! lib/Getopt/Long.pm
19780 ____________________________________________________________________________
19781 [ 26222] By: steveh                                on 2005/11/28  17:07:25
19782         Log: Fix ext/POSIX/t/time.t on Win32
19783              
19784              According to MSDN, "The string result produced by ctime contains
19785              exactly 26 characters and has the form: Wed Jan 02 02:03:55 1980\n\0"
19786              so we *do* want the leading zero on the day returned by strftime
19787      Branch: perl
19788            ! ext/POSIX/t/time.t
19789 ____________________________________________________________________________
19790 [ 26221] By: stevep                                on 2005/11/28  14:11:23
19791         Log: Mac OS X/Darwin seems to have problems with tzname().
19792      Branch: perl
19793            ! ext/POSIX/t/time.t
19794 ____________________________________________________________________________
19795 [ 26220] By: rgs                                   on 2005/11/28  11:00:37
19796         Log: FAQ sync.
19797      Branch: perl
19798            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
19799            ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfaq9.pod
19800 ____________________________________________________________________________
19801 [ 26219] By: stevep                                on 2005/11/28  02:48:18
19802         Log: Subject: [PATCH] Math::Trig: blead and maint (doc patch only): s/Bay/Gulf/ and do away with bad quotes
19803              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
19804              Date: Sun, 27 Nov 2005 23:04:31 +0200 (EET)
19805              Message-Id: <20051127210431.F1D2C6CF55@ugli.hut.fi>
19806      Branch: perl
19807            ! lib/Math/Trig.pm
19808 ____________________________________________________________________________
19809 [ 26218] By: stevep                                on 2005/11/28  02:34:49
19810         Log: Mention of possible use of a scalar variable on the rhs of an arrow "->" 
19811              operator added to close two tickets.
19812      Branch: perl
19813            ! pod/perlobj.pod
19814 ____________________________________________________________________________
19815 [ 26217] By: rgs                                   on 2005/11/27  23:18:38
19816         Log: Don't let MakeMaker install doc for MIME::Base64
19817              (since installpod does it already)
19818      Branch: perl
19819            ! ext/MIME/Base64/Makefile.PL
19820 ____________________________________________________________________________
19821 [ 26216] By: rgs                                   on 2005/11/27  22:42:42
19822         Log: Upgrade to Getopt::Long 2.34_04
19823      Branch: perl
19824            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
19825            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
19826            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
19827            ! lib/Getopt/Long/t/gol-oo.t
19828 ____________________________________________________________________________
19829 [ 26215] By: rgs                                   on 2005/11/27  21:43:17
19830         Log: Subject: [PATCH] fix wrong pool error in cygwin build
19831              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19832              Date: Nov 27, 2005 9:29 AM
19833              Message-ID: <20051127082918.GA2556@efn.org>
19834      Branch: perl
19835            ! cygwin/cygwin.c
19836 ____________________________________________________________________________
19837 [ 26214] By: stevep                                on 2005/11/27  02:35:25
19838         Log: Upgrade to MIME-Base64-3.06
19839      Branch: perl
19840            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
19841            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
19842            ! ext/MIME/Base64/QuotedPrint.pm
19843 ____________________________________________________________________________
19844 [ 26213] By: stevep                                on 2005/11/26  12:48:42
19845         Log: Deal with differences in what clock() does between POSIX and BSD.
19846      Branch: perl
19847            ! ext/POSIX/t/time.t
19848 ____________________________________________________________________________
19849 [ 26212] By: stevep                                on 2005/11/26  12:04:00
19850         Log: Upgrade to Scalar-List-Utils-1.18
19851      Branch: perl
19852            + ext/List/Util/t/00version.t
19853            ! MANIFEST ext/List/Util/Changes
19854 ____________________________________________________________________________
19855 [ 26211] By: stevep                                on 2005/11/26  11:50:17
19856         Log: Upgrade to Digest-MD5-2.35
19857      Branch: perl
19858            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
19859            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
19860            ! ext/Digest/MD5/t/files.t
19861 ____________________________________________________________________________
19862 [ 26210] By: stevep                                on 2005/11/26  11:40:57
19863         Log: Actually update one of the files from the previous change.
19864      Branch: perl
19865            ! lib/Digest.pm
19866 ____________________________________________________________________________
19867 [ 26209] By: stevep                                on 2005/11/26  11:38:02
19868         Log: Upgrade to Digest-1.14
19869      Branch: perl
19870            ! lib/Digest.pm lib/Digest/Changes
19871 ____________________________________________________________________________
19872 [ 26208] By: stevep                                on 2005/11/26  02:56:26
19873         Log: Just be explicit about $TZ.  
19874      Branch: perl
19875            ! ext/POSIX/t/time.t
19876 ____________________________________________________________________________
19877 [ 26207] By: stevep                                on 2005/11/26  02:32:10
19878         Log: Hmmm...strftime() does work on Win32, but tzset() is having problems
19879              on OpenBSD.
19880      Branch: perl
19881            ! ext/POSIX/t/time.t
19882 ____________________________________________________________________________
19883 [ 26206] By: stevep                                on 2005/11/26  01:31:24
19884         Log: Additional tests for B and POSIX.  The POSIX ones concern me a bit,
19885              but I don't expect any black smokes because of testing on OpenBSD,
19886              Linux, Win32, an Cygwin.
19887      Branch: perl
19888            + ext/POSIX/t/time.t
19889            ! MANIFEST ext/B/t/b.t
19890 ____________________________________________________________________________
19891 [ 26205] By: nicholas                              on 2005/11/25  15:12:02
19892         Log: Move report_uninit() and its static supporting functions to the end of
19893              sv.c, so that they are not sandwiched between the two halves of the
19894              SV allocation code. However, the diff looks far more evil than it
19895              should given that this is just moving a single albeit large hunk.
19896      Branch: perl
19897            ! sv.c
19898 ____________________________________________________________________________
19899 [ 26204] By: rgs                                   on 2005/11/25  12:40:34
19900         Log: Subject: [PATCH] perlpod documentation discrepancy in 5.8.6 ( and maybe later? )
19901              From: demerphq <demerphq@gmail.com>
19902              Date: Fri, 25 Nov 2005 13:57:38 +0100
19903              Message-ID: <9b18b3110511250457k6c196c4fu167badd045c2d9e6@mail.gmail.com>
19904      Branch: perl
19905            ! pod/perlpod.pod
19906 ____________________________________________________________________________
19907 [ 26203] By: rgs                                   on 2005/11/24  16:09:48
19908         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
19909              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19910              Date: Fri, 25 Nov 2005 00:19:35 +0900
19911              Message-Id: <20051125001031.24E3.BQW10602@nifty.com>
19912              
19913              Date: Fri, 25 Nov 2005 01:18:17 +0900
19914              Message-Id: <20051125011410.24E9.BQW10602@nifty.com>
19915      Branch: perl
19916            ! universal.c utf8.c
19917 ____________________________________________________________________________
19918 [ 26202] By: rgs                                   on 2005/11/24  15:38:05
19919         Log: Document new perldoc -L switch
19920              
19921              Subject: Re: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
19922              From: Enrico Sorcinelli <bepi@perl.it>
19923              Date: Thu, 24 Nov 2005 16:04:03 +0100
19924              Message-Id: <20051124160403.568a194b.bepi@perl.it>
19925      Branch: perl
19926            ! pod/perldoc.pod
19927 ____________________________________________________________________________
19928 [ 26201] By: rgs                                   on 2005/11/24  08:52:35
19929         Log: Delete a README made redundant by change 26200.
19930      Branch: perl
19931            - wince/README.perlce
19932 ____________________________________________________________________________
19933 [ 26200] By: rgs                                   on 2005/11/23  20:45:44
19934         Log: Subject: [PATCH @26198] perlce touches
19935              From: Konovalov, Vadim <vkonovalov@spb.lucent.com>
19936              Date: Nov 23, 2005 8:55 PM
19937              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DDC3@itotest-1.spb.lucent.com>
19938      Branch: perl
19939            ! INSTALL MANIFEST README.ce makedef.pl wince/Makefile.ce
19940            ! wince/wince.c
19941 ____________________________________________________________________________
19942 [ 26199] By: rgs                                   on 2005/11/23  15:34:54
19943         Log: Subject: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
19944              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19945              Date: Wed, 23 Nov 2005 17:57:34 +0900
19946              Message-Id: <20051123175603.FFD5.BQW10602@nifty.com>
19947              
19948              And :
19949              Message-Id: <20051123202935.4D9D.BQW10602@nifty.com>
19950              
19951              with some nits to use U8 instead of char more consistently
19952      Branch: perl
19953            ! lib/utf8_heavy.pl t/op/pat.t universal.c utf8.c
19954 ____________________________________________________________________________
19955 [ 26198] By: rgs                                   on 2005/11/22  21:24:19
19956         Log: Notes in perlstyle about POD formatting, by Sébastien
19957              Aperghis-Tramoni, with nits by chromatic and Randy W. Sims.
19958      Branch: perl
19959            ! pod/perlstyle.pod
19960 ____________________________________________________________________________
19961 [ 26197] By: nicholas                              on 2005/11/22  20:23:34
19962         Log: Note the URL describing the vast riches awaiting us.
19963      Branch: perl
19964            ! t/lib/1_compile.t
19965 ____________________________________________________________________________
19966 [ 26196] By: davem                                 on 2005/11/22  16:52:24
19967         Log: include PERL_TRACK_MEMPOOL in perl -V output
19968      Branch: perl
19969            ! perl.c
19970 ____________________________________________________________________________
19971 [ 26195] By: davem                                 on 2005/11/22  16:32:42
19972         Log: perl segfaults on reversed array reference
19973              
19974              The 'for (reverse @a)' optimisation got its index wrong when
19975              create LVALUE SVs for undef elements
19976      Branch: perl
19977            ! pp_ctl.c pp_hot.c t/op/loopctl.t
19978 ____________________________________________________________________________
19979 [ 26194] By: rgs                                   on 2005/11/22  16:16:00
19980         Log: Subject: [DOC PATCH] Sort subs *can* now be recursive
19981              From: Robin Houston <robin@cpan.org>
19982              Date: Tue, 22 Nov 2005 13:28:17 +0000
19983              Message-ID: <20051122132817.GA20895@rpc142.cs.man.ac.uk>
19984      Branch: perl
19985            ! pod/perlfunc.pod
19986 ____________________________________________________________________________
19987 [ 26193] By: rgs                                   on 2005/11/22  16:10:00
19988         Log: Use the system's free to dealloc a PV allocated by the system
19989              (more precisely by libgdbm.) See :
19990              
19991              Subject: GDBM_file realloc failures
19992              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
19993              Date: Mon, 21 Nov 2005 18:22:00 +0100
19994              Message-ID: <20051121182200.0b3d2454@grubert.mandrakesoft.com>
19995      Branch: perl
19996            ! ext/GDBM_File/GDBM_File.xs
19997 ____________________________________________________________________________
19998 [ 26192] By: rgs                                   on 2005/11/22  15:54:16
19999         Log: Subject: Re: [PATCH] concat interacts badly with magic
20000              From: Robin Houston <robin@cpan.org>
20001              Date: Tue, 22 Nov 2005 14:07:27 +0000
20002              Message-ID: <20051122140727.GA29861@rpc142.cs.man.ac.uk>
20003              
20004              (new version of patch for bug #37722)
20005      Branch: perl
20006            ! pp_hot.c t/lib/warnings/9uninit t/lib/warnings/pp_hot
20007            ! t/op/tie.t
20008 ____________________________________________________________________________
20009 [ 26191] By: rgs                                   on 2005/11/22  14:16:05
20010         Log: Subject: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
20011              From: Enrico Sorcinelli <bepi@perl.it>
20012              Date: Sun, 20 Nov 2005 10:20:51 +0100
20013              Message-Id: <20051120102051.23ef095d.bepi@perl.it>
20014              
20015              Also, bump version number of Perldoc.
20016      Branch: perl
20017            ! lib/Pod/Perldoc.pm
20018 ____________________________________________________________________________
20019 [ 26190] By: rgs                                   on 2005/11/22  11:29:03
20020         Log: Revert change #26185, which could have some unwanted side-effects.
20021              (lib/warnings.t had failures due to this patch.)
20022              Moreover Dave Mitchell correctly pointed out that [perl #37722]
20023              wasn't really a bug.
20024      Branch: perl
20025            ! pp_hot.c t/op/tie.t
20026 ____________________________________________________________________________
20027 [ 26189] By: merijn                                on 2005/11/22  06:33:05
20028         Log: Subject: RE: [perl #37708] [PATCH] wrong IP_ constants on Win32 
20029              From: "Jan Dubois" <jand@ActiveState.com>
20030              Date: Mon, 21 Nov 2005 21:35:51 -0800
20031              Message-ID: <062401c5ef26$99b3a490$2217a8c0@candy>
20032      Branch: perl
20033            ! win32/include/sys/socket.h
20034 ____________________________________________________________________________
20035 [ 26188] By: stevep                                on 2005/11/22  03:41:17
20036         Log: Subject: [PATCH] ff_chop.patch redux
20037              From: Andy Lester <andy@petdance.com>
20038              Date: Mon, 21 Nov 2005 21:16:14 -0600
20039              Message-ID: <20051122031614.GB19424@petdance.com>
20040      Branch: perl
20041            ! pp_ctl.c
20042 ____________________________________________________________________________
20043 [ 26187] By: stevep                                on 2005/11/22  03:37:30
20044         Log: Subject: patch@26180 - t/op/pat.t : Can't reset %ENV on VMS
20045              From: "John E. Malmberg" <wb8tyw@qsl.net>
20046              Date: Mon, 21 Nov 2005 22:09:17 -0500
20047              Message-ID: <43828BDD.7080302@qsl.net>
20048      Branch: perl
20049            ! t/op/pat.t
20050 ____________________________________________________________________________
20051 [ 26186] By: stevep                                on 2005/11/22  03:32:04
20052         Log: Subject: patch@26180 - t/op/array.t : Can't reset %ENV on VMS
20053              From: "John E. Malmberg" <wb8tyw@qsl.net>
20054              Date: Mon, 21 Nov 2005 21:19:31 -0500
20055              Message-ID: <43828033.9040708@qsl.net>
20056      Branch: perl
20057            ! t/op/array.t
20058 ____________________________________________________________________________
20059 [ 26185] By: rgs                                   on 2005/11/21  17:19:34
20060         Log: Subject: [PATCH] concat interacts badly with magic
20061              From: Robin Houston <robin@cpan.org>
20062              Date: Mon, 21 Nov 2005 17:03:39 +0000
20063              Message-ID: <20051121170339.GA8214@rpc142.cs.man.ac.uk>
20064      Branch: perl
20065            ! pp_hot.c t/op/tie.t
20066 ____________________________________________________________________________
20067 [ 26184] By: nicholas                              on 2005/11/21  14:18:03
20068         Log: Flip the sign of the value in body details offset, and change its type
20069              to size_t.
20070      Branch: perl
20071            ! sv.c
20072 ____________________________________________________________________________
20073 [ 26183] By: merijn                                on 2005/11/21  14:11:28
20074         Log: Thread failures on AIX (and others) caused by interleaved output
20075              
20076              Subject: Smoke [5.9.3] 26168 FAIL(X) AIX 4.3.3.0/ML11 (PPC/1 cpu)
20077              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
20078              Date: Sun, 20 Nov 2005 14:36 +0100
20079              Message-Id: <200511201337.jAKDbc1O066213@smtp-vbr6.xs4all.nl>
20080      Branch: perl
20081            ! t/op/threads.t
20082 ____________________________________________________________________________
20083 [ 26181] By: rgs                                   on 2005/11/21  08:58:59
20084         Log: Upgrade to Time::HiRes 1.83
20085      Branch: perl
20086            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
20087            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
20088 ____________________________________________________________________________
20089 [ 26180] By: nicholas                              on 2005/11/20  20:39:50
20090         Log: Eliminate two more strlen()s, by using the return value of sprintf().
20091      Branch: perl
20092            ! pp_ctl.c
20093 ____________________________________________________________________________
20094 [ 26179] By: rgs                                   on 2005/11/20  12:10:15
20095         Log: Declarations must come first, or some compilers aren't happy.
20096              (spotted by Jarkko)
20097      Branch: perl
20098            ! ext/B/B.xs
20099 ____________________________________________________________________________
20100 [ 26178] By: stevep                                on 2005/11/20  02:41:01
20101         Log: Subject: [PATCH] Pulling ancient RCS comments
20102              From: Andy Lester <andy@petdance.com>
20103              Date: Sat, 19 Nov 2005 00:16:39 -0600
20104              Message-ID: <20051119061639.GA25086@petdance.com>
20105      Branch: perl
20106            ! lib/AnyDBM_File.t lib/importenv.pl lib/stat.pl lib/validate.pl
20107            ! t/base/cond.t t/base/if.t t/base/pat.t t/base/term.t
20108            ! t/cmd/elsif.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
20109            ! t/comp/cmdopt.t t/comp/cpp.t t/comp/decl.t t/io/inplace.t
20110            ! t/io/read.t t/io/tell.t t/op/append.t t/op/auto.t t/op/cond.t
20111            ! t/op/do.t t/op/flip.t t/op/goto_xs.t t/op/my.t t/op/push.t
20112            ! t/op/read.t t/op/time.t t/op/unshift.t
20113 ____________________________________________________________________________
20114 [ 26177] By: stevep                                on 2005/11/20  02:31:10
20115         Log: Subject: Reworked PERL_TRACK_MEMPOOL patch
20116              From: "Jan Dubois" <jand@ActiveState.com>
20117              Date: Fri, 18 Nov 2005 11:38:24 -0800
20118              Message-ID: <003601c5ec77$a45eb260$2217a8c0@candy>
20119      Branch: perl
20120            ! perl.h util.c
20121 ____________________________________________________________________________
20122 [ 26176] By: stevep                                on 2005/11/19  19:14:42
20123         Log: Down with "warning: code has no effect"
20124      Branch: perl
20125            ! XSUB.h
20126 ____________________________________________________________________________
20127 [ 26175] By: stevep                                on 2005/11/19  18:06:14
20128         Log: Cleaning up some warnings generated by "gcc -W"
20129      Branch: perl
20130            ! deb.c ext/B/B.xs ext/Data/Dumper/Dumper.xs
20131            ! ext/PerlIO/encoding/encoding.xs mg.c op.c regcomp.c scope.c
20132 ____________________________________________________________________________
20133 [ 26174] By: stevep                                on 2005/11/19  13:46:27
20134         Log: Upgrade to PathTools-3.14
20135      Branch: perl
20136            + lib/File/Spec/t/tmpdir.t
20137            ! MANIFEST ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
20138            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
20139            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
20140            ! lib/File/Spec/t/Spec.t
20141 ____________________________________________________________________________
20142 [ 26173] By: nicholas                              on 2005/11/19  11:21:15
20143         Log: Norman observed that a couple of macros could make the body defintion
20144              table a lot more readable.
20145      Branch: perl
20146            ! sv.c
20147 ____________________________________________________________________________
20148 [ 26172] By: nicholas                              on 2005/11/19  00:50:33
20149         Log: With -DPURFIY we change the flags so that everything is allocated
20150              directly. (Don't use arenas at all.) This seems a rather elegant way
20151              to simplify some of the code in sv.c by removing conditional
20152              compilation.
20153      Branch: perl
20154            ! sv.c
20155 ____________________________________________________________________________
20156 [ 26171] By: nicholas                              on 2005/11/19  00:21:58
20157         Log: Map the HE arena onto SV type 0 (SVt_NULL).
20158              Abolish PL_he_root and PL_he_arenaroot.
20159      Branch: perl
20160            ! embedvar.h ext/XS/APItest/APItest.xs hv.c intrpvar.h perlapi.h
20161            ! sv.c sv.h
20162 ____________________________________________________________________________
20163 [ 26170] By: nicholas                              on 2005/11/18  23:44:32
20164         Log: Remove all the now unused new_XFOO()/del_XFOO() macros
20165      Branch: perl
20166            ! sv.c
20167 ____________________________________________________________________________
20168 [ 26169] By: nicholas                              on 2005/11/18  23:28:59
20169         Log: sv_clear can manipulate the arena array directly too.
20170              Also, I think that we may have been "leaking" NV bodies in blead since
20171              25051. Oops. (Will not have been detectable except with -DPURIFY as
20172              the leak is not returning them as free to the arena)
20173      Branch: perl
20174            ! sv.c
20175 ____________________________________________________________________________
20176 [ 26168] By: nicholas                              on 2005/11/18  21:25:23
20177         Log: We only need to zero new bodies for upgrades. sv_dup doesn't need to
20178              zero as it's copying over the same sized structure. So change
20179              new_NOARENA to malloc(), and add new_NOARENAZ() to calloc()
20180      Branch: perl
20181            ! sv.c
20182 ____________________________________________________________________________
20183 [ 26167] By: nicholas                              on 2005/11/18  21:02:34
20184         Log: Merge the arms of the switch. The decision about what comes from an
20185              arena and what comes from malloc is now solely in the table.
20186      Branch: perl
20187            ! sv.c
20188 ____________________________________________________________________________
20189 [ 26166] By: nicholas                              on 2005/11/18  20:38:26
20190         Log: Eliminate new_body_length from sv_dup. Replace SvTYPE(sstr) with
20191              sv_type, which is a constant variable with the same value.
20192      Branch: perl
20193            ! sv.c
20194 ____________________________________________________________________________
20195 [ 26165] By: nicholas                              on 2005/11/18  19:50:24
20196         Log: Eliminate new_body_offset from sv_dup()
20197      Branch: perl
20198            ! sv.c
20199 ____________________________________________________________________________
20200 [ 26164] By: nicholas                              on 2005/11/18  17:37:39
20201         Log: Merge the last remaining case duplication in sv_upgrade
20202      Branch: perl
20203            ! sv.c
20204 ____________________________________________________________________________
20205 [ 26163] By: nicholas                              on 2005/11/18  16:18:38
20206         Log: Eliminate new_body_length from sv_upgrade
20207      Branch: perl
20208            ! sv.c
20209 ____________________________________________________________________________
20210 [ 26162] By: nicholas                              on 2005/11/18  15:51:10
20211         Log: Eliminate new_body_offset from sv_upgrade
20212      Branch: perl
20213            ! sv.c
20214 ____________________________________________________________________________
20215 [ 26161] By: nicholas                              on 2005/11/18  15:03:01
20216         Log: new_body_inline doesn't need to be passed the root, as it's already
20217              inferring the arenaroot directly from the passed-in type.
20218      Branch: perl
20219            ! sv.c
20220 ____________________________________________________________________________
20221 [ 26160] By: rgs                                   on 2005/11/18  12:40:16
20222         Log: Tabs are still required in the MANIFEST
20223      Branch: perl
20224            ! MANIFEST
20225 ____________________________________________________________________________
20226 [ 26159] By: nicholas                              on 2005/11/18  12:06:06
20227         Log: Add a flag to the body details of which types come from arenas.
20228              Update the allocation information for all the types.
20229              Add a new macro new_NOARENA() for allocating the non-arena types.
20230              Use calloc rather than malloc for the new_NOARENA so that the Zero()
20231              can be skipped.
20232      Branch: perl
20233            ! sv.c
20234 ____________________________________________________________________________
20235 [ 26158] By: nicholas                              on 2005/11/18  11:20:10
20236         Log: Simplify the expression for the upgrade logic for SVt_IV.
20237              Replace the "can't happen" comment for SVt_PVIV with assertions
20238              that it didn't happen.
20239      Branch: perl
20240            ! sv.c
20241 ____________________________________________________________________________
20242 [ 26157] By: stevep                                on 2005/11/18  11:07:34
20243         Log: Adding README.linux to the MANIFEST
20244      Branch: perl
20245            ! MANIFEST
20246 ____________________________________________________________________________
20247 [ 26156] By: nicholas                              on 2005/11/18  10:30:12
20248         Log: const and static for the const static private table.
20249              Replace the "upgrade" special case for SVt_PV with assertions as it's
20250              not been needed since we forced *up*grades.
20251      Branch: perl
20252            ! sv.c
20253 ____________________________________________________________________________
20254 [ 26155] By: nicholas                              on 2005/11/18  10:13:31
20255         Log: Rename sv_upgrade's parameter mt to new_type.
20256      Branch: perl
20257            ! sv.c
20258 ____________________________________________________________________________
20259 [ 26154] By: rgs                                   on 2005/11/18  08:30:18
20260         Log: Subject: Dumpvalue doc patch
20261              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
20262              Date: Fri, 18 Nov 2005 03:42:52 +0100
20263              Message-ID: <87br0ibrrn.fsf@k75.linux.bogus>
20264      Branch: perl
20265            ! lib/Dumpvalue.pm
20266 ____________________________________________________________________________
20267 [ 26153] By: stevep                                on 2005/11/18  00:54:53
20268         Log: Initial, albeit hackish, support for the alpha version of Sun Studio
20269              compilers of Linux.
20270      Branch: perl
20271            + README.linux
20272            ! hints/linux.sh
20273 ____________________________________________________________________________
20274 [ 26152] By: nicholas                              on 2005/11/17  23:27:59
20275         Log: All that can be in the first switch statement of sv_upgrade is now
20276              table driven. The shrinking continues on the morrow.
20277      Branch: perl
20278            ! sv.c
20279 ____________________________________________________________________________
20280 [ 26151] By: nicholas                              on 2005/11/17  22:50:07
20281         Log: "Can you see what it is yet?"
20282              Next steps towards making as much as possible table driven.
20283      Branch: perl
20284            ! sv.c
20285 ____________________________________________________________________________
20286 [ 26150] By: nicholas                              on 2005/11/17  21:58:58
20287         Log: Add the size of the structure to copy as a field in the per type
20288              data table.
20289      Branch: perl
20290            ! sv.c
20291 ____________________________________________________________________________
20292 [ 26149] By: nicholas                              on 2005/11/17  16:33:05
20293         Log: Merge sizeof_body_by_svtype and offset_by_svtype into a single array
20294              of structures.
20295      Branch: perl
20296            ! sv.c
20297 ____________________________________________________________________________
20298 [ 26148] By: nicholas                              on 2005/11/17  14:36:39
20299         Log: Move the location of the definition of the arena slot used for pte
20300              into sv.h, to keep it in one central place.
20301              Change it to use SVt_RV. (Having SVt_IV for real use will be useful.
20302              SVt_RV has no body, and doesn't pretend to have one, so it is spare.)
20303      Branch: perl
20304            ! sv.c sv.h
20305 ____________________________________________________________________________
20306 [ 26147] By: rgs                                   on 2005/11/17  14:09:10
20307         Log: Subject: [PATCH] Sort subs now in embed.fnc
20308              From: Andy Lester <andy@petdance.com>
20309              Date: Thu, 17 Nov 2005 07:53:38 -0600
20310              Message-ID: <20051117135338.GA31715@petdance.com>
20311      Branch: perl
20312            ! embed.fnc embed.h pp_sort.c proto.h
20313 ____________________________________________________________________________
20314 [ 26146] By: nicholas                              on 2005/11/17  13:51:01
20315         Log: s/SvTYPE(sv)/old_type/ in sv_upgrade because we already have that value
20316              in that variable.
20317              Don't compile S_new_body with -DPURIFY
20318      Branch: perl
20319            ! sv.c
20320 ____________________________________________________________________________
20321 [ 26145] By: rgs                                   on 2005/11/17  09:06:33
20322         Log: It's clearer to use "morphing" than "polymorphing" when
20323              describing what exec() does
20324      Branch: perl
20325            ! pod/perlmod.pod
20326 ____________________________________________________________________________
20327 [ 26144] By: stevep                                on 2005/11/17  00:18:31
20328         Log: Subject: [perl #37694] segfault with PerlIO::get_layers()
20329              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
20330              Date: Wed, 16 Nov 2005 07:11:41 -0800
20331              Message-ID: <rt-3.0.11-37694-124556.15.9755707729767@perl.org>
20332      Branch: perl
20333            ! universal.c
20334 ____________________________________________________________________________
20335 [ 26143] By: nicholas                              on 2005/11/16  23:40:55
20336         Log: Oi gcc, No! sizeof(void) is an error. *Not* 1.
20337              Wanting sizeof(void) isn't even a compilation error with -ansi
20338              -pedantic. Just a warning. Lame! I'm going to send it back for a full
20339              refund. Hateful software.
20340      Branch: perl
20341            ! sv.c
20342 ____________________________________________________________________________
20343 [ 26142] By: nicholas                              on 2005/11/16  20:18:58
20344         Log: PL_pte_root and PL_pte_arenaroot can be exterminated. Which reveals
20345              an erroneous remaining reference to PL_pte_root to correct.
20346      Branch: perl
20347            ! embedvar.h intrpvar.h perlapi.h sv.c
20348 ____________________________________________________________________________
20349 [ 26141] By: nicholas                              on 2005/11/16  19:26:17
20350         Log: Subject: Re: eliminate discreet arenaroots
20351              From: Jim Cromie <jim.cromie@gmail.com>
20352              Message-ID: <4378E5B0.3010708@gmail.com>
20353              Date: Mon, 14 Nov 2005 12:29:52 -0700
20354      Branch: perl
20355            ! embedvar.h intrpvar.h perlapi.h sv.c sv.h
20356 ____________________________________________________________________________
20357 [ 26140] By: merijn                                on 2005/11/16  19:26:13
20358         Log: Subject: [PATCH @26137] for wince
20359              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
20360              Date: Wed, 16 Nov 2005 20:57:13 +0300
20361              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC9F@itotest-1.spb.lucent.com>
20362      Branch: perl
20363            ! makedef.pl wince/Makefile.ce wince/config.ce wince/config_H.ce
20364            ! wince/wince.c
20365 ____________________________________________________________________________
20366 [ 26137] By: rgs                                   on 2005/11/16  15:06:10
20367         Log: Subject: Re: [perl #37688] Unexpected regex failure. 
20368              From: hv@crypt.org
20369              Date: Wed, 16 Nov 2005 14:54:55 +0000
20370              Message-Id: <200511161454.jAGEst117787@zen.crypt.org>
20371      Branch: perl
20372            ! regexec.c t/op/re_tests
20373 ____________________________________________________________________________
20374 [ 26136] By: rgs                                   on 2005/11/15  16:33:02
20375         Log: Subject: Re: [perl #37616] Bug in &= (string) and/or m//
20376              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20377              Date: Wed, 09 Nov 2005 02:12:00 +0900
20378              Message-Id: <20051109021035.69D8.BQW10602@nifty.com>
20379      Branch: perl
20380            ! doop.c t/op/bop.t
20381 ____________________________________________________________________________
20382 [ 26135] By: rgs                                   on 2005/11/15  13:30:00
20383         Log: Subject: [PATCH] Re: Cygwin status, maint and blead
20384              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20385              Date: Sun, 13 Nov 2005 16:01:02 -0800
20386              Message-ID: <20051114000102.GA5556@efn.org>
20387      Branch: perl
20388            ! Makefile.SH
20389 ____________________________________________________________________________
20390 [ 26134] By: nicholas                              on 2005/11/14  22:48:02
20391         Log: Remove the two register keywords from auto variables that PERL_POSION
20392              wants to take the address of.
20393      Branch: perl
20394            ! hv.c scope.c
20395 ____________________________________________________________________________
20396 [ 26133] By: nicholas                              on 2005/11/14  22:32:14
20397         Log: More PERL_POISON - poison SvANY() and SvREFCNT() in freed SV heads.
20398              (by using the union pointer to chain the freed heads together)
20399      Branch: perl
20400            ! sv.c
20401 ____________________________________________________________________________
20402 [ 26132] By: nicholas                              on 2005/11/14  22:31:14
20403         Log: Mark all places where perl needs to look at a possibly-freed scalar
20404              with a macro SvIS_FREED(sv)
20405      Branch: perl
20406            ! av.c mg.c op.c pad.c pp_hot.c sv.h
20407 ____________________________________________________________________________
20408 [ 26131] By: stevep                                on 2005/11/14  17:31:59
20409         Log: Removed reference to the non-existent C<Opcode::Custom>.
20410      Branch: perl
20411            ! pod/perlguts.pod
20412 ____________________________________________________________________________
20413 [ 26130] By: rgs                                   on 2005/11/14  16:32:33
20414         Log: The warning "Field too wide in 'u' format in pack" was emitted even
20415              when pack warnings were not enabled
20416      Branch: perl
20417            ! pp_pack.c
20418 ____________________________________________________________________________
20419 [ 26129] By: nicholas                              on 2005/11/14  16:22:26
20420         Log: Provide a crude way for specifying the command line for
20421              make test.valgrind
20422      Branch: perl
20423            ! Makefile.SH t/TEST
20424 ____________________________________________________________________________
20425 [ 26128] By: rgs                                   on 2005/11/14  15:40:08
20426         Log: A better fix for [perl #35847] File::Find not performing as documented,
20427              suggested by Darren Dunham. Includes a fix to the code example that
20428              uses File::Find in perlfaq3.
20429      Branch: perl
20430            ! lib/File/Find.pm pod/perlfaq3.pod
20431 ____________________________________________________________________________
20432 [ 26126] By: rgs                                   on 2005/11/14  12:43:29
20433         Log: Don't warn about lack of docs for functions that appear twice in embed.fnc.
20434      Branch: perl
20435            ! autodoc.pl
20436 ____________________________________________________________________________
20437 [ 26124] By: rgs                                   on 2005/11/14  10:45:25
20438         Log: Fix indentation of apidoc for sv_2pvutf8
20439              (so perlapi.pod is correctly generated)
20440      Branch: perl
20441            ! pod/perlapi.pod sv.c
20442 ____________________________________________________________________________
20443 [ 26123] By: rgs                                   on 2005/11/14  10:24:58
20444         Log: Suppress gcc warnings when ignoring the return value of io_close(),
20445              as suggested by Gisle Aas.
20446      Branch: perl
20447            ! embed.fnc proto.h
20448 ____________________________________________________________________________
20449 [ 26122] By: rgs                                   on 2005/11/14  10:13:41
20450         Log: Subject: [PATCH] Missing ; in Storable.xs
20451              From: Gisle Aas <gisle@ActiveState.com>
20452              Date: 14 Nov 2005 02:32:14 -0800
20453              Message-ID: <lrhdafy0y9.fsf_-_@caliper.activestate.com>
20454      Branch: perl
20455            ! ext/Storable/Storable.xs
20456 ____________________________________________________________________________
20457 [ 26120] By: steveh                                on 2005/11/14  09:39:48
20458         Log: Subject: [PATCH] Compress::Zlib
20459              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
20460              Date: Sun, 13 Nov 2005 17:09:08 -0000
20461              Message-ID: <00d101c5e874$f865f910$6d1c140a@myopwv.com>
20462      Branch: perl
20463            ! ext/Compress/Zlib/Zlib.pm
20464            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
20465            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
20466            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
20467            ! ext/Compress/Zlib/t/09gziphdr.t
20468 ____________________________________________________________________________
20469 [ 26119] By: steveh                                on 2005/11/14  09:39:02
20470         Log: Fix code-before-declaration in boot_Storable added by 26107
20471      Branch: perl
20472            ! ext/Storable/Storable.xs
20473 ____________________________________________________________________________
20474 [ 26118] By: stevep                                on 2005/11/14  01:13:16
20475         Log: Subject: [PATCH] consting perlbug breaking in blead & maint
20476              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20477              Date: Sun, 13 Nov 2005 16:00:49 -0800
20478              Message-ID: <20051114000049.GA7676@efn.org>
20479      Branch: perl
20480            ! utils/perlbug.PL
20481 ____________________________________________________________________________
20482 [ 26112] By: nicholas                              on 2005/11/13  18:47:27
20483         Log: Fix breakages that prevended -DPERL_POISON from compiling.
20484      Branch: perl
20485            ! handy.h sv.h
20486 ____________________________________________________________________________
20487 [ 26110] By: nicholas                              on 2005/11/13  11:44:30
20488         Log: Integrate:
20489              [ 26108]
20490              BEGIN blocks should start a new stack, as they can be called as a
20491              side effect of "regular" Perl API calls within subroutines that have
20492              already cached the current stack's address. If they don't, any stack
20493              extension during the call may move the stack, rendering that cached
20494              value invalid without the cachee realising. (For example, PP code
20495              calling gv_fetchpv() which triggers a load of Errno.pm)
20496      Branch: perl
20497           !> op.c
20498 ____________________________________________________________________________
20499 [ 26107] By: stevep                                on 2005/11/13  00:40:25
20500         Log: Subject: Re: [PATCH] Enhanced Storable::read_magic()
20501              From: Gisle Aas <gisle@ActiveState.com>
20502              Date: 12 Nov 2005 13:13:23 -0800
20503              Message-ID: <lrhdah7eoc.fsf@caliper.activestate.com>
20504      Branch: perl
20505            + ext/Storable/t/file_magic.t
20506            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
20507            ! ext/Storable/Storable.xs
20508 ____________________________________________________________________________
20509 [ 26103] By: stevep                                on 2005/11/12  20:44:16
20510         Log: Upgrade to Locale-Maketext-1.10.  As change #25547 did not make it
20511              into the module release, I bumped the version number and added the
20512              missing code.
20513      Branch: perl
20514            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
20515 ____________________________________________________________________________
20516 [ 26101] By: stevep                                on 2005/11/12  19:46:18
20517         Log: Subject: [perl #37657] segfault with binmode ":pop"
20518              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
20519              Date: Fri, 11 Nov 2005 06:36:20 -0800
20520              Message-ID: <rt-3.0.11-37657-124293.6.03947871136576@perl.org>
20521      Branch: perl
20522            ! perlio.c
20523 ____________________________________________________________________________
20524 [ 26100] By: nicholas                              on 2005/11/12  18:48:29
20525         Log: Make B's tests skip correctly when PerlIO is not configured.
20526      Branch: perl
20527            ! ext/B/t/concise-xs.t ext/B/t/concise.t
20528 ____________________________________________________________________________
20529 [ 26099] By: stevep                                on 2005/11/12  16:59:49
20530         Log: Subject: [PATCH] mathoms prototypes aren't prototypes
20531              From: Andy Lester <andy@petdance.com>
20532              Date: Fri, 11 Nov 2005 17:20:30 -0600
20533              Message-ID: <20051111232030.GA882@petdance.com>
20534      Branch: perl
20535            ! mathoms.c perl.c
20536 ____________________________________________________________________________
20537 [ 26096] By: stevep                                on 2005/11/12  15:41:09
20538         Log: Andy Lester maintains Locale::Maketext now.
20539      Branch: perl
20540            ! Porting/Maintainers.pl
20541 ____________________________________________________________________________
20542 [ 26093] By: nicholas                              on 2005/11/12  10:21:50
20543         Log: Change 26063 got one conditional the wrong way round.
20544      Branch: perl
20545            ! ext/B/B/Bytecode.pm
20546 ____________________________________________________________________________
20547 [ 26091] By: nicholas                              on 2005/11/12  09:15:32
20548         Log: Make the removal of references to AvFLAGS in the B modules conditional
20549              on perl version.
20550      Branch: perl
20551            ! ext/B/B/C.pm ext/B/B/Debug.pm
20552 ____________________________________________________________________________
20553 [ 26090] By: stevep                                on 2005/11/11  22:47:06
20554         Log: const'ing Netdb_host_t broke HP-UX and created warnings on gcc for a double const.  
20555              Netdb_host_t is a macro that for a const pointer.
20556      Branch: perl
20557            ! pp_sys.c
20558 ____________________________________________________________________________
20559 [ 26089] By: nicholas                              on 2005/11/11  21:52:20
20560         Log: 26085 was wrong. Undo it.
20561              (I suspect that I got this wrong because more changes have been made
20562              in blead subsequent to the change I was attempting to merge in, and
20563              and jiggled around with the number of tests)
20564      Branch: perl
20565            ! ext/B/t/concise-xs.t
20566 ____________________________________________________________________________
20567 [ 26088] By: stevep                                on 2005/11/11  16:44:39
20568         Log: Subject: [PATCH] DB_File 1.814
20569              From: Paul Marquess <Paul.Marquess@ntlworld.com>
20570              Date: Fri, 11 Nov 2005 12:09:55 -0000
20571              Message-ID: <00e301c5e6b8$d5a357f0$241c140a@myopwv.com>
20572      Branch: perl
20573            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20574            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
20575 ____________________________________________________________________________
20576 [ 26087] By: stevep                                on 2005/11/11  16:17:03
20577         Log: Subject: [PATCH] Storable 0.1 compatibility
20578              From: Gisle Aas <gisle@ActiveState.com> 
20579              Date: 11 Nov 2005 05:42:29 -0800 
20580              Message-ID: <lry83v712y.fsf@caliper.activestate.com>
20581              
20582              Also added an entry in the main MANIFEST file for the new test and 
20583              a version bump in Storable.pm.
20584      Branch: perl
20585            + ext/Storable/t/compat01.t
20586            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
20587            ! ext/Storable/Storable.xs
20588 ____________________________________________________________________________
20589 [ 26085] By: nicholas                              on 2005/11/11  14:16:30
20590         Log: Correct the version-dependant expression for the number of tests, as it
20591              is now giving the wrong number for 5.8.x
20592      Branch: perl
20593            ! ext/B/t/concise-xs.t
20594 ____________________________________________________________________________
20595 [ 26082] By: stevep                                on 2005/11/11  04:55:56
20596         Log: Subject: [PATCH] Const & local: Special Victims Unit
20597              From: Andy Lester <andy@petdance.com>
20598              Date: Thu, 10 Nov 2005 22:47:00 -0600
20599              Message-ID: <20051111044700.GA24161@petdance.com>
20600      Branch: perl
20601            ! cop.h doio.c doop.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c
20602            ! util.c
20603 ____________________________________________________________________________
20604 [ 26081] By: stevep                                on 2005/11/11  03:27:35
20605         Log: Pod nit in Encode.pm, found by Marc Lehmann in RT #36949. 
20606      Branch: perl
20607            ! ext/Encode/Encode.pm
20608 ____________________________________________________________________________
20609 [ 26080] By: stevep                                on 2005/11/11  03:18:11
20610         Log: Fix for RT #37654.  Added $COMPILING to list of variables exported.
20611      Branch: perl
20612            ! lib/English.pm
20613 ____________________________________________________________________________
20614 [ 26079] By: rgs                                   on 2005/11/10  16:59:15
20615         Log: Subject: [PATCH] Suppress leaked warnings in ExtUtils tests
20616              From: Dominic Dunlop <domo@computer.org>
20617              Date: Thu, 10 Nov 2005 18:10:00 +0100
20618              Message-Id: <D2949A21-7EE3-449F-BEF2-38FAD7B4A483@computer.org>
20619      Branch: perl
20620            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/Manifest.t
20621 ____________________________________________________________________________
20622 [ 26078] By: rgs                                   on 2005/11/10  16:36:12
20623         Log: Patch by Ilya Zakharevich to give more meaningful error
20624              messages from if.pm when invoked with a condition in list
20625              context. Also bump if's VERSION.
20626      Branch: perl
20627            ! lib/if.pm
20628 ____________________________________________________________________________
20629 [ 26077] By: rgs                                   on 2005/11/10  15:10:42
20630         Log: Define PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION earlier in perl.h
20631              (that is, before embed.h, that uses this symbol, is included)
20632      Branch: perl
20633            ! perl.h
20634 ____________________________________________________________________________
20635 [ 26076] By: rgs                                   on 2005/11/10  14:26:12
20636         Log: Subject: [perl #35847] File::Find not performing as documented 
20637              From: "jms@mathras.comcast.net (via RT)" <perlbug-followup@perl.org>
20638              Date: 17 May 2005 10:40:08 -0000
20639              Message-ID: <rt-3.0.11-35847-113088.7.09182163210095@perl.org>
20640      Branch: perl
20641            ! lib/File/Find.pm
20642 ____________________________________________________________________________
20643 [ 26075] By: rgs                                   on 2005/11/10  13:03:20
20644         Log: Subject: [perl #37648] segfault with PERLIO_DEBUG 
20645              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
20646              Date: Thu, 10 Nov 2005 04:31:39 -0800
20647              Message-ID: <rt-3.0.11-37648-124187.17.2251402270294@perl.org>
20648      Branch: perl
20649            ! perlio.c
20650 ____________________________________________________________________________
20651 [ 26074] By: stevep                                on 2005/11/10  12:22:43
20652         Log: Subject: [perl #37582] [PATCH] h2ph inc_dirs() fails to prepend gcc include search path, resulting in missing C standard headers on Linux
20653              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
20654              Date: Tue, 01 Nov 2005 15:22:45 -0800
20655              Message-ID: <rt-3.0.11-37582-123738.12.3509768746337@perl.org>
20656      Branch: perl
20657            ! utils/h2ph.PL
20658 ____________________________________________________________________________
20659 [ 26073] By: rgs                                   on 2005/11/10  10:52:51
20660         Log: Subject: [PATCH] remove whitespace preceding semicolon in docs
20661              From: Steven Schubiger <schubiger@cpan.org>
20662              Date: Mon, 31 Oct 2005 22:48:27 +0100
20663              Message-ID: <20051031214827.GH24416@accognoscere.homeunix.org>
20664      Branch: perl
20665            ! pod/perl561delta.pod pod/perl56delta.pod pod/perlcall.pod
20666            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perlfaq5.pod
20667            ! pod/perlfilter.pod pod/perlipc.pod pod/perllexwarn.pod
20668            ! pod/perlop.pod pod/perlre.pod pod/perlsub.pod pod/perltrap.pod
20669            ! pod/perlxs.pod
20670 ____________________________________________________________________________
20671 [ 26072] By: rgs                                   on 2005/11/10  10:37:42
20672         Log: Really apply change #26071.
20673      Branch: perl
20674            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
20675            ! wince/config_sh.PL
20676 ____________________________________________________________________________
20677 [ 26071] By: rgs                                   on 2005/11/10  10:35:57
20678         Log: Subject: [PATCH @26062] wince patch
20679              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
20680              Date: Wed, 9 Nov 2005 20:22:52 +0300 
20681              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC02@itotest-1.spb.lucent.com>
20682      Branch: perl
20683            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
20684            ! wince/config_sh.PL
20685 ____________________________________________________________________________
20686 [ 26070] By: rgs                                   on 2005/11/10  09:11:26
20687         Log: Add tests for two untested syntax error messages about \N
20688      Branch: perl
20689            ! t/comp/parser.t
20690 ____________________________________________________________________________
20691 [ 26069] By: steveh                                on 2005/11/10  08:41:53
20692         Log: Make Perl_seed public
20693              
20694              Fixes Win32 linker error in List::Util introduced by change #26054
20695      Branch: perl
20696            ! embed.fnc embed.h global.sym
20697 ____________________________________________________________________________
20698 [ 26068] By: rgs                                   on 2005/11/10  08:36:13
20699         Log: Subject: [PATCH] blead@26052 Symbian update
20700              From: <jarkko.hietaniemi@nokia.com>
20701              Date: Wed, 9 Nov 2005 17:45:07 +0200
20702              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A73D@esebe105.NOE.Nokia.com>
20703      Branch: perl
20704            ! README.symbian symbian/TODO symbian/config.pl symbian/port.pl
20705            ! symbian/sdk.pl symbian/sisify.pl
20706 ____________________________________________________________________________
20707 [ 26067] By: nicholas                              on 2005/11/09  21:52:03
20708         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
20709              change 25925 had the side effect of breaking ext/Encode/t/perlio.t
20710              Fixed by opening with :bytes.
20711      Branch: perl
20712            ! ext/Encode/t/perlio.t
20713 ____________________________________________________________________________
20714 [ 26066] By: nicholas                              on 2005/11/09  21:30:02
20715         Log: I/O is UTF-8, not "UNICODE"
20716      Branch: perl
20717            ! t/io/layers.t
20718 ____________________________________________________________________________
20719 [ 26065] By: nicholas                              on 2005/11/09  20:53:29
20720         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
20721              change 25925 had the side effect of breaking t/io/utf8.t
20722              Fixed by adding the missing binmode()s.
20723      Branch: perl
20724            ! t/io/utf8.t
20725 ____________________________________________________________________________
20726 [ 26064] By: nicholas                              on 2005/11/09  20:23:28
20727         Log: Better diagnostics from io/utf8.t
20728      Branch: perl
20729            ! t/io/utf8.t
20730 ____________________________________________________________________________
20731 [ 26063] By: nicholas                              on 2005/11/09  17:29:44
20732         Log: Make the Bytecode changes conditional on perl version.
20733      Branch: perl
20734            ! ext/B/B/Bytecode.pm
20735 ____________________________________________________________________________
20736 [ 26062] By: rgs                                   on 2005/11/09  11:56:04
20737         Log: Subject: Re: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
20738              From: Graham Barr <gbarr@pobox.com>
20739              Date: Wed, 9 Nov 2005 06:09:48 -0600
20740              Message-Id: <6CAD749E-AE29-415A-9ACB-BA8F6FB8279E@pobox.com>
20741      Branch: perl
20742            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
20743            ! ext/List/Util/t/lln.t ext/List/Util/t/p_blessed.t
20744            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_lln.t
20745            ! ext/List/Util/t/p_max.t ext/List/Util/t/p_maxstr.t
20746            ! ext/List/Util/t/p_min.t ext/List/Util/t/p_minstr.t
20747            ! ext/List/Util/t/p_openhan.t ext/List/Util/t/p_readonly.t
20748            ! ext/List/Util/t/p_reduce.t ext/List/Util/t/p_refaddr.t
20749            ! ext/List/Util/t/p_reftype.t ext/List/Util/t/p_shuffle.t
20750            ! ext/List/Util/t/p_sum.t ext/List/Util/t/p_tainted.t
20751 ____________________________________________________________________________
20752 [ 26061] By: nicholas                              on 2005/11/09  11:21:10
20753         Log: Simplify Perl_allocmy slightly, and cope better with the name is ""
20754              case.
20755      Branch: perl
20756            ! op.c
20757 ____________________________________________________________________________
20758 [ 26060] By: nicholas                              on 2005/11/09  11:17:17
20759         Log: Add a comment about possible future refactoring of the pad code.
20760      Branch: perl
20761            ! pad.c
20762 ____________________________________________________________________________
20763 [ 26059] By: nicholas                              on 2005/11/09  10:56:28
20764         Log: Remove superfluous strlen() from pp_require().
20765      Branch: perl
20766            ! pp_ctl.c
20767 ____________________________________________________________________________
20768 [ 26058] By: stevep                                on 2005/11/09  10:45:57
20769         Log: Patch from Gisle to add NO_MATHOMS to the Compile-time options.
20770      Branch: perl
20771            ! perl.c
20772 ____________________________________________________________________________
20773 [ 26057] By: rgs                                   on 2005/11/09  10:31:35
20774         Log: Don't declare a function inside another function
20775      Branch: perl
20776            ! perl.c
20777 ____________________________________________________________________________
20778 [ 26056] By: merijn                                on 2005/11/09  09:54:28
20779         Log: Subject: Configure setting patchlevel broken
20780              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20781              Date: Fri, 14 Oct 2005 00:33:29 -0700
20782              Message-ID: <20051014073329.GA3236@efn.org>
20783      Branch: perl
20784            ! Configure
20785 ____________________________________________________________________________
20786 [ 26054] By: rgs                                   on 2005/11/09  09:15:04
20787         Log: Subject: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
20788              From: Robin Houston <robin@cpan.org>
20789              Date: Tue, 8 Nov 2005 19:02:34 +0000
20790              Message-ID: <20051108190234.GA25953@rpc142.cs.man.ac.uk>
20791      Branch: perl
20792            ! cop.h ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
20793            ! ext/List/Util/multicall.h ext/List/Util/t/first.t
20794            ! ext/List/Util/t/reduce.t pod/perlcall.pod
20795 ____________________________________________________________________________
20796 [ 26053] By: rgs                                   on 2005/11/09  08:57:10
20797         Log: Subject: patch@26052 - compile rule for mathoms.c
20798              From: "John E. Malmberg" <wb8tyw@qsl.net>
20799              Date: Tue, 08 Nov 2005 23:09:03 -0500
20800              Message-ID: <4371765F.1000900@qsl.net>
20801      Branch: perl
20802            ! vms/descrip_mms.template
20803 ____________________________________________________________________________
20804 [ 26052] By: nicholas                              on 2005/11/08  22:05:57
20805         Log: It helps to actually *remove* the now-superfluous strlen().
20806              (An addendum to 26050.)
20807      Branch: perl
20808            ! toke.c
20809 ____________________________________________________________________________
20810 [ 26051] By: nicholas                              on 2005/11/08  21:55:40
20811         Log: Moving the 4 writes of PL_no_mem followed by exit(1) to a static
20812              function makes the object code slightly smaller.
20813      Branch: perl
20814            ! util.c
20815 ____________________________________________________________________________
20816 [ 26050] By: nicholas                              on 2005/11/08  21:37:52
20817         Log: Eliminate some unnecessary strlen()s
20818      Branch: perl
20819            ! doio.c op.c perl.c perlio.c sv.c toke.c util.c
20820 ____________________________________________________________________________
20821 [ 26049] By: nicholas                              on 2005/11/08  20:43:11
20822         Log: Eliminate duplicate strlen()s by explicitly calling it.
20823              Note two places for future audit with FIXME.
20824              Convert a SvPVX_const to SvPVX_const_nolen, where the length is unused.
20825      Branch: perl
20826            ! pp_ctl.c
20827 ____________________________________________________________________________
20828 [ 26048] By: nicholas                              on 2005/11/08  20:35:11
20829         Log: 3 calls to strlen() we can avoid.
20830      Branch: perl
20831            ! doio.c
20832 ____________________________________________________________________________
20833 [ 26047] By: rgs                                   on 2005/11/08  17:35:58
20834         Log: Subject: [DOC PATCH] mention @-, @+ in perl56delta.pod
20835              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20836              Date: Tue, 8 Nov 2005 08:46:42 -0800
20837              Message-ID: <20051108164642.GD7972@efn.org>
20838      Branch: perl
20839            ! pod/perl561delta.pod pod/perl56delta.pod
20840 ____________________________________________________________________________
20841 [ 26046] By: nicholas                              on 2005/11/08  16:30:18
20842         Log: Probaby a good idea to include DEBUG_LEAKING_SCALARS in -V output, as
20843              its presence changes structure sizes.
20844      Branch: perl
20845            ! perl.c
20846 ____________________________________________________________________________
20847 [ 26045] By: stevep                                on 2005/11/08  14:24:39
20848         Log: From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20849              Subject: Re: A surprising segfault
20850              Date: Tue, 08 Nov 2005 23:36:13 +0900
20851              Message-Id: <20051108233535.735D.BQW10602@nifty.com>
20852      Branch: perl
20853            ! t/io/fs.t t/io/print.t t/op/chop.t t/op/sort.t
20854 ____________________________________________________________________________
20855 [ 26044] By: steveh                                on 2005/11/08  10:16:56
20856         Log: Remove an unused variable left over from change #26041
20857      Branch: perl
20858            ! win32/win32.c
20859 ____________________________________________________________________________
20860 [ 26043] By: rgs                                   on 2005/11/08  10:11:55
20861         Log: Subject: Re: C<undef %::> considered harmful
20862              From: Benjamin Sugars <bsugars@canoe.ca>
20863              Date: Fri, 20 Apr 2001 10:30:20 -0400 (EDT)
20864              Message-ID: <Pine.LNX.4.21.0104201022040.1722-100000@marmot.rim.canoe.ca>
20865              
20866              except the part that increases the refcount of PL_stderrgv, already
20867              fixed separately.
20868      Branch: perl
20869            ! perl.c
20870 ____________________________________________________________________________
20871 [ 26042] By: rgs                                   on 2005/11/08  09:57:10
20872         Log: Upgrade to CPAN 1.76_65
20873      Branch: perl
20874            - lib/CPAN/Admin.pm
20875            ! MANIFEST lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
20876            ! lib/CPAN/t/version.t
20877 ____________________________________________________________________________
20878 [ 26041] By: merijn                                on 2005/11/08  06:29:56
20879         Log: Subject: [PATCH] Remove unused USING_WIDE code from win32 and wince branches
20880              From: "Jan Dubois" <jand@ActiveState.com>
20881              Date: Mon, 7 Nov 2005 20:39:02 -0800
20882              Message-ID: <078001c5e41e$585c4140$6401a8c0@candy>
20883      Branch: perl
20884            ! win32/ext/Win32/Win32.xs win32/perlhost.h win32/win32.c
20885            ! win32/win32.h wince/perlhost.h wince/win32.h wince/wince.c
20886 ____________________________________________________________________________
20887 [ 26040] By: stevep                                on 2005/11/08  00:41:51
20888         Log: Updated perldiag.pod entry for "Can't use subscript..."
20889      Branch: perl
20890            ! pod/perldiag.pod
20891 ____________________________________________________________________________
20892 [ 26039] By: nicholas                              on 2005/11/07  21:31:16
20893         Log: Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly used
20894              of the 4. Not that any are that popular.)
20895      Branch: perl
20896            ! mathoms.c opcode.h opcode.pl pp.c
20897 ____________________________________________________________________________
20898 [ 26038] By: stevep                                on 2005/11/07  18:35:47
20899         Log: Subject: [PATCH] Re: [perl #36061] Not OK: perl v5.8.7 on darwin-2level 8.1.0 (UNINSTALLED)
20900              From: shouldbedomo@mac.com (Dominic Dunlop)
20901              Date: Mon, 7 Nov 2005 18:24:50 +0100
20902              Message-ID: <B9D07EB3-DF78-48A9-90C4-AF3A89AAB7C6@mac.com>
20903              
20904              README.macosx updates
20905      Branch: perl
20906            ! README.macosx
20907 ____________________________________________________________________________
20908 [ 26037] By: nicholas                              on 2005/11/07  15:21:01
20909         Log: s/Nick Clark/Nicholas Clark/
20910      Branch: perl
20911            ! Changes Changes5.8 doio.c t/op/lc.t
20912 ____________________________________________________________________________
20913 [ 26036] By: nicholas                              on 2005/11/07  15:18:51
20914         Log: For each test function, test it as is, and with extra data appended
20915              after each test character.
20916      Branch: perl
20917            ! t/uni/case.pl
20918 ____________________________________________________________________________
20919 [ 26035] By: nicholas                              on 2005/11/07  14:05:25
20920         Log: The rarely used lcfirst and ucfirst share almost all their code.
20921              Merge the two as pp_ucfirst.
20922      Branch: perl
20923            ! mathoms.c opcode.h opcode.pl pp.c
20924 ____________________________________________________________________________
20925 [ 26034] By: nicholas                              on 2005/11/07  13:22:35
20926         Log: Fix bug #37628 (both lcfirst and ucfirst)
20927      Branch: perl
20928            ! pp.c t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
20929 ____________________________________________________________________________
20930 [ 26033] By: rgs                                   on 2005/11/07  12:26:29
20931         Log: Subject: [PATCH] Cleaning up x2p directory
20932              From: Andy Lester <andy@petdance.com>
20933              Date: Fri, 4 Nov 2005 15:13:55 -0600
20934              Message-ID: <20051104211355.GB12651@petdance.com>
20935      Branch: perl
20936            - x2p/proto.h
20937            ! MANIFEST x2p/EXTERN.h x2p/INTERN.h x2p/a2p.h x2p/a2py.c
20938            ! x2p/hash.c x2p/hash.h x2p/str.c x2p/str.h x2p/util.c
20939            ! x2p/util.h x2p/walk.c
20940 ____________________________________________________________________________
20941 [ 26032] By: rgs                                   on 2005/11/07  12:20:59
20942         Log: Subject: [PATCH] Missing static declarations 
20943              From: Gisle Aas <gisle@ActiveState.com>
20944              Date: 05 Nov 2005 05:08:03 -0800
20945              Message-ID: <lracgj1bv0.fsf@caliper.activestate.com>
20946      Branch: perl
20947            ! genpacksizetables.pl pp_pack.c
20948 ____________________________________________________________________________
20949 [ 26031] By: rgs                                   on 2005/11/07  11:49:46
20950         Log: Remove CPAN.pm's META.yml.
20951              Add CPAN.pm's SIGNATURE in MANIFEST.
20952      Branch: perl
20953            - lib/CPAN/META.yml
20954            ! MANIFEST
20955 ____________________________________________________________________________
20956 [ 26030] By: rgs                                   on 2005/11/07  11:39:57
20957         Log: Subject: [PATCH] Symbian update blead@26025
20958              From: <jarkko.hietaniemi@nokia.com>
20959              Date: Mon, 7 Nov 2005 13:32:15 +0200
20960              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A70C@esebe105.NOE.Nokia.com>
20961      Branch: perl
20962            + symbian/PerlUi.cpp symbian/PerlUi.h symbian/PerlUi.hrh
20963            + symbian/PerlUiS60.rss symbian/PerlUiS80.rss
20964            + symbian/PerlUiUIQ.rss symbian/ext/Moped/Msg/Msg.mmp
20965            + symbian/ext/Moped/Msg/Msg.pkg symbian/ext/Moped/Msg/Msg.pm
20966            + symbian/ext/Moped/Msg/Msg.xs symbian/ext/Moped/Msg/README
20967            + symbian/ext/Moped/Msg/bld.inf
20968            + symbian/ext/Moped/Msg/location.pl
20969            - symbian/PerlAppS60.rss symbian/PerlAppS80.rss
20970            - symbian/PerlAppUIQ.rss
20971            ! MANIFEST doio.c perl.c symbian/PerlApp.cpp symbian/PerlApp.h
20972            ! symbian/PerlApp.hrh symbian/PerlBase.h symbian/TODO
20973            ! symbian/config.pl symbian/config.sh symbian/sanity.pl
20974            ! symbian/sdk.pl symbian/sisify.pl symbian/symbian_proto.h
20975            ! symbian/symbian_utils.cpp symbian/symbianish.h
20976            ! symbian/xsbuild.pl
20977 ____________________________________________________________________________
20978 [ 26029] By: nicholas                              on 2005/11/07  10:52:08
20979         Log: Add lib/CPAN/Admin.pm from CPAN to make version.t pass.
20980      Branch: perl
20981            + lib/CPAN/Admin.pm
20982            ! MANIFEST
20983 ____________________________________________________________________________
20984 [ 26028] By: rgs                                   on 2005/11/07  10:24:54
20985         Log: Subject: [PATCH] Consting and localizing: Part LXVIII
20986              From: Andy Lester <andy@petdance.com>
20987              Date: Fri, 4 Nov 2005 15:12:56 -0600
20988              Message-ID: <20051104211256.GA12651@petdance.com>
20989      Branch: perl
20990            ! deb.c embed.fnc embed.h locale.c pp_sys.c proto.h scope.c
20991            ! universal.c utf8.c util.c
20992 ____________________________________________________________________________
20993 [ 26027] By: rgs                                   on 2005/11/07  09:58:26
20994         Log: Subject: [perl #24254] Attempt to free unreferenced scalar 
20995              From: "Chris Heath via RT" <perlbug-followup@perl.org>
20996              Date: Sun, 06 Nov 2005 20:08:05 -0800
20997              Message-ID: <rt-3.0.11-24254-123984.4.44134155985068@perl.org>
20998      Branch: perl
20999            ! cop.h
21000 ____________________________________________________________________________
21001 [ 26026] By: merijn                                on 2005/11/07  08:14:59
21002         Log: Subject: [PATCH] follow up on 25969 for VMS
21003              From: Abe Timmerman <abe@ztreet.demon.nl>
21004              Date: Sat, 5 Nov 2005 13:29:58 +0200
21005              Message-Id: <200511051229.58297.abe@ztreet.demon.nl>
21006      Branch: perl
21007            ! vms/vms.c vms/vmsish.h
21008 ____________________________________________________________________________
21009 [ 26025] By: stevep                                on 2005/11/07  03:42:53
21010         Log: Added note to README.macosx regarding failures from broken locale
21011              files.
21012      Branch: perl
21013            ! README.macosx
21014 ____________________________________________________________________________
21015 [ 26024] By: stevep                                on 2005/11/07  02:58:31
21016         Log: Fix documentation for gmtime().
21017      Branch: perl
21018            ! pod/perlfunc.pod
21019 ____________________________________________________________________________
21020 [ 26023] By: stevep                                on 2005/11/06  20:18:23
21021         Log: Upgrade to CPAN-1.76_61
21022      Branch: perl
21023            + lib/CPAN/PAUSE2005.pub
21024            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/META.yml
21025            ! lib/CPAN/Nox.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
21026            ! lib/CPAN/bin/cpan lib/CPAN/t/Nox.t lib/CPAN/t/vcmp.t
21027            ! lib/CPAN/t/version.t
21028 ____________________________________________________________________________
21029 [ 26022] By: stevep                                on 2005/11/06  19:16:54
21030         Log: Nits in the pp_defined code spotted by Jarkko.
21031      Branch: perl
21032            ! pp_hot.c
21033 ____________________________________________________________________________
21034 [ 26021] By: stevep                                on 2005/11/06  18:38:02
21035         Log: Upgrade to Time-HiRes-1.82
21036      Branch: perl
21037            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21038            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
21039            ! ext/Time/HiRes/t/HiRes.t
21040 ____________________________________________________________________________
21041 [ 26020] By: merijn                                on 2005/11/06  07:23:15
21042         Log: Subject: Re: [PATCH configure.com] add the new d_futimes as undef
21043              From: "John E. Malmberg" <wb8tyw@qsl.net>
21044              Date: Sat, 05 Nov 2005 21:28:33 -0500
21045              Message-ID: <436D6A51.5040700@qsl.net>
21046      Branch: perl
21047            ! configure.com
21048 ____________________________________________________________________________
21049 [ 26019] By: nicholas                              on 2005/11/05  16:47:31
21050         Log: Make the 5.9 changes to B conditional on perl version.
21051      Branch: perl
21052            ! ext/B/B.pm ext/B/B.xs
21053 ____________________________________________________________________________
21054 [ 26018] By: nicholas                              on 2005/11/05  16:28:09
21055         Log: '[at]' should be '@'
21056              Suck in CPAN/Nox.pm from CPAN, so that version.t passes.
21057      Branch: perl
21058            ! lib/CPAN.pm lib/CPAN/Nox.pm lib/CPAN/Version.pm
21059            ! lib/CPAN/t/version.t
21060 ____________________________________________________________________________
21061 [ 26017] By: stevep                                on 2005/11/05  14:49:11
21062         Log: Kill warnings and add a panic to pp_defined() in case the wrong op
21063              is passed in.
21064      Branch: perl
21065            ! pp_hot.c
21066 ____________________________________________________________________________
21067 [ 26016] By: stevep                                on 2005/11/05  13:44:10
21068         Log: Upgrade to CPAN-1.76_60.
21069      Branch: perl
21070            + lib/CPAN/Version.pm lib/CPAN/t/version.t
21071            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
21072            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
21073 ____________________________________________________________________________
21074 [ 26015] By: nicholas                              on 2005/11/05  12:57:40
21075         Log: Allow passing of the full enum name into the tryAMAGICbin family of
21076              macros, to avoid needing C pre-processor string concatenation within
21077              the lowest level expansion.
21078      Branch: perl
21079            ! pp.c pp.h
21080 ____________________________________________________________________________
21081 [ 26014] By: stevep                                on 2005/11/05  12:55:47
21082         Log: Upgrade to Time-HiRes-1.81
21083      Branch: perl
21084            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21085            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
21086 ____________________________________________________________________________
21087 [ 26013] By: merijn                                on 2005/11/05  11:38:32
21088         Log: Subject: [PATCH configure.com] add the new d_futimes as undef
21089              From: Abe Timmerman <abe@ztreet.demon.nl>
21090              Date: Sat, 5 Nov 2005 11:26:33 +0200
21091              Message-Id: <200511051026.33940.abe@ztreet.demon.nl>
21092      Branch: perl
21093            ! configure.com
21094 ____________________________________________________________________________
21095 [ 26012] By: rgs                                   on 2005/11/05  10:13:56
21096         Log: Remove the obsolete KNOWN PROBLEMS sections from perlcall.pod
21097              (noticed by Robin Houston)
21098      Branch: perl
21099            ! pod/perlcall.pod
21100 ____________________________________________________________________________
21101 [ 26011] By: rgs                                   on 2005/11/05  10:10:09
21102         Log: Subject: Re: A surprising segfault
21103              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21104              Date: Nov 5, 2005 5:54 AM
21105              Message-Id: <20051105135053.27D7.BQW10602@nifty.com>
21106      Branch: perl
21107            ! pp.c pp_sort.c pp_sys.c
21108 ____________________________________________________________________________
21109 [ 26010] By: nicholas                              on 2005/11/05  08:32:39
21110         Log: dorassign doesn't need --SP;
21111      Branch: perl
21112            ! pp_hot.c
21113 ____________________________________________________________________________
21114 [ 26009] By: davem                                 on 2005/11/05  01:57:23
21115         Log: pp_print didn't extend the stack before pushing its return value
21116      Branch: perl
21117            ! pp_hot.c
21118 ____________________________________________________________________________
21119 [ 26008] By: stevep                                on 2005/11/05  01:39:51
21120         Log: Typos in opcode.pl this time.
21121      Branch: perl
21122            ! opcode.h opcode.pl
21123 ____________________________________________________________________________
21124 [ 26007] By: stevep                                on 2005/11/05  01:36:17
21125         Log: Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and,
21126              pp_or, and pp_defined, respectively.
21127      Branch: perl
21128            ! mathoms.c opcode.h opcode.pl pp_ctl.c pp_hot.c
21129 ____________________________________________________________________________
21130 [ 26006] By: nicholas                              on 2005/11/04  22:50:22
21131         Log: s/printf/my_printf/ because we're using the return value.
21132              My mistake spotted by Gisle.
21133      Branch: perl
21134            ! regcomp.c
21135 ____________________________________________________________________________
21136 [ 26005] By: stevep                                on 2005/11/04  21:41:43
21137         Log: s/pp_dor/pp_defined/
21138      Branch: perl
21139            ! mathoms.c
21140 ____________________________________________________________________________
21141 [ 26004] By: stevep                                on 2005/11/04  21:39:44
21142         Log: I barely knew ya pp_dor.  Merged into pp_defined from whence you came.
21143              This change has also caused pp_defined to be promoted to being a hot
21144              op.
21145      Branch: perl
21146            ! mathoms.c opcode.h opcode.pl pp.c pp_hot.c
21147 ____________________________________________________________________________
21148 [ 26003] By: nicholas                              on 2005/11/04  21:22:46
21149         Log: Use the return value of sprintf in sv_2pv_flags. Remove dead code.
21150      Branch: perl
21151            ! sv.c
21152 ____________________________________________________________________________
21153 [ 26002] By: nicholas                              on 2005/11/04  21:03:58
21154         Log: You can't there from here. (Dead code in sv_2pv_flags)
21155      Branch: perl
21156            ! sv.c
21157 ____________________________________________________________________________
21158 [ 26001] By: nicholas                              on 2005/11/04  20:47:34
21159         Log: Use the return value from sprintf().
21160      Branch: perl
21161            ! regcomp.c taint.c universal.c util.c
21162 ____________________________________________________________________________
21163 [ 26000] By: nicholas                              on 2005/11/04  20:20:56
21164         Log: pp_semop can fit within Perl_pp_shmwrite().
21165      Branch: perl
21166            ! mathoms.c opcode.h opcode.pl pp_sys.c
21167 ____________________________________________________________________________
21168 [ 25999] By: nicholas                              on 2005/11/04  19:53:33
21169         Log: The remaining special logic in pp_syswrite can be moved into pp_send,
21170              which is actually already 50% syswrite.
21171      Branch: perl
21172            ! mathoms.c opcode.h opcode.pl pp_sys.c
21173 ____________________________________________________________________________
21174 [ 25998] By: rgs                                   on 2005/11/04  18:38:34
21175         Log: Revert patch #25993.
21176      Branch: perl
21177            ! regexec.c t/op/pat.t
21178 ____________________________________________________________________________
21179 [ 25997] By: steveh                                on 2005/11/04  17:23:49
21180         Log: Fix a Win32 linker error following change #25972
21181      Branch: perl
21182            ! pp_sys.c
21183 ____________________________________________________________________________
21184 [ 25996] By: rgs                                   on 2005/11/04  16:35:17
21185         Log: Subject: [PATCH] use clearenv if available
21186              From: Alan Burlison <Alan.Burlison@sun.com>
21187              Date: Fri, 04 Nov 2005 16:33:30 +0000
21188              Message-ID: <436B8D5A.4010502@sun.com>
21189      Branch: perl
21190            ! embed.fnc embed.h mg.c proto.h sv.c util.c
21191 ____________________________________________________________________________
21192 [ 25995] By: merijn                                on 2005/11/04  16:30:03
21193         Log: Subject: Re: futimes [PATCH]
21194              From: Steve Peters <steve@fisharerojo.org>
21195              Date: Fri, 4 Nov 2005 09:00:25 -0600
21196              Message-ID: <20051104150025.GA3873@mccoy.peters.homeunix.org>
21197      Branch: perl
21198            ! Configure
21199 ____________________________________________________________________________
21200 [ 25993] By: rgs                                   on 2005/11/04  16:26:08
21201         Log: Subject: [perl #19049] Incorrect $` after replacement
21202              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
21203              Date: Fri, 04 Nov 2005 08:17:25 +0100
21204              Message-ID: <87fyqc51bu.fsf@k75.linux.bogus>
21205      Branch: perl
21206            ! regexec.c t/op/pat.t
21207 ____________________________________________________________________________
21208 [ 25992] By: rgs                                   on 2005/11/04  15:41:21
21209         Log: Subject: Re: [PATCH] sort/multicall patch
21210              From: Robin Houston <robin@cpan.org>
21211              Date: Fri, 4 Nov 2005 15:20:29 +0000
21212              Message-ID: <20051104152029.GA17169@rpc142.cs.man.ac.uk>
21213      Branch: perl
21214            ! pp_ctl.c t/op/sort.t
21215 ____________________________________________________________________________
21216 [ 25991] By: stevep                                on 2005/11/04  15:10:44
21217         Log: Subject: Re: Configure -Dno_mathoms
21218              From: gisle@ActiveState.com (Gisle Aas)
21219              Date: 01 Nov 2005 03:27:49 -0800
21220              Message-ID: <lrslug7glm.fsf@caliper.activestate.com>
21221      Branch: perl
21222            ! mathoms.c perl.c
21223 ____________________________________________________________________________
21224 [ 25990] By: nicholas                              on 2005/11/04  14:47:49
21225         Log: Merge msgsnd, msgrcv with Perl_pp_shmwrite().
21226              "Perfection is achieved not when there's nothing more to add,
21227              but when there's nothing left to remove" (Antoine de Saint-Exupéry)
21228      Branch: perl
21229            ! mathoms.c opcode.h opcode.pl pp_sys.c
21230 ____________________________________________________________________________
21231 [ 25989] By: nicholas                              on 2005/11/04  14:21:19
21232         Log: Once more, with feeling.
21233              [Mmm, has someone been swapping the coffee for decaf?]
21234              [Actual cause - make sure the edited version of the file is in the
21235              correct directory]
21236      Branch: perl
21237            ! pod/perldiag.pod
21238 ____________________________________________________________________________
21239 [ 25988] By: nicholas                              on 2005/11/04  14:18:14
21240         Log: Meta-oops. Change 25987 was not the change you were looking for.
21241      Branch: perl
21242            ! pod/perldiag.pod
21243 ____________________________________________________________________________
21244 [ 25987] By: nicholas                              on 2005/11/04  14:09:11
21245         Log: Oops. This new panic was meant to be added to the documented
21246              diagnostics.
21247      Branch: perl
21248            ! pod/perldiag.pod
21249 ____________________________________________________________________________
21250 [ 25986] By: nicholas                              on 2005/11/04  13:02:42
21251         Log: ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be merged
21252              with Perl_pp_ftrread().
21253      Branch: perl
21254            ! mathoms.c opcode.h opcode.pl pod/perldiag.pod pod/perltodo.pod
21255            ! pp_sys.c
21256 ____________________________________________________________________________
21257 [ 25985] By: stevep                                on 2005/11/04  12:02:51
21258         Log: Upgrade to Time-HiRes-1.80
21259      Branch: perl
21260            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21261            ! ext/Time/HiRes/HiRes.xs
21262 ____________________________________________________________________________
21263 [ 25984] By: nicholas                              on 2005/11/04  11:36:24
21264         Log: PERL_EFF_ACCESS_[RWX]_OK can go.
21265      Branch: perl
21266            ! pp_sys.c
21267 ____________________________________________________________________________
21268 [ 25983] By: nicholas                              on 2005/11/04  11:16:08
21269         Log: The PERL_EFF_ACCESS_[RWX]_OK macros are all defined as triples, so
21270              can be refactored to a single platform dependent PERL_EFF_ACCESS macro
21271              with the other 3 implemented in terms of it.
21272      Branch: perl
21273            ! pp_sys.c
21274 ____________________________________________________________________________
21275 [ 25982] By: merijn                                on 2005/11/04  09:16:53
21276         Log: Subject: [PATCH] bad semicolon in pp_ftrowned
21277              From: Andy Lester <andy@petdance.com>
21278              Date: Fri, 4 Nov 2005 00:37:54 -0600
21279              Message-ID: <20051104063753.GA3863@petdance.com>
21280      Branch: perl
21281            ! pp_sys.c
21282 ____________________________________________________________________________
21283 [ 25981] By: stevep                                on 2005/11/04  00:10:21
21284         Log: Upgrade to Time-HiRes 1.79
21285      Branch: perl
21286            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21287            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
21288 ____________________________________________________________________________
21289 [ 25980] By: stevep                                on 2005/11/03  21:23:48
21290         Log: Reverting the reversion.  va_end() goes with va_start().
21291      Branch: perl
21292            ! mg.c
21293 ____________________________________________________________________________
21294 [ 25979] By: rgs                                   on 2005/11/03  21:07:54
21295         Log: Fix test failures introduced by the change of flags on op_sort
21296      Branch: perl
21297            ! ext/B/t/f_sort.t
21298 ____________________________________________________________________________
21299 [ 25978] By: stevep                                on 2005/11/03  20:28:20
21300         Log: Upgrade to Time-HiRes-1.78
21301      Branch: perl
21302            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21303            ! ext/Time/HiRes/t/HiRes.t
21304 ____________________________________________________________________________
21305 [ 25977] By: stevep                                on 2005/11/03  17:27:58
21306         Log: Change #25976 seemed to cause test failures in ext/B/t/f_sort.t.  What
21307              was that line about Jenga again?
21308      Branch: perl
21309            ! mg.c
21310 ____________________________________________________________________________
21311 [ 25976] By: stevep                                on 2005/11/03  17:14:17
21312         Log: Missing va_end(args) from SA_SIGINFO related code.
21313      Branch: perl
21314            ! mg.c
21315 ____________________________________________________________________________
21316 [ 25975] By: stevep                                on 2005/11/03  16:00:12
21317         Log: Test for the right signal should use the constant for that signal.
21318      Branch: perl
21319            ! ext/POSIX/t/sigaction.t
21320 ____________________________________________________________________________
21321 [ 25974] By: stevep                                on 2005/11/03  15:07:26
21322         Log: Add appropriate skips to t/io/fs.t to fix test failures on Cygwin.
21323      Branch: perl
21324            ! t/io/fs.t
21325 ____________________________________________________________________________
21326 [ 25973] By: stevep                                on 2005/11/03  14:56:25
21327         Log: More core test cleanups.  Mainly fixes to remove code that caused 
21328              warnings, but there were a few bug fixes that were hidden by 
21329              no using warnings.
21330      Branch: perl
21331            ! t/io/nargv.t t/io/openpid.t t/io/pipe.t t/io/print.t
21332            ! t/io/read.t t/io/tell.t
21333 ____________________________________________________________________________
21334 [ 25972] By: nicholas                              on 2005/11/03  14:19:34
21335         Log: Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil,
21336              but the actual finished code is not as bad as it seems.
21337      Branch: perl
21338            ! mathoms.c opcode.h opcode.pl pp_sys.c
21339 ____________________________________________________________________________
21340 [ 25971] By: rgs                                   on 2005/11/03  12:29:18
21341         Log: Document some bogus compiler warnings in README.solaris
21342              
21343              Subject: Re: Why is malloc_wrap now the default?
21344              From: Alan Burlison <Alan.Burlison@sun.com>
21345              Date: Thu, 03 Nov 2005 12:54:16 +0000
21346              Message-ID: <436A0878.1030703@sun.com>
21347      Branch: perl
21348            ! README.solaris
21349 ____________________________________________________________________________
21350 [ 25970] By: stevep                                on 2005/11/03  11:37:31
21351         Log: Upgrade to Time-HiRes-1.77
21352      Branch: perl
21353            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21354            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
21355            ! ext/Time/HiRes/fallback/const-c.inc
21356            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
21357 ____________________________________________________________________________
21358 [ 25969] By: nicholas                              on 2005/11/03  11:09:39
21359         Log: Patch 3945 was a bit overkeen - the effective parameter to cando() and
21360              ingroup() is a boolean flag, not a GID or UID.
21361      Branch: perl
21362            ! doio.c embed.fnc proto.h
21363 ____________________________________________________________________________
21364 [ 25968] By: nicholas                              on 2005/11/03  09:51:56
21365         Log: Avoiding source code duplication for the lstat() on filehandle %s
21366              warning also makes the object code slightly smaller.
21367      Branch: perl
21368            ! pp_sys.c
21369 ____________________________________________________________________________
21370 [ 25967] By: stevep                                on 2005/11/03  02:09:30
21371         Log: Clean up some test files.
21372      Branch: perl
21373            ! t/io/argv.t t/io/crlf_through.t t/io/dup.t t/io/layers.t
21374            ! t/io/through.t
21375 ____________________________________________________________________________
21376 [ 25966] By: stevep                                on 2005/11/03  01:45:45
21377         Log: Make harness warning-free when running with -Mdiagnostics
21378      Branch: perl
21379            ! t/harness
21380 ____________________________________________________________________________
21381 [ 25965] By: stevep                                on 2005/11/02  22:37:48
21382         Log: Test case should not execute /no_such_process if it does exist.
21383      Branch: perl
21384            ! t/io/pipe.t
21385 ____________________________________________________________________________
21386 [ 25964] By: nicholas                              on 2005/11/02  21:27:58
21387         Log: unlink chmod utime kill can be merged into Perl_pp_chown().
21388      Branch: perl
21389            ! mathoms.c opcode.h opcode.pl pp_sys.c
21390 ____________________________________________________________________________
21391 [ 25963] By: nicholas                              on 2005/11/02  20:59:52
21392         Log: Move the conditonal compiles that report absence of kill and chown
21393              from pp_kill() and pp_chown() into apply().
21394      Branch: perl
21395            ! doio.c pp_sys.c
21396 ____________________________________________________________________________
21397 [ 25962] By: nicholas                              on 2005/11/02  20:13:24
21398         Log: Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.
21399      Branch: perl
21400            ! mathoms.c opcode.h opcode.pl pp_sys.c
21401 ____________________________________________________________________________
21402 [ 25961] By: nicholas                              on 2005/11/02  19:04:10
21403         Log: Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe into
21404              Perl_pp_ftrowned
21405      Branch: perl
21406            ! mathoms.c opcode.h opcode.pl pp_sys.c
21407 ____________________________________________________________________________
21408 [ 25960] By: nicholas                              on 2005/11/02  17:24:35
21409         Log: Avoid a pad panic by attempting to use dTARGET; in an op that didn't
21410              flag that it needed a target (OP_FTIS)
21411      Branch: perl
21412            ! pp_sys.c
21413 ____________________________________________________________________________
21414 [ 25959] By: nicholas                              on 2005/11/02  16:35:42
21415         Log: Correct error in 25958 for threaded builds.
21416      Branch: perl
21417            ! mathoms.c
21418 ____________________________________________________________________________
21419 [ 25958] By: nicholas                              on 2005/11/02  15:59:30
21420         Log: Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
21421      Branch: perl
21422            ! mathoms.c opcode.h opcode.pl pp_sys.c
21423 ____________________________________________________________________________
21424 [ 25957] By: rgs                                   on 2005/11/02  14:33:32
21425         Log: Remove last sort test, that was failing with and without threads.
21426              Silence some warnings.
21427      Branch: perl
21428            ! t/op/sort.t
21429 ____________________________________________________________________________
21430 [ 25956] By: rgs                                   on 2005/11/02  14:10:54
21431         Log: Adjust test count
21432      Branch: perl
21433            ! ext/B/t/concise-xs.t
21434 ____________________________________________________________________________
21435 [ 25955] By: rgs                                   on 2005/11/02  13:39:35
21436         Log: Add missing file from change 25953
21437      Branch: perl
21438            + ext/List/Util/multicall.h
21439 ____________________________________________________________________________
21440 [ 25954] By: rgs                                   on 2005/11/02  13:14:19
21441         Log: Regen headers
21442      Branch: perl
21443            ! global.sym opcode.h pod/perlapi.pod pod/perldiag.pod
21444 ____________________________________________________________________________
21445 [ 25953] By: merijn                                on 2005/11/02  12:49:54
21446         Log: Subject: [PATCH] sort/multicall patch
21447              From: Robin Houston <robin@cpan.org>
21448              Date: Sat, 29 Oct 2005 21:33:07 +0100
21449              Message-ID: <20051029203307.GA8869@rpc142.cs.man.ac.uk>
21450      Branch: perl
21451            ! AUTHORS MANIFEST cop.h embed.fnc embedvar.h
21452            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
21453            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
21454            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_reduce.t
21455            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/reduce.t
21456            ! ext/List/Util/t/refaddr.t ext/List/Util/t/tainted.t makedef.pl
21457            ! op.c opcode.pl perlapi.h pod/perlcall.pod pod/perldiag.pod
21458            ! pp_ctl.c pp_hot.c pp_sort.c sv.c t/op/sort.t t/op/threads.t
21459            ! thrdvar.h
21460 ____________________________________________________________________________
21461 [ 25952] By: steveh                                on 2005/11/02  09:41:25
21462         Log: Subject: [PATCH] RE: [perl #37571] -z FH broken with Borland  build   
21463              From: "Paul Marquess" <paul.marquess@ntlworld.com>
21464              Date: Tue, 1 Nov 2005 17:05:38 -0000
21465              Message-ID: <003501c5df06$7d63fdb0$0505140a@myopwv.com>
21466      Branch: perl
21467            ! t/op/stat.t win32/win32.c
21468 ____________________________________________________________________________
21469 [ 25951] By: rgs                                   on 2005/11/02  08:57:52
21470         Log: Subject: Re: futimes [PATCH]
21471              From: Gisle Aas <gisle@ActiveState.com>
21472              Date: 01 Nov 2005 00:02:37 -0800
21473              Message-ID: <lrbr1494o2.fsf@caliper.activestate.com>
21474      Branch: perl
21475            ! t/io/fs.t
21476 ____________________________________________________________________________
21477 [ 25950] By: stevep                                on 2005/11/02  04:59:47
21478         Log: Ambiguous test cases may be hazardous to your health.
21479      Branch: perl
21480            ! t/op/list.t
21481 ____________________________________________________________________________
21482 [ 25949] By: stevep                                on 2005/11/02  04:54:52
21483         Log: Lowercase barewords considered harmful to your health.
21484      Branch: perl
21485            ! t/io/fs.t
21486 ____________________________________________________________________________
21487 [ 25948] By: rgs                                   on 2005/11/01  19:23:23
21488         Log: Subject: [PATCH] perlio.c consting
21489              From: Andy Lester <andy@petdance.com>
21490              Date: Oct 31, 2005 6:54 PM
21491              Message-ID: <20051031175411.GA18480@petdance.com>
21492      Branch: perl
21493            ! op.c perlio.c
21494 ____________________________________________________________________________
21495 [ 25947] By: steveh                                on 2005/11/01  17:20:18
21496         Log: This *really* should clear up Win32's Perl_do_exec undefined warnings
21497      Branch: perl
21498            ! perl.h
21499 ____________________________________________________________________________
21500 [ 25946] By: nicholas                              on 2005/11/01  16:38:31
21501         Log: This should clear up 'Perl_do_exec' undefined; warnings on win32
21502      Branch: perl
21503            ! embed.fnc embed.h proto.h
21504 ____________________________________________________________________________
21505 [ 25945] By: steveh                                on 2005/11/01  10:33:48
21506         Log: Make PerlLIOUtime()'s filename const
21507              
21508              Fixes a warning brought about by change #25941 (which made the
21509              filename argument const).
21510              The various implementations of PerlLIOUtime() (in NetWare/, win32/
21511              and wince/) already take a const filename.
21512      Branch: perl
21513            ! NetWare/nwperlhost.h NetWare/nwperlsys.h iperlsys.h
21514            ! win32/perlhost.h wince/perlhost.h
21515 ____________________________________________________________________________
21516 [ 25944] By: steveh                                on 2005/11/01  08:45:09
21517         Log: Fix nit in pod nit fix
21518      Branch: perl
21519            ! pod/perlhack.pod
21520 ____________________________________________________________________________
21521 [ 25943] By: steveh                                on 2005/11/01  08:39:32
21522         Log: Update win32 config files w.r.t. change #25935
21523      Branch: perl
21524            ! win32/config.bc win32/config.gc win32/config.vc
21525            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
21526            ! win32/config_H.vc win32/config_H.vc64
21527 ____________________________________________________________________________
21528 [ 25942] By: stevep                                on 2005/10/31  23:46:01
21529         Log: Upgrade to DB_File 1.813.
21530      Branch: perl
21531            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21532            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-recno.t
21533 ____________________________________________________________________________
21534 [ 25941] By: merijn                                on 2005/10/31  22:15:01
21535         Log: Subject: futimes [PATCH]
21536              From: Gisle Aas <gisle@ActiveState.com>
21537              Date: 31 Oct 2005 13:53:53 -0800
21538              Message-ID: <lrk6ft8ia6.fsf_-_@caliper.activestate.com>
21539      Branch: perl
21540            ! doio.c handy.h pod/perlfunc.pod t/io/fs.t
21541 ____________________________________________________________________________
21542 [ 25940] By: nicholas                              on 2005/10/31  20:36:36
21543         Log: All the ops that are simply C<return some_other_op();> can be bypassed
21544              in the op dispatch table, and the bodies retired.
21545      Branch: perl
21546            ! mathoms.c opcode.h opcode.pl pp.c pp_ctl.c pp_sys.c
21547 ____________________________________________________________________________
21548 [ 25939] By: nicholas                              on 2005/10/31  19:55:18
21549         Log: Simplify the implementation of the "unimplemented" message in the
21550              conditionally compiled ops.
21551      Branch: perl
21552            ! pp_sys.c
21553 ____________________________________________________________________________
21554 [ 25938] By: nicholas                              on 2005/10/31  19:14:47
21555         Log: Further pod nit spotted by Jarkko
21556      Branch: perl
21557            ! pod/perlhack.pod
21558 ____________________________________________________________________________
21559 [ 25937] By: nicholas                              on 2005/10/31  18:34:59
21560         Log: Replace the 3 currently "unreachable" ops with a single op body
21561              unimplemented_op() that panics descriptively if ever reached.
21562      Branch: perl
21563            ! opcode.h opcode.pl pod/perldiag.pod pp.c
21564 ____________________________________________________________________________
21565 [ 25936] By: nicholas                              on 2005/10/31  18:29:05
21566         Log: Add "moving common filetest code to a static function" to the todo.
21567      Branch: perl
21568            ! pod/perltodo.pod
21569 ____________________________________________________________________________
21570 [ 25935] By: merijn                                on 2005/10/31  17:50:05
21571         Log: revive probe for futimes ()
21572      Branch: perl
21573            ! Configure Porting/Glossary config_h.SH handy.h
21574 ____________________________________________________________________________
21575 [ 25934] By: rgs                                   on 2005/10/31  17:00:44
21576         Log: A B::Deparse fix from :
21577              Subject: Re: [perl #37527] regular-expression parser does not see '(' character
21578              From: Bas van Sisseren <bas@quarantainenet.nl>
21579              Date: Wed, 26 Oct 2005 13:59:42 +0200
21580              Message-ID: <435F6FAE.4060502@quarantainenet.nl>
21581      Branch: perl
21582            ! ext/B/B/Deparse.pm
21583 ____________________________________________________________________________
21584 [ 25933] By: merijn                                on 2005/10/31  16:25:23
21585         Log: Subject: [PATCH] Symbian port 0.3.0 as of blead@25911
21586              From: <jarkko.hietaniemi@nokia.com>
21587              Date: Mon, 31 Oct 2005 18:38:42 +0200
21588              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6D6@esebe105.NOE.Nokia.com>
21589      Branch: perl
21590            + symbian/PerlAppUIQ.rss
21591            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
21592            ! symbian/PerlApp.hrh symbian/PerlAppAif.rss symbian/config.pl
21593            ! symbian/port.pl symbian/sanity.pl symbian/sdk.pl
21594            ! symbian/sisify.pl symbian/symbian_utils.cpp symbian/xsbuild.pl
21595 ____________________________________________________________________________
21596 [ 25932] By: rgs                                   on 2005/10/31  16:24:31
21597         Log: Avoid corruption when calling mg_get to retrieve the value
21598              of a $digit variable. This is done by ensuring it's not
21599              tainted.
21600              See http://bugs.debian.org/303308
21601              Patch by Chris Heath <chris.heath@autoweb.net>
21602      Branch: perl
21603            ! mg.c
21604 ____________________________________________________________________________
21605 [ 25931] By: nicholas                              on 2005/10/31  16:24:29
21606         Log: maddingue prefers this e-mail address.
21607      Branch: perl
21608            ! AUTHORS
21609 ____________________________________________________________________________
21610 [ 25930] By: merijn                                on 2005/10/31  16:18:03
21611         Log: Try to preserve the lost opcode alias info in comments
21612              extent to change #25929
21613      Branch: perl
21614            ! opcode.h opcode.pl
21615 ____________________________________________________________________________
21616 [ 25929] By: nicholas                              on 2005/10/31  15:52:50
21617         Log: It appears that it's trivially easy to alias opcode functions in
21618              the opcode table. We should be able to get both a speed and size
21619              saving here. Time will tell how much.
21620      Branch: perl
21621            ! opcode.h opcode.pl
21622 ____________________________________________________________________________
21623 [ 25928] By: nicholas                              on 2005/10/31  15:13:06
21624         Log: Add maddingue to AUTHORS
21625      Branch: perl
21626            ! AUTHORS
21627 ____________________________________________________________________________
21628 [ 25927] By: nicholas                              on 2005/10/31  15:09:54
21629         Log: Subject: [PATCH] Making ExtUtils::Constant compatible with Perl 5.004
21630              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
21631              Message-ID: <1130712761.43654eb9cd9f7@imp4-g19.free.fr>
21632              Date: Sun, 30 Oct 2005 23:52:41 +0100
21633              
21634              with tweaks by chromatic and me.
21635      Branch: perl
21636            ! lib/ExtUtils/Constant.pm
21637 ____________________________________________________________________________
21638 [ 25926] By: nicholas                              on 2005/10/31  14:51:48
21639         Log: A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni().
21640      Branch: perl
21641            ! embed.fnc embed.h proto.h utf8.c utf8.h
21642 ____________________________________________________________________________
21643 [ 25925] By: rgs                                   on 2005/10/31  14:27:32
21644         Log: Fix [perl #37533] open pragma ignored for all 3-arg opens
21645              Also, correct the documentation in open.pm that stated
21646              that open() did not override open.pm-given default encodings.
21647      Branch: perl
21648            ! lib/open.pm perlio.c
21649 ____________________________________________________________________________
21650 [ 25924] By: nicholas                              on 2005/10/31  14:18:59
21651         Log: Perl_csighandler was in global.sym twice.
21652      Branch: perl
21653            ! global.sym
21654 ____________________________________________________________________________
21655 [ 25923] By: nicholas                              on 2005/10/31  14:18:14
21656         Log: Arrange to only output each symbol once into global.sym
21657      Branch: perl
21658            ! embed.pl
21659 ____________________________________________________________________________
21660 [ 25922] By: rgs                                   on 2005/10/31  13:45:06
21661         Log: Tests for index/rindex with empty search string,
21662              adapted from a patch by Rick Delaney
21663      Branch: perl
21664            ! t/op/index.t
21665 ____________________________________________________________________________
21666 [ 25921] By: nicholas                              on 2005/10/31  13:22:01
21667         Log: uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on ASCII based
21668              systems, and not on EBCDIC, so some more thinking is going to be
21669              needed here.
21670      Branch: perl
21671            ! mathoms.c utf8.c
21672 ____________________________________________________________________________
21673 [ 25920] By: stevep                                on 2005/10/31  11:58:08
21674         Log: Coverage stats showed that there were no tests for taking a slice
21675              from ().
21676      Branch: perl
21677            ! t/op/list.t
21678 ____________________________________________________________________________
21679 [ 25919] By: steveh                                on 2005/10/31  11:53:05
21680         Log: Change some spaces to tabs for easier diffing against config_h.SH
21681      Branch: perl
21682            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21683            ! win32/config_H.vc64
21684 ____________________________________________________________________________
21685 [ 25918] By: steveh                                on 2005/10/31  11:30:15
21686         Log: Fixed threaded builds following change 25916
21687      Branch: perl
21688            ! pp_hot.c
21689 ____________________________________________________________________________
21690 [ 25917] By: nicholas                              on 2005/10/31  11:29:43
21691         Log: POD nit spotted by Jarkko
21692      Branch: perl
21693            ! pod/perlhack.pod
21694 ____________________________________________________________________________
21695 [ 25916] By: rgs                                   on 2005/10/31  10:44:32
21696         Log: is_utf8_string_loc() is now a macro, don't use its Perl_-prefixed form
21697      Branch: perl
21698            ! pp_hot.c
21699 ____________________________________________________________________________
21700 [ 25915] By: rgs                                   on 2005/10/31  10:28:32
21701         Log: Subject: [PATCH] Etta James presents: More consting
21702              From: Andy Lester <andy@petdance.com>
21703              Date: Sun, 30 Oct 2005 23:44:13 -0600
21704              Message-ID: <20051031054413.GA10767@petdance.com>
21705      Branch: perl
21706            ! cop.h doop.c hv.c numeric.c op.c perl.c perlio.c pp_hot.c
21707            ! pp_sys.c sv.c toke.c universal.c util.c
21708 ____________________________________________________________________________
21709 [ 25914] By: rgs                                   on 2005/10/31  10:18:15
21710         Log: Subject: [PATCH] S_tokereport's unused parm
21711              From: Andy Lester <andy@petdance.com>
21712              Date: Mon, 31 Oct 2005 00:04:59 -0600
21713              Message-ID: <20051031060459.GC10767@petdance.com>
21714      Branch: perl
21715            ! embed.fnc embed.h proto.h toke.c
21716 ____________________________________________________________________________
21717 [ 25913] By: rgs                                   on 2005/10/31  08:54:18
21718         Log: Regenerate perlapi.pod
21719      Branch: perl
21720            ! pod/perlapi.pod
21721 ____________________________________________________________________________
21722 [ 25912] By: rgs                                   on 2005/10/31  08:40:23
21723         Log: Robin Houston remarks that mention of a context is missing from the
21724              threads.pm documentation.
21725      Branch: perl
21726            ! ext/threads/threads.pm
21727 ____________________________________________________________________________
21728 [ 25911] By: stevep                                on 2005/10/31  03:51:08
21729         Log: perlsio_binmode() is pretty much a mathom on UNIX platforms, but it is
21730              used on Cygwin, at least.
21731      Branch: perl
21732            ! mathoms.c perlio.c
21733 ____________________________________________________________________________
21734 [ 25910] By: nicholas                              on 2005/10/30  21:53:03
21735         Log: const const bad bad.
21736              gcc bad bad too, because it didn't grumble one bit. (or two, for that
21737              matter).
21738      Branch: perl
21739            ! utf8.c
21740 ____________________________________________________________________________
21741 [ 25909] By: nicholas                              on 2005/10/30  21:38:29
21742         Log: is_utf8_alnum() and is_utf8_alnumc() can use is_utf8_common() too.
21743      Branch: perl
21744            ! utf8.c
21745 ____________________________________________________________________________
21746 [ 25908] By: nicholas                              on 2005/10/30  21:24:29
21747         Log: Jarkko and I think that Perl_is_utf8_alnumc should be initialising
21748              and using PL_utf8_alnum*c*, not PL_utf8_alnum.
21749      Branch: perl
21750            ! utf8.c
21751 ____________________________________________________________________________
21752 [ 25907] By: nicholas                              on 2005/10/30  21:10:39
21753         Log: Perl_is_utf8_* share a lot of common code. Pull that out into a new
21754              function S_is_utf8_common.
21755      Branch: perl
21756            ! utf8.c
21757 ____________________________________________________________________________
21758 [ 25906] By: nicholas                              on 2005/10/30  18:31:25
21759         Log: Given that sv_nosharing performs the same function as sv_nolocking
21760              and sv_unnolocking (ie sweet FA), we might as well use the 1 function
21761              to initialise all 3 variables, and elimiate the other two.
21762              For some reason all 3 are listed as being in the public API. Daft.
21763      Branch: perl
21764            ! embed.fnc embed.h intrpvar.h mathoms.c proto.h util.c
21765 ____________________________________________________________________________
21766 [ 25905] By: nicholas                              on 2005/10/30  18:04:17
21767         Log: Replace uvuni_to_utf8() with a macro that passes the extra 0 argument
21768              to uvuni_to_utf8_flags(). Move the old body to mathoms.c
21769      Branch: perl
21770            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
21771 ____________________________________________________________________________
21772 [ 25904] By: nicholas                              on 2005/10/30  17:59:08
21773         Log: global.sym appears to have become out of date. Oops.
21774      Branch: perl
21775            ! global.sym
21776 ____________________________________________________________________________
21777 [ 25903] By: nicholas                              on 2005/10/30  17:49:27
21778         Log: Replace is_utf8_string_loc() with a macro that passes the extra 0
21779              argument to is_utf8_string_loc(). Correct the description of its
21780              parameters in its POD.
21781      Branch: perl
21782            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
21783 ____________________________________________________________________________
21784 [ 25902] By: nicholas                              on 2005/10/30  17:14:08
21785         Log: Fix typos in comments.
21786      Branch: perl
21787            ! utf8.c
21788 ____________________________________________________________________________
21789 [ 25901] By: nicholas                              on 2005/10/30  17:08:39
21790         Log: Functions that die aren't exactly well used code.
21791              (ck_retarget, oopsCV, pp_padany, pp_threadsv, pp_mapstart)
21792      Branch: perl
21793            ! mathoms.c op.c pp.c pp_ctl.c
21794 ____________________________________________________________________________
21795 [ 25900] By: nicholas                              on 2005/10/30  16:45:34
21796         Log: save_hints is a mathom.
21797      Branch: perl
21798            ! mathoms.c op.c
21799 ____________________________________________________________________________
21800 [ 25899] By: nicholas                              on 2005/10/30  16:41:02
21801         Log: I infer that change 25891 as-is would break OS2. This should fix it.
21802      Branch: perl
21803            ! perl.h
21804 ____________________________________________________________________________
21805 [ 25898] By: nicholas                              on 2005/10/30  16:36:22
21806         Log: init_i18nl14n is a mathom.
21807      Branch: perl
21808            ! locale.c mathoms.c
21809 ____________________________________________________________________________
21810 [ 25897] By: nicholas                              on 2005/10/30  16:24:37
21811         Log: Replace hv_magic() with a macro to call sv_magic() directly. Move the
21812              old body to mathoms.c
21813      Branch: perl
21814            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
21815 ____________________________________________________________________________
21816 [ 25896] By: nicholas                              on 2005/10/30  16:07:58
21817         Log: Fix win32 breakage inadvertently introduced by 25889
21818      Branch: perl
21819            ! perl.h
21820 ____________________________________________________________________________
21821 [ 25895] By: nicholas                              on 2005/10/30  10:31:01
21822         Log: Replace hv_iternext() with a macro that calls hv_iternext_flags with
21823              an extra 0 argument. Move the old body to mathoms.c
21824      Branch: perl
21825            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
21826 ____________________________________________________________________________
21827 [ 25894] By: nicholas                              on 2005/10/30  10:00:42
21828         Log: Fix typo in comment.
21829      Branch: perl
21830            ! hv.c
21831 ____________________________________________________________________________
21832 [ 25893] By: nicholas                              on 2005/10/30  09:59:41
21833         Log: Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload()
21834              with the extra TRUE argument.
21835      Branch: perl
21836            ! embed.fnc embed.h gv.c gv.h mathoms.c proto.h
21837 ____________________________________________________________________________
21838 [ 25892] By: nicholas                              on 2005/10/30  08:51:52
21839         Log: I think we have a winner. do_pipe hasn't been called since 4.036.
21840              Maybe we should just remove this appendix.
21841      Branch: perl
21842            ! doio.c mathoms.c
21843 ____________________________________________________________________________
21844 [ 25891] By: nicholas                              on 2005/10/30  08:38:07
21845         Log: Replace do_aexec() with a macro to call do_aexec5() with the two extra
21846              0 arguments. Move the old body to mathoms.c
21847      Branch: perl
21848            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
21849 ____________________________________________________________________________
21850 [ 25890] By: nicholas                              on 2005/10/30  08:23:29
21851         Log: Replace do_exec() with a macro to call do_exec3() with the extra two
21852              0 arguments. Move the old body to mathoms.c
21853      Branch: perl
21854            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
21855 ____________________________________________________________________________
21856 [ 25889] By: nicholas                              on 2005/10/30  08:05:32
21857         Log: Replace do_open() with a macro to call do_openn() with the extra two
21858              0 paramters. Move the old body to mathoms.c.
21859      Branch: perl
21860            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
21861 ____________________________________________________________________________
21862 [ 25888] By: stevep                                on 2005/10/30  04:20:45
21863         Log: Subject: [PATCH] warnings.pl/pm: Croaker function: bug (perl v5.8, v5.9)
21864              From: Bram <perl-rt@wizbit.be>
21865              Date: Thu, 04 Aug 2005 23:55:33 +0200
21866              Message-Id: <42F28ED5.CFFDCCFD@wizbit.be>
21867      Branch: perl
21868            ! lib/warnings.pm warnings.pl
21869 ____________________________________________________________________________
21870 [ 25887] By: stevep                                on 2005/10/29  22:37:50
21871         Log: Subject: Re: [PATCH] predecrement vs postdecrement
21872              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
21873              Date: Sat, 29 Oct 2005 23:24:33 +0300
21874              Message-ID: <4363DA81.6060600@gmail.com>
21875              
21876              Nit in pod/perlhack.pod
21877      Branch: perl
21878            ! pod/perlhack.pod
21879 ____________________________________________________________________________
21880 [ 25886] By: nicholas                              on 2005/10/29  17:31:01
21881         Log: Replace the body of the rarely used sv_setpviv_mg with a call to
21882              sv_setpviv followed by SvSETMAGIC.
21883      Branch: perl
21884            ! sv.c
21885 ____________________________________________________________________________
21886 [ 25885] By: nicholas                              on 2005/10/29  17:21:24
21887         Log: Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies to
21888              mathoms.c
21889      Branch: perl
21890            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
21891 ____________________________________________________________________________
21892 [ 25884] By: nicholas                              on 2005/10/29  17:02:49
21893         Log: Add a new SMAGIC flag, to signal a call to SvSETMAGIC. Add it to
21894              sv_catpvn_flags and sv_catsv_flags, and then re-implement sv_catpvn_mg
21895              and sv_catsv_mg as calls to sv_catpvn_flags and sv_catsv_flags
21896              respectively.
21897      Branch: perl
21898            ! sv.c sv.h
21899 ____________________________________________________________________________
21900 [ 25883] By: nicholas                              on 2005/10/29  16:25:38
21901         Log: sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replaced
21902              with terse macros, and the function bodies retired.
21903      Branch: perl
21904            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
21905 ____________________________________________________________________________
21906 [ 25882] By: nicholas                              on 2005/10/29  16:06:39
21907         Log: All the private implementations of @foo for compilers that can't do
21908              complex macro expansions became dead wood sometime around 5.7.3
21909              (Don't tell Otava this)
21910      Branch: perl
21911            ! mathoms.c sv.c
21912 ____________________________________________________________________________
21913 [ 25881] By: stevep                                on 2005/10/29  15:34:22
21914         Log: Subject: [perl #30563] [PATCH] Storable::dclone fails for tied elements
21915              From: perlbug-followup@perl.org (Srezic@Iconmobile.Com)
21916              Date: 2 Jul 2004 11:32:12 -0000
21917              Message-ID: <rt-3.0.11-30563-91788.4.94870186951744@perl.org>
21918              
21919              Also, a version bump to Storable.pm.
21920      Branch: perl
21921            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
21922            ! ext/Storable/t/dclone.t
21923 ____________________________________________________________________________
21924 [ 25880] By: nicholas                              on 2005/10/29  15:07:42
21925         Log: sv_utf8_upgrade declares itself to be a mathom, so off it goes.
21926              Remove duplicate declaration of Perl_sv_2uv
21927      Branch: perl
21928            ! mathoms.c sv.c
21929 ____________________________________________________________________________
21930 [ 25879] By: nicholas                              on 2005/10/29  14:51:32
21931         Log: Replace sv_force_normal with a macro that calls sv_force_normal_flags.
21932      Branch: perl
21933            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
21934 ____________________________________________________________________________
21935 [ 25878] By: nicholas                              on 2005/10/29  14:39:37
21936         Log: Replace sv_unref with a macro that calls sv_unref_flags
21937      Branch: perl
21938            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
21939 ____________________________________________________________________________
21940 [ 25877] By: stevep                                on 2005/10/29  14:33:30
21941         Log: Oops, missed an sv_force_normal()
21942      Branch: perl
21943            ! mg.c
21944 ____________________________________________________________________________
21945 [ 25876] By: nicholas                              on 2005/10/29  14:25:55
21946         Log: sv_taint() can easily be replaced by a macro.
21947      Branch: perl
21948            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
21949 ____________________________________________________________________________
21950 [ 25875] By: stevep                                on 2005/10/29  14:14:25
21951         Log: Change to use sv_force_normal_flags() directly, rather than calling
21952              sv_force_normal() to call sv_force_normal_flags().
21953      Branch: perl
21954            ! NetWare/sv_nw.c mg.c
21955 ____________________________________________________________________________
21956 [ 25874] By: nicholas                              on 2005/10/29  11:50:29
21957         Log: A terser implementation of S_varname, by using and post-processing
21958              gv_fullname4
21959      Branch: perl
21960            ! sv.c
21961 ____________________________________________________________________________
21962 [ 25873] By: stevep                                on 2005/10/29  11:47:55
21963         Log: Additional mathoms from doio.c
21964      Branch: perl
21965            ! doio.c mathoms.c
21966 ____________________________________________________________________________
21967 [ 25872] By: stevep                                on 2005/10/29  11:36:26
21968         Log: Coverage stats say av_fake() is a mathom too.
21969      Branch: perl
21970            ! av.c mathoms.c
21971 ____________________________________________________________________________
21972 [ 25871] By: nicholas                              on 2005/10/29  11:14:40
21973         Log: gv_fullname3 and gv_efullname3 are definately mathoms. They even say so.
21974      Branch: perl
21975            ! gv.c mathoms.c
21976 ____________________________________________________________________________
21977 [ 25870] By: stevep                                on 2005/10/29  11:02:12
21978         Log: Subject: Re: [PATCH] predecrement vs postdecrement
21979              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
21980              Date: Sat, 29 Oct 2005 11:52:25 +0300
21981              Message-ID: <43633849.6060809@gmail.com>
21982      Branch: perl
21983            ! regcomp.c
21984 ____________________________________________________________________________
21985 [ 25869] By: nicholas                              on 2005/10/29  10:53:40
21986         Log: gv_fullname and gv_efullname are definately mathoms.
21987      Branch: perl
21988            ! gv.c mathoms.c
21989 ____________________________________________________________________________
21990 [ 25868] By: stevep                                on 2005/10/28  23:38:35
21991         Log: Subject: [PATCH] perl5db.pl incorrect instructions in termination message
21992              From: Brendan O'Dea <bod@debian.org>
21993              Date: Sat, 29 Oct 2005 07:14:40 +1000
21994              Message-ID: <20051028211440.GA23305@londo.c47.org>
21995      Branch: perl
21996            ! lib/perl5db.pl
21997 ____________________________________________________________________________
21998 [ 25867] By: stevep                                on 2005/10/28  21:12:35
21999         Log: Makefiles like tabs, not spaces.
22000      Branch: perl
22001            ! win32/Makefile win32/makefile.mk
22002 ____________________________________________________________________________
22003 [ 25866] By: stevep                                on 2005/10/28  21:09:31
22004         Log: Add a new file, mathoms.c, to hold old code kept around for binary
22005              compatability with previous versions of Perl.  Change also includes
22006              various Makefile changes to compile the new file and link it into 
22007              libperl.
22008      Branch: perl
22009            + mathoms.c
22010            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile globals.c
22011            ! numeric.c op.c perlio.c plan9/mkfile sv.c utf8.c
22012            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
22013            ! wince/Makefile.ce
22014 ____________________________________________________________________________
22015 [ 25865] By: stevep                                on 2005/10/28  11:30:51
22016         Log: Check for changes in IO on CPAN.
22017      Branch: perl
22018            ! Porting/Maintainers.pl
22019 ____________________________________________________________________________
22020 [ 25864] By: stevep                                on 2005/10/28  11:21:48
22021         Log: gbarr is maintaining IO.
22022      Branch: perl
22023            ! Porting/Maintainers.pl
22024 ____________________________________________________________________________
22025 [ 25863] By: stevep                                on 2005/10/28  10:48:32
22026         Log: Add SPRINTF_RETURNS_STRLEN to the various Win32 config_H.* files.
22027      Branch: perl
22028            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22029            ! win32/config_H.vc64
22030 ____________________________________________________________________________
22031 [ 25862] By: nicholas                              on 2005/10/28  10:24:43
22032         Log: Use the return value from sprintf and avoid a call to strlen
22033      Branch: perl
22034            ! sv.c
22035 ____________________________________________________________________________
22036 [ 25861] By: stevep                                on 2005/10/27  11:13:50
22037         Log: Subject: Re: IO::File performace issue
22038              From: gisle@ActiveState.com (Gisle Aas)
22039              Date: 27 Oct 2005 01:00:39 -0700
22040              Message-ID: <lrvezjv17c.fsf@caliper.activestate.com>
22041              
22042              Also includes a version bump for IO::File.
22043      Branch: perl
22044            ! ext/IO/lib/IO/File.pm
22045 ____________________________________________________________________________
22046 [ 25860] By: nicholas                              on 2005/10/27  08:53:03
22047         Log: Change 25850 failed to include all changed headers
22048      Branch: perl
22049            ! embed.h proto.h
22050 ____________________________________________________________________________
22051 [ 25859] By: stevep                                on 2005/10/27  01:55:08
22052         Log: Win32 fix for change #25850.  I don't know if this define will ever
22053              be used on Win32, but it does fix the problem at hand.
22054      Branch: perl
22055            ! win32/perlhost.h
22056 ____________________________________________________________________________
22057 [ 25858] By: rgs                                   on 2005/10/26  13:27:31
22058         Log: Subject: [patch@25854]vms.c rmsexpand and memmove fixes
22059              From: "John E. Malmberg" <wb8tyw@qsl.net>
22060              Date: Wed, 26 Oct 2005 08:08:05 -0400
22061              Message-ID: <435F71A5.6030809@qsl.net>
22062      Branch: perl
22063            ! vms/vms.c
22064 ____________________________________________________________________________
22065 [ 25857] By: rgs                                   on 2005/10/26  12:52:37
22066         Log: FAQ sync.
22067      Branch: perl
22068            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
22069            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
22070            ! pod/perlfaq7.pod pod/perlfaq9.pod
22071 ____________________________________________________________________________
22072 [ 25856] By: merijn                                on 2005/10/26  12:37:47
22073         Log: Subject: [PATCH] Symbian: better Series 80 support
22074              From: <jarkko.hietaniemi@nokia.com>
22075              Date: Wed, 26 Oct 2005 15:50:08 +0300
22076              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6AA@esebe105.NOE.Nokia.com>
22077      Branch: perl
22078            + symbian/hexdump.pl
22079            ! MANIFEST symbian/PerlApp.cpp symbian/PerlApp.h
22080            ! symbian/PerlAppS80.rss symbian/config.pl symbian/makesis.pl
22081            ! symbian/sisify.pl
22082 ____________________________________________________________________________
22083 [ 25855] By: stevep                                on 2005/10/26  11:52:46
22084         Log: Multiple versions of OpenBSD fail this test, not just 3.7.
22085      Branch: perl
22086            ! t/op/sprintf.t
22087 ____________________________________________________________________________
22088 [ 25854] By: rgs                                   on 2005/10/26  10:21:30
22089         Log: Subject: Re: [PATCH] minor speed-up for pp_push()
22090              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
22091              Date: Tue, 25 Oct 2005 08:11:42 +0200
22092              Message-id: <20051025061141.GA2256@ethan>
22093      Branch: perl
22094            ! pp.c
22095 ____________________________________________________________________________
22096 [ 25853] By: nicholas                              on 2005/10/26  10:06:37
22097         Log: Store the raw bytes of the pid in PL_pidstatus, rather than the
22098              stringification, as removing the conversions saves time and code.
22099      Branch: perl
22100            ! util.c
22101 ____________________________________________________________________________
22102 [ 25852] By: rgs                                   on 2005/10/26  09:37:25
22103         Log: Subject: [perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be _IOC_SIZE(x) on Linux, not 256 
22104              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
22105              Date: Tue, 25 Oct 2005 15:27:28 -0700
22106              Message-ID: <rt-3.0.11-37535-123290.14.118037538994@perl.org>
22107      Branch: perl
22108            ! perl.h
22109 ____________________________________________________________________________
22110 [ 25851] By: rgs                                   on 2005/10/26  08:58:42
22111         Log: Subject: Re: [patch@25838]Hopefully the last VMS exit/error fixes needed.
22112              From: "John E. Malmberg" <wb8tyw@qsl.net>
22113              Date: Tue, 25 Oct 2005 13:36:20 -0400
22114              Message-ID: <435E6D14.7000104@qsl.net>
22115      Branch: perl
22116            ! perl.h vms/perlvms.pod
22117 ____________________________________________________________________________
22118 [ 25850] By: nicholas                              on 2005/10/26  08:31:20
22119         Log: Most platforms don't actually need PL_pidstatus, or the associated
22120              .5K of code.
22121      Branch: perl
22122            ! embed.fnc intrpvar.h makedef.pl perl.c perl.h perlapi.h
22123            ! pp_sys.c sv.c util.c
22124 ____________________________________________________________________________
22125 [ 25849] By: rgs                                   on 2005/10/25  15:26:20
22126         Log: Back out change #25839, and apply :
22127              
22128              Subject: [patch@25838]Hopefully the last VMS exit/error fixes needed.
22129              From: "John E. Malmberg" <wb8tyw@qsl.net>
22130              Date: Tue, 25 Oct 2005 11:09:37 -0400
22131              Message-ID: <435E4AB1.1000106@qsl.net>
22132      Branch: perl
22133            ! perl.c perl.h vms/perlvms.pod
22134 ____________________________________________________________________________
22135 [ 25848] By: nicholas                              on 2005/10/25  12:54:18
22136         Log: Code in wait4pid was calling hv_delete with the hash iterator
22137              currently on that entry. On aggregate this does more work, beacuse
22138              the next call to hv_iterinit() would spot the flag, and have to call
22139              the delete routine, while in the meantime any new entries can't
22140              re-use that memory.
22141      Branch: perl
22142            ! util.c
22143 ____________________________________________________________________________
22144 [ 25847] By: rgs                                   on 2005/10/25  12:35:29
22145         Log: t/TEST should require Time::HiRes only when it uses it.
22146              This fixes minitest.
22147      Branch: perl
22148            ! t/TEST
22149 ____________________________________________________________________________
22150 [ 25846] By: rgs                                   on 2005/10/25  12:17:33
22151         Log: Rediff the Makefile.SH patch for cross-compilation.
22152              (this doesn't mean it works, though.)
22153      Branch: perl
22154            ! Cross/Makefile.SH.patch
22155 ____________________________________________________________________________
22156 [ 25845] By: stevep                                on 2005/10/25  11:56:53
22157         Log: Upgrade to Time-HiRes-1.76
22158      Branch: perl
22159            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
22160            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
22161            ! ext/Time/HiRes/t/HiRes.t
22162 ____________________________________________________________________________
22163 [ 25844] By: rgs                                   on 2005/10/25  11:19:44
22164         Log: Remove remaining references to mv-if-diff
22165      Branch: perl
22166            ! os2/Makefile.SHs pod/Makefile.SH pod/perlmodlib.PL
22167 ____________________________________________________________________________
22168 [ 25843] By: nicholas                              on 2005/10/25  10:55:27
22169         Log: Oops. the trick is to edit Makefile.SH
22170      Branch: perl
22171            ! Makefile.SH
22172 ____________________________________________________________________________
22173 [ 25842] By: nicholas                              on 2005/10/25  10:36:39
22174         Log: Subject: [PATCH] remove mv-if-diff
22175              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
22176              Message-ID: <20051024193257.2022ea0d@grubert.mandrakesoft.com>
22177              Date: Mon, 24 Oct 2005 19:32:57 +0200
22178              
22179              (with tweak to add rm for opmini.c, remove mv-if-diff, and reflect
22180              this removal in MANIFEST)
22181      Branch: perl
22182            - mv-if-diff
22183            ! MANIFEST Makefile.SH
22184 ____________________________________________________________________________
22185 [ 25841] By: nicholas                              on 2005/10/25  09:09:49
22186         Log: Replace all the strlen()s related to PL_pidstatus with the return
22187              value of my_sprintf
22188      Branch: perl
22189            ! util.c
22190 ____________________________________________________________________________
22191 [ 25840] By: nicholas                              on 2005/10/25  08:32:25
22192         Log: Whoops. The Windows build is going to need to know that this symbol is
22193              defined.
22194      Branch: perl
22195            ! perl.c
22196 ____________________________________________________________________________
22197 [ 25839] By: rgs                                   on 2005/10/25  08:14:33
22198         Log: Subject: VMS exit handling still broken, need some help.
22199              From: "John E. Malmberg" <wb8tyw@qsl.net>
22200              Date: Mon, 24 Oct 2005 01:34:41 -0400
22201              Message-ID: <435C7271.8070403@qsl.net>
22202      Branch: perl
22203            ! perl.c perl.h vms/vms.c
22204 ____________________________________________________________________________
22205 [ 25838] By: merijn                                on 2005/10/25  05:58:00
22206         Log: Subject: [patch@25837] Change 25831: sprintf returns the length of the buffer.
22207              From: "John E. Malmberg" <wb8tyw@qsl.net>
22208              Date: Mon, 24 Oct 2005 23:37:46 -0400
22209              Message-ID: <435DA88A.90201@qsl.net>
22210      Branch: perl
22211            ! configure.com
22212 ____________________________________________________________________________
22213 [ 25837] By: merijn                                on 2005/10/24  23:35:40
22214         Log: Backport of changes #25831 and #25832. Re-order needed
22215              
22216              Subject: [PATCH] Re: Configure question about format of cc/cppsymbols
22217              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
22218              Date: Mon, 24 Oct 2005 13:04:58 -0700
22219              Message-ID: <20051024200458.GC2312@efn.org>
22220      Branch: perl
22221            ! Configure config_h.SH
22222 ____________________________________________________________________________
22223 [ 25833] By: merijn                                on 2005/10/24  22:44:22
22224         Log: Subject: [PATCH] Compress::Zlib
22225              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
22226              Date: Mon, 24 Oct 2005 23:19:48 +0100
22227              Message-ID: <00ab01c5d8e9$0ef31b40$02f0440a@myopwv.com>
22228      Branch: perl
22229            ! ext/Compress/Zlib/Zlib.pm
22230            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
22231            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
22232            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
22233            ! ext/Compress/Zlib/t/03zlib-v1.t
22234            ! ext/Compress/Zlib/t/16oneshot.t ext/Compress/Zlib/t/22merge.t
22235 ____________________________________________________________________________
22236 [ 25832] By: nicholas                              on 2005/10/24  21:20:21
22237         Log: Add my_sprintf, which is usually just a macro for sprintf, for those
22238              places where we want to use the return value of sprintf. This allows
22239              a wrapper to be used for platforms where the C library isn't ANSI-
22240              conformant.
22241      Branch: perl
22242            ! config_h.SH embed.fnc embed.h global.sym makedef.pl perl.h
22243            ! proto.h util.c
22244 ____________________________________________________________________________
22245 [ 25831] By: nicholas                              on 2005/10/24  20:03:38
22246         Log: Add a probe for whether sprintf returns the length of the buffer.
22247              Update all the canned config.sh files.
22248              Assume that symbian and Win32 are all ANSI conformant, note that ARM
22249              Linux (ie glibc) will be, don't assume that any other platform is.
22250      Branch: perl
22251            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
22252            ! Porting/Glossary configure.com epoc/config.sh
22253            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
22254            ! win32/config.bc win32/config.gc win32/config.vc
22255            ! win32/config.vc64 wince/config.ce
22256 ____________________________________________________________________________
22257 [ 25830] By: rgs                                   on 2005/10/24  16:18:41
22258         Log: Fix path in code example
22259      Branch: perl
22260            ! pod/perlfunc.pod
22261 ____________________________________________________________________________
22262 [ 25829] By: rgs                                   on 2005/10/24  15:21:28
22263         Log: Subject: Re: do { EXPR for EXPR }
22264              From: Robin Houston <robin@cpan.org>
22265              Date: Sat, 22 Oct 2005 16:56:27 +0100
22266              Message-ID: <20051022155627.GA22420@rpc142.cs.man.ac.uk>
22267      Branch: perl
22268            ! op.c t/cmd/mod.t
22269 ____________________________________________________________________________
22270 [ 25828] By: stevep                                on 2005/10/24  14:16:32
22271         Log: Update one of merijn's previous emails.
22272      Branch: perl
22273            ! Porting/checkAUTHORS.pl
22274 ____________________________________________________________________________
22275 [ 25827] By: craigb                                on 2005/10/23  22:17:44
22276         Log: Subject: [patch@25825] Fix st_ino compare to use real data.
22277              From: "John E. Malmberg" <wb8tyw@qsl.net>
22278              Date: Sun, 23 Oct 2005 17:46:46 -0400
22279              Message-id: <435C04C6.2090405@qsl.net>
22280      Branch: perl
22281            ! vms/vms.c
22282 ____________________________________________________________________________
22283 [ 25825] By: mhx                                   on 2005/10/23  10:16:45
22284         Log: Fix mismatched braces in S_fd_on_nosuid_fs().
22285      Branch: perl
22286            ! perl.c
22287 ____________________________________________________________________________
22288 [ 25824] By: craigb                                on 2005/10/22  16:43:40
22289         Log: VMS threaded build fixes for things broken in #25783
22290      Branch: perl
22291            ! vms/vms.c vms/vmsish.h
22292 ____________________________________________________________________________
22293 [ 25823] By: nicholas                              on 2005/10/22  13:12:48
22294         Log: use more 'const' in the Encode data structures.
22295      Branch: perl
22296            ! ext/Encode/Encode/encode.h ext/Encode/bin/enc2xs
22297 ____________________________________________________________________________
22298 [ 25822] By: mhx                                   on 2005/10/22  13:02:02
22299         Log: Turn NN to NULLOK for functions that have code to handle
22300              the ptr == NULL case and are currently called with NULL
22301              pointers. Having parameters tagged NN can make gcc optimize
22302              away the code for the NULL case, causing segfaults.
22303      Branch: perl
22304            ! embed.fnc proto.h
22305 ____________________________________________________________________________
22306 [ 25821] By: nicholas                              on 2005/10/22  12:08:34
22307         Log: Mark more static Encode data structures as const.
22308      Branch: perl
22309            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
22310            ! ext/Encode/bin/enc2xs ext/Encode/encengine.c
22311 ____________________________________________________________________________
22312 [ 25820] By: stevep                                on 2005/10/21  21:54:01
22313         Log: Documentation on getting a FORMAT ref from a GLOB was missing from
22314              perlref.pod.  Thanks for David Wheeler for starting the discussion
22315              and Paul Johnson for confirming that it could actually be done.
22316      Branch: perl
22317            ! pod/perlref.pod
22318 ____________________________________________________________________________
22319 [ 25819] By: merijn                                on 2005/10/21  15:49:00
22320         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
22321              From: <jarkko.hietaniemi@nokia.com>
22322              Date: Fri, 21 Oct 2005 17:15:23 +0300
22323              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
22324      Branch: perl
22325            + symbian/PerlAppS60.rss symbian/PerlAppS80.rss
22326            ! MANIFEST
22327 ____________________________________________________________________________
22328 [ 25818] By: rgs                                   on 2005/10/21  15:44:38
22329         Log: Subject: allow "" as select bitmask [PATCH]
22330              From: Gisle Aas <gisle@ActiveState.com>
22331              Date: 21 Oct 2005 08:04:40 -0700
22332              Message-ID: <lrach229o7.fsf_-_@caliper.activestate.com>
22333      Branch: perl
22334            ! pp_sys.c t/op/sselect.t
22335 ____________________________________________________________________________
22336 [ 25816] By: rgs                                   on 2005/10/21  15:06:13
22337         Log: Rewording of doc change #25812
22338      Branch: perl
22339            ! pod/perlsub.pod
22340 ____________________________________________________________________________
22341 [ 25815] By: merijn                                on 2005/10/21  14:12:37
22342         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
22343              From: <jarkko.hietaniemi@nokia.com>
22344              Date: Fri, 21 Oct 2005 17:15:23 +0300
22345              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
22346      Branch: perl
22347            - symbian/PerlApp.rss
22348 ____________________________________________________________________________
22349 [ 25814] By: merijn                                on 2005/10/21  14:12:10
22350         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
22351              From: <jarkko.hietaniemi@nokia.com>
22352              Date: Fri, 21 Oct 2005 17:15:23 +0300
22353              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
22354      Branch: perl
22355            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
22356            ! symbian/PerlApp.hrh symbian/config.pl symbian/config.sh
22357            ! symbian/makesis.pl symbian/sdk.pl symbian/sisify.pl
22358            ! symbian/xsbuild.pl
22359 ____________________________________________________________________________
22360 [ 25813] By: rgs                                   on 2005/10/21  13:24:30
22361         Log: Subject: wrong maxlen in sselect [PATCH]
22362              From: Gisle Aas <gisle@ActiveState.com>
22363              Date: 21 Oct 2005 05:24:30 -0700
22364              Message-ID: <lrzmp312ip.fsf@caliper.activestate.com>
22365              
22366              Plus a regression test for the new warning.
22367      Branch: perl
22368            ! pod/perldiag.pod pp_sys.c t/lib/warnings/pp_sys
22369 ____________________________________________________________________________
22370 [ 25812] By: rgs                                   on 2005/10/21  13:01:26
22371         Log: Subject: Re: [PATCH] return values reworded in perlsub.pod
22372              From: Xavier Noria <fxn@hashref.com>
22373              Date: Fri, 21 Oct 2005 08:43:12 +0200
22374              Message-Id: <1C8D7C5C-986C-4336-8C4F-8B965CE1AD17@hashref.com>
22375              
22376              (with minor tweaks)
22377      Branch: perl
22378            ! pod/perlsub.pod
22379 ____________________________________________________________________________
22380 [ 25811] By: rgs                                   on 2005/10/21  09:31:52
22381         Log: Remove last remaining reference to vax11c
22382      Branch: perl
22383            ! x2p/a2p.h
22384 ____________________________________________________________________________
22385 [ 25810] By: craigb                                on 2005/10/20  22:38:36
22386         Log: Subject: [patch@25809]restore documented exit behavior
22387              From: "John E. Malmberg" <wb8tyw@qsl.net>
22388              Date: Thu, 20 Oct 2005 18:21:20 -0400
22389              Message-id: <43581860.3020108@qsl.net>
22390      Branch: perl
22391            ! mg.c perl.c perl.h t/op/exec.t vms/perlvms.pod vms/vms.c
22392 ____________________________________________________________________________
22393 [ 25809] By: rgs                                   on 2005/10/19  21:15:53
22394         Log: Fix doc typo, by Gisle Aas
22395      Branch: perl
22396            ! lib/User/grent.pm
22397 ____________________________________________________________________________
22398 [ 25808] By: rgs                                   on 2005/10/19  20:46:50
22399         Log: Subject: Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of ARRAY in leave
22400              From: Robin Houston <robin@cpan.org>
22401              Date: Oct 14, 2005 1:54 AM
22402              Message-ID: <20051013235457.GA23386@rpc142.cs.man.ac.uk>
22403      Branch: perl
22404            ! embed.fnc embed.h global.sym op.c op.h proto.h t/op/array.t
22405 ____________________________________________________________________________
22406 [ 25805] By: rgs                                   on 2005/10/19  13:19:17
22407         Log: Forgotten chunk by jhi
22408      Branch: perl
22409            ! symbian/makesis.pl
22410 ____________________________________________________________________________
22411 [ 25804] By: rgs                                   on 2005/10/19  13:09:09
22412         Log: Subject: [PATCH] blead 25801: Symbian batch of today
22413              From: <jarkko.hietaniemi@nokia.com>
22414              Date: Wed, 19 Oct 2005 16:19:23 +0300
22415              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A663@esebe105.NOE.Nokia.com>
22416      Branch: perl
22417            ! perl.h pp_sys.c symbian/config.sh symbian/symbianish.h
22418            ! symbian/xsbuild.pl
22419 ____________________________________________________________________________
22420 [ 25803] By: rgs                                   on 2005/10/19  08:18:30
22421         Log: Subject: [PATCH] More consting, and DRY leads to shrinking object code
22422              From: Andy Lester <andy@petdance.com>
22423              Date: Tue, 18 Oct 2005 09:57:23 -0500
22424              Message-ID: <20051018145723.GA4964@petdance.com>
22425      Branch: perl
22426            ! av.c gv.c hv.c mg.c pp_ctl.c pp_hot.c sv.c
22427 ____________________________________________________________________________
22428 [ 25802] By: rgs                                   on 2005/10/19  07:52:20
22429         Log: Subject: [PATCH] Adding documentation index to perlapi.pod and perlintern.pod
22430              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
22431              Date: Tue, 18 Oct 2005 22:22:57 +0200
22432              Message-ID: <1129666977.435559a10cb95@imp5-g19.free.fr>
22433              
22434              (tweaked to remove trailing whitespace to doc entries)
22435              Plus, regenerate doc and headers
22436      Branch: perl
22437            ! autodoc.pl embed.h pod/perlapi.pod pod/perlintern.pod proto.h
22438 ____________________________________________________________________________
22439 [ 25801] By: craigb                                on 2005/10/19  00:29:00
22440         Log: Subject: [patch@25784] enable open(FOO, "child.pl foo|") on VMS
22441              From: "John E. Malmberg" <wb8tyw@qsl.net>
22442              Date: Tue, 18 Oct 2005 14:43:29 -0400
22443              Message-id: <43554251.5020704@qsl.net>
22444      Branch: perl
22445            ! vms/vms.c vms/vmsish.h
22446 ____________________________________________________________________________
22447 [ 25800] By: rgs                                   on 2005/10/18  21:22:17
22448         Log: Add notes about -f _ and defined %foo:: in perldelta
22449      Branch: perl
22450            ! pod/perl593delta.pod
22451 ____________________________________________________________________________
22452 [ 25799] By: rgs                                   on 2005/10/18  20:57:43
22453         Log: Force _ to be always a bareword after filetest operators
22454      Branch: perl
22455            ! t/op/filetest.t toke.c
22456 ____________________________________________________________________________
22457 [ 25798] By: nicholas                              on 2005/10/18  19:52:27
22458         Log: Add Rafael's 5.10 roadmap to perltodo.
22459              Add state variables.
22460              Remove xsubpp entry, as that had been done already.
22461      Branch: perl
22462            ! pod/perltodo.pod
22463 ____________________________________________________________________________
22464 [ 25797] By: rgs                                   on 2005/10/18  19:24:55
22465         Log: Fix tokenizer debugging trace for file tests
22466      Branch: perl
22467            ! toke.c
22468 ____________________________________________________________________________
22469 [ 25796] By: stevep                                on 2005/10/18  19:15:40
22470         Log: Upgrade to Digest-1.13
22471      Branch: perl
22472            ! lib/Digest.pm lib/Digest/Changes lib/Digest/file.pm
22473 ____________________________________________________________________________
22474 [ 25795] By: merijn                                on 2005/10/18  16:30:54
22475         Log: VMS does not have clearenv () according to John E. Malmberg
22476              Followup to 25793
22477      Branch: perl
22478            ! configure.com
22479 ____________________________________________________________________________
22480 [ 25794] By: steveh                                on 2005/10/18  15:03:50
22481         Log: Update win32 config files w.r.t. change #25793
22482      Branch: perl
22483            ! win32/config.bc win32/config.gc win32/config.vc
22484            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
22485            ! win32/config_H.vc win32/config_H.vc64
22486 ____________________________________________________________________________
22487 [ 25793] By: merijn                                on 2005/10/18  13:50:15
22488         Log: Add probe for clearenv (), like #25733 for unsetenv ()
22489      Branch: perl
22490            ! Configure Porting/Glossary config_h.SH handy.h
22491 ____________________________________________________________________________
22492 [ 25790] By: rgs                                   on 2005/10/18  12:48:17
22493         Log: Subject: [PATCH] missed some SYMBIAN ifdefs
22494              From: <jarkko.hietaniemi@nokia.com>
22495              Date: Tue, 18 Oct 2005 16:07:28 +0300
22496              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A64D@esebe105.NOE.Nokia.com>
22497      Branch: perl
22498            ! perl.h util.h
22499 ____________________________________________________________________________
22500 [ 25789] By: stevep                                on 2005/10/18  10:52:01
22501         Log: Upgrade to Time-HiRes-1.75
22502      Branch: perl
22503            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
22504            ! ext/Time/HiRes/Makefile.PL
22505 ____________________________________________________________________________
22506 [ 25788] By: rgs                                   on 2005/10/18  09:29:05
22507         Log: Subject: [PATCH] Symbian: New vs New
22508              From: <jarkko.hietaniemi@nokia.com>
22509              Date: Tue, 18 Oct 2005 12:53:16 +0300
22510              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A640@esebe105.NOE.Nokia.com>
22511      Branch: perl
22512            ! symbian/PerlUtil.cpp
22513 ____________________________________________________________________________
22514 [ 25786] By: rgs                                   on 2005/10/18  08:01:12
22515         Log: Subject: [patch@25783] vmsish.h fix for lstat() definition
22516              From: "John E. Malmberg" <wb8tyw@qsl.net>
22517              Date: Mon, 17 Oct 2005 17:08:19 -0400
22518              Message-ID: <435412C3.3080504@qsl.net>
22519      Branch: perl
22520            ! vms/vmsish.h
22521 ____________________________________________________________________________
22522 [ 25784] By: steveh                                on 2005/10/17  15:48:24
22523         Log: Silence gcc complaints about comments in config.h
22524              
22525              This suppresses dozens of lines of warnings seen, e.g. here:
22526              http://www.nntp.perl.org/group/perl.daily-build.reports/32231
22527      Branch: perl
22528            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
22529 ____________________________________________________________________________
22530 [ 25783] By: rgs                                   on 2005/10/17  15:13:35
22531         Log: Subject: [patch@25775] VMS prep for symbolic links and long filename
22532              From: "John E. Malmberg" <wb8tyw@qsl.net>
22533              Date: Mon, 17 Oct 2005 08:12:37 -0400
22534              Message-ID: <43539535.70609@qsl.net>
22535      Branch: perl
22536            ! vms/vms.c vms/vmsish.h
22537 ____________________________________________________________________________
22538 [ 25782] By: rgs                                   on 2005/10/17  15:05:23
22539         Log: Subject: [PATCH] even more Symbian
22540              From: <jarkko.hietaniemi@nokia.com>
22541              Date: Mon, 17 Oct 2005 18:27:57 +0300
22542              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A61F@esebe105.NOE.Nokia.com>
22543      Branch: perl
22544            ! ext/Storable/Storable.xs symbian/TODO
22545            ! symbian/find_writeable_data.pl symbian/xsbuild.pl
22546 ____________________________________________________________________________
22547 [ 25781] By: nicholas                              on 2005/10/17  14:44:59
22548         Log: Correct precedence from and to && in an expression with assignment.
22549      Branch: perl
22550            ! ext/IO/t/io_sock.t
22551 ____________________________________________________________________________
22552 [ 25780] By: rgs                                   on 2005/10/17  10:16:30
22553         Log: Subject: Re: small addition to $, and $\ in perlvar.pod
22554              From: Xavier Noria <fxn@hashref.com>
22555              Date: Sun, 16 Oct 2005 12:27:30 +0200
22556              Message-Id: <7CA83392-70CD-4AC8-AA44-D94F508BB028@hashref.com>
22557      Branch: perl
22558            ! pod/perlvar.pod
22559 ____________________________________________________________________________
22560 [ 25779] By: steveh                                on 2005/10/17  10:14:46
22561         Log: Make some casts explicit to keep VC++ 7 happy
22562              
22563              Specifically, this silences the warnings from the following smoke:
22564              http://www.nntp.perl.org/group/perl.daily-build.reports/32258
22565              (Hmm. Looks like you need to decode the base64 yourself before you
22566              can read that.)
22567      Branch: perl
22568            ! numeric.c op.c pp_pack.c toke.c
22569 ____________________________________________________________________________
22570 [ 25778] By: rgs                                   on 2005/10/17  09:57:24
22571         Log: Subject: [PATCH] another Symbian update: Alan's fault :-)
22572              From: <jarkko.hietaniemi@nokia.com>
22573              Date: Mon, 17 Oct 2005 13:19:34 +0300
22574              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A611@esebe105.NOE.Nokia.com>
22575      Branch: perl
22576            + symbian/find_writeable_data.pl
22577            ! MANIFEST XSUB.h doio.c embed.fnc embed.h mg.c perl.c perl.h
22578            ! perlio.c pp_ctl.c pp_sys.c symbian/config.pl symbian/sisify.pl
22579            ! util.c
22580 ____________________________________________________________________________
22581 [ 25777] By: rgs                                   on 2005/10/17  08:46:31
22582         Log: Doc/style fixes pointed out by Gisle
22583      Branch: perl
22584            ! lib/warnings/register.pm
22585 ____________________________________________________________________________
22586 [ 25776] By: rgs                                   on 2005/10/17  08:28:15
22587         Log: Subject: [PATCH] blead@25775 Symbian update
22588              From: <jarkko.hietaniemi@nokia.com>
22589              Date: Mon, 17 Oct 2005 11:49:20 +0300
22590              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A60A@esebe105.NOE.Nokia.com>
22591      Branch: perl
22592            + symbian/PerlUtil.cpp symbian/PerlUtil.h symbian/PerlUtil.pod
22593            ! MANIFEST README.symbian symbian/PerlBase.pod symbian/TODO
22594            ! symbian/config.pl symbian/sdk.pl symbian/sisify.pl
22595            ! symbian/symbian_proto.h symbian/xsbuild.pl
22596 ____________________________________________________________________________
22597 [ 25775] By: davem                                 on 2005/10/16  23:05:44
22598         Log: DEBUG_LEAKING_SCALARS doesn't need shared memory to store filenames
22599      Branch: perl
22600            ! sv.c
22601 ____________________________________________________________________________
22602 [ 25774] By: rgs                                   on 2005/10/16  21:47:57
22603         Log: Subject: [PATCH] Keys of %INC always use forward slashes
22604              From: Jan Dubois <jand@activestate.com>
22605              Date: Oct 16, 2005 8:24 PM
22606              Message-ID: <006e01c5d27e$d722c6e0$2217a8c0@candy>
22607      Branch: perl
22608            ! lib/CPAN.pm
22609 ____________________________________________________________________________
22610 [ 25772] By: craigb                                on 2005/10/16  19:10:56
22611         Log: Subject: [patch@25763] Fix VMS error/exit handling, update kill function
22612              From: "John E. Malmberg" <wb8tyw@qsl.net>
22613              Message-id: <4351F393.8030809@qsl.net>
22614              Date: Sun, 16 Oct 2005 02:30:43 -0400
22615      Branch: perl
22616            ! perl.c perl.h t/run/exit.t vms/vms.c vms/vmsish.h
22617 ____________________________________________________________________________
22618 [ 25771] By: davem                                 on 2005/10/16  17:46:10
22619         Log: an assert in av_undef was leaking memory
22620      Branch: perl
22621            ! av.c
22622 ____________________________________________________________________________
22623 [ 25770] By: davem                                 on 2005/10/16  17:39:20
22624         Log: static functions should be prefixed S_
22625      Branch: perl
22626            ! ext/threads/threads.xs
22627 ____________________________________________________________________________
22628 [ 25769] By: davem                                 on 2005/10/16  14:53:45
22629         Log: free a thread's interpreter after $t->join() rather than after undef $t
22630              This should fix some ithreads memory leaks.
22631      Branch: perl
22632            ! ext/threads/threads.xs
22633 ____________________________________________________________________________
22634 [ 25768] By: stevep                                on 2005/10/16  13:53:00
22635         Log: Upgrade to version-0.49
22636      Branch: perl
22637            ! lib/version.pm lib/version.pod
22638 ____________________________________________________________________________
22639 [ 25767] By: stevep                                on 2005/10/16  13:24:23
22640         Log: No more attempting to edit Pod before the first coffee of the morning.
22641      Branch: perl
22642            ! ext/DynaLoader/XSLoader_pm.PL
22643 ____________________________________________________________________________
22644 [ 25766] By: stevep                                on 2005/10/16  13:10:02
22645         Log: Upgrade to XSLoader-0.06 (plus a minor doc nit found by podchecker).
22646      Branch: perl
22647            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
22648 ____________________________________________________________________________
22649 [ 25765] By: stevep                                on 2005/10/16  13:02:19
22650         Log: Upgrade to Pod-Parser-1.34 (with some changes to get the new test file
22651              to work within the core).
22652      Branch: perl
22653            + lib/Pod/t/contains_pod.t t/lib/contains_pod.xr
22654            ! MANIFEST lib/Pod/Find.pm
22655 ____________________________________________________________________________
22656 [ 25764] By: stevep                                on 2005/10/16  12:36:37
22657         Log: Upgrade to ExtUtils-ParseXS-2.15.
22658      Branch: perl
22659            ! lib/ExtUtils/ParseXS.pm
22660 ____________________________________________________________________________
22661 [ 25763] By: nicholas                              on 2005/10/15  21:35:29
22662         Log: Subject: pre{inc,dec} is faster, even with integers
22663              From: hv@crypt.org
22664              Message-Id: <200510141722.j9EHMfa25945@zen.crypt.org>
22665              Date: Fri, 14 Oct 2005 18:22:41 +0100
22666      Branch: perl
22667            ! op.c t/op/inc.t
22668 ____________________________________________________________________________
22669 [ 25761] By: craigb                                on 2005/10/15  03:59:44
22670         Log: Subject: [patch@blead] perlport.pod
22671              From: "John E. Malmberg" <wb8tyw@qsl.net>
22672              Date: Fri, 14 Oct 2005 23:48:20 -0400
22673              Message-id: <43507C04.8050003@qsl.net>
22674      Branch: perl
22675            ! pod/perlport.pod
22676 ____________________________________________________________________________
22677 [ 25760] By: craigb                                on 2005/10/15  03:43:30
22678         Log: Subject: patch for blead - Perlvms.pod update
22679              From: "John E. Malmberg" <wb8tyw@qsl.net>
22680              Date: Fri, 14 Oct 2005 21:15:26 -0400
22681              Message-id: <4350582E.4070209@qsl.net>
22682      Branch: perl
22683            ! vms/perlvms.pod
22684 ____________________________________________________________________________
22685 [ 25759] By: craigb                                on 2005/10/14  15:31:33
22686         Log: Grab enough room from the outset in do_tovmsspec()
22687      Branch: perl
22688            ! vms/vms.c
22689 ____________________________________________________________________________
22690 [ 25758] By: steveh                                on 2005/10/14  08:00:58
22691         Log: Subject: [PATCH] Compress::Zlib - fix for win32
22692              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
22693              Date: Thu, 13 Oct 2005 23:06:25 +0100
22694              Message-ID: <002a01c5d042$5c25fea0$1a1c140a@myopwv.com>
22695      Branch: perl
22696            ! ext/Compress/Zlib/Zlib.xs
22697 ____________________________________________________________________________
22698 [ 25757] By: stevep                                on 2005/10/14  03:46:24
22699         Log: gcc complains when it sees variables declared
22700              
22701              const register ...
22702              
22703              switched them all to 
22704              
22705              register const ...
22706      Branch: perl
22707            ! av.c pp.c pp_hot.c regexec.c sv.c toke.c util.c
22708 ____________________________________________________________________________
22709 [ 25756] By: stevep                                on 2005/10/14  01:20:21
22710         Log: Upgrade to Unicode-Collate-0.52
22711      Branch: perl
22712            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
22713            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
22714 ____________________________________________________________________________
22715 [ 25755] By: stevep                                on 2005/10/13  23:31:03
22716         Log: Add PERL_USE_SAFE_PUTENV to the compile time options in perl -V
22717      Branch: perl
22718            ! perl.c
22719 ____________________________________________________________________________
22720 [ 25754] By: stevep                                on 2005/10/13  23:03:46
22721         Log: Subject: [PATCH] Stas' croak patch and then some
22722              From: Andy Lester <andy@petdance.com>
22723              Date: Thu, 13 Oct 2005 16:42:12 -0500
22724              Message-ID: <20051013214212.GA1122@petdance.com>
22725      Branch: perl
22726            ! embed.fnc gv.c op.c pad.c perl.c pp_sort.c proto.h regcomp.c
22727            ! sv.c t/TEST toke.c utf8.c
22728 ____________________________________________________________________________
22729 [ 25753] By: rgs                                   on 2005/10/13  15:53:39
22730         Log: If /dev/null is not readable, perl -e fails with
22731              an obscure error message. Make it more understandable.
22732      Branch: perl
22733            ! perl.c
22734 ____________________________________________________________________________
22735 [ 25752] By: rgs                                   on 2005/10/13  14:18:50
22736         Log: Subject: [patch@25744] t/op/local.t - change 25514 broke VMS
22737              From: "John E. Malmberg" <wb8tyw@qsl.net>
22738              Date: Thu, 13 Oct 2005 10:28:23 -0400
22739              Message-ID: <434E6F07.5020108@qsl.net>
22740      Branch: perl
22741            ! t/op/local.t
22742 ____________________________________________________________________________
22743 [ 25751] By: rgs                                   on 2005/10/13  12:38:21
22744         Log: Subject: SvPVutf8_nolen crashes [PATCH]
22745              From: Gisle Aas <gisle@ActiveState.com>
22746              Date: 13 Oct 2005 06:00:49 -0700
22747              Message-ID: <lrslv56072.fsf@caliper.activestate.com>
22748      Branch: perl
22749            ! sv.c
22750 ____________________________________________________________________________
22751 [ 25750] By: rgs                                   on 2005/10/13  12:22:24
22752         Log: Better cleanup of directories created by C::Zlib
22753      Branch: perl
22754            ! Makefile.SH
22755 ____________________________________________________________________________
22756 [ 25749] By: merijn                                on 2005/10/13  12:17:41
22757         Log: PL_use_safe_putenv needs to be in the export lists
22758      Branch: perl
22759            ! makedef.pl
22760 ____________________________________________________________________________
22761 [ 25748] By: rgs                                   on 2005/10/13  11:20:23
22762         Log: Subject: [PATCH] POD index entries with X<>
22763              From: Ivan Tubert-Brohman <itub@cpan.org>
22764              Date: Wed, 12 Oct 2005 19:20:18 -0400
22765              Message-ID: <434D9A32.4050305@cpan.org>
22766      Branch: perl
22767            ! pod/perldata.pod pod/perldebug.pod pod/perldsc.pod
22768            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlform.pod
22769            ! pod/perlfunc.pod pod/perllexwarn.pod pod/perlmod.pod
22770            ! pod/perlobj.pod pod/perlop.pod pod/perlpod.pod pod/perlre.pod
22771            ! pod/perlref.pod pod/perlrun.pod pod/perlsub.pod
22772            ! pod/perlsyn.pod pod/perltie.pod
22773 ____________________________________________________________________________
22774 [ 25747] By: rgs                                   on 2005/10/13  09:43:46
22775         Log: Subject: Accidental interpolation of $@ in Pod::Html [PATCH]
22776              From: Gisle Aas <gisle@ActiveState.com>
22777              Date: 13 Oct 2005 01:42:32 -0700
22778              Message-ID: <lr7jch95af.fsf@caliper.activestate.com>
22779      Branch: perl
22780            ! lib/Pod/Html.pm
22781 ____________________________________________________________________________
22782 [ 25746] By: rgs                                   on 2005/10/13  09:05:42
22783         Log: The new REQUIRE token introduced by change 25599 must be
22784              nonassoc, just like the UNIOP token it's patterned after.
22785              (While we're at it, allow to use bison 2.1 to regenerate
22786              the parser files.)
22787      Branch: perl
22788            ! perly.act perly.h perly.tab perly.y regen_perly.pl
22789 ____________________________________________________________________________
22790 [ 25745] By: rgs                                   on 2005/10/13  08:14:32
22791         Log: Document that -F doesn't accept whitespace in patterns.
22792              (fixes bug #37366)
22793      Branch: perl
22794            ! pod/perlrun.pod
22795 ____________________________________________________________________________
22796 [ 25744] By: merijn                                on 2005/10/13  06:10:27
22797         Log: Subject: RE: [PATCH] Compress::Zlib
22798              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
22799              Date: Wed, 12 Oct 2005 22:41:41 +0100
22800              Message-ID: <004c01c5cf75$bd368fc0$0e1c140a@myopwv.com>
22801      Branch: perl
22802            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
22803 ____________________________________________________________________________
22804 [ 25743] By: stevep                                on 2005/10/12  23:28:04
22805         Log: Subject: [PATCH pp_sort.c 5.8.7]  Typo in comment.
22806              From: Abigail <abigail@abigail.nl>
22807              Date: Thu, 13 Oct 2005 01:25:10 +0200
22808              Message-ID: <20051012232509.GA1018@abigail.nl>
22809      Branch: perl
22810            ! pp_sort.c
22811 ____________________________________________________________________________
22812 [ 25742] By: rgs                                   on 2005/10/12  15:55:21
22813         Log: Subject: [PATCH] Symbian blead update: Symbian port 0.2.0
22814              From: <jarkko.hietaniemi@nokia.com>
22815              Date: Wed, 12 Oct 2005 19:12:57 +0300
22816              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5E6@esebe105.NOE.Nokia.com>
22817      Branch: perl
22818            + symbian/sisify.pl
22819            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
22820            ! symbian/TODO symbian/config.pl symbian/port.pl
22821 ____________________________________________________________________________
22822 [ 25741] By: rgs                                   on 2005/10/12  11:37:49
22823         Log: Update to the config boilerplates, by Jarkko
22824      Branch: perl
22825            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
22826            ! plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh
22827            ! wince/config.ce
22828 ____________________________________________________________________________
22829 [ 25740] By: craigb                                on 2005/10/11  23:58:26
22830         Log: disarm unsetenv() on VMS for now (function is present
22831              but %ENV is more complicated)
22832      Branch: perl
22833            ! configure.com
22834 ____________________________________________________________________________
22835 [ 25739] By: stevep                                on 2005/10/11  22:27:18
22836         Log: Subject: [PATCH] Compress::Zlib
22837              From: Paul Marquess <Paul.Marquess@ntlworld.com>
22838              Date: Tue, 11 Oct 2005 22:54:25 +0100
22839              
22840              This silences a few warnings on AIX
22841      Branch: perl
22842            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
22843            ! ext/Compress/Zlib/t/04def.t
22844 ____________________________________________________________________________
22845 [ 25738] By: rgs                                   on 2005/10/11  21:14:49
22846         Log: Comment fix
22847      Branch: perl
22848            ! perl.c
22849 ____________________________________________________________________________
22850 [ 25737] By: merijn                                on 2005/10/11  15:15:37
22851         Log: Subject: [PATCH] environ fixup
22852              From: Alan Burlison <Alan.Burlison@sun.com>
22853              Date: Tue, 11 Oct 2005 16:29:54 +0100
22854              Message-ID: <434BDA72.4090109@sun.com>
22855      Branch: perl
22856            ! handy.h hints/solaris_2.sh perl.c util.c
22857 ____________________________________________________________________________
22858 [ 25736] By: merijn                                on 2005/10/11  11:30:22
22859         Log: Subject: [PATCH] Symbian blead fix
22860              From: <jarkko.hietaniemi@nokia.com>
22861              Date: Tue, 11 Oct 2005 14:48:49 +0300
22862              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5D4@esebe105.NOE.Nokia.com>
22863      Branch: perl
22864            ! symbian/PerlApp.cpp
22865 ____________________________________________________________________________
22866 [ 25735] By: merijn                                on 2005/10/11  11:25:46
22867         Log: Subject: [PATCH] Compress::Zlib
22868              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
22869              Date: Tue, 11 Oct 2005 12:35:22 +0100
22870              Message-ID: <013e01c5ce57$dee62af0$671c140a@myopwv.com>
22871      Branch: perl
22872            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
22873            ! ext/Compress/Zlib/t/16oneshot.t
22874 ____________________________________________________________________________
22875 [ 25734] By: steveh                                on 2005/10/11  10:09:48
22876         Log: Update win32 config files w.r.t. change #25733
22877      Branch: perl
22878            ! win32/config.bc win32/config.gc win32/config.vc
22879            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
22880            ! win32/config_H.vc win32/config_H.vc64
22881 ____________________________________________________________________________
22882 [ 25733] By: merijn                                on 2005/10/10  13:47:17
22883         Log: Add probe for unsetenv ()
22884              Subject: Re: Perl's handling of environ breaks on Solaris 10
22885              From: Steve Peters <steve@fisharerojo.org>
22886              Date: Mon, 10 Oct 2005 07:51:17 -0500
22887              Message-ID: <20051010125117.GA27566@mccoy.peters.homeunix.org>
22888      Branch: perl
22889            ! Configure Porting/Glossary config_h.SH handy.h
22890 ____________________________________________________________________________
22891 [ 25731] By: stevep                                on 2005/10/10  13:14:50
22892         Log: Subject: Re: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
22893              From: Gisle Aas <gisle@ActiveState.com>
22894              Date: 10 Oct 2005 06:20:23 -0700
22895              
22896              Change to remove a call to Win32::GetShortPathName() from 
22897              Test::Harness::Straps.
22898      Branch: perl
22899            ! lib/Test/Harness/Straps.pm
22900 ____________________________________________________________________________
22901 [ 25730] By: rgs                                   on 2005/10/10  11:22:08
22902         Log: Subject: [PATCH] Symbian bleadperl@25725 update
22903              From: <jarkko.hietaniemi@nokia.com>
22904              Date: Mon, 10 Oct 2005 14:28:31 +0300
22905              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5C4@esebe105.NOE.Nokia.com>
22906      Branch: perl
22907            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/zlib-src/trees.c
22908            ! symbian/PerlApp.cpp symbian/TODO symbian/symbian_utils.cpp
22909            ! symbian/xsbuild.pl
22910 ____________________________________________________________________________
22911 [ 25729] By: rgs                                   on 2005/10/10  11:16:24
22912         Log: Subject: RE: [PATCH] Compress::Zlib
22913              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
22914              Date: Mon, 10 Oct 2005 12:24:29 +0100
22915              Message-ID: <013501c5cd8d$2f5d3e90$291c140a@myopwv.com>
22916      Branch: perl
22917            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
22918 ____________________________________________________________________________
22919 [ 25728] By: merijn                                on 2005/10/10  10:36:51
22920         Log: Subject: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
22921              From: Gisle Aas <gisle@ActiveState.com>
22922              Date: 10 Oct 2005 03:58:09 -0700
22923              Message-ID: <lrk6glej0e.fsf@caliper.activestate.com>
22924      Branch: perl
22925            ! win32/ext/Win32/Win32.pm
22926 ____________________________________________________________________________
22927 [ 25727] By: merijn                                on 2005/10/10  10:27:12
22928         Log: Making t/14gzopen.t a bit more robust.
22929              Subject: [PATCH] Compress::Zlib
22930              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
22931              Date: Mon, 10 Oct 2005 11:40:00 +0100
22932              Message-ID: <012101c5cd86$f895b640$291c140a@myopwv.com>
22933      Branch: perl
22934            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
22935            ! ext/Compress/Zlib/t/14gzopen.t
22936 ____________________________________________________________________________
22937 [ 25726] By: merijn                                on 2005/10/10  06:14:30
22938         Log: Compress::Zlib should not ask under Cygwin in CORE
22939      Branch: perl
22940            ! ext/Compress/Zlib/Makefile.PL
22941 ____________________________________________________________________________
22942 [ 25725] By: stevep                                on 2005/10/10  01:18:58
22943         Log: From: Paul Marquess <Paul.Marquess@ntlworld.com>
22944              Subject: RE: [PATCH] DB_File 1.1812
22945              Date: Sun, 9 Oct 2005 23:25:38 +0100
22946              
22947              Patch to ext/Compress/Zlib/Zlib.xs from Paul Marquess.
22948      Branch: perl
22949            ! ext/Compress/Zlib/Zlib.xs
22950 ____________________________________________________________________________
22951 [ 25724] By: rgs                                   on 2005/10/09  21:27:57
22952         Log: Upgrade to DB_File 1.1812, by Paul Marquess
22953      Branch: perl
22954            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
22955            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
22956            ! ext/DB_File/t/db-hash.t
22957 ____________________________________________________________________________
22958 [ 25723] By: stevep                                on 2005/10/09  18:53:02
22959         Log: Tweaks to get Test::Builder::Tester's tests to work in the core.
22960      Branch: perl
22961            ! lib/Test/Simple/t/tbt_01basic.t
22962            ! lib/Test/Simple/t/tbt_04line_num.t
22963 ____________________________________________________________________________
22964 [ 25722] By: stevep                                on 2005/10/09  18:06:13
22965         Log: Upgraded to ExtUtils-ParseXS-2.14.
22966      Branch: perl
22967            ! lib/ExtUtils/ParseXS.pm
22968 ____________________________________________________________________________
22969 [ 25721] By: rgs                                   on 2005/10/09  16:42:26
22970         Log: Don't use a regexp in DB::sub().
22971              This should work around perlbug #37102.
22972      Branch: perl
22973            ! lib/DB.pm
22974 ____________________________________________________________________________
22975 [ 25720] By: stevep                                on 2005/10/09  15:37:41
22976         Log: It would be nice to upgrade the right file.   Double grrrrr.
22977      Branch: perl
22978            ! lib/ExtUtils/CBuilder.pm
22979 ____________________________________________________________________________
22980 [ 25719] By: stevep                                on 2005/10/09  15:32:29
22981         Log: Add standard core test header to Test::Builder::Tester tests.
22982      Branch: perl
22983            ! lib/Test/Simple/t/tbt_01basic.t
22984            ! lib/Test/Simple/t/tbt_02fhrestore.t
22985            ! lib/Test/Simple/t/tbt_03die.t
22986            ! lib/Test/Simple/t/tbt_04line_num.t
22987            ! lib/Test/Simple/t/tbt_05faildiag.t
22988            ! lib/Test/Simple/t/tbt_06errormess.t
22989            ! lib/Test/Simple/t/tbt_07args.t
22990 ____________________________________________________________________________
22991 [ 25718] By: stevep                                on 2005/10/09  15:24:43
22992         Log: Upgrade to Test-Simple-0.62.
22993      Branch: perl
22994            + lib/Test/Builder/Tester.pm lib/Test/Builder/Tester/Color.pm
22995            + lib/Test/Simple/t/tbt_01basic.t
22996            + lib/Test/Simple/t/tbt_02fhrestore.t
22997            + lib/Test/Simple/t/tbt_03die.t
22998            + lib/Test/Simple/t/tbt_04line_num.t
22999            + lib/Test/Simple/t/tbt_05faildiag.t
23000            + lib/Test/Simple/t/tbt_06errormess.t
23001            + lib/Test/Simple/t/tbt_07args.t
23002            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
23003            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
23004            ! lib/Test/Simple/t/More.t lib/Test/Simple/t/bail_out.t
23005            ! lib/Test/Simple/t/is_deeply_fail.t
23006 ____________________________________________________________________________
23007 [ 25717] By: stevep                                on 2005/10/09  14:51:12
23008         Log: Missed files in upgrading modules.  Grrrr
23009      Branch: perl
23010            ! lib/Cwd.pm lib/ExtUtils/ParseXS.pm
23011 ____________________________________________________________________________
23012 [ 25716] By: rgs                                   on 2005/10/09  14:31:47
23013         Log: Subject: [PATCH with testsuite] undef IS_UTF8_CHAR() on EBCDIC
23014              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23015              Date: Oct 8, 2005 9:59 AM
23016              Message-Id: <20051008165752.348A.BQW10602@nifty.com>
23017      Branch: perl
23018            ! lib/utf8.t utf8.c utf8.h
23019 ____________________________________________________________________________
23020 [ 25712] By: stevep                                on 2005/10/07  15:41:32
23021         Log: Documentation nit in INSTALL found by Alan Burlison.
23022      Branch: perl
23023            ! INSTALL
23024 ____________________________________________________________________________
23025 [ 25711] By: stevep                                on 2005/10/07  03:29:37
23026         Log: Upgrade to Pathtools-3.12
23027      Branch: perl
23028            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/File/Spec.pm
23029            ! lib/File/Spec/Win32.pm
23030 ____________________________________________________________________________
23031 [ 25710] By: craigb                                on 2005/10/07  02:41:03
23032         Log: Parse symbols for the linker when more than one declaration
23033              on the same line (the way PERLVARISC now throws at us).
23034      Branch: perl
23035            ! vms/gen_shrfls.pl
23036 ____________________________________________________________________________
23037 [ 25709] By: nicholas                              on 2005/10/06  21:31:39
23038         Log: Avoid a cast
23039      Branch: perl
23040            ! perl.c
23041 ____________________________________________________________________________
23042 [ 25708] By: stevep                                on 2005/10/06  19:23:59
23043         Log: Convert lvalue usage of SvNVX() and SvIVX() to SvNV_set() and
23044              SvIV_set().  Otherwise, compiling with -DPERL_DEBUG_COW fails.
23045      Branch: perl
23046            ! ext/Compress/Zlib/Zlib.xs
23047 ____________________________________________________________________________
23048 [ 25707] By: rgs                                   on 2005/10/06  13:42:00
23049         Log: Be nice with subversion hidden directories
23050      Branch: perl
23051            ! ext/Compress/Zlib/Makefile.PL
23052 ____________________________________________________________________________
23053 [ 25706] By: rgs                                   on 2005/10/06  13:24:24
23054         Log: Update with new files from C::Zlib
23055      Branch: perl
23056            ! Porting/Maintainers.pl
23057 ____________________________________________________________________________
23058 [ 25705] By: rgs                                   on 2005/10/06  13:23:20
23059         Log: Move ZlibTestUtils.pm under t/
23060      Branch: perl
23061            + t/lib/ZlibTestUtils.pm
23062            - lib/ZlibTestUtils.pm
23063            ! MANIFEST ext/Compress/Zlib/t/01version.t
23064            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
23065            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
23066            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
23067            ! ext/Compress/Zlib/t/08encoding.t
23068            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
23069            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
23070            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
23071            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
23072            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
23073            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
23074            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
23075            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
23076 ____________________________________________________________________________
23077 [ 25704] By: rgs                                   on 2005/10/06  09:09:06
23078         Log: Don't install pods via MakeMaker for C::Zlib,
23079              as suggested by Robin Barker
23080      Branch: perl
23081            ! ext/Compress/Zlib/Makefile.PL
23082 ____________________________________________________________________________
23083 [ 25703] By: merijn                                on 2005/10/06  08:42:56
23084         Log: Add -C to allowed $PERL5OPT options
23085              Add -C to the $PERL5OPT documentation (and added the missing -A too)
23086              t/run/runenv.t Could use some more tests about how supported
23087              and unsupported options in $PERL5OPT are handled
23088      Branch: perl
23089            ! perl.c pod/perldiag.pod pod/perlrun.pod
23090 ____________________________________________________________________________
23091 [ 25702] By: rgs                                   on 2005/10/06  07:27:39
23092         Log: Remove the getprotobynumber test, for portability concerns
23093      Branch: perl
23094            - t/op/getprotobynumber.t
23095            ! MANIFEST
23096 ____________________________________________________________________________
23097 [ 25701] By: nicholas                              on 2005/10/05  23:22:27
23098         Log: Fix Compress::Zlib test boilerplate
23099      Branch: perl
23100            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
23101            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
23102            ! ext/Compress/Zlib/t/05examples.t
23103            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
23104            ! ext/Compress/Zlib/t/08encoding.t
23105            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
23106            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
23107            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
23108            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
23109            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
23110            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
23111            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
23112            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
23113 ____________________________________________________________________________
23114 [ 25699] By: rgs                                   on 2005/10/05  21:26:57
23115         Log: Compress::Zlib's Makefile.PL shouldn't create .bak files when building the core
23116      Branch: perl
23117            ! ext/Compress/Zlib/Makefile.PL
23118 ____________________________________________________________________________
23119 [ 25698] By: rgs                                   on 2005/10/05  21:03:29
23120         Log: Add test preambles to Compress::Zlib.
23121              Remove 99pod.t, useless in the core
23122      Branch: perl
23123            - ext/Compress/Zlib/t/99pod.t
23124            ! MANIFEST ext/Compress/Zlib/t/01version.t
23125            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
23126            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
23127            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
23128            ! ext/Compress/Zlib/t/08encoding.t
23129            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
23130            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
23131            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
23132            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
23133            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
23134            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
23135            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
23136            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
23137 ____________________________________________________________________________
23138 [ 25697] By: stevep                                on 2005/10/05  18:20:54
23139         Log: Subject: proposal [perl #34301]:  IO::Socket calls getpeername far too often
23140              From: Peter.Dintelmann@Dresdner-Bank.com (Peter Dintelmann)
23141              Date: Thu, 2 Jun 2005 13:34:49 +0200
23142              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2101852447@naimucx5.muc.allianz>
23143      Branch: perl
23144            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
23145 ____________________________________________________________________________
23146 [ 25696] By: steveh                                on 2005/10/05  16:04:26
23147         Log: Subject: [PATCH] Re: Untested builtins
23148              From: Steven Schubiger <sts@accognoscere.org>
23149              Date: Wed, 28 Sep 2005 15:46:45 +0200
23150              Message-ID: <20050928134645.GD11546@accognoscere.homeunix.org>
23151      Branch: perl
23152            + t/op/getprotobynumber.t
23153            ! MANIFEST
23154 ____________________________________________________________________________
23155 [ 25695] By: rgs                                   on 2005/10/05  15:53:34
23156         Log: Upgrade to Compress::Zlib 2.000_05
23157      Branch: perl
23158            + ext/Compress/Zlib/examples/gzcat.zlib
23159            + ext/Compress/Zlib/fallback/constants.h
23160            + ext/Compress/Zlib/fallback/constants.xs
23161            + ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
23162            + ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
23163            + ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
23164            + ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
23165            + ext/Compress/Zlib/lib/File/GlobMapper.pm
23166            + ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
23167            + ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
23168            + ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
23169            + ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
23170            + ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
23171            + ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
23172            + ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
23173            + ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
23174            + ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
23175            + ext/Compress/Zlib/t/05examples.t
23176            + ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
23177            + ext/Compress/Zlib/t/08encoding.t
23178            + ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
23179            + ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
23180            + ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
23181            + ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
23182            + ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
23183            + ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
23184            + ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
23185            + ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/99pod.t
23186            + ext/Compress/Zlib/t/globmapper.t lib/ZlibTestUtils.pm
23187            - ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/fallback.h
23188            - ext/Compress/Zlib/fallback.xs ext/Compress/Zlib/t/03examples.t
23189            - ext/Compress/Zlib/t/04encoding.t
23190            - ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
23191            - ext/Compress/Zlib/zlib-src/gzio.c
23192            ! MANIFEST ext/Compress/Zlib/Changes
23193            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
23194            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
23195            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/examples/filtdef
23196            ! ext/Compress/Zlib/examples/filtinf
23197            ! ext/Compress/Zlib/examples/gzcat
23198            ! ext/Compress/Zlib/examples/gzgrep
23199            ! ext/Compress/Zlib/examples/gzstream
23200            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
23201            ! ext/Compress/Zlib/typemap
23202 ____________________________________________________________________________
23203 [ 25694] By: steveh                                on 2005/10/05  15:34:18
23204         Log: Fix $Config{ccflags} for Win32 perls built with dmake
23205              
23206              The nmake makefile (win32/Makefile) currently adds -nologo, $(STRPOOL)
23207              and -W3 to the ccflags in CFG_VARS, but the dmake makefile
23208              (win32/makefile.mk) doesn't.  This means that extensions built with
23209              perls built with VC++ and dmake spit out damn M$ logo messages and use
23210              a lower warning level.
23211              
23212              The reason for the difference is probably that the dmake makefile
23213              supports multiple compilers.  Therefore, put the extra ccflags into a
23214              new macro, and set it appropriately for each compiler.  Add the new
23215              macro to the nmake makefile too for orthogonality.
23216      Branch: perl
23217            ! win32/Makefile win32/makefile.mk
23218 ____________________________________________________________________________
23219 [ 25693] By: merijn                                on 2005/10/05  15:34:09
23220         Log: Subject: Re: [PATCH] Random constings and printf cleanup
23221              From: Andy Lester <andy@petdance.com>
23222              Date: Tue, 4 Oct 2005 15:16:05 -0500
23223              Message-ID: <20051004201605.GA31682@petdance.com>
23224      Branch: perl
23225            ! malloc.c pad.c perl.c perl.h pp_ctl.c sv.c utf8.c xsutils.c
23226 ____________________________________________________________________________
23227 [ 25691] By: stevep                                on 2005/10/04  16:24:28
23228         Log: Fixes to Pod errors found by podchecker.
23229      Branch: perl
23230            ! README.os2 pod/perlfunc.pod
23231 ____________________________________________________________________________
23232 [ 25690] By: stevep                                on 2005/10/04  12:02:04
23233         Log: Upgrade to ExtUtils-ParseXS-2.13
23234      Branch: perl
23235            ! lib/ExtUtils/ParseXS.pm
23236 ____________________________________________________________________________
23237 [ 25689] By: stevep                                on 2005/10/04  11:01:11
23238         Log: Upgrade to ExtUtils-CBuilder-0.15 (with a small edit to 
23239              ExtUtils::CBuilder::Pltaform::dec_osf.pm to add a $VERSION)
23240      Branch: perl
23241            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
23242            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
23243            ! lib/ExtUtils/CBuilder/Platform/dec_osf.pm
23244            ! lib/ExtUtils/CBuilder/Platform/os2.pm
23245            ! lib/ExtUtils/CBuilder/t/02-link.t
23246 ____________________________________________________________________________
23247 [ 25688] By: merijn                                on 2005/10/04  10:10:41
23248         Log: Subject: Re: $^CHILD_ERROR_NATIVE issues (with attachment)
23249              From: Gisle Aas <gisle@ActiveState.com>
23250              Date: 04 Oct 2005 02:18:27 -0700
23251              Message-ID: <lrd5ml7i8s.fsf@caliper.activestate.com>
23252      Branch: perl
23253            ! cop.h doio.c perl.c perl.h pp_sys.c win32/perlhost.h
23254            ! wince/perlhost.h
23255 ____________________________________________________________________________
23256 [ 25687] By: rgs                                   on 2005/10/03  16:16:21
23257         Log: Subject: Clone PL_statusvalue_posix [PATCH]
23258              From: Gisle Aas <gisle@ActiveState.com>
23259              Date: 03 Oct 2005 09:37:57 -0700
23260              Message-ID: <lr3bni8ska.fsf_-_@caliper.activestate.com>
23261      Branch: perl
23262            ! sv.c
23263 ____________________________________________________________________________
23264 [ 25686] By: rgs                                   on 2005/10/03  15:42:45
23265         Log: Pod::Usage documentation fix, suggested by :
23266              
23267              Subject: [perl #37322] Pod::Usage implementation of -sections disagrees with its documentation 
23268              From: "Steven Schubiger via RT" <perlbug-followup@perl.org>
23269              Date: Sun, 02 Oct 2005 07:25:37 -0700
23270              Message-ID: <rt-3.0.11-37322-121918.15.4257995782182@perl.org>
23271      Branch: perl
23272            ! lib/Pod/Usage.pm
23273 ____________________________________________________________________________
23274 [ 25685] By: rgs                                   on 2005/10/03  15:17:09
23275         Log: Yitzchak points out that this function argument is NULLOK
23276      Branch: perl
23277            ! embed.fnc proto.h
23278 ____________________________________________________________________________
23279 [ 25684] By: rgs                                   on 2005/10/03  11:27:31
23280         Log: Spaces to tabs
23281      Branch: perl
23282            ! MANIFEST
23283 ____________________________________________________________________________
23284 [ 25683] By: craigb                                on 2005/10/03  03:43:31
23285         Log: We lied about strtoq way back in #8120
23286      Branch: perl
23287            ! configure.com
23288 ____________________________________________________________________________
23289 [ 25682] By: stevep                                on 2005/10/03  03:10:05
23290         Log: Upgrade to Digest-1.12
23291      Branch: perl
23292            ! lib/Digest.pm lib/Digest/Changes
23293 ____________________________________________________________________________
23294 [ 25681] By: craigb                                on 2005/10/03  00:20:30
23295         Log: fix bug introduced by #25507 that kept ccflags from
23296              making it into config.sh
23297      Branch: perl
23298            ! configure.com
23299 ____________________________________________________________________________
23300 [ 25680] By: craigb                                on 2005/10/02  21:45:20
23301         Log: assorted blead build help for VMS (mostly ithreads-related)
23302      Branch: perl
23303            ! configure.com pp_sys.c vms/gen_shrfls.pl vms/vmsish.h
23304 ____________________________________________________________________________
23305 [ 25679] By: stevep                                on 2005/10/02  12:50:02
23306         Log: Subject: [perl #37233] [PATCH] Test::Harness and Devel::Cover combine with overloading to cause infinite recursion in Carp.pm 
23307              From: perlbug-followup[at]perl.org (Yves Orton)
23308              Date: Thu, 22 Sep 2005 11:31:02 -0700
23309              Message-ID: <rt-3.0.11-37233-121233.2.25543632691242[at]perl.org>
23310      Branch: perl
23311            ! lib/Carp/Heavy.pm
23312 ____________________________________________________________________________
23313 [ 25678] By: stevep                                on 2005/10/02  04:42:46
23314         Log: Clarify the documentation regarding the return value from C<push>.
23315      Branch: perl
23316            ! pod/perlfunc.pod
23317 ____________________________________________________________________________
23318 [ 25677] By: stevep                                on 2005/10/02  04:32:48
23319         Log: If a 'use' or 'require' fails due to too many open files (EMFILE),
23320              give an appropriate error message rather than saying the module
23321              cannot be found in @INC.
23322      Branch: perl
23323            ! pp_ctl.c
23324 ____________________________________________________________________________
23325 [ 25676] By: stevep                                on 2005/10/02  03:30:55
23326         Log: Missed test changes and a bit of debugging code that should 
23327              have been removed.
23328      Branch: perl
23329            ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmlview.t
23330 ____________________________________________________________________________
23331 [ 25675] By: stevep                                on 2005/10/02  02:24:12
23332         Log: Fix some of the XHTML issues in Pod::Html.  The call for some time
23333              with a debugger to figure out what is going on.
23334      Branch: perl
23335            ! lib/Pod/Html.pm
23336 ____________________________________________________________________________
23337 [ 25674] By: davem                                 on 2005/10/01  23:51:40
23338         Log: Improve -DT output and fix wild buffer pointer error
23339      Branch: perl
23340            ! toke.c
23341 ____________________________________________________________________________
23342 [ 25672] By: steveh                                on 2005/09/30  15:52:30
23343         Log: Make building perl on Win32 with the free VC++ toolkit easier
23344              
23345              Introduce new CCTYPE's MSVC70FREE and MSVC70 for the free and the full
23346              versions of MS VC++ 7.x respectively.  Perl can now be built with the
23347              free VC++ toolkit simply by running "nmake CCTYPE=MSVC70FREE" with no
23348              hacking of the win32/Makefile required.  Update README.win32 with
23349              these changes.
23350              
23351              Also add the CCTYPE MSVC to win32/Makefile.  This is already supported
23352              in win32/makefile.mk and is useful for avoiding the use of -DELAYLOAD
23353              for MS VC++ 3.x through 5.x.  Update README.win32 for this too.
23354      Branch: perl
23355            ! README.win32 win32/Makefile win32/makefile.mk
23356 ____________________________________________________________________________
23357 [ 25666] By: rgs                                   on 2005/09/30  08:59:14
23358         Log: Upgrade to XSLoader 0.05, plus a few doc nits,
23359              by Sébastien Aperghis-Tramoni <maddingue@free.fr>
23360      Branch: perl
23361            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
23362 ____________________________________________________________________________
23363 [ 25665] By: davem                                 on 2005/09/29  22:57:44
23364         Log: PL_defoutgv could be used after being freed
23365              Was giving "use of freed value" warnings in t/io/through.t
23366              and t/io/crlf_through.t
23367      Branch: perl
23368            ! perl.c
23369 ____________________________________________________________________________
23370 [ 25664] By: davem                                 on 2005/09/29  21:01:54
23371         Log: the return value of start_subparse() can legally be ignored
23372      Branch: perl
23373            ! embed.fnc gv.c proto.h
23374 ____________________________________________________________________________
23375 [ 25663] By: stevep                                on 2005/09/29  20:43:52
23376         Log: Added new flag (--use-xsloader) to use XSLoader when in backward
23377              compatibility mode.
23378      Branch: perl
23379            ! utils/h2xs.PL
23380 ____________________________________________________________________________
23381 [ 25662] By: stevep                                on 2005/09/29  18:04:29
23382         Log: With XSLoader on CPAN now, add XSLoader as a prerequisite in Makefile.PL
23383              if the compatible version is less than 5.006 (the first version with 
23384              XSLoader).
23385      Branch: perl
23386            ! utils/h2xs.PL
23387 ____________________________________________________________________________
23388 [ 25660] By: nicholas                              on 2005/09/29  13:00:18
23389         Log: 2 more e-mail addresses that map to rgs
23390      Branch: perl
23391            ! Porting/checkAUTHORS.pl
23392 ____________________________________________________________________________
23393 [ 25659] By: nicholas                              on 2005/09/29  12:54:00
23394         Log: checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addresses
23395      Branch: perl
23396            ! Porting/checkAUTHORS.pl
23397 ____________________________________________________________________________
23398 [ 25658] By: nicholas                              on 2005/09/29  12:50:40
23399         Log: Correct/tweak Changes so that checkAUTHORS.pl parses it.
23400      Branch: perl
23401            ! Changes
23402 ____________________________________________________________________________
23403 [ 25657] By: nicholas                              on 2005/09/29  11:01:53
23404         Log: Teach the alias mapping about new committers.
23405      Branch: perl
23406            ! Porting/checkAUTHORS.pl
23407 ____________________________________________________________________________
23408 [ 25656] By: nicholas                              on 2005/09/29  10:54:56
23409         Log: Cope with completely empty lines within the Changes file.
23410              Better diagnostics on "malformed" lines.
23411      Branch: perl
23412            ! Porting/checkAUTHORS.pl
23413 ____________________________________________________________________________
23414 [ 25652] By: steveh                                on 2005/09/29  08:47:26
23415         Log: Clean up CBuilder and ParseXS test files
23416              
23417              This was done once already in change 25222, but then modified in change
23418              25225.  The new versions of CBuilder and ParseXS that sync'ed those
23419              changes and have now been integrated back into bleadperl missed some
23420              bits of change 25225.  Try again.
23421      Branch: perl
23422            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/t/01-basic.t
23423            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
23424            ! lib/ExtUtils/ParseXS/t/basic.t
23425 ____________________________________________________________________________
23426 [ 25651] By: nicholas                              on 2005/09/29  06:52:35
23427         Log: Attempting to do too many things simultaneously with the C pre-
23428              processor considered harmful.
23429      Branch: perl
23430            ! perl.c
23431 ____________________________________________________________________________
23432 [ 25650] By: stevep                                on 2005/09/29  00:23:44
23433         Log: Upgrade to ExtUtils::CBuilder 0.14
23434      Branch: perl
23435            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
23436            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
23437            ! lib/ExtUtils/CBuilder/t/01-basic.t
23438            ! lib/ExtUtils/CBuilder/t/02-link.t
23439 ____________________________________________________________________________
23440 [ 25649] By: stevep                                on 2005/09/28  22:59:08
23441         Log: Upgrade to Test::Harness 2.56
23442      Branch: perl
23443            + t/lib/sample-tests/bignum_many
23444            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
23445            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
23446            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/test-harness.t
23447            ! t/lib/sample-tests/bignum
23448 ____________________________________________________________________________
23449 [ 25640] By: nicholas                              on 2005/09/28  19:56:53
23450         Log: savepv and savepvn are actually NULLOK
23451      Branch: perl
23452            ! embed.fnc proto.h
23453 ____________________________________________________________________________
23454 [ 25638] By: nicholas                              on 2005/09/28  18:51:15
23455         Log: Forgot to run embed.pl after change 25637
23456      Branch: perl
23457            ! proto.h
23458 ____________________________________________________________________________
23459 [ 25637] By: nicholas                              on 2005/09/28  18:31:04
23460         Log: Subject: [PATCH] embed.fnc now requires NN/NULLOK
23461              From: Andy Lester <andy@petdance.com>
23462              Message-ID: <20050928172254.GE20201@petdance.com>
23463              Date: Wed, 28 Sep 2005 12:22:54 -0500
23464      Branch: perl
23465            ! embed.fnc embed.pl
23466 ____________________________________________________________________________
23467 [ 25634] By: nicholas                              on 2005/09/28  15:56:45
23468         Log: We can use the C pre-processor to build a single, longer string
23469              constant which makes the object code slightly smaller.
23470      Branch: perl
23471            ! perl.c
23472 ____________________________________________________________________________
23473 [ 25627] By: steveh                                on 2005/09/28  08:23:01
23474         Log: Improve File::Spec::Win32->path() and fix MM_Win32.t
23475              
23476              Subject: Improved File::Spec::Win32->path [PATCH]
23477              From: Gisle Aas <gisle@ActiveState.com>
23478              Date: 17 Sep 2005 00:13:41 -0700
23479              Message-ID: <lrk6hgrwt6.fsf@caliper.activestate.com>
23480              
23481              Subject: Re: Improved File::Spec::Win32->path [PATCH]
23482              From: Michael G Schwern <schwern@pobox.com>
23483              Date: Tue, 27 Sep 2005 13:05:54 -0700
23484              Message-ID: <20050927200554.GC20908@windhund.schwern.org>
23485      Branch: perl
23486            ! lib/ExtUtils/t/MM_Win32.t lib/File/Spec/Win32.pm
23487 ____________________________________________________________________________
23488 [ 25626] By: stevep                                on 2005/09/28  00:06:29
23489         Log: Upgrade to CGI-3.11, with some modifications for Pod differences in
23490              bleadperl.
23491      Branch: perl
23492            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
23493 ____________________________________________________________________________
23494 [ 25625] By: rgs                                   on 2005/09/27  20:07:32
23495         Log: Comment nit by Vadim Konovalov
23496              And while we're at it, reindent consistently.
23497      Branch: perl
23498            ! t/io/crlf.t
23499 ____________________________________________________________________________
23500 [ 25624] By: rgs                                   on 2005/09/27  20:04:07
23501         Log: POD nit by Yitzchak
23502      Branch: perl
23503            ! pod/perlfunc.pod
23504 ____________________________________________________________________________
23505 [ 25623] By: rgs                                   on 2005/09/27  17:02:42
23506         Log: Clarify what -MFoo=number does on the command-line
23507      Branch: perl
23508            ! pod/perlrun.pod
23509 ____________________________________________________________________________
23510 [ 25621] By: stevep                                on 2005/09/27  15:05:18
23511         Log: Subject: AW: [perl #36291] incorrect $! from open ">&nr" with too many open files
23512              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
23513              Date: Tue, 27 Sep 2005 15:18:00 +0200
23514      Branch: perl
23515            ! doio.c
23516 ____________________________________________________________________________
23517 [ 25619] By: rgs                                   on 2005/09/27  14:25:53
23518         Log: Fix by Rick Delaney for [perl #3269] no warnings "bareword" turns off
23519              too many warnings.
23520      Branch: perl
23521            ! mg.c t/io/binmode.t t/lib/warnings/2use
23522 ____________________________________________________________________________
23523 [ 25618] By: rgs                                   on 2005/09/27  12:53:49
23524         Log: Subject: [PATCH] Re: [BUG 5.8.7] Another major bug in PerlIO layer
23525              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
23526              Date: Tue, 27 Sep 2005 02:07:35 -0700
23527              Message-ID: <20050927090734.GB3687@math.berkeley.edu>
23528      Branch: perl
23529            + t/io/crlf_through.t t/io/through.t
23530            ! MANIFEST perlio.c
23531 ____________________________________________________________________________
23532 [ 25617] By: rgs                                   on 2005/09/27  11:06:23
23533         Log: OPpRUNTIME can be set on OP_QR too
23534      Branch: perl
23535            ! ext/B/B/Concise.pm
23536 ____________________________________________________________________________
23537 [ 25616] By: rgs                                   on 2005/09/27  10:09:46
23538         Log: Fix the overriding of CORE::do, just like change 25599
23539              was fixing the overriding of CORE::require
23540      Branch: perl
23541            ! embed.fnc embed.h op.c perly.act perly.y proto.h toke.c
23542 ____________________________________________________________________________
23543 [ 25615] By: rgs                                   on 2005/09/27  09:18:42
23544         Log: Micro-optimisation: use PL_globalstash instead of looking up
23545              CORE::GLOBAL::require by name
23546      Branch: perl
23547            ! op.c
23548 ____________________________________________________________________________
23549 [ 25614] By: rgs                                   on 2005/09/27  09:04:50
23550         Log: Addition to change 25612
23551      Branch: perl
23552            ! symbian/PerlApp.cpp
23553 ____________________________________________________________________________
23554 [ 25613] By: rgs                                   on 2005/09/27  08:36:24
23555         Log: Subject: [PATCH] mark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND()
23556              From: "Jan Dubois" <jand@ActiveState.com>
23557              Date: Mon, 26 Sep 2005 21:19:51 -0700
23558              Message-Id: <200509270419.j8R4JtVw026876@smtp3.ActiveState.com>
23559      Branch: perl
23560            ! XSUB.h
23561 ____________________________________________________________________________
23562 [ 25612] By: rgs                                   on 2005/09/27  08:33:36
23563         Log: Subject: [PATCH] 5.9.x@25609 Symbian update
23564              From: <jarkko.hietaniemi@nokia.com>
23565              Date: Tue, 27 Sep 2005 11:54:00 +0300
23566              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A55C@esebe105.NOE.Nokia.com>
23567      Branch: perl
23568            ! symbian/PerlApp.cpp symbian/config.sh
23569 ____________________________________________________________________________
23570 [ 25611] By: rgs                                   on 2005/09/27  07:42:52
23571         Log: Test for OPpCONST_NOVER only on OP_CONST ops.
23572              Plus a regression test by Schwern.
23573      Branch: perl
23574            ! pp_ctl.c t/op/override.t
23575 ____________________________________________________________________________
23576 [ 25610] By: rgs                                   on 2005/09/27  06:40:09
23577         Log: Subject: Warnings in tests @25605 due to cmp_ok behavior change.
23578              From: Michael G Schwern <schwern@pobox.com>
23579              Date: Mon, 26 Sep 2005 14:21:09 -0700
23580              Message-ID: <20050926212109.GA11036@windhund.schwern.org>
23581      Branch: perl
23582            ! lib/AutoSplit.t lib/Pod/t/InputObjects.t
23583 ____________________________________________________________________________
23584 [ 25609] By: stevep                                on 2005/09/27  02:45:50
23585         Log: Upgrade to Encode 2.12
23586      Branch: perl
23587            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
23588            ! ext/Encode/Encode.xs ext/Encode/META.yml
23589            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
23590            ! ext/Encode/t/fallback.t ext/Encode/ucm/8859-7.ucm
23591 ____________________________________________________________________________
23592 [ 25608] By: stevep                                on 2005/09/26  23:09:44
23593         Log: Upgrade to Digest 1.11 with a minor Pod fix.  Also my first commit :)
23594      Branch: perl
23595            ! lib/Digest.pm lib/Digest/Changes
23596 ____________________________________________________________________________
23597 [ 25605] By: nicholas                              on 2005/09/26  17:54:06
23598         Log: const sausage const const bacon const tomato and const
23599              The search_ext parameter to find_script can be a little more const.
23600      Branch: perl
23601            ! embed.fnc proto.h util.c
23602 ____________________________________________________________________________
23603 [ 25604] By: rgs                                   on 2005/09/26  16:31:43
23604         Log: Upgrade to Test::Simple 0.61
23605      Branch: perl
23606            + lib/Test/Builder/Module.pm lib/Test/Simple/t/bail_out.t
23607            + t/lib/Test/Simple/sample_tests/too_few_fail.plx
23608            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
23609            ! lib/Test/Simple.pm lib/Test/Simple/Changes
23610            ! lib/Test/Simple/t/00test_harness_check.t
23611            ! lib/Test/Simple/t/create.t lib/Test/Simple/t/eq_set.t
23612            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
23613            ! lib/Test/Simple/t/extra_one.t lib/Test/Simple/t/fail-like.t
23614            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
23615            ! lib/Test/Simple/t/fail_one.t
23616            ! lib/Test/Simple/t/harness_active.t
23617            ! lib/Test/Simple/t/has_plan2.t
23618            ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/missing.t
23619            ! lib/Test/Simple/t/no_diag.t lib/Test/Simple/t/overload.t
23620            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/todo.t
23621            ! lib/Test/Simple/t/undef.t
23622            ! t/lib/Test/Simple/sample_tests/too_few.plx
23623 ____________________________________________________________________________
23624 [ 25602] By: rgs                                   on 2005/09/26  14:45:53
23625         Log: Fix change 25597 for non-Windows platforms
23626      Branch: perl
23627            ! lib/File/Find.pm
23628 ____________________________________________________________________________
23629 [ 25601] By: rgs                                   on 2005/09/26  14:24:20
23630         Log: Make B::Deparse handle correctly CORE::require
23631      Branch: perl
23632            ! ext/B/B/Deparse.pm
23633 ____________________________________________________________________________
23634 [ 25600] By: rgs                                   on 2005/09/26  14:22:43
23635         Log: Document the new meaning of OPf_SPECIAL on OP_REQUIRE
23636      Branch: perl
23637            ! op.h
23638 ____________________________________________________________________________
23639 [ 25599] By: rgs                                   on 2005/09/26  14:04:21
23640         Log: CORE::require was always parsed as require().
23641              That's because require() isn't overridable at tokenizer-level
23642              like other overridable built-ins, but is handled by the optree
23643              builder. So, find a way to pass the information that require()
23644              was written as CORE::require() to Perl_ck_require. This is
23645              done by adding a new token type REQUIRE and by adding OPf_SPECIAL
23646              to OP_REQUIRE when it's saw as CORE::require in the program text.
23647              This fixes bug [perl #37274] The "CORE" in CORE::require is ignored.
23648      Branch: perl
23649            ! op.c perly.act perly.h perly.tab perly.y toke.c
23650 ____________________________________________________________________________
23651 [ 25597] By: steveh                                on 2005/09/26  08:54:13
23652         Log: Subject: [perl #37223] [PATCH] File::Find::find fails on Win32 with follow => 1 
23653              From: "Steve Peters via RT" <perlbug-followup@perl.org>
23654              Date: Sun, 25 Sep 2005 14:41:03 -0700
23655              Message-ID: <rt-3.0.11-37223-121392.15.8703994486314@perl.org>
23656              
23657              and update docs
23658      Branch: perl
23659            ! lib/File/Find.pm
23660 ____________________________________________________________________________
23661 [ 25591] By: rgs                                   on 2005/09/23  20:46:04
23662         Log: Upgrade to Compress::Zlib 1.40
23663      Branch: perl
23664            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
23665            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
23666            ! ext/Compress/Zlib/t/03examples.t
23667 ____________________________________________________________________________
23668 [ 25590] By: rgs                                   on 2005/09/23  19:06:31
23669         Log: Subject: [PATCH] Fix to PERL_DEBUG_COW
23670              From: Steve Peters <steve@fisharerojo.org>
23671              Date: Sep 23, 2005 8:11 PM
23672              Message-ID: <20050923181109.GA1350@mccoy.peters.homeunix.org>
23673      Branch: perl
23674            ! sv.h
23675 ____________________________________________________________________________
23676 [ 25588] By: rgs                                   on 2005/09/23  15:54:02
23677         Log: Subject: Re: pod/pod2usage2.t
23678              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
23679              Date: Thu, 22 Sep 2005 12:12:49 +0200
23680              Message-ID: <20050922121249.5077ee3e@pc09>
23681              
23682              Also, skip all tests on Windows until we find a way
23683              to write them portably
23684      Branch: perl
23685            ! t/pod/pod2usage2.t
23686 ____________________________________________________________________________
23687 [ 25586] By: rgs                                   on 2005/09/23  15:12:03
23688         Log: Subject: [PATCH] quiet a few warnings
23689              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23690              Date: Wed, 21 Sep 2005 18:45:56 -0700
23691              Message-ID: <20050922014555.GA2852@efn.org>
23692      Branch: perl
23693            ! cygwin/cygwin.c embed.fnc proto.h
23694 ____________________________________________________________________________
23695 [ 25582] By: rgs                                   on 2005/09/23  13:49:24
23696         Log: Subject: [PATCH] Changes for hints/linux.sh for Purify
23697              From: Steve Peters <steve@fisharerojo.org>
23698              Date: Fri, 23 Sep 2005 08:38:58 -0500
23699              Message-ID: <20050923133858.GA29475@mccoy.peters.homeunix.org>
23700      Branch: perl
23701            ! hints/linux.sh
23702 ____________________________________________________________________________
23703 [ 25581] By: steveh                                on 2005/09/23  13:46:40
23704         Log: Extend 25579 to cover vc64 too
23705      Branch: perl
23706            ! Porting/checkcfgvar.pl
23707 ____________________________________________________________________________
23708 [ 25579] By: rgs                                   on 2005/09/23  13:08:14
23709         Log: Add Porting/checkcfgvar.pl by Jarkko
23710      Branch: perl
23711            + Porting/checkcfgvar.pl
23712            ! MANIFEST
23713 ____________________________________________________________________________
23714 [ 25578] By: rgs                                   on 2005/09/23  12:35:30
23715         Log: SAPER is the new maintainer of XSLoader
23716      Branch: perl
23717            ! Porting/Maintainers.pl
23718 ____________________________________________________________________________
23719 [ 25573] By: steveh                                on 2005/09/23  08:40:58
23720         Log: Change 25226 should have done this too
23721      Branch: perl
23722            ! win32/config.bc
23723 ____________________________________________________________________________
23724 [ 25571] By: nicholas                              on 2005/09/22  14:35:52
23725         Log: As SvPVX_mutable and SvPVX_const are new, they don't need to be LVALUEs
23726      Branch: perl
23727            ! sv.h
23728 ____________________________________________________________________________
23729 [ 25570] By: nicholas                              on 2005/09/22  14:09:37
23730         Log: The New*() compatibility macros aren't needed inside the perl core.
23731      Branch: perl
23732            ! handy.h
23733 ____________________________________________________________________________
23734 [ 25563] By: steveh                                on 2005/09/22  07:26:20
23735         Log: Forgot to update MANIFEST in change 25547
23736      Branch: perl
23737            ! MANIFEST
23738 ____________________________________________________________________________
23739 [ 25560] By: rgs                                   on 2005/09/21  21:10:50
23740         Log: Add an option --ignore to installhtml
23741              and use it to avoid to install doc in Porting/.
23742              Skip also test modules.
23743      Branch: perl
23744            ! Makefile.SH installhtml
23745 ____________________________________________________________________________
23746 [ 25547] By: steveh                                on 2005/09/21  16:19:03
23747         Log: Localize $@ in Locale::Maketext::maketext()
23748              so that $lh->maketext("Error: [_1]\n", $@) works as expected
23749              
23750              Also added a new test for this fix
23751      Branch: perl
23752            + lib/Locale/Maketext/t/30_local.t
23753            ! lib/Locale/Maketext.pm
23754 ____________________________________________________________________________
23755 [ 25544] By: rgs                                   on 2005/09/21  15:53:33
23756         Log: A few POD fixes
23757      Branch: perl
23758            ! Porting/pumpkin.pod ext/B/B/Concise.pm
23759            ! ext/Data/Dumper/Dumper.pm lib/FileCache.pm
23760 ____________________________________________________________________________
23761 [ 25543] By: rgs                                   on 2005/09/21  15:31:02
23762         Log: Upgrade to Pod::Parser 1.33
23763      Branch: perl
23764            + t/pod/pod2usage2.t
23765            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
23766            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
23767            ! lib/Pod/Usage.pm t/pod/find.t t/pod/poderrs.xr
23768 ____________________________________________________________________________
23769 [ 25537] By: rgs                                   on 2005/09/21  14:20:14
23770         Log: PodParser is now Pod-Parser on CPAN
23771      Branch: perl
23772            ! Porting/Maintainers.pl
23773 ____________________________________________________________________________
23774 [ 25534] By: rgs                                   on 2005/09/21  13:12:33
23775         Log: Subject: [PATCH 5.8.7] misc a2p fixes
23776              From: Brendan O'Dea <bod@debian.org>
23777              Date: Sun, 11 Sep 2005 19:43:14 +1000
23778              Message-ID: <20050911094314.GA15155@londo.c47.org>
23779              
23780              and remove the check_byacc target from the x2p makefile
23781      Branch: perl
23782            ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.y x2p/a2py.c x2p/walk.c
23783 ____________________________________________________________________________
23784 [ 25533] By: rgs                                   on 2005/09/21  11:25:54
23785         Log: Upgrade to ExtUtils::ParseXS 2.12
23786      Branch: perl
23787            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/ParseXS/t/basic.t
23788 ____________________________________________________________________________
23789 [ 25532] By: rgs                                   on 2005/09/21  11:15:43
23790         Log: Upgrade to Time::HiRes 1.74
23791      Branch: perl
23792            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
23793            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
23794 ____________________________________________________________________________
23795 [ 25530] By: nicholas                              on 2005/09/21  10:53:56
23796         Log: Remove the last STRLEN n_a;s that my compiler can reach.
23797      Branch: perl
23798            ! doop.c ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs perly.act
23799            ! perly.y pp_pack.c sv.h
23800 ____________________________________________________________________________
23801 [ 25526] By: rgs                                   on 2005/09/21  09:37:27
23802         Log: Integrate changes from Text::Tabs and Text::Wrap on CPAN
23803              (Text-Tabs+Wrap-2005.0824). Keep local changes.
23804      Branch: perl
23805            ! lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG lib/Text/Wrap.pm
23806 ____________________________________________________________________________
23807 [ 25523] By: rgs                                   on 2005/09/20  19:12:28
23808         Log: Yitzchak says that Tim says that we can distribute
23809              the perl glossary under the same terms as Perl itself.
23810      Branch: perl
23811            ! pod/perlglossary.pod
23812 ____________________________________________________________________________
23813 [ 25515] By: rgs                                   on 2005/09/20  11:09:48
23814         Log: Subject: [PATCH blead] Re: [perl #36733] %SIG not properly local-ized
23815              From: Rick Delaney <rick@bort.ca>
23816              Date: Thu, 8 Sep 2005 08:55:16 -0400
23817              Message-ID: <20050908125516.GA18184@localhost.localdomain>
23818      Branch: perl
23819            ! hv.c t/op/local.t
23820 ____________________________________________________________________________
23821 [ 25513] By: steveh                                on 2005/09/20  09:20:16
23822         Log: Resolve [perl #37110]: Update README.win32
23823              
23824              I give up trying to keep the Platform SDK links up-to-date. They seem
23825              to have changed every time that I look at them, so make the
23826              instructions more general.
23827      Branch: perl
23828            ! README.win32
23829 ____________________________________________________________________________
23830 [ 25512] By: rgs                                   on 2005/09/20  09:15:17
23831         Log: Upgrade to Compress::Zlib 1.39
23832      Branch: perl
23833            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
23834            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
23835 ____________________________________________________________________________
23836 [ 25511] By: rgs                                   on 2005/09/20  09:02:17
23837         Log: Subject: PATCH for #37138: using XSUB as DB::DB causes perl to crash
23838              From: Salvador "FandiXo" <sfandino@yahoo.com>
23839              Date: Mon, 19 Sep 2005 06:56:39 -0700 (PDT)
23840              Message-ID: <20050919135639.96726.qmail@web52701.mail.yahoo.com>
23841              
23842              (adapted to bleadperl)
23843      Branch: perl
23844            ! pp_ctl.c
23845 ____________________________________________________________________________
23846 [ 25507] By: merijn                                on 2005/09/20  06:51:38
23847         Log: Subject: [patch@25502] Add hard link and V8.2 crtl support to VMS.
23848              From: "John E. Malmberg" <wb8tyw@qsl.net>
23849              Date: Tue, 20 Sep 2005 01:22:24 -0400
23850              Message-ID: <432F9C90.7080702@qsl.net>
23851      Branch: perl
23852            ! configure.com vms/descrip_mms.template x2p/s2p.PL
23853 ____________________________________________________________________________
23854 [ 25502] By: nicholas                              on 2005/09/19  21:02:02
23855         Log: The second argument to Move() is the destination, so cannot possibly
23856              be const. Pesky casting in handy.h. Getting in the way of correctness.
23857      Branch: perl
23858            ! sv.c
23859 ____________________________________________________________________________
23860 [ 25499] By: nicholas                              on 2005/09/19  19:44:07
23861         Log: Add parallel testing to TODO
23862      Branch: perl
23863            ! pod/perltodo.pod
23864 ____________________________________________________________________________
23865 [ 25497] By: nicholas                              on 2005/09/19  18:48:10
23866         Log: First argument to he_dup is actually a const HE *
23867      Branch: perl
23868            ! embed.fnc hv.c proto.h sv.c
23869 ____________________________________________________________________________
23870 [ 25493] By: nicholas                              on 2005/09/19  15:59:44
23871         Log: All Perl_hv_name_set()s need to be plain hv_name_set if they are to
23872              work with a macro version.
23873      Branch: perl
23874            ! ext/ByteLoader/bytecode.h
23875 ____________________________________________________________________________
23876 [ 25488] By: steveh                                on 2005/09/19  14:18:40
23877         Log: Update win32 config files w.r.t. change #25387
23878      Branch: perl
23879            ! win32/config.bc win32/config.gc win32/config.vc
23880            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
23881            ! win32/config_H.vc win32/config_H.vc64
23882 ____________________________________________________________________________
23883 [ 25486] By: rgs                                   on 2005/09/19  12:38:26
23884         Log: Subject: bleadperl DProf.xs:140: warning: `unused' attribute ignored
23885              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23886              Date: Sun, 18 Sep 2005 19:46:37 -0700
23887              Message-ID: <20050919024637.GA2860@efn.org>
23888      Branch: perl
23889            ! ext/Devel/DProf/DProf.xs
23890 ____________________________________________________________________________
23891 [ 25480] By: nicholas                              on 2005/09/19  07:11:38
23892         Log: Improve failure case diagnostics from comp/package.t
23893      Branch: perl
23894            ! t/comp/package.t
23895 ____________________________________________________________________________
23896 [ 25476] By: nicholas                              on 2005/09/18  21:54:18
23897         Log: Should have been embed.h, not proto.h, in 25475
23898      Branch: perl
23899            ! embed.h
23900 ____________________________________________________________________________
23901 [ 25475] By: nicholas                              on 2005/09/18  21:52:25
23902         Log: It looks like the only way to reliably make Perl_hv_name_set a pure
23903              macro in 5.8.x is to make it available as hv_name_set.
23904              [Otherwise when and where aTHX_ hv gets expanded to foo, hv causes
23905              warnings or other games when Perl_hv_name_set() is a macro]
23906      Branch: perl
23907            ! embed.fnc ext/Opcode/Opcode.xs gv.c hv.c perl.c proto.h
23908 ____________________________________________________________________________
23909 [ 25474] By: merijn                                on 2005/09/18  18:36:15
23910         Log: Subject: [patch@25452] VMS fix required by Change 25387
23911              From: "John E. Malmberg" <wb8tyw@qsl.net>
23912              Date: Sun, 18 Sep 2005 14:53:09 -0400
23913              Message-ID: <432DB795.8050801@qsl.net>
23914      Branch: perl
23915            ! configure.com
23916 ____________________________________________________________________________
23917 [ 25463] By: nicholas                              on 2005/09/18  11:07:51
23918         Log: Tidying up the unused or unneeded global variables would be good.
23919      Branch: perl
23920            ! pod/perltodo.pod
23921 ____________________________________________________________________________
23922 [ 25459] By: nicholas                              on 2005/09/18  10:12:51
23923         Log: Controlling what the GNU linker exports from a shared library would
23924              be a useful thing TODO
23925      Branch: perl
23926            ! pod/perltodo.pod
23927 ____________________________________________________________________________
23928 [ 25457] By: nicholas                              on 2005/09/18  09:38:59
23929         Log: Detail the minimal rewards programme we have on offer.
23930              Hoik relocatable perl to the top of its section.
23931              Some other formatting tweaks.
23932      Branch: perl
23933            ! pod/perltodo.pod
23934 ____________________________________________________________________________
23935 [ 25452] By: nicholas                              on 2005/09/17  19:50:47
23936         Log: 
23937              refactoring xsubpp should have been in the "just perl" section.
23938      Branch: perl
23939            ! pod/perltodo.pod
23940 ____________________________________________________________________________
23941 [ 25451] By: nicholas                              on 2005/09/17  19:49:27
23942         Log: Add "refactor xsubpp to be a thin wrapper around ExtUtils::ParseXS"
23943              to the TODO
23944      Branch: perl
23945            ! pod/perltodo.pod
23946 ____________________________________________________________________________
23947 [ 25448] By: nicholas                              on 2005/09/17  19:11:33
23948         Log: Add shrinking GVs and CVs to the TODO
23949      Branch: perl
23950            ! pod/perltodo.pod
23951 ____________________________________________________________________________
23952 [ 25446] By: nicholas                              on 2005/09/17  18:59:37
23953         Log: Add reduce duplication in sv_setsv_flags to TODO
23954      Branch: perl
23955            ! pod/perltodo.pod
23956 ____________________________________________________________________________
23957 [ 25445] By: nicholas                              on 2005/09/17  18:53:39
23958         Log: Missing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5.8.x case
23959              (and the don't know the pointer size case)
23960      Branch: perl
23961            ! pp_pack.c
23962 ____________________________________________________________________________
23963 [ 25444] By: nicholas                              on 2005/09/17  18:40:29
23964         Log: vv5.9.3 is clearly a bug.
23965      Branch: perl
23966            ! utils/perlbug.PL
23967 ____________________________________________________________________________
23968 [ 25443] By: nicholas                              on 2005/09/17  18:34:37
23969         Log: Add ordering of "global" variables to TODO
23970      Branch: perl
23971            ! pod/perltodo.pod
23972 ____________________________________________________________________________
23973 [ 25442] By: nicholas                              on 2005/09/17  18:05:30
23974         Log: Holding a mutex then croak()ing strikes me as deadlock.
23975      Branch: perl
23976            ! ext/threads/threads.xs
23977 ____________________________________________________________________________
23978 [ 25439] By: nicholas                              on 2005/09/17  17:09:25
23979         Log: Add emulate the per-thread memory pool on Unix to the TODO
23980      Branch: perl
23981            ! pod/perltodo.pod
23982 ____________________________________________________________________________
23983 [ 25436] By: nicholas                              on 2005/09/17  15:42:51
23984         Log: Add suggestion to profile to find a better set of hot ops for pp_hot.
23985      Branch: perl
23986            ! pod/perltodo.pod
23987 ____________________________________________________________________________
23988 [ 25434] By: nicholas                              on 2005/09/17  15:32:36
23989         Log: add merge Perl_sv_2[inpu]v to TODO
23990      Branch: perl
23991            ! pod/perltodo.pod
23992 ____________________________________________________________________________
23993 [ 25431] By: nicholas                              on 2005/09/17  14:36:14
23994         Log: Making make -j... work is a TODO
23995      Branch: perl
23996            ! pod/perltodo.pod
23997 ____________________________________________________________________________
23998 [ 25430] By: nicholas                              on 2005/09/17  14:33:33
23999         Log: Add "automating coverage tests" as a TODO
24000      Branch: perl
24001            ! pod/perltodo.pod
24002 ____________________________________________________________________________
24003 [ 25429] By: nicholas                              on 2005/09/17  14:19:54
24004         Log: Re-order the TODO tasks based on the skills they need, putting the
24005              easist tasks first. I've categorised them as
24006              
24007              =head1 Tasks that only need Perl knowledge
24008              =head1 Tasks that need a little sysadmin-type knowledge
24009              =head1 Tasks that need a little C knowledge
24010              =head1 Tasks that need a knowledge of XS
24011              =head1 Tasks that need a knowledge of the interpreter
24012              =head1 Big projects
24013              
24014              Lets see if we get any takers.
24015      Branch: perl
24016            ! pod/perltodo.pod
24017 ____________________________________________________________________________
24018 [ 25418] By: rgs                                   on 2005/09/16  12:54:43
24019         Log: Revert change #24223 : select() will continue
24020              to return -1 on error, like in previous versions, and
24021              like other system builtins.
24022      Branch: perl
24023            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
24024 ____________________________________________________________________________
24025 [ 25417] By: rgs                                   on 2005/09/15  14:48:37
24026         Log: Fix obsolete identifiers in comment
24027      Branch: perl
24028            ! av.h
24029 ____________________________________________________________________________
24030 [ 25416] By: rgs                                   on 2005/09/15  14:19:19
24031         Log: Upgrade to version.pm 0.48
24032      Branch: perl
24033            + lib/version.pod
24034            ! MANIFEST lib/version.pm lib/version.t util.c
24035 ____________________________________________________________________________
24036 [ 25414] By: rgs                                   on 2005/09/14  12:49:58
24037         Log: Subject: [PATCH] Math::Complex and Math::Trig updates (Re: [perl #37117] Math::Complex atan2 bug)
24038              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
24039              Date: Wed, 14 Sep 2005 09:26:11 +0300
24040              Message-ID: <4327C283.80706@gmail.com>
24041      Branch: perl
24042            ! lib/Math/Complex.pm lib/Math/Complex.t lib/Math/Trig.pm
24043            ! lib/Math/Trig.t pod/perlfunc.pod
24044 ____________________________________________________________________________
24045 [ 25413] By: rgs                                   on 2005/09/14  08:58:04
24046         Log: Subject: [perl #37163] dprofpp array subscript error 
24047              From: scott@perlcode.org (via RT) <perlbug-followup@perl.org>
24048              Date: Tue, 13 Sep 2005 12:11:46 -0700
24049              Message-ID: <rt-3.0.11-37163-120724.9.33005980359667@perl.org>
24050      Branch: perl
24051            ! utils/dprofpp.PL
24052 ____________________________________________________________________________
24053 [ 25411] By: rgs                                   on 2005/09/14  08:11:08
24054         Log: Change 25409 wasn't necessary for threaded perls
24055      Branch: perl
24056            ! toke.c
24057 ____________________________________________________________________________
24058 [ 25409] By: rgs                                   on 2005/09/14  01:08:22
24059         Log: The debugger wasn't tracing correctly execution in eval("")'ed
24060              code containing #line directives
24061      Branch: perl
24062            ! toke.c
24063 ____________________________________________________________________________
24064 [ 25406] By: rgs                                   on 2005/09/13  20:58:38
24065         Log: Subject: [PATCH] Re: [MAINT24637] fails "make test" on OSX 10.4 (lib/locale.t)
24066              From: Dominic Dunlop <shouldbedomo@mac.com>
24067              Date: Sep 13, 2005 11:13 PM
24068              Message-Id: <456439EA-CE2E-49A0-97FF-1B003CF8AFDE@mac.com>
24069      Branch: perl
24070            ! lib/locale.t
24071 ____________________________________________________________________________
24072 [ 25403] By: nicholas                              on 2005/09/13  18:16:55
24073         Log: Add Luke Closs to AUTHORS
24074      Branch: perl
24075            ! AUTHORS
24076 ____________________________________________________________________________
24077 [ 25402] By: nicholas                              on 2005/09/13  17:54:09
24078         Log: Subject: [perl #36448] configuring ranlib for perl on osx with xcode 2.1
24079              From: Luke Closs (via RT) <perlbug-followup@perl.org>
24080              Message-ID: <rt-3.0.11-36448-116486.6.06308221656583@perl.org>
24081              Date: 1 Jul 2005 21:56:31 -0000
24082      Branch: perl
24083            ! Configure hints/darwin.sh
24084 ____________________________________________________________________________
24085 [ 25399] By: rgs                                   on 2005/09/13  13:25:23
24086         Log: Allow non-arrowed form of chained subscripts after slices
24087              
24088              Subject: Re: [perl #37039] perlref documentation about optional -> is too vague
24089              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
24090              Date: Thu, 1 Sep 2005 17:41:36 -0700
24091              Message-ID: <20050902004136.GA2656@efn.org>
24092              
24093              Date: Mon, 5 Sep 2005 08:10:20 -0700
24094              Message-ID: <20050905151020.GA3556@efn.org>
24095      Branch: perl
24096            ! perly.act perly.h perly.tab perly.y t/op/ref.t
24097 ____________________________________________________________________________
24098 [ 25398] By: merijn                                on 2005/09/13  06:22:58
24099         Log: Subject: [patch@25388] vms/vms.c Perl_cando fix.
24100              From: "John E. Malmberg" <wb8tyw@qsl.net>
24101              Date: Mon, 12 Sep 2005 23:56:36 -0400
24102              Message-ID: <43264DF4.6090403@qsl.net>
24103      Branch: perl
24104            ! vms/vms.c
24105 ____________________________________________________________________________
24106 [ 25397] By: merijn                                on 2005/09/13  06:18:46
24107         Log: Subject: [PATCH] The return of the consting
24108              From: Andy Lester <andy@petdance.com>
24109              Date: Tue, 13 Sep 2005 01:08:36 -0500
24110              Message-ID: <20050913060835.GA1037@petdance.com>
24111      Branch: perl
24112            ! embed.fnc lib/overload.pm pp_pack.c proto.h util.c
24113 ____________________________________________________________________________
24114 [ 25388] By: rgs                                   on 2005/09/12  14:32:29
24115         Log: Subject: [perl #37142] h2xs skips enums with negative values 
24116              From: Aaron Kaplan (via RT) <perlbug-followup@perl.org>
24117              Date: Sun, 11 Sep 2005 13:33:44 -0700
24118              Message-ID: <rt-3.0.11-37142-120585.5.90517066191047@perl.org>
24119      Branch: perl
24120            ! utils/h2xs.PL
24121 ____________________________________________________________________________
24122 [ 25387] By: merijn                                on 2005/09/12  13:26:31
24123         Log: Detection of malloc_size and malloc_good_size
24124      Branch: perl
24125            ! Configure Porting/Glossary config_h.SH handy.h
24126 ____________________________________________________________________________
24127 [ 25383] By: merijn                                on 2005/09/11  13:50:53
24128         Log: Reverted 25364 on authors request
24129      Branch: perl
24130            ! lib/ExtUtils/CBuilder/Base.pm
24131            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
24132 ____________________________________________________________________________
24133 [ 25374] By: nicholas                              on 2005/09/10  17:07:04
24134         Log: Experiment with putting the F<.patch>level into patchlevel.h
24135              (a sure way to accelerate any change to subversion)
24136      Branch: perl
24137            ! cflags.SH patchlevel.h
24138 ____________________________________________________________________________
24139 [ 25366] By: rgs                                   on 2005/09/09  09:35:01
24140         Log: Minor comment fix
24141      Branch: perl
24142            ! hv.h
24143 ____________________________________________________________________________
24144 [ 25365] By: merijn                                on 2005/09/08  07:20:19
24145         Log: Subject: [PATCH blead] Make t/op/local.t use test.pl.
24146              From: Rick Delaney <rick@bort.ca>
24147              Date: Wed, 7 Sep 2005 22:45:44 -0400
24148              Message-ID: <20050908024544.GA4058@localhost.localdomain>
24149      Branch: perl
24150            ! t/op/local.t
24151 ____________________________________________________________________________
24152 [ 25364] By: merijn                                on 2005/09/08  06:07:53
24153         Log: Subject: [patch@cbuilder_0.13] VMS fixes for cbuilder
24154              From: "John E. Malmberg" <wb8tyw@qsl.net>
24155              Date: Wed, 07 Sep 2005 19:59:36 -0400
24156              Message-ID: <431F7EE8.3040908@qsl.net>
24157      Branch: perl
24158            ! lib/ExtUtils/CBuilder/Base.pm
24159            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
24160 ____________________________________________________________________________
24161 [ 25363] By: rgs                                   on 2005/09/07  11:09:10
24162         Log: The formatting function of Carp::Heavy has problem with utf8 strings.
24163              Work around it.
24164      Branch: perl
24165            ! lib/Carp/Heavy.pm
24166 ____________________________________________________________________________
24167 [ 25362] By: rgs                                   on 2005/09/07  10:31:47
24168         Log: Subject: [perl #37091] File::Path::mkpath resets errno 
24169              From: kvr@centrum.cz (via RT) <perlbug-followup@perl.org>
24170              Date: Tue, 06 Sep 2005 08:07:14 -0700
24171              Message-ID: <rt-3.0.11-37091-120348.17.8280334480876@perl.org>
24172      Branch: perl
24173            ! lib/File/Path.pm
24174 ____________________________________________________________________________
24175 [ 25361] By: rgs                                   on 2005/09/06  19:06:38
24176         Log: Upgrade to Compress::Zlib 1.38
24177      Branch: perl
24178            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
24179            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
24180            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/t/03examples.t
24181 ____________________________________________________________________________
24182 [ 25360] By: nicholas                              on 2005/09/06  17:46:33
24183         Log: Add a TODO test for bug #37038 - assigning to the match variable
24184              should not corrupt match vars such as $1 and $2
24185      Branch: perl
24186            ! t/op/pat.t
24187 ____________________________________________________________________________
24188 [ 25359] By: rgs                                   on 2005/09/06  16:06:44
24189         Log: Revert Makefile.PL change from #25355
24190      Branch: perl
24191            ! ext/IO/Makefile.PL
24192 ____________________________________________________________________________
24193 [ 25358] By: rgs                                   on 2005/09/06  14:50:18
24194         Log: Subject: Re: Fw: Tied hash numeric values are rounded off under Perl v5.8.6
24195              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
24196              Date: Fri, 2 Sep 2005 00:05:52 -0700
24197              Message-ID: <20050902070552.GA3992@efn.org>
24198      Branch: perl
24199            ! mg.c t/op/tie.t
24200 ____________________________________________________________________________
24201 [ 25357] By: merijn                                on 2005/09/06  14:10:28
24202         Log: Added amd64 and x86_64 to recognized predefined cpp syms
24203      Branch: perl
24204            ! Configure
24205 ____________________________________________________________________________
24206 [ 25355] By: rgs                                   on 2005/09/06  08:46:37
24207         Log: Upgrade to IO 1.22 from gbarr
24208              - Adjust the regression tests to use t/test.pl from bleadperl
24209              when $ENV{PERL_CORE} is defined
24210              - Add can_ok and isa_ok to t/test.pl from the implementation
24211              found in the IO CPAN distribution
24212      Branch: perl
24213            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
24214            ! ext/IO/README ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
24215            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
24216            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
24217            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
24218            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
24219            ! ext/IO/t/IO.t ext/IO/t/io_file.t ext/IO/t/io_linenum.t
24220            ! ext/IO/t/io_pipe.t ext/IO/t/io_sel.t ext/IO/t/io_sock.t
24221            ! ext/IO/t/io_utf8.t t/test.pl
24222 ____________________________________________________________________________
24223 [ 25354] By: rgs                                   on 2005/09/05  11:12:14
24224         Log: Subject: regression test for 25352
24225              From: Jim Cromie <jim.cromie@gmail.com>
24226              Date: Sat, 03 Sep 2005 22:38:13 -0600
24227              Message-ID: <431A7A35.6050705@gmail.com>
24228      Branch: perl
24229            ! ext/B/t/optree_specials.t
24230 ____________________________________________________________________________
24231 [ 25353] By: davem                                 on 2005/09/04  09:40:05
24232         Log: Subject:  Re: [perl #37039] perlref documentation about optional -> is too vague
24233              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
24234              Date:  Thu, 1 Sep 2005 17:41:36 -0700
24235              Message-Id:  <20050902004136.GA2656@efn.org>
24236              
24237              Allow any variant of bison 1.875 to be used
24238      Branch: perl
24239            ! regen_perly.pl
24240 ____________________________________________________________________________
24241 [ 25352] By: rgs                                   on 2005/09/02  20:18:01
24242         Log: Subject: Re: Optree Generation
24243              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
24244              Date: Aug 31, 2005 2:18 PM
24245              Message-ID: <20050831121822.GA3464@efn.org>
24246      Branch: perl
24247            ! ext/B/B/Concise.pm
24248 ____________________________________________________________________________
24249 [ 25351] By: rgs                                   on 2005/09/02  19:57:21
24250         Log: Subject: document index() with out of bounds POSITION
24251              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
24252              Date: Sep 2, 2005 2:23 PM
24253              Message-ID: <20050902122311.GA3104@efn.org>
24254      Branch: perl
24255            ! pod/perlfunc.pod
24256 ____________________________________________________________________________
24257 [ 25350] By: rgs                                   on 2005/09/02  17:35:31
24258         Log: Really fix the Archive::Tar setup test.
24259              p4 and svn don't behave similarly concerning removal
24260              of empty directories...
24261      Branch: perl
24262            ! lib/Archive/Tar/t/00_setup.t
24263 ____________________________________________________________________________
24264 [ 25349] By: rgs                                   on 2005/09/02  16:45:31
24265         Log: Once again, fix Archive::Tar setup test with -Dmksymlinks
24266      Branch: perl
24267            ! lib/Archive/Tar/t/00_setup.t
24268 ____________________________________________________________________________
24269 [ 25348] By: rgs                                   on 2005/09/02  13:19:48
24270         Log: Subject: RE: [ANNOUNCE] Archive::Tar 1.25
24271              From: Robin Barker <Robin.Barker@npl.co.uk>
24272              Date: Thu, 1 Sep 2005 20:09:43 +0100 
24273              Message-ID: <533D273D4014D411AB1D00062938C4D90849C7A9@hotel.npl.co.uk>
24274      Branch: perl
24275            - lib/Archive/Tar/t/src/long/b lib/Archive/Tar/t/src/short/b
24276            ! MANIFEST lib/Archive/Tar/t/00_setup.t
24277            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
24278 ____________________________________________________________________________
24279 [ 25347] By: rgs                                   on 2005/09/02  12:53:49
24280         Log: Regression test for the fix in change #25308,
24281              based on code by Troy Loveday
24282      Branch: perl
24283            + ext/Data/Dumper/t/bugs.t
24284            ! MANIFEST
24285 ____________________________________________________________________________
24286 [ 25346] By: rgs                                   on 2005/09/01  15:00:15
24287         Log: Oops, fix threaded build
24288      Branch: perl
24289            ! toke.c
24290 ____________________________________________________________________________
24291 [ 25345] By: rgs                                   on 2005/09/01  14:50:24
24292         Log: Don't list test modules when listing cpan versions
24293      Branch: perl
24294            ! Porting/corecpan.pl
24295 ____________________________________________________________________________
24296 [ 25344] By: rgs                                   on 2005/09/01  14:45:23
24297         Log: Add the "no 6" / "no v6" syntax.
24298      Branch: perl
24299            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h pp_ctl.c
24300            ! proto.h t/comp/use.t toke.c
24301 ____________________________________________________________________________
24302 [ 25343] By: rgs                                   on 2005/09/01  14:43:19
24303         Log: Remove no 6 from the todo list
24304      Branch: perl
24305            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h
24306            ! pod/perltodo.pod pp_ctl.c proto.h t/comp/use.t toke.c
24307 ____________________________________________________________________________
24308 [ 25342] By: rgs                                   on 2005/08/31  15:14:28
24309         Log: Document that Sys::Syslog::openlog might die.
24310              Fixes [perl #36848] Sys::Syslog::syslog kills program if syslogd not running 
24311      Branch: perl
24312            ! ext/Sys/Syslog/Syslog.pm
24313 ____________________________________________________________________________
24314 [ 25341] By: rgs                                   on 2005/08/31  14:14:21
24315         Log: Fix for [perl #37036] perl segfault at 'compile'-time
24316      Branch: perl
24317            ! op.c
24318 ____________________________________________________________________________
24319 [ 25340] By: rgs                                   on 2005/08/31  08:07:37
24320         Log: Subject: [patch@25339] ext/Dev/Peek/t/peek.t fix for VMS
24321              From: "John E. Malmberg" <wb8tyw@qsl.net>
24322              Date: Tue, 30 Aug 2005 22:17:42 -0400
24323              Message-ID: <43151346.4010001@qsl.net>
24324      Branch: perl
24325            ! ext/Devel/Peek/t/Peek.t
24326 ____________________________________________________________________________
24327 [ 25339] By: rgs                                   on 2005/08/30  18:55:46
24328         Log: Clarify the cases where system() returns 1,
24329              per a suggestion of Rick Delaney (bug #36976)
24330      Branch: perl
24331            ! pod/perlfunc.pod
24332 ____________________________________________________________________________
24333 [ 25338] By: rgs                                   on 2005/08/30  09:38:54
24334         Log: Upgrade to PathTools 3.11
24335              (no real changes)
24336      Branch: perl
24337            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
24338 ____________________________________________________________________________
24339 [ 25337] By: rgs                                   on 2005/08/30  09:34:54
24340         Log: Subject: sv-head refactor
24341              From: Jim Cromie <jim.cromie@gmail.com>
24342              Date: Thu, 25 Aug 2005 21:42:44 -0600
24343              Message-ID: <cfe85dfa05082520425f7a7738@mail.gmail.com>
24344      Branch: perl
24345            ! sv.h
24346 ____________________________________________________________________________
24347 [ 25336] By: rgs                                   on 2005/08/30  09:09:22
24348         Log: Subject: [patch@25334] t/op/magic.t - Last 3 tests invalid on VMS
24349              From: "John E. Malmberg" <wb8tyw@qsl.net>
24350              Date: Sat, 27 Aug 2005 19:54:26 -0400
24351              Message-ID: <4310FD32.70809@qsl.net>
24352      Branch: perl
24353            ! t/op/magic.t
24354 ____________________________________________________________________________
24355 [ 25335] By: rgs                                   on 2005/08/30  09:08:31
24356         Log: Subject: [patch@25334] hv.c vms environment fix.
24357              From: "John E. Malmberg" <wb8tyw@qsl.net>
24358              Date: Sat, 27 Aug 2005 19:20:50 -0400
24359              Message-ID: <4310F552.8050401@qsl.net>
24360      Branch: perl
24361            ! hv.c
24362 ____________________________________________________________________________
24363 [ 25334] By: rgs                                   on 2005/08/27  16:59:02
24364         Log: Upgrade to PathTools 3.10
24365      Branch: perl
24366            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
24367            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
24368            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
24369 ____________________________________________________________________________
24370 [ 25333] By: rgs                                   on 2005/08/27  16:28:27
24371         Log: Fix failure in Archive::Tar tests when perl is built
24372              with -Dmksymlinks
24373      Branch: perl
24374            ! lib/Archive/Tar/t/02_methods.t
24375 ____________________________________________________________________________
24376 [ 25332] By: nicholas                              on 2005/08/25  14:53:23
24377         Log: Revert 25331 (except for the typo fix).
24378      Branch: perl
24379            ! sv.c
24380 ____________________________________________________________________________
24381 [ 25331] By: nicholas                              on 2005/08/25  14:06:43
24382         Log: To make the current implementation of sv_replace sane, we should
24383              assert that the reference count of the target is also 1.
24384              (Given that we're splatting an SV with a reference count of 1 onto
24385              the target)
24386      Branch: perl
24387            ! sv.c
24388 ____________________________________________________________________________
24389 [ 25330] By: nicholas                              on 2005/08/25  13:46:31
24390         Log: Promote the warning about reference miscount in sv_replace to a panic.
24391              TODO - document the panics
24392      Branch: perl
24393            ! sv.c
24394 ____________________________________________________________________________
24395 [ 25329] By: nicholas                              on 2005/08/25  13:15:17
24396         Log: No need to manually set the reference count of a new IO to 1.
24397      Branch: perl
24398            ! gv.c
24399 ____________________________________________________________________________
24400 [ 25328] By: rgs                                   on 2005/08/25  09:29:43
24401         Log: Don't mention redundant usethreads in -V output
24402              Be more consistent in using commas
24403      Branch: perl
24404            ! myconfig.SH
24405 ____________________________________________________________________________
24406 [ 25327] By: rgs                                   on 2005/08/25  09:13:07
24407         Log: Subject: update B::Concise pod to reflect previous changes
24408              From: Jim Cromie <jcromie@divsol.com>
24409              Date: Wed, 24 Aug 2005 11:05:47 -0600
24410              Message-ID: <430CA8EB.3010904@divsol.com>
24411      Branch: perl
24412            ! ext/B/B/Concise.pm
24413 ____________________________________________________________________________
24414 [ 25326] By: rgs                                   on 2005/08/25  08:45:04
24415         Log: Fix miniperl build with threaded perl
24416      Branch: perl
24417            ! util.c
24418 ____________________________________________________________________________
24419 [ 25325] By: rgs                                   on 2005/08/24  15:53:01
24420         Log: Subject: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]
24421              From: "John Peacock" <jpeacock@rowman.com>
24422              Date: Tue, 23 Aug 2005 20:41:11 +0300 (IDT)
24423              Message-ID: <2444.85.65.24.143.1124818871.squirrel@webmail.rowman.com>
24424      Branch: perl
24425            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
24426            ! pod/perlapi.pod proto.h t/comp/use.t util.c
24427 ____________________________________________________________________________
24428 [ 25324] By: rgs                                   on 2005/08/24  07:28:27
24429         Log: Unmatched parentheses (thanks to Steve Peters)
24430      Branch: perl
24431            ! pod/perlvar.pod
24432 ____________________________________________________________________________
24433 [ 25323] By: rgs                                   on 2005/08/23  13:52:17
24434         Log: My system produces core.$$ files
24435      Branch: perl
24436            ! Makefile.SH
24437 ____________________________________________________________________________
24438 [ 25322] By: rgs                                   on 2005/08/23  13:25:15
24439         Log: Subject: [PATCH blead] Use SvGETMAGIC more often
24440              From: Rick Delaney <rick@bort.ca>
24441              Date: Mon, 22 Aug 2005 13:00:33 -0400
24442              Message-ID: <20050822170033.GH7674@localhost.localdomain>
24443      Branch: perl
24444            ! doio.c pp.c pp_ctl.c pp_hot.c sv.c universal.c xsutils.c
24445 ____________________________________________________________________________
24446 [ 25321] By: rgs                                   on 2005/08/23  13:11:34
24447         Log: Subject: [PATCH] Add Windows Vista support to Win32::GetOSName()
24448              From: "Jan Dubois" <jand@ActiveState.com>
24449              Date: Mon, 22 Aug 2005 15:37:09 -0700
24450              Message-Id: <200508222237.j7MMbFPA027764@smtp3.ActiveState.com>
24451      Branch: perl
24452            ! win32/ext/Win32/Win32.pm
24453 ____________________________________________________________________________
24454 [ 25320] By: rgs                                   on 2005/08/22  15:41:15
24455         Log: Subject: Re: Documentation change for IPC::Open*.pm
24456              From: Ben Tilly <btilly@gmail.com>
24457              Date: Mon, 22 Aug 2005 08:30:14 -0700
24458              Message-ID: <acc274b3050822083093357fe@mail.gmail.com>
24459      Branch: perl
24460            ! lib/IPC/Open2.pm lib/IPC/Open3.pm
24461 ____________________________________________________________________________
24462 [ 25319] By: rgs                                   on 2005/08/22  14:48:43
24463         Log: Subject: [PATCH blead] Re: [perl #36959] List Constructor Operator - Undefined Values
24464              From: Rick Delaney <rick@bort.ca>
24465              Date: Sun, 21 Aug 2005 15:09:57 -0400
24466              Message-ID: <20050821190957.GE7674@localhost.localdomain>
24467      Branch: perl
24468            ! pp_ctl.c t/op/range.t
24469 ____________________________________________________________________________
24470 [ 25318] By: rgs                                   on 2005/08/22  13:41:10
24471         Log: Upgrade to Term::ANSIColor 1.10
24472      Branch: perl
24473            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
24474            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
24475 ____________________________________________________________________________
24476 [ 25317] By: rgs                                   on 2005/08/22  13:24:09
24477         Log: Subject: [PATCH lib/CPAN.pm] Make curl follow redirects
24478              From: Michael G Schwern <schwern@pobox.com>
24479              Date: Sun, 21 Aug 2005 00:16:26 -0700
24480              Message-ID: <20050821071625.GA29394@windhund.schwern.org>
24481      Branch: perl
24482            ! lib/CPAN.pm
24483 ____________________________________________________________________________
24484 [ 25316] By: rgs                                   on 2005/08/22  12:59:27
24485         Log: Argh. I've overwritten local changes to ptar with change 25312
24486      Branch: perl
24487            ! lib/Archive/Tar/bin/ptar
24488 ____________________________________________________________________________
24489 [ 25315] By: rgs                                   on 2005/08/22  11:47:45
24490         Log: Subject: Re: Building 25309 on VAX (OpenVMS 7.2) not ok
24491              From: Abe Timmerman <abe@ztreet.demon.nl>
24492              Date: Sun, 21 Aug 2005 16:28:42 +0200
24493              Message-Id: <200508211628.42409.abe@ztreet.demon.nl>
24494      Branch: perl
24495            ! configure.com
24496 ____________________________________________________________________________
24497 [ 25314] By: rgs                                   on 2005/08/22  11:14:59
24498         Log: Don't install ptar in module tree
24499      Branch: perl
24500            ! installperl
24501 ____________________________________________________________________________
24502 [ 25313] By: rgs                                   on 2005/08/22  10:29:45
24503         Log: Fix typo in file name
24504      Branch: perl
24505            ! MANIFEST
24506 ____________________________________________________________________________
24507 [ 25312] By: rgs                                   on 2005/08/22  10:09:40
24508         Log: Upgrade to Archive::Tar 1.26
24509              Preserve some local typo fixes
24510              Don't load Data::Dumper
24511      Branch: perl
24512            + lib/Archive/Tar/bin/ptardiff
24513            + lib/Archive/Tar/t/04_resolved_issues.t
24514            ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
24515            ! lib/Archive/Tar/File.pm lib/Archive/Tar/bin/ptar
24516            ! lib/Archive/Tar/t/02_methods.t
24517 ____________________________________________________________________________
24518 [ 25311] By: nicholas                              on 2005/08/21  16:19:12
24519         Log: Subject: [patch@25305] t/op/arith.t fix for VMS with IEEE float
24520              From: "John E. Malmberg" <wb8tyw@qsl.net>
24521              Message-ID: <4307F348.70603@qsl.net>
24522              Date: Sat, 20 Aug 2005 23:21:44 -0400
24523      Branch: perl
24524            ! t/op/arith.t
24525 ____________________________________________________________________________
24526 [ 25310] By: nicholas                              on 2005/08/21  16:05:22
24527         Log: Subject: [patch@25305] lib/ExtUtils/t/Constant.t VMS fixes
24528              From: "John E. Malmberg" <wb8tyw@qsl.net>
24529              Message-ID: <43080395.50807@qsl.net>
24530              Date: Sun, 21 Aug 2005 00:31:17 -0400
24531      Branch: perl
24532            ! lib/ExtUtils/t/Constant.t
24533 ____________________________________________________________________________
24534 [ 25309] By: nicholas                              on 2005/08/19  21:19:37
24535         Log: Subject: [PATCH ext/POSIX/POSIX.xs] Whitespace
24536              From: Abigail <abigail@abigail.nl>
24537              Message-ID: <20050723003235.GJ15093@abigail.nl>
24538              Date: Sat, 23 Jul 2005 02:32:35 +0200
24539      Branch: perl
24540            ! ext/POSIX/POSIX.xs
24541 ____________________________________________________________________________
24542 [ 25308] By: rgs                                   on 2005/08/19  12:54:46
24543         Log: Subject: Re: Data::Dumper bug?
24544              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
24545              Date: Mon, 8 Aug 2005 20:33:02 -0700
24546              Message-ID: <20050809033301.GA3804@efn.org>
24547      Branch: perl
24548            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
24549 ____________________________________________________________________________
24550 [ 25307] By: rgs                                   on 2005/08/19  12:44:12
24551         Log: Subject: [PATCH] make threads.xs emit warnings properly
24552              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
24553              Date: Aug 7, 2005 7:10 AM
24554              Message-id: <20050807051041.GA3924@ethan>
24555      Branch: perl
24556            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
24557 ____________________________________________________________________________
24558 [ 25306] By: rgs                                   on 2005/08/19  06:10:28
24559         Log: Subject: [patch@25305] fixes to const fixes + Case Preserved start
24560              From: "John E. Malmberg" <wb8tyw@qsl.net>
24561              Date: Thu, 18 Aug 2005 21:18:27 -0400
24562              Message-ID: <43053363.8090809@qsl.net>
24563      Branch: perl
24564            ! vms/vms.c
24565 ____________________________________________________________________________
24566 [ 25305] By: rgs                                   on 2005/08/18  13:47:41
24567         Log: Subject: make test of perl 5.8.7 failed on icc9
24568              From: YAMASHINA Hio <hio@ymir.co.jp>
24569              Date: Thu, 18 Aug 2005 20:36:57 +0900
24570              Message-Id: <20050818165213.BDF1.HIO@ymir.co.jp>
24571      Branch: perl
24572            ! hints/linux.sh
24573 ____________________________________________________________________________
24574 [ 25304] By: rgs                                   on 2005/08/18  11:10:27
24575         Log: Subject: [PATCH] 5.9.x (and 5.8.x): Symbian update
24576              From: <jarkko.hietaniemi@nokia.com>
24577              Date: Thu, 18 Aug 2005 13:43:46 +0300
24578              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A41B@esebe105.NOE.Nokia.com>
24579      Branch: perl
24580            ! README.symbian ext/Compress/Zlib/Zlib.xs numeric.c
24581            ! symbian/TODO symbian/config.pl symbian/config.sh
24582            ! symbian/install.cfg symbian/symbian_stubs.c symbian/xsbuild.pl
24583 ____________________________________________________________________________
24584 [ 25303] By: rgs                                   on 2005/08/18  08:58:54
24585         Log: Subject: [PATCH] Re: Transliteration operator(tr//)on EBCDIC platform
24586              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24587              Date: Fri, 12 Aug 2005 00:20:39 +0900
24588              Message-Id: <20050812001541.EA69.BQW10602@nifty.com>
24589      Branch: perl
24590            ! t/op/tr.t toke.c
24591 ____________________________________________________________________________
24592 [ 25302] By: rgs                                   on 2005/08/18  08:00:53
24593         Log: Subject: autouse.pm: remove unneeded eval
24594              From: Alexey Tourbin <at@altlinux.ru>
24595              Date: Thu, 18 Aug 2005 08:13:24 +0400
24596              Message-ID: <20050818041324.GO19097@solemn.turbinal.org>
24597              
24598              Subject: autouse.pm: check stub, use goto in stub
24599              From: Alexey Tourbin <at@altlinux.ru>
24600              Date: Thu, 18 Aug 2005 09:06:20 +0400
24601              Message-ID: <20050818050620.GP19097@solemn.turbinal.org>
24602      Branch: perl
24603            ! lib/autouse.pm
24604 ____________________________________________________________________________
24605 [ 25301] By: rgs                                   on 2005/08/17  15:57:09
24606         Log: FAQ sync
24607      Branch: perl
24608            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
24609            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
24610            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
24611 ____________________________________________________________________________
24612 [ 25300] By: steveh                                on 2005/08/17  14:33:00
24613         Log: Subject: Your bug reports for Time::Local
24614              From: Dave Rolsky <autarch@urth.org>
24615              Date: Tue, 16 Aug 2005 11:22:20 -0500 (CDT)
24616              Message-ID: <Pine.LNX.4.61.0508161120520.26270@urth.org>
24617              
24618              An improvement on change 25287 from Dave Rolsky
24619      Branch: perl
24620            ! lib/Time/Local.t
24621 ____________________________________________________________________________
24622 [ 25299] By: rgs                                   on 2005/08/17  12:33:18
24623         Log: Subject: Re: [perl #36654] Inconsistent treatment of NaN
24624              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
24625              Date: Aug 7, 2005 8:03 PM
24626              Message-ID: <20050807180308.GA2112@efn.org>
24627              
24628              Subject: Re: [perl #36654] Inconsistent treatment of NaN
24629              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
24630              Date: Wed, 10 Aug 2005 22:53:51 -0700
24631              Message-ID: <20050811055351.GA2296@efn.org>
24632      Branch: perl
24633            ! numeric.c pod/perlop.pod
24634 ____________________________________________________________________________
24635 [ 25298] By: rgs                                   on 2005/08/17  09:35:32
24636         Log: Upgrade to Time::HiRes 1.73
24637      Branch: perl
24638            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
24639 ____________________________________________________________________________
24640 [ 25297] By: nicholas                              on 2005/08/17  09:06:33
24641         Log: Given that we now have a union, there's no need for all the HvARRAY()
24642              casting games.
24643      Branch: perl
24644            ! hv.h sv.h
24645 ____________________________________________________________________________
24646 [ 25296] By: rgs                                   on 2005/08/16  17:57:27
24647         Log: Fix for [perl #36853] -Dx can crash bleadperl
24648              The PL_op_sequence global hash wasn't initialized
24649      Branch: perl
24650            ! dump.c
24651 ____________________________________________________________________________
24652 [ 25295] By: merijn                                on 2005/08/16  07:36:58
24653         Log: Subject: Time::HiRes::nanosleep support for Solaris [PATCH]
24654              From: Gisle Aas <gisle@ActiveState.com>
24655              Date: 15 Aug 2005 21:05:22 -0700
24656              Message-ID: <lrk6imy1a5.fsf@caliper.activestate.com>
24657      Branch: perl
24658            ! ext/Time/HiRes/hints/solaris.pl
24659 ____________________________________________________________________________
24660 [ 25294] By: merijn                                on 2005/08/15  09:36:30
24661         Log: Subject: Re: [PATCH@25292] add nonxs_ext to configure.com
24662              From: "John E. Malmberg" <wb8tyw@qsl.net>
24663              Date: Sat, 13 Aug 2005 12:20:34 -0400
24664              Message-ID: <42FE1DD2.8050803@qsl.net>
24665      Branch: perl
24666            ! configure.com
24667 ____________________________________________________________________________
24668 [ 25293] By: merijn                                on 2005/08/15  09:34:28
24669         Log: Subject: [PATCH configure.com] Make "prove" available on VMS
24670              From: Abe Timmerman <abe@ztreet.demon.nl>
24671              Date: Sat, 13 Aug 2005 18:16:29 +0200
24672              Message-Id: <200508131816.29092.abe@ztreet.demon.nl>
24673      Branch: perl
24674            ! configure.com
24675 ____________________________________________________________________________
24676 [ 25292] By: merijn                                on 2005/08/13  07:38:54
24677         Log: Subject: [PATCH @ 24148] Compress::Zlib 1.37
24678              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
24679              Date: Fri, 12 Aug 2005 16:31:42 +0100
24680              Message-Id: <20050812153145.PWIR17166.aamta12-winn.ispmail.ntl.com@MARQUESSPT21>
24681      Branch: perl
24682            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
24683            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
24684            ! ext/Compress/Zlib/t/03examples.t
24685 ____________________________________________________________________________
24686 [ 25291] By: merijn                                on 2005/08/13  07:33:46
24687         Log: Subject: [patch@25289] Add sig_count to CONFIGURE.COM
24688              From: "John E. Malmberg" <wb8tyw@qsl.net>
24689              Date: Fri, 12 Aug 2005 13:39:25 -0400
24690              Message-ID: <42FCDECD.8090009@qsl.net>
24691      Branch: perl
24692            ! configure.com
24693 ____________________________________________________________________________
24694 [ 25290] By: merijn                                on 2005/08/13  07:30:05
24695         Log: Subject: Re: [patch@25289] bninfnan.t setting include path to file.
24696              From: "John E. Malmberg" <wb8tyw@qsl.net>
24697              Date: Fri, 12 Aug 2005 23:17:39 -0400
24698              Message-ID: <42FD6653.6010605@qsl.net>
24699      Branch: perl
24700            ! lib/bignum/t/bninfnan.t
24701 ____________________________________________________________________________
24702 [ 25289] By: steveh                                on 2005/08/12  16:13:11
24703         Log: Supply same libs for bcc32 builds as cl and gcc builds have
24704              
24705              It makes life easier for third-party extensions if perl provides a
24706              decent set of libs to link against. cl and gcc builds already have
24707              this (except that gcc was missing one lib), but bcc32 builds only
24708              have one or two libs supplied.  In particular, the ODBC libs
24709              required for building libwin32 were not specified.  One of these
24710              doesn't exist in the Borland lib dirs by default, so generate it
24711              from the DLL if it is missing.
24712      Branch: perl
24713            ! win32/makefile.mk
24714 ____________________________________________________________________________
24715 [ 25288] By: steveh                                on 2005/08/12  15:26:11
24716         Log: Make change 25286 better
24717              
24718              Thanks to John E. Malmberg <wb8tyw@qsl.net> for pointing this out.
24719      Branch: perl
24720            ! win32/win32.c
24721 ____________________________________________________________________________
24722 [ 25287] By: steveh                                on 2005/08/11  11:56:26
24723         Log: Fix lib/Time/Local.t for bcc32 in non GMT time zones
24724              
24725              See comments at:
24726              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-08/msg00115.html
24727      Branch: perl
24728            ! lib/Time/Local.t
24729 ____________________________________________________________________________
24730 [ 25286] By: steveh                                on 2005/08/11  10:56:12
24731         Log: Silence Win32 compiler warnings following change 25280
24732      Branch: perl
24733            ! win32/win32.c
24734 ____________________________________________________________________________
24735 [ 25285] By: steveh                                on 2005/08/11  09:21:37
24736         Log: Run regen.pl
24737      Branch: perl
24738            ! pod/perlapi.pod proto.h
24739 ____________________________________________________________________________
24740 [ 25284] By: merijn                                on 2005/08/11  07:35:27
24741         Log: Subject: [patch] blead@25282 - VMS specific fixes. [2nd try]
24742              From: "John E. Malmberg" <wb8tyw@qsl.net>
24743              Date: Wed, 10 Aug 2005 23:26:03 -0400
24744              Message-ID: <42FAC54B.2050207@qsl.net>
24745      Branch: perl
24746            ! lib/Test/Harness/Straps.pm lib/vmsish.t t/lib/warnings/doio
24747            ! t/op/anonsub.t t/op/chdir.t t/op/closure.t t/op/lex_assign.t
24748            ! t/op/runlevel.t t/op/stat.t t/pod/find.t t/x2p/s2p.t
24749            ! utils/c2ph.PL vms/ext/Stdio/test.pl
24750 ____________________________________________________________________________
24751 [ 25283] By: merijn                                on 2005/08/11  07:25:32
24752         Log: Subject: [patch] blead@25282
24753              From: "John E. Malmberg" <wb8tyw@qsl.net>
24754              Date: Wed, 10 Aug 2005 23:47:47 -0400
24755              Message-ID: <42FACA63.4030805@qsl.net>
24756      Branch: perl
24757            ! t/op/exec.t t/run/exit.t
24758 ____________________________________________________________________________
24759 [ 25282] By: merijn                                on 2005/08/10  20:34:03
24760         Log: Subject: [PATCH] Re: [perl #36235] perl + gcc-4.0.0 + solaris + gnu binutils
24761              From: Andy Dougherty <doughera@lafayette.edu>
24762              Date: Tue, 26 Jul 2005 12:03:37 -0400 (EDT)
24763              Message-ID: <Pine.SOC.4.62.0507261131300.8774@maxwell.phys.lafayette.edu>
24764      Branch: perl
24765            ! hints/solaris_2.sh
24766 ____________________________________________________________________________
24767 [ 25281] By: merijn                                on 2005/08/10  11:45:11
24768         Log: Subject: conflicting types for 'Perl_my_popen'
24769              From: Alexey Tourbin <at@altlinux.ru>
24770              Date: Wed, 10 Aug 2005 15:19:15 +0400
24771              Message-ID: <20050810111915.GK19097@solemn.turbinal.org>
24772      Branch: perl
24773            ! util.c
24774 ____________________________________________________________________________
24775 [ 25280] By: merijn                                on 2005/08/10  09:14:23
24776         Log: Subject: patch@25279 VMS error handling and const fixes
24777              From: "John E. Malmberg" <wb8tyw@qsl.net>
24778              Date: Wed, 10 Aug 2005 00:37:13 -0400
24779              Message-ID: <42F98479.6030207@qsl.net>
24780      Branch: perl
24781            ! doio.c embed.fnc perl.h pp_sys.c proto.h vms/vms.c
24782            ! vms/vmsish.h
24783 ____________________________________________________________________________
24784 [ 25279] By: merijn                                on 2005/08/09  11:24:54
24785         Log: Subject: [PATCH] Fix a couple of random warnings
24786              From: Steve Peters <steve@fisharerojo.org>
24787              Date: Tue, 9 Aug 2005 06:21:48 -0500
24788              Message-ID: <20050809112148.GA4902@mccoy.peters.homeunix.org>
24789      Branch: perl
24790            ! nostdio.h perl.c
24791 ____________________________________________________________________________
24792 [ 25278] By: steveh                                on 2005/08/08  16:12:12
24793         Log: Update Porting/repository.pod to recommend Cygwin's ssh on Win32
24794              
24795              Cygwin's ssh client seems to be superior to MSYS's ssh client in that
24796              it supports the ServerAliveInterval config setting which prevents the
24797              ssh client from timing out every so often
24798      Branch: perl
24799            ! Porting/repository.pod
24800 ____________________________________________________________________________
24801 [ 25277] By: merijn                                on 2005/08/08  06:22:38
24802         Log: Subject: [PATCH] Post-OSCON NN/NULLOK-ing
24803              From: Andy Lester <andy@petdance.com>
24804              Date: Sun, 7 Aug 2005 00:59:11 -0500
24805              Message-ID: <20050807055911.GA6384@petdance.com>
24806      Branch: perl
24807            ! embed.fnc op.c
24808 ____________________________________________________________________________
24809 [ 25276] By: merijn                                on 2005/08/08  06:17:33
24810         Log: Subject: Re: [PATCH] undup
24811              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
24812              Date: Sun, 07 Aug 2005 14:49:40 +0300
24813              Message-ID: <42F5F554.5020701@gmail.com>
24814      Branch: perl
24815            ! pod/perldoc.pod pod/perltodo.pod pod/perlunicode.pod
24816 ____________________________________________________________________________
24817 [ 25275] By: davem                                 on 2005/08/07  11:15:32
24818         Log: run regen.pl after change #25274
24819      Branch: perl
24820            ! pod/perlintern.pod
24821 ____________________________________________________________________________
24822 [ 25274] By: merijn                                on 2005/08/07  10:10:12
24823         Log: Subject: [PATCH] undup 
24824              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
24825              Date: Sun, 07 Aug 2005 13:28:19 +0300
24826              Message-ID: <42F5E243.80500@gmail.com>
24827      Branch: perl
24828            ! ext/Encode/lib/Encode/Supported.pod lib/Test/Harness/TAP.pod
24829            ! pad.c pod/perl573delta.pod pod/perl58delta.pod
24830            ! pod/perlfaq7.pod pod/perlglossary.pod pod/perlvar.pod pp_ctl.c
24831 ____________________________________________________________________________
24832 [ 25273] By: rgs                                   on 2005/08/06  23:07:46
24833         Log: Add files missed in change 25271
24834      Branch: perl
24835            + ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
24836            + ext/Encode/t/mime_header_iso2022jp.t
24837 ____________________________________________________________________________
24838 [ 25272] By: rgs                                   on 2005/08/06  22:46:06
24839         Log: Clarify docs
24840      Branch: perl
24841            ! ext/PerlIO/encoding/encoding.pm
24842 ____________________________________________________________________________
24843 [ 25271] By: rgs                                   on 2005/08/06  22:15:14
24844         Log: Upgrade to Encode 2.11, plus a patch to PerlIO::encoding
24845              by Dan Kogai to fix encoding(utf-8-strict) with partial
24846              characters.
24847      Branch: perl
24848            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
24849            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
24850            ! ext/Encode/Encode/encode.h ext/Encode/MANIFEST
24851            ! ext/Encode/META.yml ext/Encode/lib/Encode/Alias.pm
24852            ! ext/Encode/lib/Encode/Config.pm
24853            ! ext/Encode/lib/Encode/MIME/Header.pm
24854            ! ext/PerlIO/encoding/encoding.pm
24855 ____________________________________________________________________________
24856 [ 25270] By: merijn                                on 2005/08/06  15:54:55
24857         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #36819] perlbug AutoReply: Bleadperl: abs() busted outside integer range
24858              From: Dominic Dunlop <shouldbedomo@mac.com>
24859              Date: Sat, 6 Aug 2005 17:47:40 +0200
24860              Message-Id: <EF62D3CF-8B54-4C7B-973E-C259F487AE32@mac.com>
24861      Branch: perl
24862            ! pp.c t/op/arith.t
24863 ____________________________________________________________________________
24864 [ 25269] By: rgs                                   on 2005/08/05  16:31:44
24865         Log: Subject: [patch]vms.c - buffer highwater overrun in vmsify
24866              From: John E. Malmberg <wb8tyw@qsl.net>
24867              Date: Mon, 01 Aug 2005 19:54:22 -0400
24868              Message-ID: <42EEB62E.3020108@qsl.net>
24869      Branch: perl
24870            ! vms/vms.c
24871 ____________________________________________________________________________
24872 [ 25268] By: rgs                                   on 2005/08/05  15:01:19
24873         Log: "thread failed to start" is a severe warning, not a fatal error
24874              as reported by Tassilo von Parseval.
24875      Branch: perl
24876            ! pod/perldiag.pod
24877 ____________________________________________________________________________
24878 [ 25267] By: merijn                                on 2005/08/05  14:13:26
24879         Log: ASCIZ is not a typo
24880      Branch: perl
24881            ! pod/perlfunc.pod
24882 ____________________________________________________________________________
24883 [ 25266] By: merijn                                on 2005/08/05  07:50:40
24884         Log: Subject: [PATCH] Typos in *.p[lm]
24885              From: "Piotr Fusik" <pfusik@op.pl>
24886              Date: Sun, 31 Jul 2005 12:50:04 +0200
24887              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
24888      Branch: perl
24889            ! ext/Encode/lib/Encode/PerlIO.pod
24890            ! ext/Encode/lib/Encode/Supported.pod lib/ExtUtils/MM_Win95.pm
24891            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/Net/libnetFAQ.pod
24892            ! lib/Test/Harness/TAP.pod lib/Test/Tutorial.pod
24893            ! pod/perlfunc.pod pod/perltoc.pod
24894 ____________________________________________________________________________
24895 [ 25265] By: rgs                                   on 2005/08/04  16:45:37
24896         Log: VMS debugging help, by John E. Malmberg
24897      Branch: perl
24898            ! vms/descrip_mms.template
24899 ____________________________________________________________________________
24900 [ 25264] By: merijn                                on 2005/08/03  10:30:54
24901         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1 cpu)
24902              From: Dominic Dunlop <shouldbedomo@mac.com>
24903              Date: Wed, 3 Aug 2005 12:19:03 +0200
24904              Message-Id: <8D595B69-4489-4395-BFA4-07DF5859D556@mac.com>
24905      Branch: perl
24906            ! t/op/sprintf.t
24907 ____________________________________________________________________________
24908 [ 25263] By: merijn                                on 2005/08/02  13:59:49
24909         Log: The typo changes from 25261 (of course) altered the MD5's
24910      Branch: perl
24911            ! ext/Digest/MD5/t/files.t
24912 ____________________________________________________________________________
24913 [ 25262] By: merijn                                on 2005/08/02  13:45:35
24914         Log: Typoes from 25261 also in expected for tests
24915      Branch: perl
24916            ! t/pod/pod2usage.xr
24917 ____________________________________________________________________________
24918 [ 25261] By: merijn                                on 2005/08/02  10:39:51
24919         Log: Subject: [PATCH] Typos in *.p[lm]
24920              From: "Piotr Fusik" <pfusik@op.pl>
24921              Date: Sun, 31 Jul 2005 12:50:04 +0200
24922              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
24923      Branch: perl
24924            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bblock.pm ext/B/B/CC.pm
24925            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
24926            ! ext/B/t/OptreeCheck.pm ext/Compress/Zlib/Zlib.pm
24927            ! ext/DB_File/DB_File.pm ext/Digest/MD5/MD5.pm
24928            ! ext/Encode/Encode.pm ext/Encode/encoding.pm
24929            ! ext/Encode/lib/Encode/Alias.pm ext/IO/lib/IO/Dir.pm
24930            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Socket/INET.pm
24931            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
24932            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
24933            ! ext/SDBM_File/SDBM_File.pm ext/Storable/Storable.pm
24934            ! ext/XS/APItest/APItest.pm ext/re/re.pm lib/Archive/Tar.pm
24935            ! lib/Archive/Tar/Constant.pm lib/Attribute/Handlers.pm
24936            ! lib/CGI.pm lib/CGI/Carp.pm lib/CPAN.pm lib/Digest.pm
24937            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
24938            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
24939            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
24940            ! lib/ExtUtils/ParseXS.pm lib/File/Basename.pm
24941            ! lib/File/Spec/Mac.pm lib/File/Temp.pm lib/Filter/Simple.pm
24942            ! lib/Getopt/Long.pm lib/I18N/LangTags.pm
24943            ! lib/I18N/LangTags/List.pm lib/Math/BigFloat.pm
24944            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm lib/Math/BigRat.pm
24945            ! lib/NEXT.pm lib/Net/Cmd.pm lib/Net/Config.pm lib/Net/FTP.pm
24946            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/Ping.pm
24947            ! lib/Net/SMTP.pm lib/PerlIO.pm lib/Pod/Checker.pm
24948            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Pod/InputObjects.pm
24949            ! lib/Pod/LaTeX.pm lib/Pod/Parser.pm lib/Pod/Select.pm
24950            ! lib/Pod/Usage.pm lib/Switch.pm lib/Term/ANSIColor.pm
24951            ! lib/Test.pm lib/Test/More.pm lib/Text/Balanced.pm
24952            ! lib/Text/Wrap.pm lib/Tie/File.pm lib/Tie/Hash.pm
24953            ! lib/Unicode/UCD.pm lib/base.pm lib/bigint.pm lib/bignum.pm
24954            ! lib/bigrat.pm lib/blib.pm lib/diagnostics.pm lib/perl5db.pl
24955            ! lib/version.pm lib/vmsish.pm os2/OS2/PrfDB/PrfDB.pm
24956            ! os2/OS2/Process/Process.pm pod/checkpods.PL pod/pod2usage.PL
24957            ! utils/h2xs.PL win32/bin/pl2bat.pl wince/bin/pl2bat.pl
24958            ! wince/comp.pl
24959 ____________________________________________________________________________
24960 [ 25260] By: rgs                                   on 2005/08/01  15:14:48
24961         Log: Document where to find maintainers of dual live modules
24962      Branch: perl
24963            ! pod/perlhack.pod
24964 ____________________________________________________________________________
24965 [ 25259] By: rgs                                   on 2005/08/01  15:12:07
24966         Log: More typo fixes (damn generated pod files)
24967      Branch: perl
24968            ! pad.c
24969 ____________________________________________________________________________
24970 [ 25258] By: rgs                                   on 2005/08/01  14:45:22
24971         Log: Subject: Re: [perl #36616] bug or feature? foreach (sort @array) {y/a-z/A-Z/;} # @array modified!
24972              From: Michael G Schwern <schwern@pobox.com>
24973              Date: Sat, 23 Jul 2005 19:59:29 -0700
24974              Message-ID: <20050724025929.GA6574@windhund.schwern.org>
24975      Branch: perl
24976            ! pod/perlfunc.pod
24977 ____________________________________________________________________________
24978 [ 25257] By: rgs                                   on 2005/08/01  13:58:04
24979         Log: Various patches by John E. Malmberg to fix data
24980              corruption issues on VMS. Back out change 25218 and
24981              the parts of change 25217 that affect pp_ctl.c and
24982              pp_sys.c.
24983      Branch: perl
24984            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
24985            ! vms/vms.c vms/vmsish.h
24986 ____________________________________________________________________________
24987 [ 25256] By: rgs                                   on 2005/08/01  13:54:52
24988         Log: Various patches by John E. Malmberg to fix data
24989              corruption issues on VMS. Back out change 25218 and
24990              the parts of change 25217 that affect pp_ctl.c and
24991              pp_sys.c.
24992      Branch: perl
24993            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
24994            ! vms/vms.c vms/vmsish.h
24995 ____________________________________________________________________________
24996 [ 25255] By: rgs                                   on 2005/08/01  13:15:25
24997         Log: Subject: [patch] blead@25226 on OpenVMS/vms.c - fopen bug.
24998              From: "John E. Malmberg" <wb8tyw@qsl.net>
24999              Date: Fri, 29 Jul 2005 10:24:15 -0400
25000              Message-ID: <42EA3C0F.9040900@qsl.net>
25001      Branch: perl
25002            ! vms/vms.c
25003 ____________________________________________________________________________
25004 [ 25254] By: rgs                                   on 2005/08/01  08:14:27
25005         Log: Another typo fix
25006      Branch: perl
25007            ! XSUB.h pod/perlapi.pod
25008 ____________________________________________________________________________
25009 [ 25253] By: rgs                                   on 2005/08/01  08:13:10
25010         Log: Subject: [PATCH] POD typos
25011              From: "Piotr Fusik" <pfusik@op.pl>
25012              Date: Sat, 30 Jul 2005 21:54:19 +0200
25013              Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec>
25014      Branch: perl
25015            ! Porting/pumpkin.pod Porting/repository.pod ext/POSIX/POSIX.pod
25016            ! pod/perl593delta.pod pod/perlapio.pod pod/perldebug.pod
25017            ! pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq3.pod
25018            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlglossary.pod
25019            ! pod/perlguts.pod pod/perlintern.pod pod/perltodo.pod
25020            ! pod/perlxs.pod symbian/PerlBase.pod vms/perlvms.pod
25021 ____________________________________________________________________________
25022 [ 25252] By: rgs                                   on 2005/08/01  07:49:58
25023         Log: Subject: Re: [perl #36622] y/// at end of file
25024              From: Michael G Schwern <schwern@pobox.com>
25025              Date: Fri, 22 Jul 2005 11:51:15 -0700
25026              Message-ID: <20050722185115.GB28829@windhund.schwern.org>
25027      Branch: perl
25028            ! t/op/tr.t t/test.pl
25029 ____________________________________________________________________________
25030 [ 25251] By: rgs                                   on 2005/08/01  07:23:08
25031         Log: Subject: Re: blead@25210 on OpenVMS (not good)
25032              From: "John E. Malmberg" <wb8tyw@qsl.net>
25033              Date: Sun, 24 Jul 2005 19:09:01 -0400
25034              Message-ID: <42E41F8D.3040306@qsl.net>
25035              
25036              constify Perl_unlnk
25037      Branch: perl
25038            ! embed.fnc perl.h proto.h util.c
25039 ____________________________________________________________________________
25040 [ 25250] By: rgs                                   on 2005/08/01  07:03:36
25041         Log: Subject: blead@25226 - ext/Compress/Zlib on VMS.
25042              From: "John E. Malmberg" <wb8tyw@qsl.net>
25043              Date: Sun, 31 Jul 2005 23:19:51 -0400
25044              Message-ID: <42ED94D6.7020104@qsl.net>
25045      Branch: perl
25046            ! ext/Compress/Zlib/t/03examples.t
25047 ____________________________________________________________________________
25048 [ 25249] By: rgs                                   on 2005/08/01  06:57:09
25049         Log: Subject: [patch] blead@25226 - t/op/pack.t undefined value fix
25050              From: "John E. Malmberg" <wb8tyw@qsl.net>
25051              Date: Sun, 31 Jul 2005 22:18:19 -0400
25052              Message-ID: <42ED866B.3000308@qsl.net>
25053      Branch: perl
25054            ! t/op/pack.t
25055 ____________________________________________________________________________
25056 [ 25248] By: merijn                                on 2005/07/31  15:50:45
25057         Log: SIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count = 33, but
25058              POSIX::SigRt is not available on use
25059      Branch: perl
25060            ! ext/POSIX/t/sigaction.t
25061 ____________________________________________________________________________
25062 [ 25247] By: merijn                                on 2005/07/31  15:47:51
25063         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25237 FAIL(F) linux 2.6.12-4-686 [debian] (i686/1 cpu)
25064              From: Dominic Dunlop <shouldbedomo@mac.com>
25065              Date: Fri, 29 Jul 2005 17:41:59 +0200
25066              Message-Id: <33378322-189C-4D70-AC0B-1AF589DD56E7@mac.com>
25067      Branch: perl
25068            ! sv.h
25069 ____________________________________________________________________________
25070 [ 25246] By: rgs                                   on 2005/07/31  15:15:35
25071         Log: Remove the documentation for $#, which has been removed
25072      Branch: perl
25073            ! pod/perlvar.pod
25074 ____________________________________________________________________________
25075 [ 25245] By: rgs                                   on 2005/07/29  15:36:09
25076         Log: Update Changes
25077      Branch: perl
25078            ! Changes
25079 ____________________________________________________________________________
25080 [ 25244] By: steveh                                on 2005/07/29  09:41:38
25081         Log: Skip op/sprintf.t test 147 on MSWin32
25082              ... and fix the skip code so that it actually works ;-)
25083      Branch: perl
25084            ! t/op/sprintf.t
25085 ____________________________________________________________________________
25086 [ 25243] By: rgs                                   on 2005/07/29  08:31:51
25087         Log: Subject: [PATCH] More embed.fnc goodness
25088              From: Andy Lester <andy@petdance.com>
25089              Date: Thu, 28 Jul 2005 14:09:56 -0500
25090              Message-ID: <20050728190956.GB607@petdance.com>
25091      Branch: perl
25092            ! doio.c embed.fnc embed.h op.c pp_ctl.c proto.h regcomp.c
25093            ! regexec.c sv.c util.c
25094 ____________________________________________________________________________
25095 [ 25242] By: rgs                                   on 2005/07/29  07:19:11
25096         Log: Subject: [PATCH] Fix English error in overload.pm
25097              From: Andy Lester <andy@petdance.com>
25098              Date: Thu, 28 Jul 2005 14:10:43 -0500
25099              Message-ID: <20050728191043.GC607@petdance.com>
25100      Branch: perl
25101            ! lib/overload.pm
25102 ____________________________________________________________________________
25103 [ 25241] By: rgs                                   on 2005/07/28  17:34:36
25104         Log: Clarification to the syntax of loop modifiers
25105              by Piotr Fusik
25106      Branch: perl
25107            ! pod/perlfunc.pod
25108 ____________________________________________________________________________
25109 [ 25240] By: rgs                                   on 2005/07/28  17:29:47
25110         Log: Subject: RE: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
25111              From: "Green, Paul" <Paul.Green@stratus.com>
25112              Date: Mon, 25 Jul 2005 12:39:32 -0400
25113              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB8A9F67@EXNA.corp.stratus.com>
25114      Branch: perl
25115            ! mg.c
25116 ____________________________________________________________________________
25117 [ 25239] By: rgs                                   on 2005/07/28  17:18:13
25118         Log: Subject: [PATCH fresh_perl.t] Being more careful about newlines
25119              From: Michael G Schwern <schwern@pobox.com>
25120              Date: Fri, 22 Jul 2005 12:53:34 -0700
25121              Message-ID: <20050722195334.GA12431@windhund.schwern.org>
25122      Branch: perl
25123            ! t/run/fresh_perl.t
25124 ____________________________________________________________________________
25125 [ 25238] By: rgs                                   on 2005/07/28  16:11:23
25126         Log: Subject: [PATCH] perl.h, use STRINGIFY in 25171
25127              From: Robin Barker <Robin.Barker@npl.co.uk>
25128              Date: Thu, 28 Jul 2005 12:13:13 +0100
25129              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75A@hotel.npl.co.uk>
25130      Branch: perl
25131            ! perl.h
25132 ____________________________________________________________________________
25133 [ 25237] By: merijn                                on 2005/07/28  13:03:09
25134         Log: Subject: [PATCH] tidy up DieNull and DIE_NULL
25135              From: Robin Barker <Robin.Barker@npl.co.uk>
25136              Date: Thu, 28 Jul 2005 14:05:51 +0100
25137              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75C@hotel.npl.co.uk>
25138      Branch: perl
25139            ! embed.fnc mg.c perl.h pp.h pp_sys.c proto.h
25140 ____________________________________________________________________________
25141 [ 25236] By: rgs                                   on 2005/07/28  12:59:55
25142         Log: Subject: [PATCH] silence compiler warning in mg.c POSIX.xs
25143              From: Robin Barker <Robin.Barker@npl.co.uk>
25144              Date: Thu, 28 Jul 2005 13:57:31 +0100
25145              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75B@hotel.npl.co.uk>
25146      Branch: perl
25147            ! ext/POSIX/POSIX.xs mg.c perl.h
25148 ____________________________________________________________________________
25149 [ 25235] By: merijn                                on 2005/07/28  12:22:27
25150         Log: sprintf now has all but two tests enabled.
25151              the list supports skipping of expected fails
25152              new test for %.0g from Dominic Dunlop
25153      Branch: perl
25154            ! t/op/sprintf.t
25155 ____________________________________________________________________________
25156 [ 25234] By: steveh                                on 2005/07/28  09:10:41
25157         Log: Subject: [PATCH] perlfunc.pod grammar fixes
25158              From: Steve Peters <steve@fisharerojo.org>
25159              Date: Wed, 27 Jul 2005 22:02:13 -0500
25160              Message-ID: <20050728030213.GA11330@mccoy.peters.homeunix.org>
25161              
25162              (with minor tweaks)
25163      Branch: perl
25164            ! pod/perlfunc.pod
25165 ____________________________________________________________________________
25166 [ 25233] By: rgs                                   on 2005/07/28  09:07:57
25167         Log: Sync change 25229 to .h source files
25168      Branch: perl
25169            ! cv.h pad.h
25170 ____________________________________________________________________________
25171 [ 25232] By: rgs                                   on 2005/07/28  08:53:55
25172         Log: Subject: [perl #36672] Swapped warnings for -o and -O file tests 
25173              From: "Piotr Fusik" (via RT) <perlbug-followup@perl.org>
25174              Date: Wed, 27 Jul 2005 15:43:17 -0700
25175              Message-ID: <rt-3.0.11-36672-118371.6.12458378853063@perl.org>
25176              
25177              (except the redundant test)
25178      Branch: perl
25179            ! opcode.h opcode.pl t/lib/warnings/9uninit
25180 ____________________________________________________________________________
25181 [ 25231] By: merijn                                on 2005/07/28  06:48:14
25182         Log: Subject: Re: [PATCH] Tru64: use -c99 for ccflags if available
25183              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
25184              Date: Thu, 28 Jul 2005 10:01:51 +0300
25185              Message-ID: <42E882DF.6020100@gmail.com>
25186              Message-ID: <42E86DE9.6090709@gmail.com>
25187      Branch: perl
25188            ! handy.h hints/dec_osf.sh
25189 ____________________________________________________________________________
25190 [ 25230] By: merijn                                on 2005/07/27  16:28:58
25191         Log: Some signals are more real than others
25192              Also added comment about why the tests are there
25193      Branch: perl
25194            ! ext/POSIX/t/sigaction.t
25195 ____________________________________________________________________________
25196 [ 25229] By: merijn                                on 2005/07/27  16:26:16
25197         Log: Subject: [PATCH] id est is i.e.
25198              From: Steve Peters <steve@fisharerojo.org>
25199              Date: Tue, 26 Jul 2005 20:42:38 -0500
25200              Message-ID: <20050727014238.GA2582@mccoy.peters.homeunix.org>
25201      Branch: perl
25202            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
25203            ! pod/perlintern.pod
25204 ____________________________________________________________________________
25205 [ 25228] By: merijn                                on 2005/07/26  13:23:10
25206         Log: Use the correct gcc when more than one gcc is installed
25207              Thanks to Campo
25208      Branch: perl
25209            ! hints/aix.sh
25210 ____________________________________________________________________________
25211 [ 25227] By: rgs                                   on 2005/07/26  09:20:11
25212         Log: Subject: [perl #36658] Typo in perlfunc.pod 
25213              From: "John W. Krahn" (via RT) <perlbug-followup@perl.org>
25214              Date: Tue, 26 Jul 2005 01:07:18 -0700
25215              Message-ID: <rt-3.0.11-36658-118300.18.7320750032131@perl.org>
25216      Branch: perl
25217            ! pod/perlfunc.pod
25218 ____________________________________________________________________________
25219 [ 25226] By: steveh                                on 2005/07/25  14:37:41
25220         Log: Reinstate PERL_MALLOC_WRAP for bcc32 on Win32
25221              
25222              This was disabled by change 22689 because it was severely broken
25223              at the time.  See the thread starting here:
25224              
25225              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-04/msg00370.html
25226              
25227              The PERL_MALLOC_WRAP code in handy.h has since changed along the
25228              lines of what was discussed in that thread (in particular, by change
25229              25034) and I find that everything is now fine with PERL_MALLOC_WRAP
25230              re-enabled.
25231      Branch: perl
25232            ! win32/config_H.bc
25233 ____________________________________________________________________________
25234 [ 25225] By: steveh                                on 2005/07/25  14:34:12
25235         Log: Ken pointed out that CBuilder's cleanup is too agrressive
25236              
25237              The Windows compile() and link() methods bizarrely include their own
25238              output files in the list of files to be cleaned up.  Now that they
25239              actually are being cleaned up, this isn't ideal ;-)
25240              
25241              Stop compile() and link() from cleaning up their own output, and
25242              reinstate the explicit deletion of those output files in the test
25243              scripts.
25244      Branch: perl
25245            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
25246            ! lib/ExtUtils/CBuilder/t/01-basic.t
25247            ! lib/ExtUtils/CBuilder/t/02-link.t
25248            ! lib/ExtUtils/ParseXS/t/basic.t
25249 ____________________________________________________________________________
25250 [ 25224] By: steveh                                on 2005/07/25  11:53:44
25251         Log: Silence uninitialized value warnings in Net::Cmd
25252              
25253              (Suppresses 20 such warnings emitted by lib/Net/t/datasend.t)
25254      Branch: perl
25255            ! lib/Net/Cmd.pm
25256 ____________________________________________________________________________
25257 [ 25223] By: merijn                                on 2005/07/25  11:47:03
25258         Log: use POSIX might not throw an error. Check for useful values also
25259      Branch: perl
25260            ! ext/POSIX/t/sigaction.t
25261 ____________________________________________________________________________
25262 [ 25222] By: steveh                                on 2005/07/25  11:11:29
25263         Log: Make CBuilder and ParseXS clean up their temp test files
25264      Branch: perl
25265            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
25266            ! lib/ExtUtils/CBuilder/t/01-basic.t
25267            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
25268            ! lib/ExtUtils/ParseXS/t/basic.t
25269 ____________________________________________________________________________
25270 [ 25221] By: rgs                                   on 2005/07/25  09:49:39
25271         Log: Increment the version number of version.pm
25272              (no code changes on CPAN)
25273      Branch: perl
25274            ! lib/version.pm
25275 ____________________________________________________________________________
25276 [ 25220] By: merijn                                on 2005/07/25  08:53:34
25277         Log: Subject: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
25278              From: Michael G Schwern <schwern@pobox.com>
25279              Date: Sat, 23 Jul 2005 17:25:18 -0700
25280              Message-ID: <20050724002518.GB4918@windhund.schwern.org>
25281              
25282              Subject: Re: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
25283              From: Michael G Schwern <schwern@pobox.com>
25284              Date: Sun, 24 Jul 2005 13:49:25 -0700
25285              Message-ID: <20050724204925.GC13275@windhund.schwern.org>
25286      Branch: perl
25287            ! pod/perlfunc.pod
25288 ____________________________________________________________________________
25289 [ 25219] By: merijn                                on 2005/07/25  08:39:08
25290         Log: Subject: [PATCH] perlfunc.pod: s/definetely/definitely/
25291              From: "Piotr Fusik" <pfusik@op.pl>
25292              Date: Sun, 24 Jul 2005 12:55:09 +0200
25293              Message-ID: <004e01c5903e$2affb3a0$60d24dd5@piec>
25294      Branch: perl
25295            ! pod/perlfunc.pod
25296 ____________________________________________________________________________
25297 [ 25218] By: nicholas                              on 2005/07/24  22:35:56
25298         Log: Subject: [PATCH] Re: blead@25210 on OpenVMS (not good)
25299              From: "Craig A. Berry" <craigberry@mac.com>
25300              Message-Id: <p06230906bf09caa9618b@[172.16.52.1]>
25301              Date: Sun, 24 Jul 2005 17:47:26 -0500
25302      Branch: perl
25303            ! doio.c
25304 ____________________________________________________________________________
25305 [ 25217] By: nicholas                              on 2005/07/24  20:52:13
25306         Log: Subject: [PATCH] blead help for VMS
25307              From: "Craig A. Berry" <craigberry@mac.com>
25308              Message-ID: <42E3FABB.1020900@mac.com>
25309              Date: Sun, 24 Jul 2005 15:31:55 -0500
25310      Branch: perl
25311           +> ext/Compress/Zlib/zlib-src/adler32.c
25312           +> ext/Compress/Zlib/zlib-src/compress.c
25313           +> ext/Compress/Zlib/zlib-src/crc32.c
25314           +> ext/Compress/Zlib/zlib-src/crc32.h
25315           +> ext/Compress/Zlib/zlib-src/deflate.c
25316           +> ext/Compress/Zlib/zlib-src/deflate.h
25317           +> ext/Compress/Zlib/zlib-src/gzio.c
25318           +> ext/Compress/Zlib/zlib-src/infback.c
25319           +> ext/Compress/Zlib/zlib-src/inffast.c
25320           +> ext/Compress/Zlib/zlib-src/inffast.h
25321           +> ext/Compress/Zlib/zlib-src/inffixed.h
25322           +> ext/Compress/Zlib/zlib-src/inflate.c
25323           +> ext/Compress/Zlib/zlib-src/inflate.h
25324           +> ext/Compress/Zlib/zlib-src/inftrees.c
25325           +> ext/Compress/Zlib/zlib-src/inftrees.h
25326           +> ext/Compress/Zlib/zlib-src/trees.c
25327           +> ext/Compress/Zlib/zlib-src/trees.h
25328           +> ext/Compress/Zlib/zlib-src/uncompr.c
25329           +> ext/Compress/Zlib/zlib-src/zconf.h
25330           +> ext/Compress/Zlib/zlib-src/zlib.h
25331           +> ext/Compress/Zlib/zlib-src/zutil.c
25332           +> ext/Compress/Zlib/zlib-src/zutil.h
25333            - ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
25334            - ext/Compress/Zlib/zlib-src-1.2.3/compress.c
25335            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
25336            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
25337            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
25338            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
25339            - ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
25340            - ext/Compress/Zlib/zlib-src-1.2.3/infback.c
25341            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
25342            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
25343            - ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
25344            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
25345            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
25346            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
25347            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
25348            - ext/Compress/Zlib/zlib-src-1.2.3/trees.c
25349            - ext/Compress/Zlib/zlib-src-1.2.3/trees.h
25350            - ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
25351            - ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
25352            - ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
25353            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
25354            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
25355            ! MANIFEST ext/Compress/Zlib/config.in mg.c pp_ctl.c pp_sys.c
25356            ! vms/gen_shrfls.pl
25357 ____________________________________________________________________________
25358 [ 25216] By: steveh                                on 2005/07/22  16:53:11
25359         Log: Fix USE_LARGE_FILES with bcc32 on Win32?
25360              
25361              Trawling through all these config files, I think I've found the
25362              reason why bcc32 builds with USE_LARGE_FILES were failing (e.g.
25363              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00809.html):
25364              lseeksize and lseektype were set to 8 and __int64, but Borland's
25365              <io.h> suggests that they should be 4 and long respectively.
25366              
25367              Changing them accordingly makes all tests pass. And I see that
25368              win32/win32.c has special handling for __BORLANDC__ + USE_LARGE_FILES,
25369              presumably to cope with this difference?
25370      Branch: perl
25371            ! win32/config.bc
25372 ____________________________________________________________________________
25373 [ 25215] By: steveh                                on 2005/07/22  16:36:41
25374         Log: Tweak the canned win32/config.* files
25375              
25376              uselargefiles, usemultiplicity, useperlio and useithreads are now
25377              off in the canned win32/config_H.* files, so change these to match.
25378              
25379              Also scrap the misleading ~USE_PERLIO~ and ~USE_SITECUST~ tags
25380              which don't actually work since no such CFG_VARS are passed in to
25381              config_sh.PL. (The useperlio and usesitecustomize entries actually
25382              get substituted by the more general "if (/^([\w_]+)=(.*)$/)" case.)
25383      Branch: perl
25384            ! win32/config.bc win32/config.gc win32/config.vc
25385            ! win32/config.vc64
25386 ____________________________________________________________________________
25387 [ 25214] By: steveh                                on 2005/07/22  14:22:38
25388         Log: Add missing entries to win32/config.*
25389              
25390              No existing entries changed, just adding some missing ones based
25391              on Porting/config.sh
25392      Branch: perl
25393            ! win32/config.bc win32/config.gc win32/config.vc
25394            ! win32/config.vc64
25395 ____________________________________________________________________________
25396 [ 25213] By: rgs                                   on 2005/07/22  12:23:35
25397         Log: Subject: [perl #36612] [PATCH] Misleading shift docs about @ARGV
25398              From: Michael G Schwern (via RT) <perlbug-followup@perl.org>
25399              Date: Wed, 20 Jul 2005 18:26:23 -0700
25400              Message-ID: <rt-3.0.11-36612-118070.2.49212485540788@perl.org>
25401      Branch: perl
25402            ! pod/perlfunc.pod
25403 ____________________________________________________________________________
25404 [ 25212] By: steveh                                on 2005/07/22  10:32:02
25405         Log: Tidy up options / defines output from makedef.pl
25406              and change Win32-specific comments to say "On Win32 ..." now
25407              that AIX is using the same code too
25408      Branch: perl
25409            ! makedef.pl
25410 ____________________________________________________________________________
25411 [ 25211] By: steveh                                on 2005/07/22  10:29:51
25412         Log: Silence Win32 warnings when not using USE_LARGE_FILES
25413      Branch: perl
25414            ! win32/win32.c
25415 ____________________________________________________________________________
25416 [ 25210] By: merijn                                on 2005/07/21  17:40:06
25417         Log: I *DO* have AIX, and extending #25209 like this make it happy again
25418              Thank you Steve!
25419      Branch: perl
25420            ! makedef.pl
25421 ____________________________________________________________________________
25422 [ 25209] By: steveh                                on 2005/07/21  17:01:33
25423         Log: Make makedef.pl read "miniperl -V" on Win32
25424              
25425              Perhaps other platforms that use makedef.pl also need a similar
25426              change (currently required to pick up PERL_DONT_CREATE_GVSV),
25427              but it also requires them to have minimal canned configs (if they
25428              are using canned configs like Win32 does) and I don't have any
25429              of the affected platforms (AIX, WinCE, OS/2, MacOS Classic and
25430              NetWare) for testing, so play it safe instead
25431      Branch: perl
25432            ! makedef.pl
25433 ____________________________________________________________________________
25434 [ 25208] By: steveh                                on 2005/07/21  16:50:27
25435         Log: Make the canned config.h files used on Win32 more minimal
25436              
25437              These are used in their unedited form to build miniperl, so should
25438              represent a minimal configuration
25439              
25440              The plan is to use miniperl's "-V" output in makedef.pl, so it is
25441              important that it doesn't include any of the optional things in the
25442              makefiles that the user might have chosen to disable
25443              
25444              (The actual config.h used to build perl itself is, of course, an
25445              edited version of these canned configs produced by using miniperl
25446              to run config_h.PL so these changes won't affect perl itself)
25447      Branch: perl
25448            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25449            ! win32/config_H.vc64
25450 ____________________________________________________________________________
25451 [ 25207] By: merijn                                on 2005/07/21  15:41:39
25452         Log: Subject: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
25453              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
25454              Date: Thu, 21 Jul 2005 18:33:22 +0300
25455              Message-ID: <42DFC042.1090201@gmail.com>
25456      Branch: perl
25457            ! ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t mg.c
25458 ____________________________________________________________________________
25459 [ 25206] By: steveh                                on 2005/07/21  14:20:06
25460         Log: Rearrange win32/config_H.* to match config_h.SH
25461              
25462              No actual changes, just reordering the contents of the files so that
25463              diff works better.
25464      Branch: perl
25465            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25466            ! win32/config_H.vc64
25467 ____________________________________________________________________________
25468 [ 25205] By: rgs                                   on 2005/07/21  12:39:43
25469         Log: Subject: [PATCH perl@24148] Compress::Zlib 1.35
25470              From: "Paul Marquess" <paul.marquess@ntlworld.com>
25471              Date: Thu, 21 Jul 2005 10:06:06 +0100
25472              Message-Id: <20050721090634.CA4E61F0003@mx1.mandriva.com>
25473      Branch: perl
25474            + ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
25475            + ext/Compress/Zlib/zlib-src-1.2.3/compress.c
25476            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
25477            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
25478            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
25479            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
25480            + ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
25481            + ext/Compress/Zlib/zlib-src-1.2.3/infback.c
25482            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
25483            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
25484            + ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
25485            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
25486            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
25487            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
25488            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
25489            + ext/Compress/Zlib/zlib-src-1.2.3/trees.c
25490            + ext/Compress/Zlib/zlib-src-1.2.3/trees.h
25491            + ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
25492            + ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
25493            + ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
25494            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
25495            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
25496            - ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
25497            - ext/Compress/Zlib/zlib-src-1.2.2/compress.c
25498            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
25499            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
25500            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
25501            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
25502            - ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
25503            - ext/Compress/Zlib/zlib-src-1.2.2/infback.c
25504            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
25505            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
25506            - ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
25507            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
25508            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
25509            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
25510            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
25511            - ext/Compress/Zlib/zlib-src-1.2.2/trees.c
25512            - ext/Compress/Zlib/zlib-src-1.2.2/trees.h
25513            - ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
25514            - ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
25515            - ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
25516            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
25517            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
25518            ! MANIFEST ext/Compress/Zlib/Changes ext/Compress/Zlib/README
25519            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
25520            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/t/05gzsetp.t
25521 ____________________________________________________________________________
25522 [ 25204] By: rgs                                   on 2005/07/20  16:53:16
25523         Log: Remove :base_io from the set of default "safe" opcodes.
25524              This fixes bug [perl #36213] "Possible flaw in Safe.pm/Opcode.pm
25525              that allows access to any file" but introduces a backward
25526              compatibility issue.
25527      Branch: perl
25528            ! ext/Opcode/Opcode.pm ext/Safe/t/safe2.t
25529 ____________________________________________________________________________
25530 [ 25203] By: steveh                                on 2005/07/20  13:59:18
25531         Log: Fix definition of Perl_sighandler following change 25200
25532      Branch: perl
25533            ! mg.c
25534 ____________________________________________________________________________
25535 [ 25202] By: rgs                                   on 2005/07/20  13:19:10
25536         Log: Subject: [PATCH] Convert t/op/vec.t to test.pl
25537              From: Steve Peters <steve@fisharerojo.org>
25538              Date: Wed, 20 Jul 2005 08:06:38 -0500
25539              Message-ID: <20050720130638.GA6123@mccoy.peters.homeunix.org>
25540      Branch: perl
25541            ! t/op/vec.t
25542 ____________________________________________________________________________
25543 [ 25201] By: steveh                                on 2005/07/20  13:08:54
25544         Log: Silence Win32 compiler warning (signed/unsigned mismatch)
25545      Branch: perl
25546            ! pad.c
25547 ____________________________________________________________________________
25548 [ 25200] By: rgs                                   on 2005/07/20  12:28:16
25549         Log: Subject: [PATCH] support POSIX SA_SIGINFO
25550              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
25551              Date: Wed, 20 Jul 2005 14:40:54 +0300
25552              Message-ID: <42DE3846.6050606@gmail.com>
25553      Branch: perl
25554            ! embed.fnc embed.h ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t
25555            ! global.sym iperlsys.h mg.c perl.c perl.h pp_sys.c proto.h
25556            ! util.c
25557 ____________________________________________________________________________
25558 [ 25199] By: steveh                                on 2005/07/20  12:11:56
25559         Log: Silence warnings about NSIG redefinition on Win32
25560              
25561              (Change 25191 doesn't work out unless dosish.h includes <signal.h>
25562              too, which it currently only does for DJGPP)
25563      Branch: perl
25564            ! dosish.h
25565 ____________________________________________________________________________
25566 [ 25198] By: rgs                                   on 2005/07/20  11:18:59
25567         Log: Remove obsolete error messages
25568      Branch: perl
25569            ! pod/perldiag.pod
25570 ____________________________________________________________________________
25571 [ 25197] By: rgs                                   on 2005/07/20  10:59:44
25572         Log: croak() accepts Nullch as a parameter.
25573              (spotted by Stas Bekman)
25574      Branch: perl
25575            ! embed.fnc proto.h
25576 ____________________________________________________________________________
25577 [ 25196] By: steveh                                on 2005/07/20  10:36:20
25578         Log: Fix Newz() backwards-compatibility macro
25579      Branch: perl
25580            ! handy.h
25581 ____________________________________________________________________________
25582 [ 25195] By: rgs                                   on 2005/07/20  10:31:04
25583         Log: Remove :unique attribute from Config.pm,
25584              until we find a better implementation of it (or
25585              remove it). See [perl #36375].
25586      Branch: perl
25587            ! configpm
25588 ____________________________________________________________________________
25589 [ 25194] By: rgs                                   on 2005/07/20  09:08:56
25590         Log: Subject: [PATCH] lvalue-subs returning elements of tied hashes/arrays
25591              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
25592              Date: Wed, 20 Jul 2005 10:43:11 +0200
25593              Message-id: <20050720084311.GA20332@ethan>
25594      Branch: perl
25595            ! pp_hot.c t/op/sub_lval.t
25596 ____________________________________________________________________________
25597 [ 25193] By: steveh                                on 2005/07/20  09:00:29
25598         Log: Exit test script (if we're going to) *before* declaring a plan
25599      Branch: perl
25600            ! ext/POSIX/t/sigaction.t
25601 ____________________________________________________________________________
25602 [ 25192] By: rgs                                   on 2005/07/20  08:50:18
25603         Log: Subject: [PATCH] RE: rebuilding lib/Config*
25604              From: Robin Barker <Robin.Barker@npl.co.uk>
25605              Date: Jul 14, 2005 3:27 PM
25606              Message-ID: <533D273D4014D411AB1D00062938C4D90849C733@hotel.npl.co.uk>
25607      Branch: perl
25608            ! Makefile.SH
25609 ____________________________________________________________________________
25610 [ 25191] By: rgs                                   on 2005/07/20  06:47:49
25611         Log: Subject: [PATCH] move NSIG logic
25612              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
25613              Date: Wed, 20 Jul 2005 09:57:44 +0300
25614              Message-ID: <42DDF5E8.1060100@gmail.com>
25615      Branch: perl
25616            ! handy.h perl.h
25617 ____________________________________________________________________________
25618 [ 25190] By: nicholas                              on 2005/07/19  22:15:43
25619         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
25620              (Certainly where there is AUTOLOADing and XS)
25621              Hopefully *this* fixes the POSIX breakage.
25622      Branch: perl
25623            ! ext/POSIX/POSIX.pm
25624 ____________________________________________________________________________
25625 [ 25189] By: nicholas                              on 2005/07/19  21:16:20
25626         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
25627              (Certainly where there is AUTOLOADing and XS)
25628              Hopefully this fixes the POSIX breakage.
25629      Branch: perl
25630            ! ext/POSIX/POSIX.xs
25631 ____________________________________________________________________________
25632 [ 25188] By: nicholas                              on 2005/07/19  21:08:17
25633         Log: XS constants fail when their value is called for, not at import.
25634              This might be construed as a bug. Fixing is probably a greater evil.
25635      Branch: perl
25636            ! ext/POSIX/t/sigaction.t
25637 ____________________________________________________________________________
25638 [ 25187] By: rgs                                   on 2005/07/19  14:12:38
25639         Log: Extend the the "our variable redeclared" warning to the case:
25640              our $x; our $x;
25641              and add more tests
25642      Branch: perl
25643            ! pad.c t/lib/strict/vars t/lib/warnings/pad
25644 ____________________________________________________________________________
25645 [ 25186] By: steveh                                on 2005/07/19  13:25:42
25646         Log: Fix test following change #25181
25647      Branch: perl
25648            ! lib/Pod/t/htmlview.t
25649 ____________________________________________________________________________
25650 [ 25185] By: merijn                                on 2005/07/19  11:06:22
25651         Log: Subject: [PATCH] allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)
25652              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
25653              Date: Tue, 19 Jul 2005 12:06:00 +0300
25654              Message-ID: <42DCC278.2010009@gmail.com>
25655      Branch: perl
25656            ! Configure ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
25657            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
25658            ! handy.h
25659 ____________________________________________________________________________
25660 [ 25182] By: rgs                                   on 2005/07/19  10:09:57
25661         Log: Fix strict test to go with the precedent warning change
25662      Branch: perl
25663            ! t/lib/strict/vars
25664 ____________________________________________________________________________
25665 [ 25181] By: steveh                                on 2005/07/19  10:07:46
25666         Log: Subject: [perl #36526] Incorrect (X)HTML generated by Pod::Html 
25667              From: Earl Hood (via RT) <perlbug-followup@perl.org>
25668              Date: Tue, 12 Jul 2005 23:55:28 -0700
25669              Message-ID: <rt-3.0.11-36526-117155.10.6496168983897@perl.org>
25670              
25671              (with old code deleted rather than commented out)
25672      Branch: perl
25673            ! lib/Pod/Html.pm
25674 ____________________________________________________________________________
25675 [ 25180] By: rgs                                   on 2005/07/19  09:56:59
25676         Log: Silence new (expected) warnings
25677      Branch: perl
25678            ! t/op/mydef.t
25679 ____________________________________________________________________________
25680 [ 25179] By: rgs                                   on 2005/07/19  09:45:24
25681         Log: Overhaul the semantics of the warning
25682              ""%s" variable %s masks earlier declaration",
25683              based on a patch by Rick Delaney. Now we have :
25684              my $x;   my $x; # warns
25685              my $x;  our $x; # warns
25686              our $x;  my $x; # warns
25687              our $x; our $x; # silent
25688      Branch: perl
25689            ! pad.c t/lib/warnings/pad
25690 ____________________________________________________________________________
25691 [ 25178] By: merijn                                on 2005/07/19  05:42:52
25692         Log: Subject: [PATCH] Final (hopefully) fix for fchdir
25693              From: Steve Peters <steve@fisharerojo.org>
25694              Date: Mon, 18 Jul 2005 22:59:19 -0500
25695              Message-ID: <20050719035919.GA32670@mccoy.peters.homeunix.org>
25696      Branch: perl
25697            ! pp_sys.c
25698 ____________________________________________________________________________
25699 [ 25177] By: davem                                 on 2005/07/19  01:16:09
25700         Log: Subject:  Re: [PATCH] Faster **
25701              From:      "Piotr Fusik" <pfusik@op.pl>
25702              Date:      Fri, 24 Jun 2005 12:47:40 +0200
25703              Message-Id:  <00b201c578af$7ad02b40$17d24dd5@piec>
25704      Branch: perl
25705            ! pp.c
25706 ____________________________________________________________________________
25707 [ 25176] By: davem                                 on 2005/07/19  01:05:18
25708         Log: the "local @foo with $#foo" tests are no longer TODO
25709      Branch: perl
25710            ! t/op/array.t
25711 ____________________________________________________________________________
25712 [ 25174] By: steveh                                on 2005/07/18  16:53:21
25713         Log: Subject: Re: [PATCH] RE: blead: no longer supports %vd format
25714              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
25715              Date: Mon, 18 Jul 2005 18:35:09 +0200
25716              Message-ID: <20050718183509.0381169c@grubert.mandrakesoft.com>
25717      Branch: perl
25718            ! perl.h
25719 ____________________________________________________________________________
25720 [ 25173] By: merijn                                on 2005/07/18  16:37:11
25721         Log: Subject: Re: AIX 5.2 localtime bug attack
25722              From: Campo Weijerman <rfc822@nl.ibm.com>
25723              Date: Mon, 18 Jul 2005 17:34:55 +0200
25724              Message-ID: <20050718153455.GA29381@python>
25725              
25726              mday++ is also wday++ and yday++
25727      Branch: perl
25728            ! pp_sys.c
25729 ____________________________________________________________________________
25730 [ 25172] By: rgs                                   on 2005/07/18  15:23:38
25731         Log: Subject: [PATCH] The continuing plod through embed.fnc
25732              From: Andy Lester <andy@petdance.com>
25733              Date: Mon, 18 Jul 2005 10:37:38 -0500
25734              Message-ID: <20050718153738.GB20193@petdance.com>
25735      Branch: perl
25736            ! embed.fnc op.c pad.c pod/perlapi.pod pp_sys.c proto.h
25737            ! regcomp.c utf8.c
25738 ____________________________________________________________________________
25739 [ 25171] By: rgs                                   on 2005/07/18  12:37:02
25740         Log: Subject: [PATCH] RE: blead: no longer supports %vd format
25741              From: Robin Barker <Robin.Barker@npl.co.uk>
25742              Date: Jul 14, 2005 2:31 PM
25743              Message-ID: <533D273D4014D411AB1D00062938C4D90849C730@hotel.npl.co.uk>
25744      Branch: perl
25745            ! perl.h sv.c t/op/sprintf.t
25746 ____________________________________________________________________________
25747 [ 25170] By: merijn                                on 2005/07/18  11:02:01
25748         Log: tests are expected to fail if dirfd () does not exist
25749              make the tests to expect failures in that case
25750      Branch: perl
25751            ! t/op/chdir.t
25752 ____________________________________________________________________________
25753 [ 25169] By: merijn                                on 2005/07/18  10:27:06
25754         Log: 1. Typo detected by Schwern (#25151)
25755              2. Added proza about patches (#25152)
25756              3. dirfd got the wrong define based on previous tests (#25168)
25757      Branch: perl
25758            ! Configure
25759 ____________________________________________________________________________
25760 [ 25167] By: steveh                                on 2005/07/18  09:54:58
25761         Log: Silence compiler warning following change 25157
25762              
25763              (DIE returns Perl_die's return value which is an OP*, not the I32
25764              that Perl_apply is expected to return)
25765      Branch: perl
25766            ! doio.c
25767 ____________________________________________________________________________
25768 [ 25166] By: rgs                                   on 2005/07/18  09:17:45
25769         Log: Subject: Re: [perl #27028] /$/ not honouring /m in some cases
25770              From: Rick Delaney <rick@bort.ca>
25771              Date: Jul 14, 2005 4:10 PM
25772              Message-ID: <20050714141059.GF19090@localhost.localdomain>
25773      Branch: perl
25774            + t/op/regexp_qr_embed.t
25775            ! MANIFEST t/op/regexp.t
25776 ____________________________________________________________________________
25777 [ 25165] By: rgs                                   on 2005/07/18  08:52:25
25778         Log: Subject: [PATCH] perlop: why \c\ cannot be placed just before the terminating delimiter
25779              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25780              Date: Sun, 17 Jul 2005 11:38:05 +0900
25781              Message-Id: <20050717112557.5921.BQW10602@nifty.com>
25782      Branch: perl
25783            ! pod/perlop.pod
25784 ____________________________________________________________________________
25785 [ 25164] By: steveh                                on 2005/07/18  08:38:27
25786         Log: Subject: Re: Why does our() cross packages? (PATCH)
25787              From: Michael G Schwern <schwern@pobox.com>
25788              Date: Fri, 15 Jul 2005 14:35:18 -0700
25789              Message-ID: <20050715213518.GH6897@windhund.schwern.org>
25790              
25791              (with minor tweaks suggested in subsequent posts)
25792      Branch: perl
25793            ! pod/perlfunc.pod
25794 ____________________________________________________________________________
25795 [ 25163] By: davem                                 on 2005/07/18  00:16:31
25796         Log: perl -Dstv -e'... for min..max' displayed wrong stack elements
25797      Branch: perl
25798            ! pp_ctl.c
25799 ____________________________________________________________________________
25800 [ 25162] By: davem                                 on 2005/07/17  22:07:14
25801         Log: delete a non-fucntioning chown in stat.t: it didn't have gid arg.
25802              Spotted by Gisle Aas.
25803      Branch: perl
25804            ! t/op/stat.t
25805 ____________________________________________________________________________
25806 [ 25161] By: davem                                 on 2005/07/17  20:54:15
25807         Log: document what can be assigned to a shared scalar
25808      Branch: perl
25809            ! ext/threads/shared/shared.pm
25810 ____________________________________________________________________________
25811 [ 25160] By: davem                                 on 2005/07/17  20:12:54
25812         Log: $SIG{__WARN__} = sub { goto &foo } could recurse infinitely
25813      Branch: perl
25814            ! t/op/goto.t util.c
25815 ____________________________________________________________________________
25816 [ 25159] By: davem                                 on 2005/07/17  19:02:10
25817         Log: change #25129 was overzealous in delaying the call to ckWARN
25818      Branch: perl
25819            ! doio.c pp_hot.c toke.c
25820 ____________________________________________________________________________
25821 [ 25158] By: merijn                                on 2005/07/16  13:20:09
25822         Log: Subject: Re: [perl #36569] chop fails on decoded string with trailing nul 
25823              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25824              Date: Sat, 16 Jul 2005 22:05:13 +0900
25825              Message-Id: <20050716220041.2BDD.BQW10602@nifty.com>
25826      Branch: perl
25827            ! doop.c t/op/chop.t
25828 ____________________________________________________________________________
25829 [ 25157] By: merijn                                on 2005/07/16  08:07:44
25830         Log: Subject: Re: fchmod, fchown, fchdir
25831              From: Gisle Aas <gisle@ActiveState.com>
25832              Date: 15 Jul 2005 02:32:50 -0700
25833              Message-ID: <lrwtnse7nh.fsf@caliper.activestate.com>
25834              
25835              + Schwern's ok -> like changes
25836      Branch: perl
25837            ! doio.c pod/perlfunc.pod pod/perltodo.pod pp_sys.c t/io/fs.t
25838            ! t/op/chdir.t
25839 ____________________________________________________________________________
25840 [ 25156] By: steveh                                on 2005/07/15  16:30:05
25841         Log: Subject: [PATCH] more embed cleanup
25842              From: Andy Lester <andy@petdance.com>
25843              Date: Fri, 15 Jul 2005 10:51:15 -0500
25844              Message-ID: <20050715155115.GC29983@petdance.com>
25845              
25846              (and run regen.pl)
25847      Branch: perl
25848            ! dump.c embed.fnc embed.h hv.c mg.c op.c perl.c pp_ctl.c
25849            ! pp_hot.c pp_pack.c proto.h regcomp.c sv.c utf8.c
25850 ____________________________________________________________________________
25851 [ 25155] By: steveh                                on 2005/07/15  15:50:38
25852         Log: Subject: [perl #36514] Add curl support to CPAN.pm 
25853              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
25854              Date: Fri, 15 Jul 2005 02:11:29 -0700
25855              Message-ID: <rt-3.0.11-36514-117446.9.35668319684652@perl.org>
25856              
25857              (and bump $CPAN::FirstTime::VERSION)
25858      Branch: perl
25859            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
25860 ____________________________________________________________________________
25861 [ 25153] By: steveh                                on 2005/07/15  15:35:55
25862         Log: Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
25863              From: Michael G Schwern <schwern@pobox.com>
25864              Date: Wed, 13 Jul 2005 15:57:39 -0700
25865              Message-ID: <20050713225739.GN24499@windhund.schwern.org>
25866              
25867              Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
25868              From: Rick Delaney <rick@bort.ca>
25869              Date: Wed, 13 Jul 2005 20:24:56 -0400
25870              Message-ID: <20050714002456.GD19090@localhost.localdomain>
25871      Branch: perl
25872            ! ext/B/B/Deparse.pm t/op/inc.t
25873 ____________________________________________________________________________
25874 [ 25150] By: steveh                                on 2005/07/15  10:35:55
25875         Log: Fix static extensions when building with nmake on Win32
25876              
25877              They were broken because change 24806 forgot to add -DWITH_STATIC
25878              to the recipe for compiling perllib.c which meant that perllibst.h
25879              was not included and hence although they built OK, the static
25880              extensions could not actually be used!
25881              
25882              In fact, since perllibst.h is always created (it is more or less
25883              empty when static extensions are not being used), there is no need
25884              for -DWITH_STATIC at all. So rather than adding it to Makefile,
25885              just drop it from makefile.mk and perllib.c.
25886              
25887              Also add the missing cleanup of perllibst.h to Makefile.
25888      Branch: perl
25889            ! win32/Makefile win32/makefile.mk win32/perllib.c
25890 ____________________________________________________________________________
25891 [ 25149] By: steveh                                on 2005/07/15  09:04:57
25892         Log: Subject: [perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1 
25893              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
25894              Date: Thu, 14 Jul 2005 16:57:45 -0700
25895              Message-ID: <rt-3.0.11-7840-117401.4.81505529800216@perl.org>
25896              
25897              (with minor tweaks)
25898      Branch: perl
25899            ! pod/perlop.pod
25900 ____________________________________________________________________________
25901 [ 25148] By: steveh                                on 2005/07/15  07:48:31
25902         Log: Subject: [perl #36538] perlfunc/our contradicts itself 
25903              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
25904              Date: Thu, 14 Jul 2005 19:10:51 -0700
25905              Message-ID: <rt-3.0.11-36538-117411.7.57026072725992@perl.org>
25906      Branch: perl
25907            ! pod/perlfunc.pod
25908 ____________________________________________________________________________
25909 [ 25147] By: steveh                                on 2005/07/15  07:44:32
25910         Log: Subject: [perl #24691] leading spaces on cpan configuration causes failure 
25911              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
25912              Date: Tue, 12 Jul 2005 00:00:17 -0700
25913              Message-ID: <rt-3.0.11-24691-116945.3.88254644317925@perl.org>
25914              
25915              (with spaces trimmed from username too)
25916      Branch: perl
25917            ! lib/CPAN/FirstTime.pm
25918 ____________________________________________________________________________
25919 [ 25146] By: merijn                                on 2005/07/15  07:33:01
25920         Log: Subject: [PATCH] Re: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
25921              From: Michael G Schwern <schwern@pobox.com>
25922              Date: Fri, 15 Jul 2005 00:49:12 -0700
25923              Message-ID: <20050715074911.GA16512@windhund.schwern.org>
25924      Branch: perl
25925            ! t/op/universal.t
25926 ____________________________________________________________________________
25927 [ 25145] By: merijn                                on 2005/07/15  06:49:16
25928         Log: Subject: [PATCH] Missing tie() call in NDBM_File SYNOPSIS
25929              From: Matt Sergeant <matt@sergeant.org>
25930              Date: Thu, 14 Jul 2005 16:53:03 -0400
25931              Message-Id: <28baf339c3b78cc40017066b9dc7cffb@sergeant.org>
25932      Branch: perl
25933            ! ext/NDBM_File/NDBM_File.pm
25934 ____________________________________________________________________________
25935 [ 25144] By: merijn                                on 2005/07/15  06:33:21
25936         Log: Subject: Typo in t/op/stat.t
25937              From: Gisle Aas <gisle@ActiveState.com>
25938              Date: 14 Jul 2005 23:20:18 -0700
25939              Message-ID: <lr64vcfv4t.fsf@caliper.activestate.com>
25940      Branch: perl
25941            ! t/op/stat.t
25942 ____________________________________________________________________________
25943 [ 25143] By: steveh                                on 2005/07/14  16:08:00
25944         Log: Subject: Re: [perl #36507] File::Copy::copy($foo, $foo) dies
25945              From: Michael G Schwern <schwern@pobox.com>
25946              Date: Tue, 12 Jul 2005 15:51:18 -0700
25947              Message-ID: <20050712225118.GA944@windhund.schwern.org>
25948              
25949              (and update SKIP counts)
25950      Branch: perl
25951            ! lib/File/Copy.pm lib/File/Copy.t
25952 ____________________________________________________________________________
25953 [ 25142] By: steveh                                on 2005/07/14  08:12:11
25954         Log: Subject: [perl #5634] CPAN.pm v1.59 chdirs before looking for perl 
25955              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
25956              Date: Mon, 11 Jul 2005 22:41:06 -0700
25957              Message-ID: <rt-3.0.11-5634-116921.0.207462087357797@perl.org>
25958      Branch: perl
25959            ! lib/CPAN.pm
25960 ____________________________________________________________________________
25961 [ 25141] By: nicholas                              on 2005/07/13  19:43:40
25962         Log: Subject: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
25963              From: John Peacock <jpeacock@rowman.com>
25964              Message-ID: <42D55C46.5030905@rowman.com>
25965              Date: Wed, 13 Jul 2005 14:24:06 -0400
25966      Branch: perl
25967            ! universal.c
25968 ____________________________________________________________________________
25969 [ 25140] By: merijn                                on 2005/07/13  17:22:07
25970         Log: Subject: [perl #9565] [PATCH] /op/groups.t bug 
25971              From: "Steve Peters via RT" <perlbug-followup@perl.org>
25972              Date: Wed, 13 Jul 2005 06:51:45 -0700
25973              Message-ID: <rt-3.0.11-9565-117185.14.6331240065229@perl.org>
25974      Branch: perl
25975            ! t/op/groups.t
25976 ____________________________________________________________________________
25977 [ 25139] By: merijn                                on 2005/07/13  16:52:48
25978         Log: Subject: Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu)
25979              From: Steve Peters <steve@fisharerojo.org>
25980              Date: Fri, 8 Jul 2005 16:42:56 -0500
25981              Message-ID: <20050708214256.GA14164@mccoy.peters.homeunix.org>
25982      Branch: perl
25983            ! t/io/dup.t t/io/open.t
25984 ____________________________________________________________________________
25985 [ 25138] By: merijn                                on 2005/07/13  16:37:48
25986         Log: Subject: [PATCH] More embed.fnc plowing
25987              From: Andy Lester <andy@petdance.com>
25988              Date: Wed, 13 Jul 2005 10:49:19 -0500
25989              Message-ID: <20050713154919.GA24586@petdance.com>
25990      Branch: perl
25991            ! embed.fnc gv.c hv.c op.c pad.c perlio.c pp_ctl.c pp_hot.c
25992            ! proto.h toke.c
25993 ____________________________________________________________________________
25994 [ 25137] By: merijn                                on 2005/07/13  16:27:43
25995         Log: Subject: [PATCH] Error in earlier patch in sv.c
25996              From: Robin Barker <Robin.Barker@npl.co.uk>
25997              Date: Wed, 13 Jul 2005 17:29:48 +0100
25998              Message-ID: <533D273D4014D411AB1D00062938C4D90849C72B@hotel.npl.co.uk>
25999      Branch: perl
26000            ! sv.c t/op/sprintf.t
26001 ____________________________________________________________________________
26002 [ 25136] By: steveh                                on 2005/07/13  13:39:44
26003         Log: Make -V "Compile-time options" list everything used in makedef.pl
26004      Branch: perl
26005            ! perl.c
26006 ____________________________________________________________________________
26007 [ 25135] By: steveh                                on 2005/07/13  09:48:10
26008         Log: Subject: Re: [perl #25157] [PATCH] Text-Balanced extract_quotelike fails on certain delims in HERE docs
26009              From: David Manura <dm.list@math2.org>
26010              Date: Wed, 21 Jan 2004 20:59:27 -0500
26011              Message-ID: <400F2E7F.9090601@math2.org>
26012              
26013              Fixes perl #25151, 25154, 25156, 25157, 25158 using jumbo patch
26014              included in perl #25157.
26015      Branch: perl
26016            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t
26017            ! lib/Text/Balanced/t/extqlk.t
26018 ____________________________________________________________________________
26019 [ 25134] By: steveh                                on 2005/07/13  09:23:37
26020         Log: Subject: [PATCH] #2 try at Text::Balanced patch and maintainership
26021              From: Tels <nospam-abuse@bloodgate.com>
26022              Date: Sat, 9 Jul 2005 23:10:29 +0200
26023              Message-Id: <200507092310.30592@bloodgate.com>
26024              
26025              (with minor tweaks)
26026      Branch: perl
26027            ! lib/Text/Balanced.pm
26028 ____________________________________________________________________________
26029 [ 25133] By: steveh                                on 2005/07/13  08:34:53
26030         Log: Subject: [perl #28385] minor bug in cpan -- the i command does not find author 
26031              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
26032              Date: Tue, 12 Jul 2005 00:16:49 -0700
26033              Message-ID: <rt-3.0.11-28385-116951.3.97645870397305@perl.org>
26034              
26035              (and remove a couple of unused variables)
26036      Branch: perl
26037            ! lib/CPAN.pm
26038 ____________________________________________________________________________
26039 [ 25132] By: steveh                                on 2005/07/13  07:52:21
26040         Log: Subject: [perl #24275] CPAN shell - online help not clear 
26041              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
26042              Date: Mon, 11 Jul 2005 23:32:12 -0700
26043              Message-ID: <rt-3.0.11-24275-116939.19.7381888978779@perl.org>
26044      Branch: perl
26045            ! lib/CPAN.pm
26046 ____________________________________________________________________________
26047 [ 25131] By: merijn                                on 2005/07/13  06:37:41
26048         Log: Subject: [PATCH] Re: Documentation error in IO::Socket
26049              From: Michael G Schwern <schwern@pobox.com>
26050              Date: Tue, 12 Jul 2005 13:18:34 -0700
26051              Message-ID: <20050712201834.GA29275@windhund.schwern.org>
26052      Branch: perl
26053            ! ext/IO/lib/IO/Socket.pm
26054 ____________________________________________________________________________
26055 [ 25130] By: merijn                                on 2005/07/13  06:27:48
26056         Log: Subject: [perl #6749] Perl debugger outputs ctrl-\ wrongly 
26057              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
26058              Date: Tue, 12 Jul 2005 15:36:54 -0700
26059              Message-ID: <rt-3.0.11-6749-117055.16.4354496694007@perl.org>
26060      Branch: perl
26061            ! lib/dumpvar.pl
26062 ____________________________________________________________________________
26063 [ 25129] By: davem                                 on 2005/07/13  00:21:13
26064         Log: make the expensive ckWARN() be called as late as possible
26065              reorganise
26066              if (ckWARN(FOO) && should_not_happen_condition)
26067              to
26068              if (should_not_happen_condition && ckWARN(FOO))
26069      Branch: perl
26070            ! doio.c gv.c op.c pad.c perlio.c pp.c pp_hot.c pp_pack.c
26071            ! pp_sys.c regcomp.c regexec.c sv.c toke.c
26072 ____________________________________________________________________________
26073 [ 25128] By: davem                                 on 2005/07/12  18:46:34
26074         Log: Subject: Make PERL_MEM_LOG more portable.
26075              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
26076              Date:  Mon, 11 Jul 2005 15:29:46 +0300
26077              Message-Id:  <42D2663A.4050204@gmail.com>
26078      Branch: perl
26079            ! handy.h pod/perlhack.pod util.c
26080 ____________________________________________________________________________
26081 [ 25127] By: davem                                 on 2005/07/12  18:29:43
26082         Log: S_pad_findlex has side effects, so its return value may be ignored
26083      Branch: perl
26084            ! embed.fnc pad.c proto.h
26085 ____________________________________________________________________________
26086 [ 25126] By: davem                                 on 2005/07/12  18:15:48
26087         Log: get_?v have side effects, so their return values may be ignored
26088      Branch: perl
26089            ! embed.fnc proto.h
26090 ____________________________________________________________________________
26091 [ 25125] By: steveh                                on 2005/07/12  16:30:16
26092         Log: Subject: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move 
26093              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
26094              Date: Mon, 11 Jul 2005 23:24:56 -0700
26095              Message-ID: <rt-3.0.11-24119-116937.12.0211560107236@perl.org>
26096      Branch: perl
26097            ! lib/CPAN.pm
26098 ____________________________________________________________________________
26099 [ 25124] By: steveh                                on 2005/07/12  16:18:22
26100         Log: Subject: [perl #17487] ncftp only handles http 
26101              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
26102              Date: Mon, 11 Jul 2005 23:19:06 -0700
26103              Message-ID: <rt-3.0.11-17487-116934.11.3382445877892@perl.org>
26104              
26105              (and bump $VERSION (1.76_01 is a CPAN release already))
26106      Branch: perl
26107            ! lib/CPAN.pm
26108 ____________________________________________________________________________
26109 [ 25123] By: steveh                                on 2005/07/12  13:19:51
26110         Log: Subject: Re: Scalar leaked in 'local $0' under ithreads + taint mode
26111              From: Steve Hay <steve.hay@uk.radan.com>
26112              Date: Mon, 11 Jul 2005 13:29:37 +0100
26113              Message-ID: <42D26631.1070500@uk.radan.com>
26114      Branch: perl
26115            ! sv.c
26116 ____________________________________________________________________________
26117 [ 25122] By: steveh                                on 2005/07/12  11:42:07
26118         Log: Subject: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv 
26119              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
26120              Date: Mon, 11 Jul 2005 19:16:10 -0700
26121              Message-ID: <rt-3.0.11-36502-116917.0.56038652013207@perl.org>
26122      Branch: perl
26123            ! lib/File/Copy.t
26124 ____________________________________________________________________________
26125 [ 25121] By: steveh                                on 2005/07/12  11:33:01
26126         Log: Subject: [PATCH] Cleanup File::Copy tests
26127              From: Michael G Schwern <schwern@pobox.com>
26128              Date: Mon, 11 Jul 2005 18:45:42 -0700
26129              Message-ID: <20050712014542.GB20855@windhund.schwern.org>
26130              
26131              (and fix the SKIP: {} blocks to say $how_many)
26132      Branch: perl
26133            ! lib/File/Copy.t
26134 ____________________________________________________________________________
26135 [ 25120] By: steveh                                on 2005/07/12  11:03:55
26136         Log: Subject: Re: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv
26137              From: Michael G Schwern <schwern@pobox.com>
26138              Date: Mon, 11 Jul 2005 17:35:14 -0700
26139              Message-ID: <20050712003514.GA20132@windhund.schwern.org>
26140      Branch: perl
26141            ! lib/File/Copy.pm
26142 ____________________________________________________________________________
26143 [ 25119] By: steveh                                on 2005/07/12  09:01:11
26144         Log: Missed a New() -> Newx().
26145              
26146              This one only had 3 args to start with! Presumably nobody uses
26147              YYERROR_VERBOSE.  (The yystpcpy() calls don't look right either,
26148              but someone else that is interested in YYERROR_VERBOSE will have
26149              to look into that.)
26150      Branch: perl
26151            ! perly.c
26152 ____________________________________________________________________________
26153 [ 25118] By: steveh                                on 2005/07/12  08:46:13
26154         Log: Hack out -DL documentation from perldebuguts.pod
26155              
26156              Now that the perl core uses Newx*() rather than New*() this chunk
26157              of old documentation is more obsolete than ever before.
26158      Branch: perl
26159            ! pod/perldebguts.pod
26160 ____________________________________________________________________________
26161 [ 25117] By: steveh                                on 2005/07/12  08:20:11
26162         Log: Fix worrying typo in handy.h :-s
26163      Branch: perl
26164            ! handy.h
26165 ____________________________________________________________________________
26166 [ 25116] By: steveh                                on 2005/07/12  08:17:47
26167         Log: Change New*() to Newx*() in various comments and documentation
26168      Branch: perl
26169            ! handy.h perl.c pod/perlclib.pod pod/perlguts.pod
26170            ! pod/perlhack.pod sv.c
26171 ____________________________________________________________________________
26172 [ 25115] By: steveh                                on 2005/07/12  07:48:51
26173         Log: Subject: [patch: handy.c]  update Newx API pod to mention PERL_MEM_LOG build opt
26174              From: Jim Cromie <jcromie@divsol.com>
26175              Date: Mon, 11 Jul 2005 19:18:02 -0600
26176              Message-ID: <42D31A4A.1020305@divsol.com>
26177              
26178              (with some minor tweaks)
26179      Branch: perl
26180            ! handy.h pod/perlapi.pod
26181 ____________________________________________________________________________
26182 [ 25114] By: merijn                                on 2005/07/12  06:26:39
26183         Log: Subject: [PATCH t/TEST] Understand "ok" with no number
26184              From: Michael G Schwern <schwern@pobox.com>
26185              Date: Mon, 11 Jul 2005 18:41:30 -0700
26186              Message-ID: <20050712014130.GA20855@windhund.schwern.org>
26187      Branch: perl
26188            ! t/TEST
26189 ____________________________________________________________________________
26190 [ 25113] By: steveh                                on 2005/07/11  15:54:46
26191         Log: Subject: [patch: sv.c] reuse new_body_inline in Perl_new_body
26192              From: Jim Cromie <jcromie@divsol.com>
26193              Date: Sun, 10 Jul 2005 15:59:30 -0600
26194              Message-ID: <42D19A42.8040409@divsol.com>
26195      Branch: perl
26196            ! sv.c
26197 ____________________________________________________________________________
26198 [ 25112] By: steveh                                on 2005/07/11  15:19:11
26199         Log: Subject: [PATCH] perlfunc.pod
26200              From: "Piotr Fusik" <pfusik@op.pl>
26201              Date:      Sat, 9 Jul 2005 16:21:05 +0200
26202              Message-ID: <01de01c58491$f3182f60$a6d24dd5@piec>
26203      Branch: perl
26204            ! pod/perlfunc.pod
26205 ____________________________________________________________________________
26206 [ 25111] By: steveh                                on 2005/07/11  14:41:27
26207         Log: Subject: [patch hv.h doc] HvNAME
26208              From: Stas Bekman <stas@stason.org>
26209              Date: Fri, 08 Jul 2005 13:52:13 +0300
26210              Message-ID: <42CE5ADD.3020003@stason.org>
26211              
26212              Subject: Re: [patch hv.h doc] HvNAME
26213              From: Nicholas Clark <nick@ccl4.org>
26214              Date: Sat, 9 Jul 2005 15:23:51 +0100
26215              Message-ID: <20050709142351.GT15833@plum.flirble.org>
26216      Branch: perl
26217            ! hv.h pod/perlapi.pod
26218 ____________________________________________________________________________
26219 [ 25110] By: davem                                 on 2005/07/10  23:04:26
26220         Log: no code before declarations!
26221      Branch: perl
26222            ! doio.c
26223 ____________________________________________________________________________
26224 [ 25109] By: davem                                 on 2005/07/10  20:02:07
26225         Log: From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
26226              Date: Sun, 10 Jul 2005 21:50:27 +0300
26227              Subject: [PATCH] yet another way of debugging memory allocations
26228              Message-ID: <42D16DF3.4040806@gmail.com>
26229              
26230              tweak PERL_MEM_LOG
26231      Branch: perl
26232            ! handy.h pod/perlhack.pod util.c
26233 ____________________________________________________________________________
26234 [ 25108] By: davem                                 on 2005/07/10  19:57:31
26235         Log: run regen.pl
26236      Branch: perl
26237            ! embed.h proto.h
26238 ____________________________________________________________________________
26239 [ 25107] By: merijn                                on 2005/07/10  19:19:56
26240         Log: Subject: [PATCH] Making my way thru embed.fnc
26241              From: Andy Lester <andy@petdance.com>
26242              Date: Sun, 10 Jul 2005 14:36:35 -0500
26243              Message-ID: <20050710193635.GC8081@petdance.com>
26244      Branch: perl
26245            ! doio.c doop.c embed.fnc gv.c hv.c op.c perl.c pp_ctl.c
26246            ! pp_hot.c regexec.c toke.c util.c
26247 ____________________________________________________________________________
26248 [ 25106] By: davem                                 on 2005/07/10  13:53:49
26249         Log: Re: [perl #36207] UTF8/Latin 1/i regexp "Malformed character" warning
26250              From: demerphq <demerphq@gmail.com>
26251              Message-ID: <9b18b3110507080807f16d1eb@mail.gmail.com>
26252              Date: Fri, 8 Jul 2005 17:07:26 +0200
26253              
26254              Fix trie codepath of mixed utf8/latin1 pattern matches
26255      Branch: perl
26256            ! regexec.c t/op/pat.t
26257 ____________________________________________________________________________
26258 [ 25105] By: davem                                 on 2005/07/10  12:29:25
26259         Log: Message-ID: <42D0F25E.3040801@gmail.com>
26260              Date: Sun, 10 Jul 2005 13:03:10 +0300
26261              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
26262              Subject: [PATCH] yet another way of debugging memory allocations
26263              
26264              adds PERL_MEM_LOG and PERL_MEM_LOG_STDERR options
26265      Branch: perl
26266            ! handy.h util.c
26267 ____________________________________________________________________________
26268 [ 25104] By: davem                                 on 2005/07/10  11:39:50
26269         Log: silence some compiler warnings
26270      Branch: perl
26271            ! embed.fnc gv.h proto.h
26272 ____________________________________________________________________________
26273 [ 25103] By: davem                                 on 2005/07/10  11:15:32
26274         Log: extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_CHECK_*
26275      Branch: perl
26276            ! handy.h
26277 ____________________________________________________________________________
26278 [ 25102] By: nicholas                              on 2005/07/09  15:44:17
26279         Log: sv_dec is supposed to go *down*, m'kay.
26280      Branch: perl
26281            ! sv.c t/op/inc.t
26282 ____________________________________________________________________________
26283 [ 25101] By: steveh                                on 2005/07/08  16:35:10
26284         Log: Subject: Re: janitorial work ? [patch]
26285              From: Jim Cromie <jcromie@divsol.com>
26286              Date: Wed, 06 Jul 2005 14:19:53 -0600
26287              Message-ID: <42CC3CE9.5050606@divsol.com>
26288              
26289              (reverted all dual-lived modules since they must work with older
26290              perls too so must wait for a new Devel::PPPort)
26291      Branch: perl
26292            ! NetWare/nw5.c av.c bytecode.pl cygwin/cygwin.c djgpp/djgpp.c
26293            ! doio.c doop.c dump.c ext/B/B/C.pm ext/B/C/C.xs
26294            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
26295            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_aix.xs
26296            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_vms.xs
26297            ! ext/File/Glob/bsd_glob.c ext/ODBM_File/ODBM_File.xs
26298            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Socket/Socket.xs
26299            ! ext/XS/Typemap/Typemap.xs gv.c handy.h hv.c locale.c op.c op.h
26300            ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perlio.c pod/perlapi.pod
26301            ! pp.c pp_ctl.c pp_pack.c pp_sort.c pp_sys.c reentr.c reentr.pl
26302            ! regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
26303            ! vmesa/vmesa.c vms/vms.c win32/perlhost.h win32/win32.c
26304            ! win32/win32sck.c wince/perlhost.h wince/wince.c
26305 ____________________________________________________________________________
26306 [ 25100] By: nicholas                              on 2005/07/08  15:57:37
26307         Log: We no longer default to creating a new SV for GvSV.
26308      Branch: perl
26309            ! perl.h
26310 ____________________________________________________________________________
26311 [ 25099] By: nicholas                              on 2005/07/08  15:57:16
26312         Log: DEFSV causes GvSVn() to be used in lvalue context.
26313              Not sure if instead we should recode DEFSV to avoid this, and leave
26314              GvSVn() as rvalue only, like its namesakes.
26315      Branch: perl
26316            ! gv.h
26317 ____________________________________________________________________________
26318 [ 25098] By: steveh                                on 2005/07/08  10:04:24
26319         Log: Subject: Re: [PATCH] Pod::Html - correctly link to =item's on the same page
26320              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
26321              Date: Thu, 7 Jul 2005 15:05:51 -0700
26322              Message-ID: <20050707220551.GB2388@efn.org>
26323              
26324              (plus fix a couple of POD warnings)
26325      Branch: perl
26326            ! pod/perlglossary.pod
26327 ____________________________________________________________________________
26328 [ 25097] By: steveh                                on 2005/07/08  09:48:50
26329         Log: Subject: [PATCH] basename() and suffixes
26330              From: Michael G Schwern <schwern@pobox.com>
26331              Date: Thu, 7 Jul 2005 15:38:32 -0700
26332              Message-ID: <20050707223832.GA4782@windhund.schwern.org>
26333      Branch: perl
26334            ! lib/File/Basename.pm lib/File/Basename.t
26335 ____________________________________________________________________________
26336 [ 25096] By: steveh                                on 2005/07/08  08:43:07
26337         Log: Subject: Re: [perl #36477] File::Basename basename() bug
26338              From: Michael G Schwern <schwern@pobox.com>
26339              Date: Thu, 7 Jul 2005 14:16:01 -0700
26340              Message-ID: <20050707211601.GA3769@windhund.schwern.org>
26341      Branch: perl
26342            ! lib/File/Basename.pm lib/File/Basename.t
26343 ____________________________________________________________________________
26344 [ 25095] By: davem                                 on 2005/07/08  01:43:24
26345         Log: UTF8/Latin 1/i regexp "Malformed character" warning
26346              $utf8 =~ /latin/i didn't match. 
26347              Also added TODO for $latin =~ /utf8/i which also fails
26348      Branch: perl
26349            ! t/op/pat.t utf8.c
26350 ____________________________________________________________________________
26351 [ 25094] By: davem                                 on 2005/07/07  14:47:51
26352         Log: more taint fallout from change 24943
26353      Branch: perl
26354            ! mg.c scope.c t/op/taint.t
26355 ____________________________________________________________________________
26356 [ 25093] By: merijn                                on 2005/07/07  13:26:32
26357         Log: Subject: [PATCH] bug with charnames::viacode("0x1234") and optimize it
26358              From: Tels <nospam-abuse@bloodgate.com>
26359              Date: Wed, 6 Jul 2005 21:11:59 +0200
26360              Message-Id: <200507062112.12159@bloodgate.com>
26361      Branch: perl
26362            ! lib/charnames.pm
26363 ____________________________________________________________________________
26364 [ 25092] By: steveh                                on 2005/07/07  12:11:38
26365         Log: Subject: ReadParse in the CGI docs
26366              From: "Ton Hospel" <me-02@ton.iguana.be>
26367              Date: 9 Oct 2003 15:04:53 -0000
26368              To: perlbug@perl.org
26369              
26370              (plus blank lines so example code is in verbatim paragraphs,
26371              and bump $VERSION)
26372      Branch: perl
26373            ! lib/CGI.pm
26374 ____________________________________________________________________________
26375 [ 25091] By: steveh                                on 2005/07/07  11:21:41
26376         Log: Subject: [PATCH] Mention File::Spec in File::Basename
26377              From: Michael G Schwern <schwern@pobox.com>
26378              Date: Wed, 6 Jul 2005 13:06:20 -0700
26379              Message-ID: <20050706200620.GE15644@windhund.schwern.org>
26380              
26381              (plus bump $VERSION)
26382      Branch: perl
26383            ! lib/File/Basename.pm
26384 ____________________________________________________________________________
26385 [ 25090] By: steveh                                on 2005/07/07  11:06:17
26386         Log: Subject: [perl #22236] File::Basename behavior is misleading 
26387              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
26388              Date: 6 Jul 2005 19:45:40 -0000
26389              Message-ID: <rt-3.0.11-22236-116656.1.59163789180809@perl.org>
26390      Branch: perl
26391            ! lib/File/Basename.pm lib/File/Basename.t
26392 ____________________________________________________________________________
26393 [ 25089] By: steveh                                on 2005/07/07  09:22:48
26394         Log: Subject: [PATCH] Further lies in the File::Basename docs
26395              From: Michael G Schwern <schwern@pobox.com>
26396              Date: Wed, 6 Jul 2005 09:22:32 -0700
26397              Message-ID: <20050706162232.GA14495@windhund.schwern.org>
26398              
26399              (plus some minor POD changes and a bug fix)
26400      Branch: perl
26401            ! lib/File/Basename.pm lib/File/Basename.t
26402 ____________________________________________________________________________
26403 [ 25088] By: davem                                 on 2005/07/07  00:11:00
26404         Log: bytes pragma error in substitution operator
26405      Branch: perl
26406            ! pp_ctl.c t/op/subst.t
26407 ____________________________________________________________________________
26408 [ 25087] By: davem                                 on 2005/07/06  20:09:29
26409         Log: 'undef $@; die' gives uninint value warning
26410      Branch: perl
26411            ! pp_sys.c t/op/die.t
26412 ____________________________________________________________________________
26413 [ 25086] By: steveh                                on 2005/07/06  09:36:08
26414         Log: Subject: [PATCH] File::Basename doc overhaul
26415              From: Michael G Schwern <schwern@pobox.com>
26416              Date: Tue, 5 Jul 2005 20:11:27 -0700
26417              Message-ID: <20050706031127.GL9227@windhund.schwern.org>
26418              
26419              (with some minor changes)
26420      Branch: perl
26421            ! lib/File/Basename.pm
26422 ____________________________________________________________________________
26423 [ 25085] By: steveh                                on 2005/07/06  08:05:21
26424         Log: Subject: [PATCH @ 25084] simple authors removal
26425              From: Vadim Konovalov <vadim@vkonovalov.ru>
26426              Date: Wed, 06 Jul 2005 00:15:48 +0400
26427              Message-ID: <42CAEA74.1020108@vkonovalov.ru>
26428      Branch: perl
26429            ! AUTHORS
26430 ____________________________________________________________________________
26431 [ 25084] By: davem                                 on 2005/07/05  18:17:34
26432         Log: a long /etc/groups entry could cause memory exhaustion.
26433              Too small a buffer would cause ERANGE and a retry with double the
26434              buffer size. later at EOF, the apparent error got 'stuck' as
26435              ERANGE rather than ENOENT, so the buffer size doubled recursively 
26436      Branch: perl
26437            ! reentr.h reentr.pl
26438 ____________________________________________________________________________
26439 [ 25083] By: steveh                                on 2005/07/05  16:55:29
26440         Log: Subject: [PATCH] Pod::Html - correctly link to =item's on the same page
26441              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
26442              Date: Mon, 4 Jul 2005 02:07:38 -0700
26443              Message-ID: <20050704090738.GA4056@efn.org>
26444              
26445              (plus a new test, although it is currently marked TODO)
26446      Branch: perl
26447            + lib/Pod/t/htmllink.pod lib/Pod/t/htmllink.t
26448            ! MANIFEST lib/Pod/Html.pm
26449 ____________________________________________________________________________
26450 [ 25082] By: steveh                                on 2005/07/05  16:54:11
26451         Log: Oops! Change 25080 should have updated checksums too.
26452      Branch: perl
26453            ! ext/Digest/MD5/t/files.t
26454 ____________________________________________________________________________
26455 [ 25081] By: davem                                 on 2005/07/05  13:01:23
26456         Log: change 24943 broke restoration of localized taint values
26457      Branch: perl
26458            ! mg.c t/op/taint.t
26459 ____________________________________________________________________________
26460 [ 25080] By: steveh                                on 2005/07/05  10:32:08
26461         Log: Remove an unreferenced local variable in Digest-MD5
26462      Branch: perl
26463            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
26464 ____________________________________________________________________________
26465 [ 25079] By: nicholas                              on 2005/07/04  19:36:51
26466         Log: Subject: [PATCH] Remove unnecessary null check
26467              From: Andy Lester <andy@petdance.com>
26468              Date: Mon, 4 Jul 2005 14:12:00 -0500
26469              Message-ID: <20050704191200.GA2614@petdance.com>
26470      Branch: perl
26471            ! embed.fnc hv.c proto.h
26472 ____________________________________________________________________________
26473 [ 25078] By: nicholas                              on 2005/07/04  19:07:31
26474         Log: Make the tests for hv_free_ent and hv_delayfree_ent pass under
26475              -DPURIFY too.
26476      Branch: perl
26477            ! ext/XS/APItest/APItest.xs
26478 ____________________________________________________________________________
26479 [ 25077] By: merijn                                on 2005/07/04  18:47:02
26480         Log: Subject: [PATCH] Better string constant in hv.c
26481              From: Andy Lester <andy@petdance.com>
26482              Date: Mon, 4 Jul 2005 13:53:49 -0500
26483              Message-ID: <20050704185349.GA2351@petdance.com>
26484      Branch: perl
26485            ! hv.c
26486 ____________________________________________________________________________
26487 [ 25076] By: steveh                                on 2005/07/04  16:15:37
26488         Log: Add regression test for change 25062
26489      Branch: perl
26490            ! t/op/magic.t
26491 ____________________________________________________________________________
26492 [ 25075] By: steveh                                on 2005/07/04  15:57:32
26493         Log: Use void, not void *, to suppress RETVAL (and compiler warning)
26494      Branch: perl
26495            ! ext/XS/APItest/APItest.xs
26496 ____________________________________________________________________________
26497 [ 25074] By: steveh                                on 2005/07/04  15:36:04
26498         Log: Perl_share_hek needs exporting for change 25070 on Win32
26499      Branch: perl
26500            ! embed.fnc embed.h global.sym
26501 ____________________________________________________________________________
26502 [ 25073] By: steveh                                on 2005/07/04  15:34:11
26503         Log: Regen after change 25067
26504      Branch: perl
26505            ! proto.h
26506 ____________________________________________________________________________
26507 [ 25072] By: nicholas                              on 2005/07/04  15:03:32
26508         Log: Implement hv_delayfree_ent in terms of hv_free_ent
26509      Branch: perl
26510            ! hv.c
26511 ____________________________________________________________________________
26512 [ 25071] By: steveh                                on 2005/07/04  14:53:54
26513         Log: Subject: [PATCH] Skip nit in t/op/lfs.t
26514              From: Steve Peters <steve@fisharerojo.org>
26515              Date: Mon, 4 Jul 2005 10:10:13 -0500
26516              Message-ID: <20050704151013.GA18468@mccoy.peters.homeunix.org>
26517      Branch: perl
26518            ! t/op/lfs.t
26519 ____________________________________________________________________________
26520 [ 25070] By: nicholas                              on 2005/07/04  14:45:40
26521         Log: Tests for hv_delayfree_ent and hv_free_ent
26522      Branch: perl
26523            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
26524            ! ext/XS/APItest/t/hash.t
26525 ____________________________________________________________________________
26526 [ 25069] By: nicholas                              on 2005/07/04  13:56:39
26527         Log: Provide a macro version of S_new_body to inline it within the hot code.
26528      Branch: perl
26529            ! sv.c
26530 ____________________________________________________________________________
26531 [ 25068] By: steveh                                on 2005/07/04  13:21:36
26532         Log: Borland's .pdb files are called .tds
26533      Branch: perl
26534            ! win32/makefile.mk
26535 ____________________________________________________________________________
26536 [ 25067] By: steveh                                on 2005/07/04  12:30:50
26537         Log: Subject: [PATCH] Post-YAPC consting, now with an attachment!
26538              From: Andy Lester <andy@petdance.com>
26539              Date: Sun, 3 Jul 2005 18:31:56 -0500
26540              Message-ID: <20050703233156.GA20967@petdance.com>
26541      Branch: perl
26542            ! deb.c embed.fnc gv.c pad.c sv.c toke.c util.c
26543 ____________________________________________________________________________
26544 [ 25066] By: nicholas                              on 2005/07/04  10:41:28
26545         Log: Inlining del_HE is actually a space optimisation.
26546              It's therefore likely also to be a speed optimisation. :-)
26547      Branch: perl
26548            ! embed.fnc embed.h hv.c proto.h
26549 ____________________________________________________________________________
26550 [ 25065] By: steveh                                on 2005/07/04  10:40:10
26551         Log: Subject: [PATCH] perlglossary.pod: add jump points
26552              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
26553              Date: Mon, 4 Jul 2005 02:07:52 -0700
26554              Message-ID: <20050704090752.GB4056@efn.org>
26555      Branch: perl
26556            ! pod/perlglossary.pod
26557 ____________________________________________________________________________
26558 [ 25064] By: nicholas                              on 2005/07/04  10:24:26
26559         Log: sv_setuv_mg is so rarely called that the IV optimisation test is not
26560              needed.
26561      Branch: perl
26562            ! sv.c
26563 ____________________________________________________________________________
26564 [ 25063] By: steveh                                on 2005/07/04  10:13:41
26565         Log: Subject: Re: How to suppress warnings when building Errno with gcc
26566              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
26567              Date: Fri, 1 Jul 2005 10:56:23 -0700
26568              Message-ID: <20050701175623.GD216@efn.org>
26569      Branch: perl
26570            ! ext/Errno/Errno_pm.PL
26571 ____________________________________________________________________________
26572 [ 25062] By: steveh                                on 2005/07/04  09:17:06
26573         Log: Fix change 25045
26574      Branch: perl
26575            ! mg.c
26576 ____________________________________________________________________________
26577 [ 25061] By: steveh                                on 2005/07/04  08:26:38
26578         Log: Here's the rest of change 25058 ;-)
26579      Branch: perl
26580            ! embed.h global.sym
26581 ____________________________________________________________________________
26582 [ 25060] By: davem                                 on 2005/07/04  08:11:33
26583         Log: Subject:  Re: [PATCH] Re: [PATCH] Re: a blead warning from tru64
26584              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
26585              Date:  Mon, 04 Jul 2005 00:19:28 +0300
26586              Message-Id:  <42C85660.50807@gmail.com>
26587      Branch: perl
26588            ! perl.h
26589 ____________________________________________________________________________
26590 [ 25059] By: steveh                                on 2005/07/04  08:10:27
26591         Log: Stop reentr.pl changing EOL on the files it writes on Win32
26592      Branch: perl
26593            ! reentr.pl
26594 ____________________________________________________________________________
26595 [ 25058] By: steveh                                on 2005/07/04  08:09:36
26596         Log: Perl_ckwarn (added by change 25050) needs exporting on Win32
26597              
26598              (At least PerlIO/via uses it, so it must be public)
26599      Branch: perl
26600            ! embed.fnc
26601 ____________________________________________________________________________
26602 [ 25055] By: nicholas                              on 2005/07/02  21:19:09
26603         Log: Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut up
26604              a different compiler warnings. I guess we need a waterbed theory of
26605              compiler warnings.
26606      Branch: perl
26607            ! handy.h
26608 ____________________________________________________________________________
26609 [ 25054] By: nicholas                              on 2005/07/02  16:53:09
26610         Log: Convert bless.t to test.pl
26611      Branch: perl
26612            ! t/op/bless.t
26613 ____________________________________________________________________________
26614 [ 25053] By: nicholas                              on 2005/07/02  16:25:06
26615         Log: Copying the first parameter in the macro del_body seems to reduce
26616              code size.  Presumably an expression is no longer evaluated twice.
26617      Branch: perl
26618            ! sv.c
26619 ____________________________________________________________________________
26620 [ 25052] By: davem                                 on 2005/07/02  16:11:46
26621         Log: do just-in-time loading of Carp.pm in some modules
26622              
26623              From: Tels <nospam-abuse@bloodgate.com>
26624              Subject: [PATCH] No Carp #4 AutoSplit.pm
26625              Subject: [PATCH] no Carp #5 (File::Path)
26626              Subject: [PATCH] no Carp #7 - charnames.pm
26627              Subject: [PATCH] no Carp #6 (File::Compare, File::Copy, File::Temp)
26628              Subject: [PATCH] no Carp #8 - SelfLoader, Text/Balanced and open.pm
26629      Branch: perl
26630            ! lib/AutoSplit.pm lib/File/Compare.pm lib/File/Copy.pm
26631            ! lib/File/Path.pm lib/SelfLoader.pm lib/charnames.pm
26632            ! lib/open.pm
26633 ____________________________________________________________________________
26634 [ 25051] By: nicholas                              on 2005/07/02  16:07:47
26635         Log: Unwrap the del_Xfoo() macros by explicitly noting the arena to free
26636              the body to. This comletely eliminates the second switch statement.
26637      Branch: perl
26638            ! sv.c
26639 ____________________________________________________________________________
26640 [ 25050] By: davem                                 on 2005/07/02  15:05:04
26641         Log: replace ckWARN macros with functions
26642      Branch: perl
26643            ! embed.fnc embed.h pod/perlintern.pod proto.h util.c warnings.h
26644            ! warnings.pl
26645 ____________________________________________________________________________
26646 [ 25049] By: nicholas                              on 2005/07/02  14:57:43
26647         Log: Given that the GV no longer owns a reference on the symbol table, we
26648              dont need the deferred SvREFCNT_dec games.
26649      Branch: perl
26650            ! sv.c
26651 ____________________________________________________________________________
26652 [ 25048] By: nicholas                              on 2005/07/02  13:55:45
26653         Log: Passing gvtype as char rather than char * to S_varname generates
26654              smaller code.
26655      Branch: perl
26656            ! embed.fnc proto.h sv.c
26657 ____________________________________________________________________________
26658 [ 25047] By: nicholas                              on 2005/07/02  13:07:26
26659         Log: Don't inline offer_nice_chunk, as it's rarely called.
26660      Branch: perl
26661            ! embed.fnc embed.h perl.h proto.h sv.c
26662 ____________________________________________________________________________
26663 [ 25046] By: davem                                 on 2005/07/02  12:35:12
26664         Log: missed one PAD_SET_CUR
26665      Branch: perl
26666            ! pp_hot.c
26667 ____________________________________________________________________________
26668 [ 25045] By: nicholas                              on 2005/07/02  12:34:08
26669         Log: Don't check the pointer is non-NULL before calling Safefree() in
26670              little used code, code used only once per run (such as interpreter
26671              construction and destruction), and cases where the pointer nearly
26672              never is NULL. Safefree does its own non-NULL check, and even that
26673              isn't strictly necessary as all conformant free()s accept a NULL
26674              pointer.
26675      Branch: perl
26676            ! doio.c locale.c mg.c perl.c perl.h regcomp.c sv.c util.c
26677 ____________________________________________________________________________
26678 [ 25044] By: rgs                                   on 2005/07/02  07:41:14
26679         Log: Upgrade to Time::HiRes 1.72
26680      Branch: perl
26681            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
26682            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
26683 ____________________________________________________________________________
26684 [ 25043] By: steveh                                on 2005/07/01  16:33:42
26685         Log: Make Archive::Tar clean up its test files on Win32
26686              
26687              (The old "can't delete an open file on Win32" chestnut again)
26688      Branch: perl
26689            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
26690 ____________________________________________________________________________
26691 [ 25042] By: davem                                 on 2005/07/01  15:40:40
26692         Log: the PAD_SET_CUR macro expanded too much for AIX compilers
26693      Branch: perl
26694            ! pad.h pp_ctl.c pp_sort.c pp_sys.c
26695 ____________________________________________________________________________
26696 [ 25041] By: steveh                                on 2005/07/01  15:15:23
26697         Log: Silence MinGW warning about "'noreturn' function does return"
26698              
26699              (Thanks to Nicholas Clark)
26700      Branch: perl
26701            ! iperlsys.h
26702 ____________________________________________________________________________
26703 [ 25040] By: rgs                                   on 2005/07/01  15:05:58
26704         Log: Install perlglossary on VMS and Windows
26705      Branch: perl
26706            ! vms/descrip_mms.template win32/pod.mak
26707 ____________________________________________________________________________
26708 [ 25039] By: davem                                 on 2005/07/01  14:34:52
26709         Log: undo some excessive Carp.pm minimalisation
26710      Branch: perl
26711            ! lib/Carp.pm
26712 ____________________________________________________________________________
26713 [ 25038] By: steveh                                on 2005/07/01  13:39:33
26714         Log: Remove unreferenced local variable (and the warning about it)
26715      Branch: perl
26716            ! ext/XS/APItest/APItest.xs
26717 ____________________________________________________________________________
26718 [ 25037] By: rgs                                   on 2005/07/01  12:43:23
26719         Log: Add the perlglossary man page
26720              
26721              Subject: [PATCH] perlglossary.pod
26722              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
26723              Date: Fri, 1 Jul 2005 03:10:50 -0700
26724              Message-ID: <20050701101050.GA2448@efn.org>
26725      Branch: perl
26726            + pod/perlglossary.pod
26727            ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod
26728            ! pod/perltoc.pod
26729 ____________________________________________________________________________
26730 [ 25036] By: rgs                                   on 2005/07/01  12:32:21
26731         Log: Subject: [PATCH] Make Exporter.t warnings clean
26732              From: Michael G Schwern <schwern@pobox.com>
26733              Date: Tue, 28 Jun 2005 15:58:36 -0700
26734              Message-ID: <20050628225836.GB27320@windhund.schwern.org>
26735      Branch: perl
26736            ! lib/Exporter.t
26737 ____________________________________________________________________________
26738 [ 25035] By: davem                                 on 2005/07/01  11:49:22
26739         Log: silence a warning in Perl_sv_compile_2op
26740      Branch: perl
26741            ! pp_ctl.c
26742 ____________________________________________________________________________
26743 [ 25034] By: davem                                 on 2005/07/01  11:45:40
26744         Log: silence gcc 'comparison is always false' warning in MEM_WRAP_CHECK
26745              Only a partial fix: works where sizeof(type)==1; since we
26746              can never wraparound in that case, disarm the check
26747      Branch: perl
26748            ! handy.h
26749 ____________________________________________________________________________
26750 [ 25033] By: steveh                                on 2005/07/01  07:44:50
26751         Log: Silence some cast warnings from bcc32 on Win32
26752              
26753              See the thread starting here for arguments:
26754              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00994.html
26755      Branch: perl
26756            ! win32/win32.c
26757 ____________________________________________________________________________
26758 [ 25032] By: davem                                 on 2005/06/30  22:41:07
26759         Log: assigning shared consts (eg __PACKAGE__) to magic vars
26760      Branch: perl
26761            ! sv.c t/op/magic.t
26762 ____________________________________________________________________________
26763 [ 25031] By: nicholas                              on 2005/06/30  17:41:03
26764         Log: By grabbing the length, we can use sv_setpvn here.
26765      Branch: perl
26766            ! util.c
26767 ____________________________________________________________________________
26768 [ 25030] By: nicholas                              on 2005/06/30  17:37:56
26769         Log: Use sv_setpvn where we know the length.
26770      Branch: perl
26771            ! universal.c
26772 ____________________________________________________________________________
26773 [ 25029] By: nicholas                              on 2005/06/30  17:28:45
26774         Log: A terser way of implementing require_pv.
26775      Branch: perl
26776            ! perl.c
26777 ____________________________________________________________________________
26778 [ 25028] By: nicholas                              on 2005/06/30  17:21:28
26779         Log: We know the length, so use sv_setpvn rather than sv_setpv.
26780      Branch: perl
26781            ! universal.c
26782 ____________________________________________________________________________
26783 [ 25027] By: nicholas                              on 2005/06/30  17:05:13
26784         Log: Avoid using PL_Sv in the -V argument processing.
26785              Express the embedded perl program in a slightly terser way.
26786      Branch: perl
26787            ! perl.c
26788 ____________________________________________________________________________
26789 [ 25026] By: nicholas                              on 2005/06/30  16:34:52
26790         Log: Use Perl_sv_catpvf to shorten the code (source and object) needed for
26791              commandline -V options that q\0...\0.
26792      Branch: perl
26793            ! perl.c
26794 ____________________________________________________________________________
26795 [ 25025] By: rgs                                   on 2005/06/30  16:15:31
26796         Log: Add TODO tests for bug #36434
26797      Branch: perl
26798            ! t/op/magic.t
26799 ____________________________________________________________________________
26800 [ 25024] By: nicholas                              on 2005/06/30  12:28:55
26801         Log: The core shouldn't be using PL_na
26802      Branch: perl
26803            ! perl.c
26804 ____________________________________________________________________________
26805 [ 25023] By: nicholas                              on 2005/06/30  12:15:14
26806         Log: -V:... would get upset (syntax error) if ... contained unbalanced ().
26807      Branch: perl
26808            ! perl.c
26809 ____________________________________________________________________________
26810 [ 25022] By: nicholas                              on 2005/06/30  11:40:37
26811         Log: Replace newSVpv(...,0) with newSVpvn where we know the length.
26812      Branch: perl
26813            ! perl.c regcomp.c sv.c
26814 ____________________________________________________________________________
26815 [ 25021] By: nicholas                              on 2005/06/30  11:20:33
26816         Log: Why use Perl_form and newSVpv when newSVpvf will do it in one?
26817      Branch: perl
26818            ! perl.c
26819 ____________________________________________________________________________
26820 [ 25020] By: rgs                                   on 2005/06/30  10:01:55
26821         Log: Subject: [PATCH] make t/uni/class.t faster
26822              From: Tels <nospam-abuse@bloodgate.com>
26823              Date: Wed, 29 Jun 2005 21:19:52 +0200
26824              Message-Id: <200506292120.05519@bloodgate.com>
26825      Branch: perl
26826            ! t/uni/class.t
26827 ____________________________________________________________________________
26828 [ 25019] By: nicholas                              on 2005/06/30  09:57:31
26829         Log: If gp_flags is unused, why are we even allocating it?
26830      Branch: perl
26831            ! dump.c ext/Devel/Peek/t/Peek.t gv.h sv.c
26832 ____________________________________________________________________________
26833 [ 25018] By: nicholas                              on 2005/06/30  09:21:05
26834         Log: Nothing is actually relying on GvUNIQUE holding state.
26835      Branch: perl
26836            ! gv.h
26837 ____________________________________________________________________________
26838 [ 25017] By: rgs                                   on 2005/06/30  09:11:28
26839         Log: Subject: Re: [PATCH] Convert File::Basename tests to Test::More
26840              From: Michael G Schwern <schwern@pobox.com>
26841              Date: Thu, 30 Jun 2005 01:02:30 -0700
26842              Message-ID: <20050630080230.GC17965@windhund.schwern.org>
26843      Branch: perl
26844            ! lib/File/Basename.t
26845 ____________________________________________________________________________
26846 [ 25016] By: rgs                                   on 2005/06/30  09:04:20
26847         Log: Subject: Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an important difference from <$io>
26848              From: Steve Peters <steve@fisharerojo.org>
26849              Date: Wed, 29 Jun 2005 21:47:23 -0500
26850              Message-ID: <20050630024723.GA3786@mccoy.peters.homeunix.org>
26851      Branch: perl
26852            ! ext/IO/lib/IO/Handle.pm
26853 ____________________________________________________________________________
26854 [ 25015] By: rgs                                   on 2005/06/30  08:59:11
26855         Log: Subject: some dusting off of the cross-compilation information
26856              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
26857              Date: Thu, 30 Jun 2005 08:41:17 +0300
26858              Message-ID: <42C385FD.9040601@gmail.com>
26859      Branch: perl
26860            ! Cross/README INSTALL
26861 ____________________________________________________________________________
26862 [ 25014] By: steveh                                on 2005/06/30  07:57:25
26863         Log: Silence MinGW warnings about system headers when building Errno
26864              
26865              Thanks to Mike Guy for the suggested fix.
26866      Branch: perl
26867            ! ext/Errno/Errno_pm.PL
26868 ____________________________________________________________________________
26869 [ 25013] By: nicholas                              on 2005/06/29  21:24:53
26870         Log: Expand on parts of perltodo
26871      Branch: perl
26872            ! pod/perltodo.pod
26873 ____________________________________________________________________________
26874 [ 25012] By: nicholas                              on 2005/06/29  21:09:16
26875         Log: All tests pass (for me) with -DPERL_DONT_CREATE_GVSV
26876      Branch: perl
26877            ! pp.c pp_hot.c
26878 ____________________________________________________________________________
26879 [ 25011] By: nicholas                              on 2005/06/29  20:24:12
26880         Log: Make warnings.t pass with -DPERL_DONT_CREATE_GVSV
26881      Branch: perl
26882            ! pp_sys.c
26883 ____________________________________________________________________________
26884 [ 25010] By: nicholas                              on 2005/06/29  19:25:24
26885         Log: Fixes to -DPERL_DONT_CREATE_GVSV to make more tests pass
26886      Branch: perl
26887            ! doio.c gv.c perl.h sv.c
26888 ____________________________________________________________________________
26889 [ 25009] By: nicholas                              on 2005/06/29  15:58:14
26890         Log: First stab at not automatically creating an unused SV for GvSV
26891              Enable it with -DPERL_DONT_CREATE_GVSV.
26892              Currently if enabled 22 test scripts have failures, so still some way
26893              to go.
26894      Branch: perl
26895            ! embed.fnc embed.h global.sym gv.c gv.h makedef.pl perl.c
26896            ! pp_hot.c proto.h sv.c
26897 ____________________________________________________________________________
26898 [ 25008] By: rgs                                   on 2005/06/29  08:11:53
26899         Log: Remove old variable needed for binary compatibility
26900      Branch: perl
26901            ! embedvar.h intrpvar.h perlapi.h sv.c
26902 ____________________________________________________________________________
26903 [ 25007] By: nicholas                              on 2005/06/28  22:02:03
26904         Log: Convert strcpy to memcpy where we already know the length.
26905      Branch: perl
26906            ! gv.c sv.c util.c
26907 ____________________________________________________________________________
26908 [ 25006] By: davem                                 on 2005/06/28  11:28:20
26909         Log: move Carp.pod back into Carp.pm
26910      Branch: perl
26911            - lib/Carp.pod
26912            ! MANIFEST lib/Carp.pm
26913 ____________________________________________________________________________
26914 [ 25005] By: rgs                                   on 2005/06/28  11:17:30
26915         Log: B::Deparse was chocking on variable names with colons (like foo::::bar)
26916      Branch: perl
26917            ! ext/B/B/Deparse.pm
26918 ____________________________________________________________________________
26919 [ 25004] By: nicholas                              on 2005/06/28  10:09:26
26920         Log: Subject: Re: Hints for 64bitall (PPC!) Darwin perl
26921              From: Dominic Dunlop <domo@computer.org>
26922              Message-Id: <1D31D9A6-2451-49EE-AD80-80F1D9CA2825@computer.org>
26923              Date: Mon, 27 Jun 2005 19:46:59 +0200
26924      Branch: perl
26925            ! hints/darwin.sh
26926 ____________________________________________________________________________
26927 [ 25003] By: steveh                                on 2005/06/28  08:01:21
26928         Log: Stop "Possible use before definition" warning following change 24997
26929      Branch: perl
26930            ! pp_sys.c
26931 ____________________________________________________________________________
26932 [ 25002] By: rgs                                   on 2005/06/28  07:40:35
26933         Log: Upgrade to Time::HiRes 1.71
26934      Branch: perl
26935            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
26936            ! ext/Time/HiRes/Makefile.PL
26937 ____________________________________________________________________________
26938 [ 25001] By: steveh                                on 2005/06/28  07:40:01
26939         Log: Stop "suspicious pointer conversion" warning following change 24997
26940      Branch: perl
26941            ! hv.c
26942 ____________________________________________________________________________
26943 [ 25000] By: rgs                                   on 2005/06/27  21:57:04
26944         Log: Don't install demo files with perl
26945      Branch: perl
26946            ! installperl
26947 ____________________________________________________________________________
26948 [ 24999] By: rgs                                   on 2005/06/27  21:30:09
26949         Log: From: Mattia Barbon <mattia.barbon@libero.it>
26950              Subject: [PATCH] Avoid redefinition warning for MinGW
26951              Date: Jun 27, 2005 10:07 PM
26952              Message-ID: <Mahogany-0.66.0-1232-20050627-220727.00@rbnet.it>
26953      Branch: perl
26954            ! win32/win32iop.h
26955 ____________________________________________________________________________
26956 [ 24998] By: nicholas                              on 2005/06/27  20:52:27
26957         Log: Fix sv_dec of undefined PVs to (a) not downgrade to NV
26958              (b) give -1, rather than +1
26959      Branch: perl
26960            ! sv.c t/op/inc.t
26961 ____________________________________________________________________________
26962 [ 24997] By: rgs                                   on 2005/06/27  18:26:15
26963         Log: Subject: [PATCH] We're going round in circles with pp_sys.c
26964              From: Andy Lester <andy@petdance.com>
26965              Date: Mon, 27 Jun 2005 13:06:59 -0500
26966              Message-ID: <20050627180659.GB29744@petdance.com>
26967              
26968              (edited)
26969      Branch: perl
26970            ! embed.fnc gv.c handy.h hv.c perl.c pp_ctl.c pp_hot.c proto.h
26971            ! regexec.c sv.c toke.c
26972 ____________________________________________________________________________
26973 [ 24996] By: rgs                                   on 2005/06/27  17:19:45
26974         Log: Fix installation of ptar(1) manpage.
26975              The __END__ was making the POD being ignored by pod2man.
26976      Branch: perl
26977            ! lib/Archive/Tar/bin/ptar
26978 ____________________________________________________________________________
26979 [ 24995] By: davem                                 on 2005/06/27  16:34:34
26980         Log: Make Carp.pm even lighter (and Carp::Heavy even heavier)
26981              Also move carp.pm pod to carp.pod
26982      Branch: perl
26983            + lib/Carp.pod
26984            ! MANIFEST lib/Carp.pm lib/Carp/Heavy.pm lib/warnings.pm
26985            ! warnings.pl
26986 ____________________________________________________________________________
26987 [ 24994] By: steveh                                on 2005/06/27  15:45:05
26988         Log: Silence compiler warning in SDBM_File
26989              
26990              Unless I'm missing something it looks like "key" actually is used,
26991              and the "key = key" assignment causes bcc32 to complain about use
26992              before definition!
26993      Branch: perl
26994            ! ext/SDBM_File/SDBM_File.xs
26995 ____________________________________________________________________________
26996 [ 24993] By: rgs                                   on 2005/06/27  15:22:58
26997         Log: Subject: [PATCH] XSLoader for Sys::Syslog
26998              From: Alexey Tourbin <at@altlinux.ru>
26999              Date: Sun, 26 Jun 2005 08:32:05 +0400
27000              Message-ID: <20050626043204.GA31585@solemn.turbinal.org>
27001      Branch: perl
27002            ! ext/Sys/Syslog/Syslog.pm
27003 ____________________________________________________________________________
27004 [ 24992] By: rgs                                   on 2005/06/27  13:51:10
27005         Log: Oops (fix previous fix).
27006      Branch: perl
27007            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
27008            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
27009            ! lib/Filter/Simple/t/import.t
27010 ____________________________________________________________________________
27011 [ 24991] By: rgs                                   on 2005/06/27  13:48:26
27012         Log: Fix tests of Filter::Simple 0.82 in the core
27013      Branch: perl
27014            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
27015            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
27016            ! lib/Filter/Simple/t/import.t
27017 ____________________________________________________________________________
27018 [ 24990] By: rgs                                   on 2005/06/27  13:46:25
27019         Log: Upgrade to Filter::Simple 0.82
27020      Branch: perl
27021            ! lib/Filter/Simple.pm lib/Filter/Simple/Changes
27022            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
27023            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
27024            ! lib/Filter/Simple/t/import.t t/lib/Filter/Simple/ExportTest.pm
27025            ! t/lib/Filter/Simple/FilterOnlyTest.pm
27026            ! t/lib/Filter/Simple/FilterTest.pm
27027            ! t/lib/Filter/Simple/ImportTest.pm
27028 ____________________________________________________________________________
27029 [ 24989] By: rgs                                   on 2005/06/27  12:46:44
27030         Log: Upgrade to Test::Harness 2.52
27031      Branch: perl
27032            ! lib/Test/Harness.pm lib/Test/Harness/Changes
27033            ! lib/Test/Harness/bin/prove
27034 ____________________________________________________________________________
27035 [ 24988] By: rgs                                   on 2005/06/27  12:35:33
27036         Log: Upgrade to Time::HiRes 1.70
27037      Branch: perl
27038            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
27039            ! ext/Time/HiRes/HiRes.xs
27040 ____________________________________________________________________________
27041 [ 24987] By: steveh                                on 2005/06/27  07:41:52
27042         Log: Suppress warnings about a clash between redefined malloc and the
27043              use of __attribute__malloc__
27044              
27045              Subject: Re: Fun with __attribute__malloc__
27046              From: Andy Lester <andy@petdance.com>
27047              Date: Fri, 24 Jun 2005 12:11:59 -0500
27048              Message-ID: <20050624171159.GB29590@petdance.com>
27049      Branch: perl
27050            ! perl.h
27051 ____________________________________________________________________________
27052 [ 24986] By: nicholas                              on 2005/06/26  22:19:22
27053         Log: Tweak the child dump socket protocol to return error messages to the
27054              parent so that it can display what went wrong.
27055      Branch: perl
27056            ! perl.c
27057 ____________________________________________________________________________
27058 [ 24985] By: rgs                                   on 2005/06/26  20:06:10
27059         Log: Upgrade to Time::HiRes 1.69
27060      Branch: perl
27061            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
27062            ! ext/Time/HiRes/Makefile.PL
27063 ____________________________________________________________________________
27064 [ 24984] By: nicholas                              on 2005/06/26  17:59:33
27065         Log: When using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possible to cause
27066              indefinite hangs when the debugging child holds open Perl_debug_log,
27067              and it happens to be a file descriptor that is one end of a pipe,
27068              with a process sitting at the other end waitng for EOF.
27069              So close all descriptors in the child *including* Perl_debug_log,
27070              and pass it back in over the control socket if it's needed.
27071      Branch: perl
27072            ! perl.c
27073 ____________________________________________________________________________
27074 [ 24983] By: nicholas                              on 2005/06/26  10:28:43
27075         Log: Need to pass a my_perl to S_my_localtime to make threaded builds build.
27076      Branch: perl
27077            ! pp_sys.c
27078 ____________________________________________________________________________
27079 [ 24982] By: nicholas                              on 2005/06/25  17:58:26
27080         Log: Add a sanity check to Config::AUTOLOAD to prevent infinte loops if
27081              Configure_heavy.pl gets truncated.
27082      Branch: perl
27083            ! configpm
27084 ____________________________________________________________________________
27085 [ 24981] By: nicholas                              on 2005/06/25  15:45:06
27086         Log: On OS X to use perl's malloc need to USE_PERL_SBRK and emulate sbrk()
27087              using system malloc, because sbrk() stops giving us memory after about
27088              14Mb.
27089      Branch: perl
27090            ! hints/darwin.sh
27091 ____________________________________________________________________________
27092 [ 24980] By: nicholas                              on 2005/06/25  15:42:30
27093         Log: Need to skip exporting PL_dumper_fd unless it is used.
27094      Branch: perl
27095            ! makedef.pl
27096 ____________________________________________________________________________
27097 [ 24979] By: nicholas                              on 2005/06/25  12:55:09
27098         Log: If forking during global destruction, the child needs to close all
27099              unused file descriptors, else it can cause other processes to hang
27100              because it accidentally holds open pipes and sockets.
27101      Branch: perl
27102            ! perl.c
27103 ____________________________________________________________________________
27104 [ 24978] By: rgs                                   on 2005/06/24  15:21:38
27105         Log: Upgrade to Unicode::Collate 0.51
27106      Branch: perl
27107            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
27108            ! lib/Unicode/Collate/README
27109 ____________________________________________________________________________
27110 [ 24977] By: steveh                                on 2005/06/24  14:38:05
27111         Log: Fix typo in win32.c
27112              
27113              Doesn't fix bcc32 + USE_LARGE_FILES, though :-(
27114      Branch: perl
27115            ! win32/win32.c
27116 ____________________________________________________________________________
27117 [ 24976] By: nicholas                              on 2005/06/24  14:04:19
27118         Log: Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars
27119              which become unreferenced. This is less likely to be successful.
27120              The #define needs a better name.
27121      Branch: perl
27122            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
27123            ! proto.h sv.c
27124 ____________________________________________________________________________
27125 [ 24975] By: steveh                                on 2005/06/24  13:56:15
27126         Log: Stop '"__attribute__format__" redefined' warnings from gcc on Win32
27127      Branch: perl
27128            ! perl.h win32/config_H.gc
27129 ____________________________________________________________________________
27130 [ 24974] By: steveh                                on 2005/06/24  12:27:45
27131         Log: Make opendir() filename const in Win32-land & friends
27132              
27133              That fact that it wasn't const already was highlighted by a warning
27134              from pp_open_dir() generated by change 24743. Rather than undo the
27135              const change in pp_open_dir(), this seems to make more sense. Hope I
27136              haven't broken Netware or WinCE.
27137      Branch: perl
27138            ! NetWare/nw5.c NetWare/nwperlhost.h NetWare/nwperlsys.h
27139            ! iperlsys.h win32/include/dirent.h win32/perlhost.h
27140            ! win32/win32.c win32/win32iop.h wince/perlhost.h wince/wince.c
27141 ____________________________________________________________________________
27142 [ 24973] By: nicholas                              on 2005/06/24  10:45:44
27143         Log: Need to do some sort of die/warn to get the "global destruction"
27144              text if the bug is still present.
27145      Branch: perl
27146            ! t/op/gv.t
27147 ____________________________________________________________________________
27148 [ 24972] By: steveh                                on 2005/06/24  09:37:24
27149         Log: Fix t\op\gv.t on Win32
27150      Branch: perl
27151            ! t/op/gv.t
27152 ____________________________________________________________________________
27153 [ 24971] By: rgs                                   on 2005/06/24  07:54:59
27154         Log: Remove cargo-culted binmode.
27155      Branch: perl
27156            ! lib/Archive/Tar/t/00_setup.t
27157 ____________________________________________________________________________
27158 [ 24970] By: steveh                                on 2005/06/24  07:42:41
27159         Log: Fix Archive-Tar tests on Win32 following change 24954
27160      Branch: perl
27161            ! lib/Archive/Tar/t/00_setup.t
27162 ____________________________________________________________________________
27163 [ 24969] By: merijn                                on 2005/06/24  07:41:08
27164         Log: Workaround localtime edge case where TZ makes time go beyond
27165              the defined working range (AIX 5.2)
27166      Branch: perl
27167            ! pp_sys.c
27168 ____________________________________________________________________________
27169 [ 24968] By: davem                                 on 2005/06/23  22:59:36
27170         Log: change 24967 got the #endif in the wrong place
27171      Branch: perl
27172            ! pad.c
27173 ____________________________________________________________________________
27174 [ 24967] By: davem                                 on 2005/06/23  22:48:40
27175         Log: don't repopulate PADTMP slots with null SVs when freeing ops
27176      Branch: perl
27177            ! ext/B/t/f_sort.t ext/B/t/optree_samples.t pad.c
27178 ____________________________________________________________________________
27179 [ 24966] By: nicholas                              on 2005/06/23  21:30:33
27180         Log: Remove the reference loop between symbol tables and typeglobs.
27181              Typeglobs now have a weak reference onto their symbol table.
27182      Branch: perl
27183            ! embed.fnc embed.h gv.c mg.c pad.c proto.h sv.c t/op/gv.t
27184 ____________________________________________________________________________
27185 [ 24965] By: rgs                                   on 2005/06/23  18:53:04
27186         Log: Subject: [PATCH] Pre-YAPC consting fun
27187              From: Andy Lester <andy@petdance.com>
27188              Date: Jun 23, 2005 9:04 PM
27189              Message-ID: <20050623190423.GA13835@petdance.com>
27190      Branch: perl
27191            ! embed.fnc embed.h lib/ExtUtils/CBuilder/t/01-basic.t locale.c
27192            ! mg.c perlio.c pp_ctl.c pp_pack.c pp_sys.c proto.h scope.c
27193            ! taint.c util.c
27194 ____________________________________________________________________________
27195 [ 24964] By: merijn                                on 2005/06/23  18:43:42
27196         Log: Take a larger margin to prevent 'X' failures in smokes
27197              I was able to get warnings on HP-UX 10.20 every 2nd to 3rd run
27198              when reps was still 10000. With 15000 I didn't get a single warning
27199      Branch: perl
27200            ! t/op/rand.t
27201 ____________________________________________________________________________
27202 [ 24963] By: rgs                                   on 2005/06/23  18:07:34
27203         Log: Warning suppression.
27204      Branch: perl
27205            ! pp_sys.c
27206 ____________________________________________________________________________
27207 [ 24962] By: nicholas                              on 2005/06/23  18:00:38
27208         Log: The current implementation of :unique is fundamentally flawed,
27209              because declaring a scalar READONLY does not stop it being modified.
27210              Hence the current implementation of :unique is *not threadsafe*
27211              D'oh!
27212              Better implementations welcome.
27213      Branch: perl
27214            ! embed.fnc embed.h ext/threads/t/problems.t pod/perltodo.pod
27215            ! proto.h sv.c
27216 ____________________________________________________________________________
27217 [ 24961] By: rgs                                   on 2005/06/23  16:18:21
27218         Log: Fix Archive::Tar test when perl is built with -Dmksymlinks
27219      Branch: perl
27220            ! lib/Archive/Tar/t/02_methods.t
27221 ____________________________________________________________________________
27222 [ 24960] By: rgs                                   on 2005/06/23  15:51:02
27223         Log: Subject: [PATCH] Re: [perl #9741] possible problem with File::Find
27224              From: Steve Peters <steve@fisharerojo.org>
27225              Date: Fri, 17 Jun 2005 23:27:14 -0500
27226              Message-ID: <20050618042714.GA29589@mccoy.peters.homeunix.org>
27227      Branch: perl
27228            ! lib/File/Find.pm
27229 ____________________________________________________________________________
27230 [ 24959] By: nicholas                              on 2005/06/23  14:11:20
27231         Log: Add a define PERL_POISON which tries to trip up anything accessing
27232              freed or uninitialised memory. Currently only Poison()s freed
27233              pointers.
27234      Branch: perl
27235            ! ext/PerlIO/encoding/encoding.xs gv.c handy.h pp_ctl.c scope.c
27236            ! sv.c
27237 ____________________________________________________________________________
27238 [ 24958] By: nicholas                              on 2005/06/23  14:09:57
27239         Log: Indent some of the #ifdef/#define/#endif to make the nesting clearer.
27240              Simplify SvPV_free slightly.
27241      Branch: perl
27242            ! sv.h
27243 ____________________________________________________________________________
27244 [ 24957] By: rgs                                   on 2005/06/23  11:54:25
27245         Log: This dummy test didn't pass
27246      Branch: perl
27247            ! lib/Archive/Tar/t/99_clean.t
27248 ____________________________________________________________________________
27249 [ 24956] By: rgs                                   on 2005/06/23  11:34:35
27250         Log: Add a pseudo-test to clean up data files for Archive::Tar tests
27251      Branch: perl
27252            + lib/Archive/Tar/t/99_clean.t
27253            ! MANIFEST
27254 ____________________________________________________________________________
27255 [ 24955] By: rgs                                   on 2005/06/23  11:30:16
27256         Log: Remove test that relies on Test::POD
27257      Branch: perl
27258            - lib/Archive/Tar/t/99_pod.t
27259            ! MANIFEST
27260 ____________________________________________________________________________
27261 [ 24954] By: rgs                                   on 2005/06/23  11:29:16
27262         Log: Remove binary files, add a pseudo-test in Archive::Tar to generate them
27263      Branch: perl
27264            + lib/Archive/Tar/t/00_setup.t
27265            - lib/Archive/Tar/t/src/long/bar.tar
27266            - lib/Archive/Tar/t/src/long/foo.tgz
27267            - lib/Archive/Tar/t/src/short/bar.tar
27268            - lib/Archive/Tar/t/src/short/foo.tgz
27269            ! MANIFEST
27270 ____________________________________________________________________________
27271 [ 24953] By: steveh                                on 2005/06/23  11:02:42
27272         Log: Silence bcc32 compiler warnings following change 24945
27273              
27274              ("Possible use of '%s' before definition")
27275      Branch: perl
27276            ! pp_ctl.c pp_sys.c
27277 ____________________________________________________________________________
27278 [ 24952] By: nicholas                              on 2005/06/23  10:41:00
27279         Log: Re-initialise PL_curcop to &PL_compiling before destroying the optree.
27280      Branch: perl
27281            ! perl.c
27282 ____________________________________________________________________________
27283 [ 24951] By: rgs                                   on 2005/06/23  10:39:47
27284         Log: Subject: Re: [perl #36350] unstable sorting for use integer; sort { $b <=> $a } @foo 
27285              From: Salvador Fandino <sfandino@yahoo.com>
27286              Date: Tue, 21 Jun 2005 19:50:35 +0200
27287              Message-ID: <20050621181658.5977.qmail@lists.develooper.com>
27288      Branch: perl
27289            ! pp_sort.c
27290 ____________________________________________________________________________
27291 [ 24950] By: steveh                                on 2005/06/23  10:21:53
27292         Log: Oops! Change 24946 wasn't quite right
27293      Branch: perl
27294            ! doio.c
27295 ____________________________________________________________________________
27296 [ 24949] By: rgs                                   on 2005/06/23  09:32:55
27297         Log: Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epoc
27298      Branch: perl
27299            ! NetWare/config.wc NetWare/config_H.wc epoc/config.sh
27300 ____________________________________________________________________________
27301 [ 24948] By: rgs                                   on 2005/06/23  09:25:03
27302         Log: Define d_nv_zero_is_allbits_zero for symbian
27303              (noticed by Jarkko)
27304      Branch: perl
27305            ! symbian/config.sh
27306 ____________________________________________________________________________
27307 [ 24947] By: steveh                                on 2005/06/23  09:18:37
27308         Log: Silence bcc32 compiler warnings from win32/fcrypt.c (almost)
27309              
27310              It still whines about 'in' and 'b' being assigned values that are
27311              never used on lines 348 and 505 respectively (as side effects of the
27312              calls to c2l and l2c respectively), but I'm not sure how to shut
27313              them up.
27314      Branch: perl
27315            ! win32/fcrypt.c
27316 ____________________________________________________________________________
27317 [ 24946] By: steveh                                on 2005/06/23  09:00:28
27318         Log: More bcc32 compiler warnings to silence
27319              
27320              ("Suspicious pointer conversion")
27321      Branch: perl
27322            ! doio.c win32/win32io.c
27323 ____________________________________________________________________________
27324 [ 24945] By: rgs                                   on 2005/06/23  08:39:44
27325         Log: Subject: [PATCH] Const Boy II: The Localizing
27326              From: Andy Lester <andy@petdance.com>
27327              Date: Wed, 22 Jun 2005 09:41:00 -0500
27328              Message-ID: <20050622144059.GA19598@petdance.com>
27329      Branch: perl
27330            ! autodoc.pl embed.fnc embed.pl hv.c perl.c perlio.c
27331            ! pod/perlapi.pod pp.c pp.h pp_ctl.c pp_sys.c proto.h sv.c
27332            ! util.c
27333 ____________________________________________________________________________
27334 [ 24944] By: steveh                                on 2005/06/23  08:04:21
27335         Log: Silence another bcc32 compiler warning
27336              
27337              ("Possible use of '%s' before definition")
27338      Branch: perl
27339            ! toke.c
27340 ____________________________________________________________________________
27341 [ 24943] By: davem                                 on 2005/06/22  23:08:55
27342         Log: remove taint hack now that local $tainted no longer copies taint magic
27343      Branch: perl
27344            ! mg.c sv.c
27345 ____________________________________________________________________________
27346 [ 24942] By: davem                                 on 2005/06/22  21:42:54
27347         Log: handle magic in local correctly
27348              the local SV now gets a copy of any container magic, and no value
27349              magic; in the past the whole magic chain was either shared or
27350              moved
27351      Branch: perl
27352            ! embed.fnc embed.h mg.c pod/perlguts.pod pod/perlintern.pod
27353            ! proto.h scope.c t/op/local.t
27354 ____________________________________________________________________________
27355 [ 24941] By: merijn                                on 2005/06/22  17:14:04
27356         Log: Upgrade to Test::Harness 2.50
27357      Branch: perl
27358            ! lib/Test/Harness.pm lib/Test/Harness/t/strap-analyze.t
27359 ____________________________________________________________________________
27360 [ 24940] By: nicholas                              on 2005/06/22  16:37:06
27361         Log: Add facility to fork() early in perl_destruct and use the child to
27362              dump out leaked scalars (enabled with DEBUG_LEAKING_SCALARS_FORK_DUMP
27363              when DEBUG_LEAKING_SCALARS is already in force)
27364      Branch: perl
27365            ! perl.c
27366 ____________________________________________________________________________
27367 [ 24939] By: steveh                                on 2005/06/22  13:25:16
27368         Log: Silence yet more bcc32 compiler warnings
27369              
27370              ("Code has no effect")
27371      Branch: perl
27372            ! hv.c pp_ctl.c pp_hot.c
27373 ____________________________________________________________________________
27374 [ 24938] By: steveh                                on 2005/06/22  13:02:17
27375         Log: Silence some more bcc32 compiler warnings
27376              
27377              ("Suggest parentheses to clarify precedence")
27378      Branch: perl
27379            ! warnings.h warnings.pl
27380 ____________________________________________________________________________
27381 [ 24937] By: steveh                                on 2005/06/22  12:31:59
27382         Log: Silence some bcc32 compiler warnings
27383              
27384              ("Superfluous & with function")
27385      Branch: perl
27386            ! perlvars.h pp.c win32/win32.c
27387 ____________________________________________________________________________
27388 [ 24936] By: nicholas                              on 2005/06/22  10:08:43
27389         Log: Now that the global string table is using a single hunk of memory
27390              for both HE and HEK, we need to actually free things in perl_destruct
27391      Branch: perl
27392            ! perl.c
27393 ____________________________________________________________________________
27394 [ 24935] By: steveh                                on 2005/06/22  09:40:25
27395         Log: Fix Archive-Tar tests on Win32
27396              
27397              (Patch from Jos Boumans, from his current dev version.)
27398      Branch: perl
27399            ! lib/Archive/Tar.pm
27400 ____________________________________________________________________________
27401 [ 24934] By: merijn                                on 2005/06/21  19:27:38
27402         Log: Redo generation of change #24898
27403              Do not forget to run Porting/config_h.pl!
27404      Branch: perl
27405            ! Configure config_h.SH
27406 ____________________________________________________________________________
27407 [ 24932] By: rgs                                   on 2005/06/21  17:05:01
27408         Log: Upgrade to Test::Harness 2.49_02
27409      Branch: perl
27410            ! lib/Test/Harness.pm lib/Test/Harness/Changes
27411            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
27412            ! lib/Test/Harness/t/test-harness.t
27413 ____________________________________________________________________________
27414 [ 24931] By: rgs                                   on 2005/06/21  16:33:32
27415         Log: Add Archive::Tar to the maintainers list
27416      Branch: perl
27417            ! Porting/Maintainers.pl
27418 ____________________________________________________________________________
27419 [ 24930] By: rgs                                   on 2005/06/21  16:14:06
27420         Log: Trim trailing spaces
27421      Branch: perl
27422            ! lib/Archive/Tar/bin/ptar
27423 ____________________________________________________________________________
27424 [ 24929] By: rgs                                   on 2005/06/21  15:53:30
27425         Log: Add pod, so ptar has a manpage
27426      Branch: perl
27427            ! lib/Archive/Tar/bin/ptar
27428 ____________________________________________________________________________
27429 [ 24928] By: rgs                                   on 2005/06/21  15:27:37
27430         Log: POD nits
27431      Branch: perl
27432            ! ext/Storable/Storable.pm
27433 ____________________________________________________________________________
27434 [ 24927] By: nicholas                              on 2005/06/21  15:27:14
27435         Log: Drag t/op/gv.t kicking and screaming into the century of the fruitbat
27436              (or at least into the decade of t/test.pl)
27437      Branch: perl
27438            ! t/op/gv.t
27439 ____________________________________________________________________________
27440 [ 24926] By: rgs                                   on 2005/06/21  15:04:10
27441         Log: Add the ptar(1) utility from Archive::Tar
27442      Branch: perl
27443            + lib/Archive/Tar/bin/ptar utils/ptar.PL
27444            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
27445            ! win32/Makefile win32/makefile.mk
27446 ____________________________________________________________________________
27447 [ 24925] By: steveh                                on 2005/06/21  13:49:10
27448         Log: Trim trailing whitespace from $! and $^E
27449              
27450              (Fixes lib/Test/Simple/t/fail-more.t with bcc32 on Win32, and is
27451              good for consistency anyway)
27452      Branch: perl
27453            ! mg.c
27454 ____________________________________________________________________________
27455 [ 24924] By: nicholas                              on 2005/06/21  12:39:27
27456         Log: Avoid having NULL entries in the weakref backreference array, and
27457              make S_sv_add_backref O(1) (instead of O(n))
27458      Branch: perl
27459            ! sv.c
27460 ____________________________________________________________________________
27461 [ 24923] By: rgs                                   on 2005/06/21  12:12:10
27462         Log: Cleanup after this test
27463      Branch: perl
27464            ! lib/Archive/Tar/t/02_methods.t
27465 ____________________________________________________________________________
27466 [ 24922] By: rgs                                   on 2005/06/21  12:01:07
27467         Log: Add Archive::Tar 1.24, except ptar for now
27468      Branch: perl
27469            + lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
27470            + lib/Archive/Tar/File.pm lib/Archive/Tar/t/01_use.t
27471            + lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/03_file.t
27472            + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b
27473            + lib/Archive/Tar/t/src/long/bar.tar
27474            + lib/Archive/Tar/t/src/long/foo.tgz
27475            + lib/Archive/Tar/t/src/short/b
27476            + lib/Archive/Tar/t/src/short/bar.tar
27477            + lib/Archive/Tar/t/src/short/foo.tgz
27478            ! MANIFEST
27479 ____________________________________________________________________________
27480 [ 24921] By: nicholas                              on 2005/06/21  10:58:22
27481         Log: weak references aren't UVs, do don't show this in the dump flags.
27482      Branch: perl
27483            ! dump.c
27484 ____________________________________________________________________________
27485 [ 24920] By: rgs                                   on 2005/06/21  10:50:18
27486         Log: Subject: [PATCH] ternary operator cond ? foo : bar being parsed as ?...?
27487              From: Salvador Fandiño <sfandino@yahoo.com>
27488              Date: Fri, 17 Jun 2005 14:06:30 +0100
27489              Message-ID: <20050617130548.18776.qmail@lists.develooper.com>
27490              
27491              with wordings improvements suggested by Ronald J Kimball
27492      Branch: perl
27493            ! pod/perldiag.pod toke.c
27494 ____________________________________________________________________________
27495 [ 24919] By: nicholas                              on 2005/06/21  10:35:09
27496         Log: No need to set flags twice.
27497      Branch: perl
27498            ! av.c
27499 ____________________________________________________________________________
27500 [ 24918] By: nicholas                              on 2005/06/21  09:44:08
27501         Log: As there will be no old body to dispose of, we can return immediately.
27502      Branch: perl
27503            ! sv.c
27504 ____________________________________________________________________________
27505 [ 24917] By: rgs                                   on 2005/06/21  09:40:46
27506         Log: Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric Labels
27507      Branch: perl
27508            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
27509            ! ext/Data/Dumper/t/dumper.t
27510 ____________________________________________________________________________
27511 [ 24916] By: rgs                                   on 2005/06/21  07:03:40
27512         Log: Subject: Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations 
27513              From: Tsutomu IKEGAMI <t-ikegami@aist.go.jp>
27514              Date: Fri, 17 Jun 2005 17:55:10 +0900 (JST)
27515              Message-Id: <20050617.175510.21285350.t-ikegami@aist.go.jp>
27516      Branch: perl
27517            ! sv.c
27518 ____________________________________________________________________________
27519 [ 24915] By: rgs                                   on 2005/06/20  16:28:38
27520         Log: Subject: [PATCH perl.h] FPTR2DPTR/DPTR2FPTR
27521              From: Robin Barker <Robin.Barker@npl.co.uk>
27522              Date: Mon, 20 Jun 2005 13:47:37 +0100
27523              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6E4@hotel.npl.co.uk>
27524      Branch: perl
27525            ! perl.h
27526 ____________________________________________________________________________
27527 [ 24914] By: nicholas                              on 2005/06/20  15:21:59
27528         Log: Replace the non-const initialiser block + loop with a series of calls
27529              to a small static function.
27530              c.f. "I will replace you with a small shell script..."
27531      Branch: perl
27532            ! sv.c
27533 ____________________________________________________________________________
27534 [ 24913] By: rgs                                   on 2005/06/20  15:12:50
27535         Log: Subject: [PATCH] The continuing adventures of Constman and Localize Boy
27536              From: Andy Lester <andy@petdance.com>
27537              Date: Mon, 20 Jun 2005 10:22:37 -0500
27538              Message-ID: <20050620152237.GA5032@petdance.com>
27539      Branch: perl
27540            ! XSUB.h doop.c embed.fnc embed.h global.sym gv.c mg.c pad.c
27541            ! perl.h proto.h sv.c universal.c util.c
27542 ____________________________________________________________________________
27543 [ 24912] By: rgs                                   on 2005/06/20  13:32:52
27544         Log: Same fix, for the test, now.
27545      Branch: perl
27546            ! t/run/switches.t
27547 ____________________________________________________________________________
27548 [ 24911] By: rgs                                   on 2005/06/20  13:06:13
27549         Log: perl -v was outputting a double v (spotted by Jarkko)
27550      Branch: perl
27551            ! perl.c
27552 ____________________________________________________________________________
27553 [ 24910] By: rgs                                   on 2005/06/20  11:58:32
27554         Log: Remove signature test, which is always skipped
27555      Branch: perl
27556            - lib/Test/Simple/t/00signature.t
27557            ! MANIFEST
27558 ____________________________________________________________________________
27559 [ 24909] By: rgs                                   on 2005/06/20  11:45:02
27560         Log: Subject: [PATCH pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod] Recommend Against UNIVERSAL:: Methods as Functions, take 2
27561              From: chromatic <chromatic@wgz.org>
27562              Date: Sat, 18 Jun 2005 12:15:41 -0700
27563              Message-Id: <1119122141.21521.9.camel@localhost>
27564      Branch: perl
27565            ! pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod
27566 ____________________________________________________________________________
27567 [ 24908] By: rgs                                   on 2005/06/20  11:00:31
27568         Log: Remove the deprecated $# variable
27569      Branch: perl
27570            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
27571            ! pod/perldiag.pod sv.c t/lib/warnings/gv
27572 ____________________________________________________________________________
27573 [ 24907] By: nicholas                              on 2005/06/20  10:35:41
27574         Log: Silence warning in debug printf
27575      Branch: perl
27576            ! doop.c
27577 ____________________________________________________________________________
27578 [ 24906] By: rgs                                   on 2005/06/20  09:45:24
27579         Log: Subject: [PATCH] More random cleanups
27580              From: Andy Lester <andy@petdance.com>
27581              Date: Fri, 17 Jun 2005 09:50:29 -0500
27582              Message-ID: <20050617145029.GC11769@petdance.com>
27583      Branch: perl
27584            ! embed.fnc embed.h pp_ctl.c pp_sort.c proto.h scope.c
27585 ____________________________________________________________________________
27586 [ 24905] By: steveh                                on 2005/06/20  09:30:23
27587         Log: Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898)
27588              
27589              The try.c test program added to Configure by change 24898 outputs
27590              "Yes" using each of VC++, GCC and BCC32, so here goes...
27591      Branch: perl
27592            ! win32/config.bc win32/config.gc win32/config.vc
27593            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
27594            ! win32/config_H.vc win32/config_H.vc64
27595 ____________________________________________________________________________
27596 [ 24904] By: rgs                                   on 2005/06/20  09:23:33
27597         Log: Hugo suggests this.
27598      Branch: perl
27599            ! pod/perlhack.pod
27600 ____________________________________________________________________________
27601 [ 24903] By: rgs                                   on 2005/06/20  09:20:40
27602         Log: Missed a chunk in previous commit
27603      Branch: perl
27604            ! pod/perlsyn.pod
27605 ____________________________________________________________________________
27606 [ 24902] By: rgs                                   on 2005/06/20  09:18:35
27607         Log: Subject: [perl #36328] Until Statement Undocumented 
27608              From: Eric Amick (via RT) <perlbug-followup@perl.org>
27609              Date: 18 Jun 2005 03:47:32 -0000
27610              Message-ID: <rt-3.0.11-36328-115949.3.38667506136829@perl.org>
27611      Branch: perl
27612            ! pod/perlsyn.pod
27613 ____________________________________________________________________________
27614 [ 24901] By: rgs                                   on 2005/06/20  09:06:57
27615         Log: Subject: Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crash
27616              From: Rick Delaney <rick@bort.ca>
27617              Date: Sun, 19 Jun 2005 09:47:22 -0400
27618              Message-ID: <20050619134722.GB31592@localhost.localdomain>
27619      Branch: perl
27620            ! op.c t/comp/parser.t
27621 ____________________________________________________________________________
27622 [ 24900] By: nicholas                              on 2005/06/20  08:19:52
27623         Log: S_del_body is sufficiently small that inlining it is a space win.
27624      Branch: perl
27625            ! sv.c
27626 ____________________________________________________________________________
27627 [ 24899] By: nicholas                              on 2005/06/19  15:12:26
27628         Log: If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitly set the NVX
27629              to 0.0, as the memset has already done it.
27630      Branch: perl
27631            ! sv.c
27632 ____________________________________________________________________________
27633 [ 24898] By: nicholas                              on 2005/06/19  15:11:06
27634         Log: Add a Configure test to see if NV 0.0 is stored as all bits zero, and
27635              #define NV_ZERO_IS_ALLBITS_ZERO if so.  This is always true on VMS:
27636              
27637              Subject: Re: Configure check for whether 0.0 is stored as all bits zero
27638              From: "Craig A. Berry" <craigberry@mac.com>
27639              Message-Id: <p06210214beda5bf31c4c@[172.16.52.1]>
27640              Date: Sat, 18 Jun 2005 18:23:59 -0500
27641      Branch: perl
27642            ! Configure Porting/Glossary config_h.SH configure.com
27643 ____________________________________________________________________________
27644 [ 24897] By: nicholas                              on 2005/06/19  10:22:58
27645         Log: Move the offset calculations outside of new_body/del_body.
27646              This makes some of the upgrade code slightly simpler.
27647      Branch: perl
27648            ! sv.c
27649 ____________________________________________________________________________
27650 [ 24896] By: nicholas                              on 2005/06/18  22:43:58
27651         Log: Refactor sv_dup to memcpy from source to destination, and only
27652              explicitly copy the structure members that need explicit duplication.
27653      Branch: perl
27654            ! sv.c
27655 ____________________________________________________________________________
27656 [ 24895] By: nicholas                              on 2005/06/18  16:33:41
27657         Log: Squeeze a little more savings by moving pte and he arenas into the
27658              common arena free code.
27659      Branch: perl
27660            ! hv.h perl.h sv.c
27661 ____________________________________________________________________________
27662 [ 24894] By: nicholas                              on 2005/06/18  15:07:47
27663         Log: Subject: [PATCH] squeeze repetition out of Perl_sv_free_arenas
27664              From: Jim Cromie <jcromie@divsol.com>
27665              Message-ID: <42B3C388.2090902@divsol.com>
27666              Date: Sat, 18 Jun 2005 00:47:36 -0600
27667      Branch: perl
27668            ! sv.c
27669 ____________________________________________________________________________
27670 [ 24893] By: nicholas                              on 2005/06/18  14:28:04
27671         Log: update AVs and HVs using the old_body, and remove all of the local
27672              variables used to hold the SV body piecemeal.
27673      Branch: perl
27674            ! sv.c
27675 ____________________________________________________________________________
27676 [ 24892] By: nicholas                              on 2005/06/18  10:57:02
27677         Log: sv_upgrade by memcpy
27678              AV and HV cases need tidyup
27679      Branch: perl
27680            ! sv.c
27681 ____________________________________________________________________________
27682 [ 24891] By: nicholas                              on 2005/06/17  19:37:56
27683         Log: Fix compiling with -DPURIFY
27684      Branch: perl
27685            ! sv.c
27686 ____________________________________________________________________________
27687 [ 24890] By: nicholas                              on 2005/06/17  17:30:19
27688         Log: Change 24886 was buggy - should be taking (and passing in) the
27689              address of the arena.
27690      Branch: perl
27691            ! sv.c
27692 ____________________________________________________________________________
27693 [ 24889] By: rgs                                   on 2005/06/17  15:43:11
27694         Log: Add new internal error message to perldiag
27695      Branch: perl
27696            ! pod/perldiag.pod
27697 ____________________________________________________________________________
27698 [ 24888] By: nicholas                              on 2005/06/17  15:37:50
27699         Log: Collect a little more information about the body we're getting rid of
27700      Branch: perl
27701            ! sv.c
27702 ____________________________________________________________________________
27703 [ 24887] By: rgs                                   on 2005/06/17  14:44:43
27704         Log: Missing aTHX_ (noticed by Jim Cromie)
27705      Branch: perl
27706            ! sv.c
27707 ____________________________________________________________________________
27708 [ 24886] By: nicholas                              on 2005/06/17  14:28:07
27709         Log: Move freeing the old body after the creating of the new body.
27710      Branch: perl
27711            ! sv.c
27712 ____________________________________________________________________________
27713 [ 24885] By: nicholas                              on 2005/06/17  13:42:03
27714         Log: The only way is up!
27715              (*up*grades. Or croak)
27716      Branch: perl
27717            ! sv.c
27718 ____________________________________________________________________________
27719 [ 24884] By: rgs                                   on 2005/06/17  12:21:53
27720         Log: Subject: [perl #36199] [PATCH] 5.8.7 fails to build with parallel make 
27721              From: "Steve Peters via RT" <perlbug-followup@perl.org>
27722              Date: 16 Jun 2005 17:11:14 -0000
27723              Message-ID: <rt-3.0.11-36199-115872.8.39962488213992@perl.org>
27724      Branch: perl
27725            ! Makefile.SH
27726 ____________________________________________________________________________
27727 [ 24883] By: steveh                                on 2005/06/17  11:36:45
27728         Log: Silence STDERR grumblings from Borland's math library.
27729              
27730              This fixes failures in ext/B/t/deparse.t and lib/warnings.t (and
27731              renders change 24870 obsolete, hence it is reverted here).
27732      Branch: perl
27733            ! lib/warnings.t makedef.pl win32/win32.c
27734 ____________________________________________________________________________
27735 [ 24882] By: rgs                                   on 2005/06/17  09:26:25
27736         Log: Upgrade to PathTools 3.09
27737      Branch: perl
27738            ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm
27739            ! lib/File/Spec.pm
27740 ____________________________________________________________________________
27741 [ 24881] By: nicholas                              on 2005/06/17  08:35:48
27742         Log: new_pte/del_pte can use new_body/del_body too
27743      Branch: perl
27744            ! sv.c
27745 ____________________________________________________________________________
27746 [ 24880] By: steveh                                on 2005/06/17  08:28:32
27747         Log: Subject: [PATCH] Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name()
27748              From: "Jan Dubois" <jand@ActiveState.com>
27749              Date: Thu, 16 Jun 2005 11:43:15 -0700
27750              Message-Id: <200506161843.j5GIhKhL024472@smtp3.ActiveState.com>
27751      Branch: perl
27752            ! win32/win32.c
27753 ____________________________________________________________________________
27754 [ 24879] By: nicholas                              on 2005/06/16  22:08:29
27755         Log: Storing the ixv for magic arrays seems to cause double free errors on
27756              OS X. This all feels like voodoo.
27757      Branch: perl
27758            ! ext/B/B/Bytecode.pm
27759 ____________________________________________________________________________
27760 [ 24878] By: nicholas                              on 2005/06/16  22:06:57
27761         Log: Replace all the new/del static functions with calls to a single pair
27762              of functions that uproot/plant bodies
27763      Branch: perl
27764            ! embed.fnc embed.h proto.h sv.c
27765 ____________________________________________________________________________
27766 [ 24877] By: nicholas                              on 2005/06/16  19:28:20
27767         Log: Making more_* return a pointer, and swapping to a ternary ?: in
27768              new_* seems to generate slightly terser object code.
27769      Branch: perl
27770            ! sv.c
27771 ____________________________________________________________________________
27772 [ 24876] By: nicholas                              on 2005/06/16  18:37:55
27773         Log: Replace all the S_more_* functions with a single function.
27774              Saves 1.5K on the object file in OS X when built with -Os
27775      Branch: perl
27776            ! sv.c
27777 ____________________________________________________________________________
27778 [ 24875] By: nicholas                              on 2005/06/16  16:25:54
27779         Log: Subject: [PATCH] Re: [perl #36048] Refactor S_more_*v into one function
27780              From: Jim Cromie <jcromie@divsol.com>
27781              Message-ID: <42ADC8ED.4090009@divsol.com>
27782              Date: Mon, 13 Jun 2005 11:57:01 -0600
27783      Branch: perl
27784            ! sv.c
27785 ____________________________________________________________________________
27786 [ 24874] By: nicholas                              on 2005/06/16  15:09:00
27787         Log: I'm not convinced that manually creating HVs via sv_upgrade is a great
27788              idea, but as we are, turning on shared keys makes sense.
27789      Branch: perl
27790            ! util.c
27791 ____________________________________________________________________________
27792 [ 24873] By: merijn                                on 2005/06/16  14:33:10
27793         Log: Subject: [PATCH] Lint support
27794              From: Andy Lester <andy@petdance.com>
27795              Date: Thu, 16 Jun 2005 09:35:21 -0500
27796              Message-ID: <20050616143521.GB22188@petdance.com>
27797      Branch: perl
27798            ! XSUB.h perl.h universal.c
27799 ____________________________________________________________________________
27800 [ 24872] By: merijn                                on 2005/06/16  14:24:43
27801         Log: Subject: Re: a warning for a ExtUtils::ParseXS test
27802              From: Ken Williams <ken@mathforum.org>
27803              Date: Wed, 15 Jun 2005 20:00:42 -0500
27804              Message-Id: <29d2a69650cb39059c9af487069b941c@mathforum.org>
27805      Branch: perl
27806            ! lib/ExtUtils/ParseXS/t/XSTest.xs
27807 ____________________________________________________________________________
27808 [ 24871] By: rgs                                   on 2005/06/16  13:55:18
27809         Log: Subject: [PATCH] Removing /*SUPPRESS xxx*/
27810              From: Andy Lester <andy@petdance.com>
27811              Date: Thu, 16 Jun 2005 09:13:42 -0500
27812              Message-ID: <20050616141342.GA22188@petdance.com>
27813      Branch: perl
27814            ! av.c doio.c doop.c perl.c pp.c pp_hot.c pp_sys.c regcomp.c
27815            ! regexec.c sv.c toke.c util.c
27816 ____________________________________________________________________________
27817 [ 24870] By: steveh                                on 2005/06/16  13:16:56
27818         Log: Teach lib/warnings.t about Borland CRT error messages
27819      Branch: perl
27820            ! lib/warnings.t
27821 ____________________________________________________________________________
27822 [ 24869] By: rgs                                   on 2005/06/16  12:54:18
27823         Log: Subject: [perl #36237] IO::File $fh->binmode($layer) is broken 
27824              From: "Alexander Foken" (via RT) <perlbug-followup@perl.org>
27825              Date: 10 Jun 2005 12:46:41 -0000
27826              Message-ID: <rt-3.0.11-36237-115536.13.400290704223@perl.org>
27827              
27828              and bump version number
27829      Branch: perl
27830            ! ext/IO/lib/IO/File.pm
27831 ____________________________________________________________________________
27832 [ 24868] By: steveh                                on 2005/06/16  11:10:01
27833         Log: Update README.win32
27834              
27835              (Mention Borland compiler is also free; update libwin32 link)
27836      Branch: perl
27837            ! README.win32
27838 ____________________________________________________________________________
27839 [ 24867] By: steveh                                on 2005/06/16  11:00:19
27840         Log: Give op/taint.t a helping hand for Borland compiler on Win32
27841      Branch: perl
27842            ! t/op/taint.t
27843 ____________________________________________________________________________
27844 [ 24866] By: steveh                                on 2005/06/16  09:51:33
27845         Log: Fix changes 24862 and 24863 for Sarathy's old dmake
27846      Branch: perl
27847            ! win32/makefile.mk
27848 ____________________________________________________________________________
27849 [ 24865] By: rgs                                   on 2005/06/16  09:45:59
27850         Log: Subs with builtin attributes shouldn't be made constant
27851              
27852              Subject: Re: [perl #36297] builtin attrs on subrutine declarations
27853              From: Salvador "FandiXo" <sfandino@yahoo.com>
27854              Date: Wed, 15 Jun 2005 08:27:00 -0700 (PDT)
27855              Message-ID: <20050615152700.96320.qmail@web52702.mail.yahoo.com>
27856      Branch: perl
27857            ! op.c
27858 ____________________________________________________________________________
27859 [ 24864] By: rgs                                   on 2005/06/16  09:18:58
27860         Log: Add -f in perl synopsys, sync perl.pod and perlrun.pod synopses
27861      Branch: perl
27862            ! pod/perl.pod pod/perlrun.pod
27863 ____________________________________________________________________________
27864 [ 24863] By: steveh                                on 2005/06/16  09:09:22
27865         Log: Simplify win32/makefile.mk for static extensions with GCC
27866      Branch: perl
27867            ! win32/makefile.mk
27868 ____________________________________________________________________________
27869 [ 24862] By: steveh                                on 2005/06/16  08:51:14
27870         Log: Enable static extensions with Borland compiler on Win32
27871      Branch: perl
27872            ! win32/buildext.pl win32/makefile.mk
27873 ____________________________________________________________________________
27874 [ 24861] By: rgs                                   on 2005/06/16  08:29:10
27875         Log: Revert part of change #24854
27876      Branch: perl
27877            ! ext/Devel/DProf/t/DProf.t perl.c
27878 ____________________________________________________________________________
27879 [ 24860] By: steveh                                on 2005/06/16  07:40:21
27880         Log: Don't export Perl_stashpv_hvname_match when !USE_ITHREADS
27881              
27882              (Fixes a linker error on Win 32 introduced by change #24847)
27883      Branch: perl
27884            ! makedef.pl
27885 ____________________________________________________________________________
27886 [ 24859] By: nicholas                              on 2005/06/15  22:32:14
27887         Log: Don't write bytecode to load the NVX of AVs and HVs
27888      Branch: perl
27889            ! ext/B/B/Bytecode.pm
27890 ____________________________________________________________________________
27891 [ 24858] By: nicholas                              on 2005/06/15  22:31:41
27892         Log: We were failing to pring "not ok" if the text exited uncleanly
27893      Branch: perl
27894            ! ext/B/t/bytecode.t
27895 ____________________________________________________________________________
27896 [ 24857] By: nicholas                              on 2005/06/15  22:30:53
27897         Log: assert that you aren't assigning to the NVX of an AV or HV
27898      Branch: perl
27899            ! sv.h
27900 ____________________________________________________________________________
27901 [ 24856] By: rgs                                   on 2005/06/15  16:37:46
27902         Log: Introduce PERL_RUNPERL_DEBUG to alter the behavior of runperl(),
27903              this can be useful to use valgrind for example
27904      Branch: perl
27905            ! t/test.pl
27906 ____________________________________________________________________________
27907 [ 24855] By: steveh                                on 2005/06/15  16:30:58
27908         Log: Fix $Config{ccversion} for Borland C++ 5.5.1
27909              
27910              This pattern match seems a little saner, and stops " for Win32"
27911              getting picked up from the following output:
27912              
27913              Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
27914              
27915              Maybe it breaks older versions, but at least the latest now works
27916              correctly. If anyone knows what older versions' messages look like
27917              then speak up!
27918      Branch: perl
27919            ! win32/config_sh.PL
27920 ____________________________________________________________________________
27921 [ 24854] By: rgs                                   on 2005/06/15  16:24:05
27922         Log: Subject: Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't set
27923              From: Steve Peters <steve@fisharerojo.org>
27924              Date: Wed, 15 Jun 2005 11:30:41 -0500
27925              Message-ID: <20050615163040.GA14745@mccoy.peters.homeunix.org>
27926      Branch: perl
27927            ! ext/Devel/DProf/t/DProf.t perl.c
27928 ____________________________________________________________________________
27929 [ 24853] By: rgs                                   on 2005/06/15  16:16:32
27930         Log: Subject: sort optimization
27931              From: Salvador Fandiño <sfandino@yahoo.com>
27932              Date: Mon, 06 Jun 2005 12:05:05 +0100
27933              Message-ID: <20050606110425.22941.qmail@lists.develooper.com>
27934      Branch: perl
27935            ! pp_sort.c
27936 ____________________________________________________________________________
27937 [ 24852] By: steveh                                on 2005/06/15  16:02:06
27938         Log: Fix win32/makefile.mk for building with bcc32 5.5.1 and dmake 4.4
27939      Branch: perl
27940            ! win32/makefile.mk
27941 ____________________________________________________________________________
27942 [ 24851] By: rgs                                   on 2005/06/15  14:40:40
27943         Log: Subject: [perl #36297] builtin attrs on subrutine declarations 
27944              From: Salvador "FandiXXo" (via RT) <perlbug-followup@perl.org>
27945              Date: 15 Jun 2005 13:54:53 -0000
27946              Message-ID: <rt-3.0.11-36297-115797.8.75971493113916@perl.org>
27947      Branch: perl
27948            ! op.c t/op/attrs.t
27949 ____________________________________________________________________________
27950 [ 24850] By: merijn                                on 2005/06/15  13:57:57
27951         Log: Protect Perl_sv_2pvbyte () to NULL length pointers
27952              Thanks Nick!
27953      Branch: perl
27954            ! sv.c
27955 ____________________________________________________________________________
27956 [ 24849] By: rgs                                   on 2005/06/15  13:55:50
27957         Log: Better phrasing
27958      Branch: perl
27959            ! pod/perlfunc.pod
27960 ____________________________________________________________________________
27961 [ 24848] By: rgs                                   on 2005/06/15  09:27:55
27962         Log: Subject: [PATCH] Storable/Storable.xs: make plain C functions static
27963              From: Alexey Tourbin <at@altlinux.ru>
27964              Date: Sun, 5 Jun 2005 03:42:42 +0400
27965              Message-ID: <20050604234242.GW5867@solemn.turbinal.org>
27966      Branch: perl
27967            ! ext/Storable/Storable.xs
27968 ____________________________________________________________________________
27969 [ 24847] By: rgs                                   on 2005/06/15  09:03:22
27970         Log: Subject: [PATCH] CopSTASH_eq again
27971              From: Andy Lester <andy@petdance.com>
27972              Date: Tue, 14 Jun 2005 23:49:26 -0500
27973              Message-ID: <20050615044926.GA29087@petdance.com>
27974      Branch: perl
27975            ! cop.h embed.fnc embed.h global.sym proto.h util.c
27976 ____________________________________________________________________________
27977 [ 24846] By: rgs                                   on 2005/06/15  07:49:48
27978         Log: Fix warning nits, by Jarkko
27979      Branch: perl
27980            ! sv.c
27981 ____________________________________________________________________________
27982 [ 24845] By: nicholas                              on 2005/06/14  19:28:28
27983         Log: Subject: [PATCH] S_emulate_eaccess() does return a value
27984              From: Steve Peters <steve@fisharerojo.org>
27985              Message-ID: <20050614193052.GA1898@mccoy.peters.homeunix.org>
27986              Date: Tue, 14 Jun 2005 14:30:52 -0500
27987      Branch: perl
27988            ! embed.fnc proto.h
27989 ____________________________________________________________________________
27990 [ 24844] By: davem                                 on 2005/06/14  17:24:18
27991         Log: whoops, Perl_magic_freearylen_p returns int
27992      Branch: perl
27993            ! mg.c
27994 ____________________________________________________________________________
27995 [ 24843] By: nicholas                              on 2005/06/14  16:29:49
27996         Log: Change 24838 breaks deparse.t, which checks that embedded NULs work.
27997              Here's a temporary hack, pending a way for B to correctly identify
27998              PVs that are variable names in pads.
27999      Branch: perl
28000            ! ext/B/B.xs
28001 ____________________________________________________________________________
28002 [ 24842] By: rgs                                   on 2005/06/14  13:49:41
28003         Log: Add core test preamble
28004      Branch: perl
28005            ! lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
28006            ! lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
28007            ! lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
28008            ! lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
28009            ! lib/IO/Zlib/t/uncomp2.t
28010 ____________________________________________________________________________
28011 [ 24841] By: nicholas                              on 2005/06/14  13:40:49
28012         Log: Test was coredumping with a shared perl library.
28013              This is wrong. It seems that what gets peephole optimised
28014              (in this case named method calls into shared string scalars) depends
28015              on whether there is a shared perl library.
28016              Anyway, fix the symptom - the coredump.
28017      Branch: perl
28018            ! ext/XS/APItest/t/hash.t
28019 ____________________________________________________________________________
28020 [ 24840] By: steveh                                on 2005/06/14  13:36:03
28021         Log: Stop "test" filename clashing with "TEST" on Win32
28022              
28023              (and bump $IO::Zlib::VERSION again)
28024      Branch: perl
28025            ! lib/IO/Zlib.pm lib/IO/Zlib/t/uncomp1.t lib/IO/Zlib/t/uncomp2.t
28026 ____________________________________________________________________________
28027 [ 24839] By: steveh                                on 2005/06/14  13:26:30
28028         Log: Actually skip tests when they're supposed to be skipped!
28029              
28030              (and bump $IO::Zlib::VERSION)
28031      Branch: perl
28032            ! lib/IO/Zlib.pm lib/IO/Zlib/t/external.t
28033 ____________________________________________________________________________
28034 [ 24838] By: rgs                                   on 2005/06/14  13:22:20
28035         Log: Subject: [PATCH] Fix for SEGV in ext/B/t/xref.t on OpenBSD
28036              From: Steve Peters <steve@fisharerojo.org>
28037              Date: Tue, 14 Jun 2005 08:16:38 -0500
28038              Message-ID: <20050614131638.GA24771@mccoy.peters.homeunix.org>
28039      Branch: perl
28040            ! ext/B/B.xs
28041 ____________________________________________________________________________
28042 [ 24837] By: steveh                                on 2005/06/14  13:13:17
28043         Log: Don't delete IO/Zlib during distclean on Win32
28044              
28045              (IO/Socket still needs to go, though)
28046      Branch: perl
28047            ! win32/Makefile win32/makefile.mk
28048 ____________________________________________________________________________
28049 [ 24836] By: rgs                                   on 2005/06/14  13:02:24
28050         Log: Document ${^UTF8LOCALE}
28051      Branch: perl
28052            ! pod/perlvar.pod
28053 ____________________________________________________________________________
28054 [ 24835] By: rgs                                   on 2005/06/14  12:12:33
28055         Log: Add IO::Zlib in maintainers list
28056      Branch: perl
28057            ! Porting/Maintainers.pl
28058 ____________________________________________________________________________
28059 [ 24834] By: rgs                                   on 2005/06/14  12:06:40
28060         Log: Add IO::Zlib 1.04 to bleadperl
28061      Branch: perl
28062            + lib/IO/Zlib.pm lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
28063            + lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
28064            + lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
28065            + lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
28066            + lib/IO/Zlib/t/uncomp2.t
28067            ! MANIFEST Makefile.SH
28068 ____________________________________________________________________________
28069 [ 24833] By: davem                                 on 2005/06/14  10:15:10
28070         Log: Perl_magic_freearylen_p could coredump
28071      Branch: perl
28072            ! mg.c
28073 ____________________________________________________________________________
28074 [ 24832] By: rgs                                   on 2005/06/14  08:52:46
28075         Log: Subject: better assertion support
28076              From: Salvador Fandiño <sfandino@yahoo.com>
28077              Date: Mon, 13 Jun 2005 16:48:01 +0100
28078              Message-ID: <20050613154719.29295.qmail@lists.develooper.com>
28079      Branch: perl
28080            + lib/assertions/compat.pm t/comp/asstcompat.t
28081            ! MANIFEST lib/assertions.pm lib/assertions/activate.pm perl.c
28082            ! pod/perlrun.pod t/comp/assertions.t t/run/switch_A.t
28083 ____________________________________________________________________________
28084 [ 24831] By: rgs                                   on 2005/06/14  08:31:18
28085         Log: Since the version module is use'd afterwards, use_ok needs to be
28086              in a BEGIN block
28087      Branch: perl
28088            ! lib/version.t
28089 ____________________________________________________________________________
28090 [ 24830] By: steveh                                on 2005/06/14  07:42:33
28091         Log: Add BUILDOPTEXTRA to Win32 makefiles
28092              
28093              This allows extra build options, e.g. -DNO_HASH_SEED, to be
28094              specified on the command line, which is otherwise not possible
28095              under nmake using the existing BUILDOPT macro
28096              
28097              Suggested by Jan Dubois <jand@ActiveState.com>
28098      Branch: perl
28099            ! win32/Makefile win32/makefile.mk
28100 ____________________________________________________________________________
28101 [ 24829] By: nicholas                              on 2005/06/13  22:29:00
28102         Log: Pay attention to the comments that Dave writes.
28103      Branch: perl
28104            ! sv.c
28105 ____________________________________________________________________________
28106 [ 24828] By: rgs                                   on 2005/06/13  20:22:52
28107         Log: Comment nit to help Devel::Cover, spotted by Steve Peters
28108      Branch: perl
28109            ! ext/POSIX/POSIX.xs
28110 ____________________________________________________________________________
28111 [ 24827] By: nicholas                              on 2005/06/13  20:18:57
28112         Log: Croak if an attempt is made to modify PL_strtab
28113              (er, TODO - these should be in perldiag)
28114      Branch: perl
28115            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
28116            ! ext/XS/APItest/t/hash.t hv.c
28117 ____________________________________________________________________________
28118 [ 24826] By: nicholas                              on 2005/06/13  20:17:56
28119         Log: More SvPV consting
28120      Branch: perl
28121            ! perl.c
28122 ____________________________________________________________________________
28123 [ 24825] By: steveh                                on 2005/06/13  16:35:19
28124         Log: Subject: [PATCH @ 24819] Re: Change 24806: improve static build for win32/Makefile
28125              From: vadim <vadim@vkonovalov.ru>
28126              Date: Mon, 13 Jun 2005 15:41:41 -0400
28127              Message-Id: <1118691701.6333.32.camel@mdk10>
28128      Branch: perl
28129            ! win32/Makefile win32/makefile.mk
28130 ____________________________________________________________________________
28131 [ 24824] By: nicholas                              on 2005/06/13  16:24:57
28132         Log: With shared hash key scalars now accessing the hash via the PVX, you
28133              can't fake them with regular PVIVs. So fake method calls have to use
28134              real shared hask key scalars.
28135      Branch: perl
28136            ! ext/B/t/optree_specials.t op.c
28137 ____________________________________________________________________________
28138 [ 24823] By: rgs                                   on 2005/06/13  15:20:05
28139         Log: Subject: [PATCH] Bring bleadperl up to version.pm
28140              From: John Peacock <jpeacock@rowman.com>
28141              Date: Mon, 06 Jun 2005 05:18:21 -0400
28142              Message-ID: <42A414DD.8090504@rowman.com>
28143      Branch: perl
28144            ! configpm embed.fnc lib/h2xs.t lib/version.pm lib/version.t
28145            ! pod/perlapi.pod pp_ctl.c proto.h t/comp/require.t t/comp/use.t
28146            ! t/op/universal.t t/op/ver.t universal.c util.c utils/h2xs.PL
28147 ____________________________________________________________________________
28148 [ 24822] By: rgs                                   on 2005/06/13  12:49:18
28149         Log: Subject: [PATCH] Re: [perl #36047] perlmod.pod/CLONESKIP error
28150              From: Offer Kaye <offer.kaye@gmail.com>
28151              Date: Thu, 2 Jun 2005 09:14:53 +0300
28152              Message-ID: <56942505060123146e5eb1c2@mail.gmail.com>
28153      Branch: perl
28154            ! pod/perlmod.pod
28155 ____________________________________________________________________________
28156 [ 24821] By: nicholas                              on 2005/06/13  11:48:05
28157         Log: Change 24816 forgot to update makedef.pl
28158      Branch: perl
28159            ! makedef.pl
28160 ____________________________________________________________________________
28161 [ 24820] By: rgs                                   on 2005/06/13  11:28:43
28162         Log: Make some variables global, to avoid some "will not stay
28163              shared" warnings at compile time
28164      Branch: perl
28165            ! lib/ExtUtils/ParseXS.pm
28166 ____________________________________________________________________________
28167 [ 24819] By: nicholas                              on 2005/06/13  09:43:18
28168         Log: S_share_hek_flags can revert to returning a HEK
28169      Branch: perl
28170            ! embed.fnc hv.c proto.h
28171 ____________________________________________________________________________
28172 [ 24818] By: rgs                                   on 2005/06/13  09:13:43
28173         Log: Remove MANIFEST for Compress::Zlib
28174      Branch: perl
28175            - ext/Compress/Zlib/MANIFEST
28176            ! MANIFEST
28177 ____________________________________________________________________________
28178 [ 24817] By: rgs                                   on 2005/06/13  09:00:00
28179         Log: Make SvUPGRADE always have the value '1'
28180              Make sv_upgrade a void function
28181      Branch: perl
28182            ! embed.fnc pod/perlapi.pod proto.h sv.c sv.h
28183 ____________________________________________________________________________
28184 [ 24816] By: nicholas                              on 2005/06/13  08:25:53
28185         Log: We no longer need PL_shared_hek_table
28186      Branch: perl
28187            ! embedvar.h ext/threads/threads.xs intrpvar.h perl.c perlapi.h
28188            ! sv.c
28189 ____________________________________________________________________________
28190 [ 24815] By: rgs                                   on 2005/06/13  07:58:31
28191         Log: Help "make distclean"
28192      Branch: perl
28193            ! Makefile.SH
28194 ____________________________________________________________________________
28195 [ 24814] By: nicholas                              on 2005/06/12  23:40:55
28196         Log: Clone all shared string PVs as shared string PVs (now that we can do
28197              it very efficiently)
28198      Branch: perl
28199            ! sv.c
28200 ____________________________________________________________________________
28201 [ 24813] By: nicholas                              on 2005/06/12  22:34:39
28202         Log: duping shared hask key scalars can use hek_dup
28203      Branch: perl
28204            ! sv.c
28205 ____________________________________________________________________________
28206 [ 24812] By: nicholas                              on 2005/06/12  22:33:51
28207         Log: hek_dup can now store the HEK rather than the HE, as there is now a
28208              fast way to share a hek
28209      Branch: perl
28210            ! hv.c
28211 ____________________________________________________________________________
28212 [ 24811] By: nicholas                              on 2005/06/12  21:59:34
28213         Log: Provide share_hek_hek, and use it for fast copying of shared string
28214              scalars.
28215      Branch: perl
28216            ! hv.h sv.c
28217 ____________________________________________________________________________
28218 [ 24810] By: nicholas                              on 2005/06/12  21:58:23
28219         Log: Compare HE *s in S_unshare_hek_or_pvn's tight hek loop, rather than
28220              HEKs
28221      Branch: perl
28222            ! hv.c
28223 ____________________________________________________________________________
28224 [ 24809] By: nicholas                              on 2005/06/12  21:08:33
28225         Log: Shortcut chasing round strtab when we're not the last reference.
28226      Branch: perl
28227            ! hv.c
28228 ____________________________________________________________________________
28229 [ 24808] By: nicholas                              on 2005/06/12  20:00:18
28230         Log: In the shared string table, store the HE and HEK next to each other
28231              in one malloc()ed block.
28232      Branch: perl
28233            ! hv.c hv.h
28234 ____________________________________________________________________________
28235 [ 24807] By: merijn                                on 2005/06/12  09:58:32
28236         Log: Subject: [PATCH] perlipc.pod: mkfifo()
28237              From: Alexey Tourbin <at@altlinux.ru>
28238              Date: Sat, 11 Jun 2005 16:26:56 +0400
28239              Message-ID: <20050611122656.GC8181@solemn.turbinal.org>
28240      Branch: perl
28241            ! pod/perlipc.pod
28242 ____________________________________________________________________________
28243 [ 24806] By: merijn                                on 2005/06/12  09:54:07
28244         Log: Subject: improve static build for win32/Makefile
28245              From: vadim <vadim@vkonovalov.ru>
28246              Date: Sun, 12 Jun 2005 14:09:11 -0400
28247              Message-Id: <1118599750.2732.2.camel@mdk10>
28248      Branch: perl
28249            ! win32/Makefile
28250 ____________________________________________________________________________
28251 [ 24805] By: merijn                                on 2005/06/12  09:19:38
28252         Log: Subject: RE: 05gzsetp.t and initial 'ver' in test output
28253              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
28254              Date: Sat, 11 Jun 2005 22:23:00 +0100
28255              Message-Id: <20050611212234.UGOL29707.aamta11-winn.ispmail.ntl.com@MARQUESSPT21>
28256      Branch: perl
28257            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
28258            ! ext/Compress/Zlib/t/05gzsetp.t
28259 ____________________________________________________________________________
28260 [ 24804] By: nicholas                              on 2005/06/11  21:05:29
28261         Log: This isn't an LVALUE, so make the compiler enforce that.
28262      Branch: perl
28263            ! sv.h
28264 ____________________________________________________________________________
28265 [ 24803] By: nicholas                              on 2005/06/11  18:01:32
28266         Log: hash key code cleanup
28267      Branch: perl
28268            ! embed.fnc hv.c hv.h proto.h
28269 ____________________________________________________________________________
28270 [ 24802] By: nicholas                              on 2005/06/11  17:00:52
28271         Log: Shrink shared hash scalars from PVIV to PV
28272      Branch: perl
28273            ! embed.fnc embed.h proto.h sv.c sv.h
28274 ____________________________________________________________________________
28275 [ 24801] By: nicholas                              on 2005/06/11  14:08:00
28276         Log: Propagate const/mutable/not into the SvPV call for retrieving an
28277              overloaded value.
28278      Branch: perl
28279            ! sv.c
28280 ____________________________________________________________________________
28281 [ 24800] By: nicholas                              on 2005/06/10  23:12:29
28282         Log: More SvPV consting. And other related drive-by refactoring.
28283      Branch: perl
28284            ! regcomp.c regexec.c taint.c toke.c universal.c utf8.c util.c
28285            ! xsutils.c
28286 ____________________________________________________________________________
28287 [ 24799] By: nicholas                              on 2005/06/10  22:06:15
28288         Log: More SvPV consting, including some code cleanup and living dangerously
28289              with socket API calls.
28290      Branch: perl
28291            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
28292 ____________________________________________________________________________
28293 [ 24798] By: nicholas                              on 2005/06/10  20:48:35
28294         Log: Move SvPV consting, remove an n_a, and correct one error in Move()
28295      Branch: perl
28296            ! doio.c doop.c dump.c op.c sv.c
28297 ____________________________________________________________________________
28298 [ 24797] By: nicholas                              on 2005/06/10  18:42:47
28299         Log: Allison says that "Media" isn't really needed in the name.
28300      Branch: perl
28301            ! pod/perl.pod
28302 ____________________________________________________________________________
28303 [ 24796] By: nicholas                              on 2005/06/10  16:26:43
28304         Log: Add SvGROW_mutable
28305      Branch: perl
28306            ! sv.c sv.h
28307 ____________________________________________________________________________
28308 [ 24795] By: nicholas                              on 2005/06/10  15:44:47
28309         Log: Passing read only values (such as string constants) to select should
28310              croak.
28311      Branch: perl
28312            + t/op/sselect.t
28313            ! MANIFEST pp_sys.c
28314 ____________________________________________________________________________
28315 [ 24794] By: nicholas                              on 2005/06/10  15:16:43
28316         Log: Don't pass constants to select
28317      Branch: perl
28318            ! t/op/lex_assign.t
28319 ____________________________________________________________________________
28320 [ 24793] By: rgs                                   on 2005/06/10  13:44:35
28321         Log: Pre-run and disarm the code automodification run by
28322              Compress::Zlib's Makefile
28323      Branch: perl
28324            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
28325            ! ext/Compress/Zlib/examples/filtdef
28326            ! ext/Compress/Zlib/examples/filtinf
28327            ! ext/Compress/Zlib/examples/gzcat
28328            ! ext/Compress/Zlib/examples/gzgrep
28329            ! ext/Compress/Zlib/examples/gzstream
28330            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
28331            ! ext/Compress/Zlib/t/03examples.t
28332            ! ext/Compress/Zlib/t/04encoding.t
28333            ! ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
28334 ____________________________________________________________________________
28335 [ 24792] By: rgs                                   on 2005/06/10  12:53:21
28336         Log: Update Windows makefiles
28337      Branch: perl
28338            ! win32/Makefile win32/makefile.mk
28339 ____________________________________________________________________________
28340 [ 24791] By: nicholas                              on 2005/06/10  12:44:30
28341         Log: Work around bug 36211, plus a lot of TODO regression tests for local/
28342              $#... interaction. 
28343      Branch: perl
28344            ! scope.c t/op/array.t
28345 ____________________________________________________________________________
28346 [ 24790] By: rgs                                   on 2005/06/10  12:44:02
28347         Log: Update maintainers list
28348      Branch: perl
28349            ! Porting/Maintainers.pl
28350 ____________________________________________________________________________
28351 [ 24789] By: rgs                                   on 2005/06/10  12:30:14
28352         Log: Bump version number
28353      Branch: perl
28354            ! ext/Compress/Zlib/Zlib.pm
28355 ____________________________________________________________________________
28356 [ 24788] By: rgs                                   on 2005/06/10  12:09:30
28357         Log: Makefile.PL adjustments for the core
28358      Branch: perl
28359            ! ext/Compress/Zlib/Makefile.PL
28360 ____________________________________________________________________________
28361 [ 24787] By: rgs                                   on 2005/06/10  12:07:01
28362         Log: SvUPGRADE returns void in blead
28363      Branch: perl
28364            ! ext/Compress/Zlib/Zlib.xs
28365 ____________________________________________________________________________
28366 [ 24786] By: rgs                                   on 2005/06/10  12:05:38
28367         Log: Drom Compress::Zlib 1.34 in ext/
28368      Branch: perl
28369            + ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/Changes
28370            + ext/Compress/Zlib/MANIFEST ext/Compress/Zlib/Makefile.PL
28371            + ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
28372            + ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/config.in
28373            + ext/Compress/Zlib/examples/filtdef
28374            + ext/Compress/Zlib/examples/filtinf
28375            + ext/Compress/Zlib/examples/gzcat
28376            + ext/Compress/Zlib/examples/gzgrep
28377            + ext/Compress/Zlib/examples/gzstream
28378            + ext/Compress/Zlib/fallback.h ext/Compress/Zlib/fallback.xs
28379            + ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
28380            + ext/Compress/Zlib/t/03examples.t
28381            + ext/Compress/Zlib/t/04encoding.t
28382            + ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
28383            + ext/Compress/Zlib/typemap
28384            + ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
28385            + ext/Compress/Zlib/zlib-src-1.2.2/compress.c
28386            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
28387            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
28388            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
28389            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
28390            + ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
28391            + ext/Compress/Zlib/zlib-src-1.2.2/infback.c
28392            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
28393            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
28394            + ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
28395            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
28396            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
28397            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
28398            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
28399            + ext/Compress/Zlib/zlib-src-1.2.2/trees.c
28400            + ext/Compress/Zlib/zlib-src-1.2.2/trees.h
28401            + ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
28402            + ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
28403            + ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
28404            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
28405            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
28406            ! MANIFEST
28407 ____________________________________________________________________________
28408 [ 24785] By: nicholas                              on 2005/06/10  10:06:30
28409         Log: Change 24531 broke DEBUG_LEAKING_SCALARS.
28410      Branch: perl
28411            ! sv.c
28412 ____________________________________________________________________________
28413 [ 24784] By: nicholas                              on 2005/06/09  21:01:42
28414         Log: $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warns
28415      Branch: perl
28416            ! av.c pod/perldiag.pod t/op/array.t
28417 ____________________________________________________________________________
28418 [ 24783] By: nicholas                              on 2005/06/09  19:02:43
28419         Log: Fixes the case of $a = \$#{[]}; and then accessing $$a
28420              (but not \$#a after local @a or my @a leave a block)
28421      Branch: perl
28422            ! av.c dump.c embed.fnc embed.h mg.c perl.h proto.h t/op/array.t
28423 ____________________________________________________________________________
28424 [ 24782] By: nicholas                              on 2005/06/09  16:37:18
28425         Log: Convert op/array.t to test.pl
28426      Branch: perl
28427            ! t/op/array.t
28428 ____________________________________________________________________________
28429 [ 24781] By: rgs                                   on 2005/06/09  15:32:09
28430         Log: Revert part of previous patch
28431      Branch: perl
28432            ! util.c
28433 ____________________________________________________________________________
28434 [ 24780] By: rgs                                   on 2005/06/09  15:12:39
28435         Log: Subject: [PATCH] regcomp.c and more
28436              From: Andy Lester <andy@petdance.com>
28437              Date: Thu, 9 Jun 2005 10:05:56 -0500
28438              Message-ID: <20050609150556.GA30554@petdance.com>
28439      Branch: perl
28440            ! embed.fnc mg.c perly.c proto.h regcomp.c sv.c util.c
28441 ____________________________________________________________________________
28442 [ 24778] By: nicholas                              on 2005/06/09  10:36:53
28443         Log: More SvPV consting
28444      Branch: perl
28445            ! mg.c perlio.c pp_pack.c
28446 ____________________________________________________________________________
28447 [ 24777] By: nicholas                              on 2005/06/09  10:36:40
28448         Log: Don't ignore errors from an eval.
28449      Branch: perl
28450            ! t/op/pack.t
28451 ____________________________________________________________________________
28452 [ 24776] By: nicholas                              on 2005/06/09  09:23:55
28453         Log: Update API docs.
28454      Branch: perl
28455            ! pod/perlapi.pod
28456 ____________________________________________________________________________
28457 [ 24775] By: nicholas                              on 2005/06/09  09:22:18
28458         Log: Change perforce filetype from text to text+w (so regen.pl is happy)
28459      Branch: perl
28460            ! opnames.h reentr.c reentr.h
28461 ____________________________________________________________________________
28462 [ 24774] By: nicholas                              on 2005/06/09  09:15:55
28463         Log: reentr.pl should be using regen_lib.pl and unlinking files before it
28464              starts.
28465      Branch: perl
28466            ! reentr.pl
28467 ____________________________________________________________________________
28468 [ 24773] By: nicholas                              on 2005/06/09  08:59:21
28469         Log: Make minitest pass (must skip if no dynaloading)
28470      Branch: perl
28471            ! t/op/goto_xs.t
28472 ____________________________________________________________________________
28473 [ 24772] By: rgs                                   on 2005/06/09  08:12:03
28474         Log: Subject: [PATCH] pp_pack.c cleanup
28475              From: Andy Lester <andy@petdance.com>
28476              Date: Wed, 8 Jun 2005 10:23:53 -0500
28477              Message-ID: <20050608152353.GA6253@petdance.com>
28478      Branch: perl
28479            ! pp_pack.c
28480 ____________________________________________________________________________
28481 [ 24771] By: rgs                                   on 2005/06/09  07:59:09
28482         Log: Subject: [PATCH] perlfunc.pod: ioctl.ph
28483              From: Alexey Tourbin <at@altlinux.ru>
28484              Date: Wed, 8 Jun 2005 13:45:08 +0400
28485              Message-ID: <20050608094508.GJ5867@solemn.turbinal.org>
28486      Branch: perl
28487            ! pod/perlfunc.pod
28488 ____________________________________________________________________________
28489 [ 24770] By: rgs                                   on 2005/06/09  07:44:36
28490         Log: Subject: [PATCH] instead of unions use double cast for data pointer <-> function pointer
28491              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
28492              Date: Thu, 09 Jun 2005 08:50:56 +0300
28493              Message-ID: <42A7D8C0.1080104@gmail.com>
28494      Branch: perl
28495            ! ext/DynaLoader/dl_dlopen.xs perl.h sv.c toke.c
28496 ____________________________________________________________________________
28497 [ 24769] By: nicholas                              on 2005/06/08  22:48:00
28498         Log: More SvPV consting
28499      Branch: perl
28500            ! dump.c mg.c op.c pp_hot.c pp_sys.c regexec.c
28501 ____________________________________________________________________________
28502 [ 24768] By: nicholas                              on 2005/06/08  22:45:39
28503         Log: The old COW code needs to use SvPVX_mutable when doing copy-on-write.
28504      Branch: perl
28505            ! sv.c
28506 ____________________________________________________________________________
28507 [ 24767] By: nicholas                              on 2005/06/08  22:43:58
28508         Log: Add SvPV_mutable for use by the old COW code.
28509      Branch: perl
28510            ! sv.h
28511 ____________________________________________________________________________
28512 [ 24766] By: nicholas                              on 2005/06/08  20:32:35
28513         Log: sv_setsv is allowed to swipe buffers from read only scalars
28514      Branch: perl
28515            ! sv.c
28516 ____________________________________________________________________________
28517 [ 24765] By: nicholas                              on 2005/06/08  19:49:08
28518         Log: const-ize pp_formline
28519      Branch: perl
28520            ! pp_ctl.c
28521 ____________________________________________________________________________
28522 [ 24764] By: merijn                                on 2005/06/08  19:14:19
28523         Log: Cygwin fails to open $^X on many occasion here
28524              afile is still available from the previous test
28525      Branch: perl
28526            ! t/io/layers.t
28527 ____________________________________________________________________________
28528 [ 24763] By: nicholas                              on 2005/06/08  17:48:35
28529         Log: Remove repeated C<n_a>s
28530      Branch: perl
28531            ! perl.c
28532 ____________________________________________________________________________
28533 [ 24762] By: nicholas                              on 2005/06/08  17:48:17
28534         Log: Remove the n_a
28535      Branch: perl
28536            ! malloc.c
28537 ____________________________________________________________________________
28538 [ 24761] By: nicholas                              on 2005/06/08  16:02:54
28539         Log: Add and use MgPV_nolen_const
28540      Branch: perl
28541            ! mg.c mg.h
28542 ____________________________________________________________________________
28543 [ 24760] By: nicholas                              on 2005/06/08  15:39:40
28544         Log: Nuke some more n_a, and convert S_gv_ename from char * to const char *
28545      Branch: perl
28546            ! doop.c dump.c embed.fnc mg.c op.c pp_hot.c pp_pack.c pp_sys.c
28547            ! proto.h regcomp.c taint.c toke.c
28548 ____________________________________________________________________________
28549 [ 24759] By: nicholas                              on 2005/06/08  14:52:17
28550         Log: Allow a null length pointer to sv_pvn_force_flags.
28551              Add SvPV_force_nolen and use it to remove some C<n_a>s
28552      Branch: perl
28553            ! embed.fnc pp.c pp_ctl.c proto.h sv.c sv.h
28554 ____________________________________________________________________________
28555 [ 24758] By: nicholas                              on 2005/06/08  13:43:23
28556         Log: n_a no more
28557      Branch: perl
28558            ! perl.c pp_ctl.c pp_sys.c universal.c
28559 ____________________________________________________________________________
28560 [ 24757] By: nicholas                              on 2005/06/08  11:00:54
28561         Log: Eliminate more C<n_a>s
28562      Branch: perl
28563            ! XSUB.h pp.h
28564 ____________________________________________________________________________
28565 [ 24756] By: nicholas                              on 2005/06/08  11:00:33
28566         Log: A mising cast (given that rx->subbeg is only char *)
28567      Branch: perl
28568            ! pp_hot.c
28569 ____________________________________________________________________________
28570 [ 24755] By: nicholas                              on 2005/06/08  10:08:01
28571         Log: s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
28572      Branch: perl
28573            ! dump.c embed.fnc embed.h ext/B/t/bytecode.t
28574            ! ext/Devel/PPPort/parts/embed.fnc makedef.pl mg.c pad.c
28575            ! pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c regexp.h sv.c
28576            ! sv.h
28577 ____________________________________________________________________________
28578 [ 24754] By: rgs                                   on 2005/06/08  09:19:18
28579         Log: Subject: [PATCH] regexec.c utf8 loading
28580              From: Andy Lester <andy@petdance.com>
28581              Date: Wed, 8 Jun 2005 00:03:32 -0500
28582              Message-ID: <20050608050332.GA31059@petdance.com>
28583      Branch: perl
28584            ! regexec.c
28585 ____________________________________________________________________________
28586 [ 24753] By: rgs                                   on 2005/06/08  09:12:17
28587         Log: Subject: Re: FindBin.pm: incomplete getcwd/cwd patch and SELinux (Strict policy)
28588              From: José Pedro Oliveira <jpo@di.uminho.pt>
28589              Date: Tue, 07 Jun 2005 21:07:42 +0100
28590              Message-ID: <42A5FE8E.3020608@di.uminho.pt>
28591      Branch: perl
28592            ! lib/FindBin.pm
28593 ____________________________________________________________________________
28594 [ 24752] By: nicholas                              on 2005/06/08  09:09:52
28595         Log: One more SvPV_const
28596      Branch: perl
28597            ! pp.c
28598 ____________________________________________________________________________
28599 [ 24751] By: nicholas                              on 2005/06/08  09:09:28
28600         Log: Don't test the core XS code yet with PERL_DEBUG_COW > 1
28601      Branch: perl
28602            ! sv.h
28603 ____________________________________________________________________________
28604 [ 24750] By: nicholas                              on 2005/06/08  08:50:06
28605         Log: Remove two more unused C<n_a>s
28606      Branch: perl
28607            ! pp_sys.c
28608 ____________________________________________________________________________
28609 [ 24749] By: nicholas                              on 2005/06/08  08:49:32
28610         Log: Better sv_2pv_flags implementation (avoid writing to n_a)
28611      Branch: perl
28612            ! sv.c
28613 ____________________________________________________________________________
28614 [ 24748] By: nicholas                              on 2005/06/08  08:07:05
28615         Log: Convert POPpx POPpconstx and POPpbytex to use nolen macros.
28616              Elminate a lot of C<n_a>s
28617      Branch: perl
28618            ! pp.h pp_ctl.c pp_sys.c
28619 ____________________________________________________________________________
28620 [ 24747] By: nicholas                              on 2005/06/08  08:05:47
28621         Log: Add SvPVx_nolen and SvPVbytex_nolen
28622      Branch: perl
28623            ! sv.h
28624 ____________________________________________________________________________
28625 [ 24746] By: nicholas                              on 2005/06/08  08:04:53
28626         Log: More SvPV consting
28627      Branch: perl
28628            ! perly.act perly.y
28629 ____________________________________________________________________________
28630 [ 24745] By: rgs                                   on 2005/06/08  06:51:48
28631         Log: Mark a static function as static
28632      Branch: perl
28633            ! utf8.c
28634 ____________________________________________________________________________
28635 [ 24744] By: nicholas                              on 2005/06/07  22:22:34
28636         Log: More SvPV consting
28637      Branch: perl
28638            ! doop.c pp.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regexec.c
28639            ! sv.c toke.c
28640 ____________________________________________________________________________
28641 [ 24743] By: nicholas                              on 2005/06/07  21:16:13
28642         Log: More SvPV consting
28643      Branch: perl
28644            ! doop.c mg.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
28645            ! sv.c
28646 ____________________________________________________________________________
28647 [ 24742] By: nicholas                              on 2005/06/07  19:45:13
28648         Log: More consting of SvPV
28649      Branch: perl
28650            ! embed.fnc pp_ctl.c proto.h sv.c
28651 ____________________________________________________________________________
28652 [ 24741] By: rgs                                   on 2005/06/07  19:30:35
28653         Log: The definition of SvPVx_nolen_const is missing for non GNU-C compilers
28654      Branch: perl
28655            ! sv.h
28656 ____________________________________________________________________________
28657 [ 24740] By: nicholas                              on 2005/06/07  18:38:39
28658         Log: More SvPV consting.
28659      Branch: perl
28660            ! doio.c doop.c gv.c mg.c perlio.c pp.c pp_ctl.c pp_hot.c
28661            ! pp_pack.c pp_sys.c sv.c toke.c universal.c util.c
28662 ____________________________________________________________________________
28663 [ 24739] By: nicholas                              on 2005/06/07  18:33:08
28664         Log: Add SvPV_nolen_const and SvPV_nomg_const
28665      Branch: perl
28666            ! sv.h
28667 ____________________________________________________________________________
28668 [ 24738] By: nicholas                              on 2005/06/07  18:32:44
28669         Log: Add MgPV_const
28670      Branch: perl
28671            ! mg.h
28672 ____________________________________________________________________________
28673 [ 24737] By: rgs                                   on 2005/06/07  18:07:41
28674         Log: Remove unused variable (thanks to Andy's lint)
28675      Branch: perl
28676            ! mg.c
28677 ____________________________________________________________________________
28678 [ 24736] By: nicholas                              on 2005/06/07  17:35:10
28679         Log: Change 24733 allows several pointers to be NULL. Therefore this
28680              should be reflected in their attributes.
28681      Branch: perl
28682            ! embed.fnc proto.h
28683 ____________________________________________________________________________
28684 [ 24735] By: rgs                                   on 2005/06/07  17:03:16
28685         Log: Subject: [PATCH] Random cleanups #47
28686              From: Andy Lester <andy@petdance.com>
28687              Date: Mon, 6 Jun 2005 10:11:07 -0500
28688              Message-ID: <20050606151107.GC7022@petdance.com>
28689      Branch: perl
28690            ! Makefile.SH README.aix embed.fnc hv.c numeric.c op.c pad.c
28691            ! pod/perldebug.pod pp_ctl.c proto.h sv.c toke.c util.c
28692 ____________________________________________________________________________
28693 [ 24734] By: rgs                                   on 2005/06/07  15:58:23
28694         Log: make some more functions static
28695              
28696              Subject: [PATCH] B/C/C.xs: static my_runops()
28697              Message-ID: <20050604232451.GT5867@solemn.turbinal.org>
28698              
28699              Subject: [PATCH] Devel/Peek/Peek.xs: make plain C functions static
28700              Message-ID: <20050604232952.GU5867@solemn.turbinal.org>
28701              
28702              Subject: [PATCH] File/Glob/Glob.xs: errfunc() should be static
28703              Message-ID: <20050604233414.GV5867@solemn.turbinal.org>
28704              
28705              all being :
28706              From: Alexey Tourbin <at@altlinux.ru>
28707              Date: Sun, 5 Jun 2005
28708      Branch: perl
28709            ! ext/B/C/C.xs ext/Devel/Peek/Peek.xs ext/File/Glob/Glob.xs
28710 ____________________________________________________________________________
28711 [ 24733] By: nicholas                              on 2005/06/07  15:10:38
28712         Log: Simplify the implementation of SvPV*nolen functions
28713      Branch: perl
28714            ! sv.c sv.h
28715 ____________________________________________________________________________
28716 [ 24732] By: nicholas                              on 2005/06/07  14:57:35
28717         Log: Ensure string table counts are balanced. (Was not true in op/pack.t)
28718      Branch: perl
28719            ! sv.c sv.h
28720 ____________________________________________________________________________
28721 [ 24731] By: rgs                                   on 2005/06/07  14:44:55
28722         Log: Remove unneeded #ifdef VMS since VMS is not defined here anyway
28723              (spotted by Steve_p)
28724      Branch: perl
28725            ! util.c
28726 ____________________________________________________________________________
28727 [ 24730] By: rgs                                   on 2005/06/07  14:35:25
28728         Log: Subject: [PATCH] one more round of is_utf8_foo tuneup
28729              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
28730              Date: Sun, 05 Jun 2005 18:06:12 +0300
28731              Message-ID: <42A314E4.8060608@gmail.com>
28732      Branch: perl
28733            ! embed.fnc embed.h global.sym mg.c pod/perlapi.pod proto.h
28734            ! utf8.c utf8.h
28735 ____________________________________________________________________________
28736 [ 24729] By: rgs                                   on 2005/06/07  13:53:59
28737         Log: Subject: [PATCH] util.c: S_vdie_common() should be static
28738              From: Alexey Tourbin <at@altlinux.ru>
28739              Date: Sun, 5 Jun 2005 03:08:30 +0400
28740              Message-ID: <20050604230830.GS5867@solemn.turbinal.org>
28741      Branch: perl
28742            ! util.c
28743 ____________________________________________________________________________
28744 [ 24728] By: rgs                                   on 2005/06/07  13:15:45
28745         Log: Fix apidoc for newSVhek
28746      Branch: perl
28747            ! pod/perlapi.pod sv.c
28748 ____________________________________________________________________________
28749 [ 24727] By: nicholas                              on 2005/06/07  13:01:42
28750         Log: make pp_split const
28751      Branch: perl
28752            ! pp.c
28753 ____________________________________________________________________________
28754 [ 24726] By: nicholas                              on 2005/06/07  12:11:48
28755         Log: Lots of consting
28756      Branch: perl
28757            ! doio.c doop.c gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c pp_pack.c
28758            ! pp_sys.c
28759 ____________________________________________________________________________
28760 [ 24725] By: nicholas                              on 2005/06/07  12:08:58
28761         Log: The FBM compile code is mutable, because it's permissible to FBM
28762              compile a read-only value.
28763      Branch: perl
28764            ! util.c
28765 ____________________________________________________________________________
28766 [ 24724] By: nicholas                              on 2005/06/07  12:07:49
28767         Log: XS_VERSION_BOOTCHECK is read only.
28768      Branch: perl
28769            ! XSUB.h
28770 ____________________________________________________________________________
28771 [ 24723] By: nicholas                              on 2005/06/07  12:06:13
28772         Log: POPpx needs a const equivalent.
28773      Branch: perl
28774            ! pp.h
28775 ____________________________________________________________________________
28776 [ 24722] By: nicholas                              on 2005/06/07  12:03:56
28777         Log: Make a start at consting calls to SvPV. SV conversion and upgrade
28778              routines need to be mutable, as it's permitted to change the type of
28779              a READONLY SV, or cache the string or number conversion.
28780              Other routines are mostly const.
28781      Branch: perl
28782            ! sv.c
28783 ____________________________________________________________________________
28784 [ 24721] By: nicholas                              on 2005/06/07  12:00:09
28785         Log: Need const versions of SvPV(), so that its callers can indicate
28786              whether they are read/write or read only
28787              Also provide a mutable version, for the internals to use where it
28788              needs a non-const pointer, but will be writing. Callers of this are
28789              assumed to be aware of how copy on write is working, and to keep
28790              track of core changes.
28791              
28792              For now check that SVs are not READONLY when const versions are used.
28793              (with DEBUG_COW > 1). COW is going to have to be orthogonal to Perl's
28794              READONLY flag, but for now it provides a good test indicator.
28795      Branch: perl
28796            ! sv.h
28797 ____________________________________________________________________________
28798 [ 24720] By: rgs                                   on 2005/06/07  09:23:58
28799         Log: Subject: [PATCH] Re: [perl #36130] chr(-1) should probably return undef
28800              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
28801              Date: Mon, 06 Jun 2005 20:28:35 +0300
28802              Message-ID: <42A487C3.8010306@gmail.com>
28803      Branch: perl
28804            ! pod/perlfunc.pod pp.c t/op/chr.t
28805 ____________________________________________________________________________
28806 [ 24719] By: rgs                                   on 2005/06/07  09:02:23
28807         Log: Subject: RE: a bit of trouble with compiling with MSVC++ on Win32
28808              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
28809              Date: Tue, 7 Jun 2005 13:19:33 +0400 
28810              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12D462@itotest-1.spb.lucent.com>
28811      Branch: perl
28812            ! README.win32
28813 ____________________________________________________________________________
28814 [ 24718] By: rgs                                   on 2005/06/07  08:56:37
28815         Log: Subject: [perl #36193] crash in Perl_yyerror due to missing check for NULL 
28816              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
28817              Date: 6 Jun 2005 23:24:28 -0000
28818              Message-ID: <rt-3.0.11-36193-115243.12.1531563965146@perl.org>
28819      Branch: perl
28820            ! toke.c
28821 ____________________________________________________________________________
28822 [ 24717] By: merijn                                on 2005/06/07  08:18:59
28823         Log: Subject: [PATCH] Unvoid SvUPGRADE
28824              From: Andy Lester <andy@petdance.com>
28825              Date: Mon, 6 Jun 2005 23:08:50 -0500
28826              Message-ID: <20050607040850.GA7033@petdance.com>
28827      Branch: perl
28828            ! doio.c doop.c gv.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c
28829            ! scope.c sv.c sv.h toke.c util.c
28830 ____________________________________________________________________________
28831 [ 24716] By: nicholas                              on 2005/06/06  14:50:21
28832         Log: Abstract all access to the shared hash value through SvSHARED_HASH()
28833      Branch: perl
28834            ! hv.c pp_hot.c sv.c sv.h
28835 ____________________________________________________________________________
28836 [ 24715] By: nicholas                              on 2005/06/06  10:01:49
28837         Log: SvIsCOW_shared_hash is declared all the time, so use it.
28838      Branch: perl
28839            ! pp_hot.c
28840 ____________________________________________________________________________
28841 [ 24714] By: nicholas                              on 2005/06/06  09:08:45
28842         Log: Shared hash key scalars can be safely copied as shared hash key scalars
28843              all the time.
28844      Branch: perl
28845            ! sv.c
28846 ____________________________________________________________________________
28847 [ 24713] By: steveh                                on 2005/06/06  07:52:59
28848         Log: NORETURN_FUNCTION_END is not a complete statement
28849              
28850              (Fix compilation error following change #24702)
28851      Branch: perl
28852            ! ext/IO/IO.xs
28853 ____________________________________________________________________________
28854 [ 24712] By: steveh                                on 2005/06/06  07:47:06
28855         Log: We still need an "i" in the PERL_IMPLICIT_SYS case
28856              
28857              (Fix compilation error following change #24689)
28858      Branch: perl
28859            ! sv.c
28860 ____________________________________________________________________________
28861 [ 24711] By: merijn                                on 2005/06/06  06:18:51
28862         Log: Subject: [PATCH] Tru64: allow creating perl.pixie even with optimized Perl
28863              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
28864              Date: Sun, 05 Jun 2005 18:28:08 +0300
28865              Message-ID: <42A31A08.3070601@gmail.com>
28866      Branch: perl
28867            ! Makefile.SH
28868 ____________________________________________________________________________
28869 [ 24710] By: merijn                                on 2005/06/06  06:01:30
28870         Log: Subject: [PATCH] Re: blead attribute warnings, cygwin + gcc 3.4.1
28871              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28872              Date: Sun, 5 Jun 2005 20:43:55 -0700
28873              Message-ID: <20050606034354.GA1456@efn.org>
28874      Branch: perl
28875            ! cygwin/cygwin.c
28876 ____________________________________________________________________________
28877 [ 24709] By: rgs                                   on 2005/06/05  11:35:48
28878         Log: New test for getppid(), by Alexey Tourbin
28879      Branch: perl
28880            + t/op/getppid.t
28881            ! MANIFEST
28882 ____________________________________________________________________________
28883 [ 24708] By: rgs                                   on 2005/06/05  11:14:41
28884         Log: Subject: PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memory
28885              From: Salvador Fandiño <sfandino@yahoo.com>
28886              Date: Jun 5, 2005 4:25 AM
28887              Message-ID: <20050605022436.21982.qmail@lists.develooper.com>
28888      Branch: perl
28889            ! pp_sort.c
28890 ____________________________________________________________________________
28891 [ 24707] By: ams                                   on 2005/06/05  03:55:11
28892         Log: Subject: [PATCH] Fix minor bummer in 24706
28893              From: Andy Lester <andy@petdance.com>
28894              Date: Sat, 4 Jun 2005 23:09:04 -0500
28895              Message-Id: <20050605040904.GA27783@petdance.com>
28896      Branch: perl
28897            ! utf8.c
28898 ____________________________________________________________________________
28899 [ 24706] By: rgs                                   on 2005/06/04  16:55:27
28900         Log: Subject: [PATCH] further speeding up of is_utf8_string()
28901              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
28902              Date: Sat, 04 Jun 2005 13:40:15 +0300
28903              Message-ID: <42A1850F.4040109@gmail.com>
28904      Branch: perl
28905            + t/op/chr.t
28906            ! MANIFEST embed.fnc embed.h global.sym proto.h utf8.c
28907 ____________________________________________________________________________
28908 [ 24705] By: rgs                                   on 2005/06/04  16:49:33
28909         Log: Silence a const warning
28910      Branch: perl
28911            ! sv.c
28912 ____________________________________________________________________________
28913 [ 24704] By: rgs                                   on 2005/06/04  16:06:38
28914         Log: Improve FindBin discovery of current directory, based on :
28915              
28916              Subject: FindBin.pm: incomplete getcwd/cwd patch? (#24375, #24379)
28917              From: José Pedro Oliveira <jpo@di.uminho.pt>
28918              Date: Thu, 12 May 2005 20:36:48 +0100
28919              Message-ID: <4283B050.6080805@di.uminho.pt>
28920              
28921              Plus POD fixes
28922      Branch: perl
28923            ! lib/FindBin.pm
28924 ____________________________________________________________________________
28925 [ 24703] By: rgs                                   on 2005/06/04  07:16:11
28926         Log: Simplify the getppid code, by Alexey Tourbin
28927      Branch: perl
28928            ! pp_sys.c
28929 ____________________________________________________________________________
28930 [ 24702] By: rgs                                   on 2005/06/03  22:22:43
28931         Log: Subject: [PATCH] Consting IO and Devel::Peek
28932              From: Andy Lester <andy@petdance.com>
28933              Reply-To: Perl 5 Porters <perl5-porters@perl.org>
28934              Message-ID: <20050531212621.GA12117@petdance.com>
28935      Branch: perl
28936            ! ext/Devel/Peek/Peek.xs ext/IO/IO.xs
28937 ____________________________________________________________________________
28938 [ 24701] By: rgs                                   on 2005/06/03  22:07:57
28939         Log: Subject: [PATCH] Clean up UNI* macros in toke.c
28940              From: Andy Lester <andy@petdance.com>
28941              Date: Jun 3, 2005 7:14 PM
28942              Message-ID: <20050603171448.GA5834@petdance.com>
28943      Branch: perl
28944            ! toke.c
28945 ____________________________________________________________________________
28946 [ 24700] By: rgs                                   on 2005/06/03  21:48:16
28947         Log: Subject: B::Concise torture
28948              From: Jim Cromie <jcromie@divsol.com>
28949              Date: Jun 2, 2005 6:36 AM
28950              Message-ID: <429E8CBE.406@divsol.com>
28951              (with formatting nits)
28952      Branch: perl
28953            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t ext/B/t/concise.t
28954 ____________________________________________________________________________
28955 [ 24699] By: rgs                                   on 2005/06/03  21:07:03
28956         Log: Subject: Re: [PATCH] Improved ICMP_UNREACHABLE handling in Net::Ping
28957              From: Gisle Aas <gisle@activestate.com>
28958              Date: 03 Jun 2005 09:17:44 -0700
28959              Message-ID: <lry89rfm8n.fsf_-_@caliper.activestate.com>
28960      Branch: perl
28961            ! lib/Net/Ping.pm
28962 ____________________________________________________________________________
28963 [ 24698] By: nicholas                              on 2005/06/03  12:00:01
28964         Log: Use newSVhek in the cloning code.
28965      Branch: perl
28966            ! sv.c
28967 ____________________________________________________________________________
28968 [ 24697] By: nicholas                              on 2005/06/03  11:06:36
28969         Log: Use newSVhek where we're generating SVs from package names
28970      Branch: perl
28971            ! op.c pp.c sv.c toke.c
28972 ____________________________________________________________________________
28973 [ 24696] By: nicholas                              on 2005/06/03  10:03:21
28974         Log: s/newSVpv_hek/newSVhek/g; # Lousy choice of name
28975      Branch: perl
28976            ! embed.fnc embed.h hv.c proto.h sv.c
28977 ____________________________________________________________________________
28978 [ 24694] By: rgs                                   on 2005/06/03  09:57:26
28979         Log: Bump version number
28980      Branch: perl
28981            ! ext/Devel/DProf/DProf.pm
28982 ____________________________________________________________________________
28983 [ 24693] By: rgs                                   on 2005/06/03  09:52:21
28984         Log: Subject: Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer"
28985              From: Duncan Findlay <duncf@debian.org>
28986              Date: Wed, 1 Jun 2005 12:18:08 -0400
28987              Message-ID: <20050601161808.GA17294@duncf.mine.nu>
28988      Branch: perl
28989            ! utils/dprofpp.PL
28990 ____________________________________________________________________________
28991 [ 24692] By: nicholas                              on 2005/06/03  09:37:21
28992         Log: Create newSVpv_hek to reduce code duplication where HEKs need to be
28993              turned into SVs
28994      Branch: perl
28995            ! embed.fnc embed.h global.sym hv.c sv.c
28996 ____________________________________________________________________________
28997 [ 24691] By: rgs                                   on 2005/06/03  09:29:36
28998         Log: POD fixes
28999      Branch: perl
29000            ! pod/perlfunc.pod
29001 ____________________________________________________________________________
29002 [ 24690] By: rgs                                   on 2005/06/03  08:37:42
29003         Log: Subject: Re: Should while ( <$fh> ) and while (< $fh >) do the same thing?
29004              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29005              Date: Thu, 2 Jun 2005 11:49:11 -0700
29006              Message-ID: <20050602184911.GA3292@efn.org>
29007      Branch: perl
29008            ! pod/perlop.pod
29009 ____________________________________________________________________________
29010 [ 24689] By: rgs                                   on 2005/06/03  08:31:26
29011         Log: Subject: [PATCH] Random consting
29012              From: Andy Lester <andy@petdance.com>
29013              Date: Thu, 2 Jun 2005 12:19:43 -0500
29014              Message-ID: <20050602171943.GA16553@petdance.com>
29015      Branch: perl
29016            ! doio.c dump.c embed.fnc embed.h global.sym gv.c hv.c malloc.c
29017            ! perl.c perlio.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
29018            ! util.c
29019 ____________________________________________________________________________
29020 [ 24688] By: steveh                                on 2005/06/03  08:12:45
29021         Log: Subject: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
29022              From: "Jan Dubois" <jand@ActiveState.com>
29023              Date: Mon, 18 Apr 2005 20:16:24 -0700
29024              Message-Id: <200504190311.j3J3BM4p001792@smtp3.ActiveState.com>
29025              
29026              Subject: RE: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
29027              From: "Jan Dubois" <jand@ActiveState.com>
29028              Date: Tue, 19 Apr 2005 01:49:51 -0700
29029              Message-Id: <200504190844.j3J8inkW032630@smtp3.ActiveState.com>
29030              
29031              (There was no reply from Rob Brown in over a month, so commit to blead
29032              for now.  I'll email him again...)
29033      Branch: perl
29034            ! lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
29035            ! lib/Net/Ping/t/500_ping_icmp.t
29036 ____________________________________________________________________________
29037 [ 24687] By: rgs                                   on 2005/06/03  08:08:25
29038         Log: Subject: [PATCH] speed up is_utf8_char()
29039              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
29040              Date: Thu, 02 Jun 2005 21:52:46 +0300
29041              Message-ID: <429F557E.3090007@gmail.com>
29042      Branch: perl
29043            ! utf8.c utf8.h
29044 ____________________________________________________________________________
29045 [ 24686] By: rgs                                   on 2005/06/03  08:04:25
29046         Log: Subject: [PATCH] Quotes in pod/*.pod
29047              From: Andy Lester <andy@petdance.com>
29048              Date: Thu, 2 Jun 2005 16:19:54 -0500
29049              Message-ID: <20050602211954.GA22107@petdance.com>
29050      Branch: perl
29051            ! Porting/pumpkin.pod README.cygwin README.hurd README.mint
29052            ! README.os390 README.vmesa pod/perlfaq.pod pod/perlfaq3.pod
29053            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
29054            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlgpl.pod
29055            ! pod/perlhack.pod pod/perlipc.pod pod/perllocale.pod
29056            ! pod/perlport.pod pod/perlre.pod pod/perlref.pod
29057            ! pod/perlthrtut.pod
29058 ____________________________________________________________________________
29059 [ 24685] By: rgs                                   on 2005/06/03  07:59:48
29060         Log: Indent fix
29061      Branch: perl
29062            ! pod/perlfaq7.pod
29063 ____________________________________________________________________________
29064 [ 24684] By: rgs                                   on 2005/06/03  07:58:10
29065         Log: FAQ sync
29066      Branch: perl
29067            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
29068            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
29069            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
29070 ____________________________________________________________________________
29071 [ 24683] By: rgs                                   on 2005/06/03  07:45:21
29072         Log: Subject: [PATCH] symbian/xsbuild.pl
29073              From: <jarkko.hietaniemi@nokia.com>
29074              Date: Fri, 3 Jun 2005 11:00:01 +0300
29075              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A225@esebe105.NOE.Nokia.com>
29076      Branch: perl
29077            ! symbian/xsbuild.pl
29078 ____________________________________________________________________________
29079 [ 24682] By: rgs                                   on 2005/06/03  07:43:52
29080         Log: Subject: [PATCH] SvPVX_const() - patch #4
29081              From: Steve Peters <steve@fisharerojo.org>
29082              Date: Thu, 2 Jun 2005 13:41:35 -0500
29083              Message-ID: <20050602184135.GA13682@mccoy.peters.homeunix.org>
29084      Branch: perl
29085            ! embed.fnc pod/perlapi.pod proto.h regcomp.c regexec.c sv.c
29086 ____________________________________________________________________________
29087 [ 24681] By: rgs                                   on 2005/06/02  16:44:51
29088         Log: Subject: Re: [patch] teach B::Concise to see XS code
29089              From: Jim Cromie <jcromie@divsol.com>
29090              Date: Wed, 01 Jun 2005 08:01:17 -0600
29091              Message-ID: <429DBFAD.1090308@divsol.com>
29092      Branch: perl
29093            ! ext/B/B/Concise.pm ext/B/t/concise.t
29094 ____________________________________________________________________________
29095 [ 24680] By: nicholas                              on 2005/06/02  16:40:58
29096         Log: Integrate perl587delta.pod, the changes in perlhist.pod, and update
29097              the relevant makefiles and tables-of-contents to reflect this.
29098      Branch: perl
29099           +> pod/perl587delta.pod
29100           !> MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perlhist.pod
29101           !> pod/perltoc.pod vms/descrip_mms.template win32/Makefile
29102           !> win32/makefile.mk win32/pod.mak
29103 ____________________________________________________________________________
29104 [ 24679] By: steveh                                on 2005/06/02  15:57:13
29105         Log: Subject: DynaLoader dl_unload_file for win32 ( dl_win32.xs )
29106              From: DH <crazyinsomniac@yahoo.com>
29107              Date: Tue, 31 May 2005 08:33:27 -0700 (PDT)
29108              Message-ID: <20050531153327.85145.qmail@unknown-209-73-178-237.yahoo.com>
29109              
29110              (with a couple of minor tweaks)
29111      Branch: perl
29112            ! win32/dl_win32.xs
29113 ____________________________________________________________________________
29114 [ 24678] By: nicholas                              on 2005/06/02  15:10:54
29115         Log: Dave can see a better way of doing the rounding.
29116      Branch: perl
29117            ! handy.h
29118 ____________________________________________________________________________
29119 [ 24677] By: nicholas                              on 2005/06/02  14:42:20
29120         Log: 24672 is innocent. valgrind + perl's malloc considered harmful.
29121      Branch: perl
29122            ! toke.c
29123 ____________________________________________________________________________
29124 [ 24676] By: nicholas                              on 2005/06/02  13:36:01
29125         Log: Changes 24660 and 24665 both introduced errors into the USEMYMALLOC
29126              code. Plus change 24672 appears to break under USEMYMALLOC, so revert
29127              it for now.
29128      Branch: perl
29129            ! hv.c sv.c toke.c
29130 ____________________________________________________________________________
29131 [ 24675] By: rgs                                   on 2005/06/02  11:19:02
29132         Log: Upgrade to ExtUtils::CBuilder 0.12 and ExtUtils::ParseXS 2.10
29133      Branch: perl
29134            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
29135            ! lib/ExtUtils/CBuilder/Platform/Unix.pm
29136            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
29137            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
29138            ! lib/ExtUtils/CBuilder/Platform/aix.pm
29139            ! lib/ExtUtils/CBuilder/Platform/cygwin.pm
29140            ! lib/ExtUtils/CBuilder/Platform/darwin.pm
29141            ! lib/ExtUtils/CBuilder/Platform/os2.pm lib/ExtUtils/ParseXS.pm
29142 ____________________________________________________________________________
29143 [ 24674] By: rgs                                   on 2005/06/02  09:39:26
29144         Log: CPP typo fix (by Dominic Dunlop)
29145      Branch: perl
29146            ! perl.c
29147 ____________________________________________________________________________
29148 [ 24673] By: nicholas                              on 2005/06/02  09:29:48
29149         Log: Oops. My maths was too generous (by 1).
29150      Branch: perl
29151            ! handy.h
29152 ____________________________________________________________________________
29153 [ 24672] By: nicholas                              on 2005/06/02  09:24:17
29154         Log: Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensive
29155              macro.
29156      Branch: perl
29157            ! toke.c
29158 ____________________________________________________________________________
29159 [ 24671] By: rgs                                   on 2005/06/02  09:06:39
29160         Log: Fix changed diagnostic
29161      Branch: perl
29162            ! pod/perldiag.pod
29163 ____________________________________________________________________________
29164 [ 24670] By: ams                                   on 2005/06/02  08:44:41
29165         Log: Subject: [PATCH] SvPVX_const() - part 3 ... and const'ing Storable
29166              From: Steve Peters <steve@fisharerojo.org>
29167              Date: Tue, 31 May 2005 09:55:43 -0500
29168              Message-Id: <20050531145543.GA8051@mccoy.peters.homeunix.org>
29169      Branch: perl
29170            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
29171            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
29172            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/via/via.xs
29173            ! ext/Storable/Storable.xs pp_hot.c pp_pack.c pp_sys.c scope.c
29174 ____________________________________________________________________________
29175 [ 24669] By: rgs                                   on 2005/06/02  08:17:29
29176         Log: Subject: [PATCH] use lengths in sv_setpv() calls
29177              From: Andy Lester <andy@petdance.com>
29178              Date: Wed, 1 Jun 2005 23:16:56 -0500
29179              Message-ID: <20050602041656.GA3000@petdance.com>
29180      Branch: perl
29181            ! gv.c sv.c util.c
29182 ____________________________________________________________________________
29183 [ 24668] By: merijn                                on 2005/06/02  08:02:23
29184         Log: New HW model; more on threads for 10.20
29185      Branch: perl
29186            ! README.hpux
29187 ____________________________________________________________________________
29188 [ 24667] By: merijn                                on 2005/06/02  07:52:09
29189         Log: HP-UX specific #pragma entered in #23890 is not supported
29190              on HP-UX 10.20 and older
29191      Branch: perl
29192            ! perl.c
29193 ____________________________________________________________________________
29194 [ 24666] By: merijn                                on 2005/06/02  07:39:30
29195         Log: Subject: [PATCH] Quotes fixed, see also perl #36079
29196              From: Andy Lester <andy@petdance.com>
29197              Date: Thu, 2 Jun 2005 00:02:38 -0500
29198              Message-ID: <20050602050238.GA4001@petdance.com>
29199      Branch: perl
29200            ! av.c doio.c gv.c malloc.c perl.c perl.h perly.c
29201            ! pod/perldiag.pod pp_sort.c pp_sys.c regcomp.c regexec.c
29202            ! scope.h thrdvar.h toke.c util.c
29203 ____________________________________________________________________________
29204 [ 24665] By: nicholas                              on 2005/06/01  20:46:02
29205         Log: Round up all string length requests to malloc()/realloc() to the next
29206              multiple of 4/8 bytes [sizeof(size_t)] on the assumption that malloc()
29207              internally will quantise, and so we're going to use space that
29208              otherwise would be wasted. Hopefully this will save realloc()ing.
29209      Branch: perl
29210            ! ext/Devel/Peek/t/Peek.t handy.h perl.h sv.c
29211 ____________________________________________________________________________
29212 [ 24664] By: nicholas                              on 2005/06/01  20:42:29
29213         Log: I think SvCUR() was intended rather than SvLEN()
29214      Branch: perl
29215            ! ext/Storable/Storable.xs
29216 ____________________________________________________________________________
29217 [ 24663] By: nicholas                              on 2005/06/01  15:40:57
29218         Log: We don't have XRVs any more, so remove the typedef
29219      Branch: perl
29220            ! perl.h
29221 ____________________________________________________________________________
29222 [ 24662] By: nicholas                              on 2005/06/01  15:23:02
29223         Log: Zero-ing the new HV array is pointless, as we write to every element.
29224              Also avoid calling into he_dup when the HE is 0, to save the function
29225              call overhead.
29226      Branch: perl
29227            ! sv.c
29228 ____________________________________________________________________________
29229 [ 24661] By: nicholas                              on 2005/06/01  15:08:02
29230         Log: As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the type should be
29231              char rather than HE *. Bug was harmless, overallocating by a factor
29232              of sizeof(HE *)
29233      Branch: perl
29234            ! hv.c
29235 ____________________________________________________________________________
29236 [ 24660] By: nicholas                              on 2005/06/01  14:33:14
29237         Log: Store the xhv_aux structure after the main array.
29238              This reduces the size of HV bodies from 24 to 20 bytes on a 32 bit
29239              build. It has the side effect of defined %symbol_table:: now always
29240              being true. defined %hash is already deprecated.
29241      Branch: perl
29242            ! hv.c hv.h sv.c sv.h t/op/magic.t
29243 ____________________________________________________________________________
29244 [ 24659] By: nicholas                              on 2005/06/01  14:28:38
29245         Log: If we're building config_heavy.pl somewhere else, then we need to
29246              require it, not something (or maybe nothing) in the correct place.
29247      Branch: perl
29248            ! configpm
29249 ____________________________________________________________________________
29250 [ 24658] By: rgs                                   on 2005/06/01  14:16:32
29251         Log: Revert change #24656
29252      Branch: perl
29253            ! Makefile.SH
29254 ____________________________________________________________________________
29255 [ 24657] By: nicholas                              on 2005/06/01  09:19:46
29256         Log: Following the head refactoring, the Newz doesn't clear the SvPVX
29257              So PL_mess_sv contained an uninitialised value.
29258      Branch: perl
29259            ! util.c
29260 ____________________________________________________________________________
29261 [ 24656] By: rgs                                   on 2005/06/01  09:12:37
29262         Log: Subject: [PATCH] eliminate always running mktables
29263              From: Robin Barker <Robin.Barker@npl.co.uk>
29264              Date: Wed, 1 Jun 2005 09:55:16 +0100 
29265              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6B8@hotel.npl.co.uk>
29266      Branch: perl
29267            ! Makefile.SH
29268 ____________________________________________________________________________
29269 [ 24655] By: rgs                                   on 2005/06/01  09:09:35
29270         Log: Don't touch lib/ExtUtils/Miniperl.pm when rebuild identically
29271      Branch: perl
29272            ! Makefile.SH
29273 ____________________________________________________________________________
29274 [ 24654] By: rgs                                   on 2005/06/01  08:18:46
29275         Log: Subject: [PATCH] Re: [patch] teach B::Concise to see XS code
29276              From: Stephen McCamant <smcc@mit.edu>
29277              Date: Sat, 21 May 2005 21:52:31 -0700
29278              Message-ID: <17040.4111.265639.434150@apocalypse.OCF.Berkeley.EDU>
29279              
29280              Correctly nullify CvSTART when undef'ing a CV
29281      Branch: perl
29282            ! op.c
29283 ____________________________________________________________________________
29284 [ 24653] By: rgs                                   on 2005/06/01  07:56:50
29285         Log: Subject: Re: [patch] teach B::Concise to see XS code
29286              From: Jim Cromie <jcromie@divsol.com>
29287              Date: Sat, 21 May 2005 09:24:24 -0600
29288              Message-ID: <428F52A8.20702@divsol.com>
29289      Branch: perl
29290            + ext/B/t/concise-xs.t
29291            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t
29292 ____________________________________________________________________________
29293 [ 24652] By: rgs                                   on 2005/06/01  07:39:38
29294         Log: Subject: [PATCH] Speed up lib/unicore/mktables by 45%
29295              From: Andy Lester <andy@petdance.com>
29296              Date: Tue, 31 May 2005 12:39:00 -0500
29297              Message-ID: <20050531173900.GA9820@petdance.com>
29298      Branch: perl
29299            ! lib/unicore/mktables
29300 ____________________________________________________________________________
29301 [ 24651] By: rgs                                   on 2005/05/31  20:34:44
29302         Log: Remove duplicated line
29303      Branch: perl
29304            ! lib/Module/CoreList.pm
29305 ____________________________________________________________________________
29306 [ 24650] By: rgs                                   on 2005/05/31  20:31:55
29307         Log: Upgrade to Module::CoreList 2.02
29308      Branch: perl
29309            ! lib/Module/CoreList.pm
29310 ____________________________________________________________________________
29311 [ 24649] By: nicholas                              on 2005/05/31  12:03:30
29312         Log: Attempt 2 at a diet memory layout can go live.
29313      Branch: perl
29314            ! av.h hv.h
29315 ____________________________________________________________________________
29316 [ 24648] By: nicholas                              on 2005/05/31  10:40:01
29317         Log: Avoid updating a variable in a loop.
29318              Only calculate the number of links in a hash bucket chain if we really
29319              need it.
29320      Branch: perl
29321            ! hv.c
29322 ____________________________________________________________________________
29323 [ 24646] By: nicholas                              on 2005/05/31  10:02:12
29324         Log: Avoid updating a variable in the loop
29325      Branch: perl
29326            ! hv.c
29327 ____________________________________________________________________________
29328 [ 24645] By: rgs                                   on 2005/05/31  09:13:34
29329         Log: Subject: [PATCH] ByteLoader.xs cleanup
29330              From: Andy Lester <andy@petdance.com>
29331              Date: Mon, 30 May 2005 22:28:36 -0500
29332              Message-ID: <20050531032836.GA32198@petdance.com>
29333      Branch: perl
29334            ! ext/ByteLoader/ByteLoader.xs
29335 ____________________________________________________________________________
29336 [ 24644] By: merijn                                on 2005/05/31  05:41:24
29337         Log: Add DECC to the symbol list
29338              Subject: [PATCH]lette Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
29339              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29340              Date: Mon, 30 May 2005 16:33:15 -0700
29341              Message-ID: <20050530233315.GA3088@efn.org>
29342      Branch: perl
29343            ! Configure
29344 ____________________________________________________________________________
29345 [ 24642] By: davem                                 on 2005/05/30  23:37:15
29346         Log: add pointer to email explaining why eval {goto &foo} is banned
29347      Branch: perl
29348            ! pp_ctl.c
29349 ____________________________________________________________________________
29350 [ 24638] By: nicholas                              on 2005/05/30  21:02:34
29351         Log: Change the logic to avoid needing to set a variable during the loop
29352      Branch: perl
29353            ! hv.c
29354 ____________________________________________________________________________
29355 [ 24633] By: nicholas                              on 2005/05/30  13:01:27
29356         Log: Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_get()
29357      Branch: perl
29358            ! hv.c
29359 ____________________________________________________________________________
29360 [ 24631] By: rgs                                   on 2005/05/30  11:54:23
29361         Log: Upgrade to PathTools 3.08
29362      Branch: perl
29363            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
29364 ____________________________________________________________________________
29365 [ 24630] By: merijn                                on 2005/05/30  11:07:45
29366         Log: gcc hints were not yet applied to gcc-4.x
29367              Now they are
29368      Branch: perl
29369            ! hints/hpux.sh
29370 ____________________________________________________________________________
29371 [ 24629] By: rgs                                   on 2005/05/30  11:07:15
29372         Log: Subject: [perl #36037] Perl 5.8.7-RC1 build problems on LynxOS 
29373              From: Olli Savia (via RT) <perlbug-followup@perl.org>
29374              Date: 30 May 2005 10:59:35 -0000
29375              Message-ID: <rt-3.0.11-36037-113779.5.23037641993746@perl.org>
29376      Branch: perl
29377            ! util.c
29378 ____________________________________________________________________________
29379 [ 24628] By: merijn                                on 2005/05/30  10:28:06
29380         Log: regen after #24627
29381      Branch: perl
29382            ! perlapi.h
29383 ____________________________________________________________________________
29384 [ 24627] By: merijn                                on 2005/05/30  10:19:09
29385         Log: Subject: Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
29386              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
29387              Date: Mon, 30 May 2005 09:15:56 +0300
29388              Message-ID: <429AAF9C.30503@gmail.com>
29389      Branch: perl
29390            ! embed.pl ext/DynaLoader/dl_dlopen.xs perl.h sv.c
29391 ____________________________________________________________________________
29392 [ 24626] By: rgs                                   on 2005/05/30  08:54:51
29393         Log: Subject: [PATCH] Teeny optimization in S_hv_magic_check
29394              From: Andy Lester <andy@petdance.com>
29395              Date: Tue, 24 May 2005 11:41:15 -0500
29396              Message-ID: <20050524164115.GA12027@petdance.com>
29397      Branch: perl
29398            ! hv.c
29399 ____________________________________________________________________________
29400 [ 24625] By: rgs                                   on 2005/05/30  08:48:12
29401         Log: Subject: [PATCH] More embed.fnc strictures, plus consting and localizing
29402              From: Andy Lester <andy@petdance.com>
29403              Date: Tue, 24 May 2005 11:47:22 -0500
29404              Message-ID: <20050524164722.GC12027@petdance.com>
29405              
29406              Subject: [PATCH] Remove unused casts
29407              From: Andy Lester <andy@petdance.com>
29408              Date: Tue, 24 May 2005 11:42:18 -0500
29409              Message-ID: <20050524164218.GB12027@petdance.com>
29410      Branch: perl
29411            ! embed.fnc op.c pp_sys.c proto.h regcomp.c regexec.c scope.c
29412            ! sv.c
29413 ____________________________________________________________________________
29414 [ 24624] By: rgs                                   on 2005/05/30  08:11:30
29415         Log: Minor grammar fix by Uri Guttman
29416      Branch: perl
29417            ! pod/perlre.pod
29418 ____________________________________________________________________________
29419 [ 24623] By: rgs                                   on 2005/05/30  08:08:47
29420         Log: Subject: [PATCH] perlrun.pod -w description typo
29421              From: Offer Kaye <offer.kaye@gmail.com>
29422              Date: Mon, 30 May 2005 11:27:38 +0300
29423              Message-ID: <569425050530012768a9baca@mail.gmail.com>
29424      Branch: perl
29425            ! pod/perlrun.pod
29426 ____________________________________________________________________________
29427 [ 24622] By: rgs                                   on 2005/05/30  07:45:09
29428         Log: Subject: [PATCH] Minor warning squashings
29429              From: Andy Lester <andy@petdance.com>
29430              Date: Sun, 29 May 2005 00:19:06 -0500
29431              Message-Id: <740ea3aca85400c6d03e945323badad4@petdance.com>
29432              
29433              Subject: [PATCH] Consting in Opcode.xs
29434              From: Andy Lester <andy@petdance.com>
29435              Date: Sun, 29 May 2005 11:23:50 -0500
29436              Message-ID: <20050529162350.GA13965@petdance.com>
29437              
29438              Subject: [PATCH] consting attrs.xs
29439              From: Andy Lester <andy@petdance.com>
29440              Date: Sun, 29 May 2005 14:15:46 -0500
29441              Message-ID: <20050529191546.GA15581@petdance.com>
29442              
29443              Subject: [PATCH] consting B.xs
29444              From: Andy Lester <andy@petdance.com>
29445              Date: Sun, 29 May 2005 15:09:24 -0500
29446              Message-ID: <20050529200924.GA15873@petdance.com>
29447      Branch: perl
29448            ! embed.fnc ext/B/B.xs ext/Opcode/Opcode.xs ext/attrs/attrs.xs
29449            ! perlio.c pp_sys.c proto.h regcomp.c utf8.c
29450 ____________________________________________________________________________
29451 [ 24621] By: nicholas                              on 2005/05/30  07:43:05
29452         Log: Need a cast to avoid a compiler warning.
29453      Branch: perl
29454            ! ext/ByteLoader/bytecode.h
29455 ____________________________________________________________________________
29456 [ 24619] By: nicholas                              on 2005/05/29  19:35:38
29457         Log: Goodbye xav_arylen. You won't be missed that much.
29458              So now there's a buy 5 get one free offer on PVAV bodies.
29459      Branch: perl
29460            ! av.c av.h dump.c embed.fnc global.sym perl.h pp.c proto.h sv.c
29461 ____________________________________________________________________________
29462 [ 24618] By: ams                                   on 2005/05/29  18:07:37
29463         Log: Subject: [PATCH configure.com] compiler awareness week
29464              From: "Craig A. Berry" <craigberry@mac.com>
29465              Date: Sun, 29 May 2005 12:43:09 -0500
29466              Message-Id: <4299FF2D.90209@mac.com>
29467      Branch: perl
29468            ! configure.com
29469 ____________________________________________________________________________
29470 [ 24617] By: nicholas                              on 2005/05/29  17:46:39
29471         Log: Change the IV to a union.
29472              Revert the NV union back to a plain NV
29473              Transpose the positions of IV and NV (NV is now first)
29474              Don't allocate the NV for PV,PVIV,PVAV and PVHV (last 2 non-allocations
29475              currently disabled by default)
29476      Branch: perl
29477            ! av.h cv.h hv.h intrpvar.h sv.c sv.h
29478 ____________________________________________________________________________
29479 [ 24615] By: nicholas                              on 2005/05/29  14:24:17
29480         Log: Teach buildtoc about README.openbsd, and regenerate various makefiles.
29481      Branch: perl
29482            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
29483            ! win32/makefile.mk
29484 ____________________________________________________________________________
29485 [ 24614] By: nicholas                              on 2005/05/29  14:23:32
29486         Log: Restort into bulidtoc's preferred order
29487      Branch: perl
29488            ! MANIFEST
29489 ____________________________________________________________________________
29490 [ 24613] By: ams                                   on 2005/05/29  04:45:05
29491         Log: Subject: [PATCH] VMS build update for blead
29492              From: "Craig A. Berry" <craigberry@mac.com>
29493              Date: Sat, 28 May 2005 23:18:46 -0500
29494              Message-Id: <429942A6.10601@mac.com>
29495      Branch: perl
29496            ! doio.c perly.c vms/descrip_mms.template vms/gen_shrfls.pl
29497            ! vms/vms.c vms/vmsish.h
29498 ____________________________________________________________________________
29499 [ 24612] By: ams                                   on 2005/05/28  14:40:32
29500         Log: Subject: [PATCH] Re: t/uni/class.t has a lot to warn about
29501              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
29502              Date: Sat, 28 May 2005 11:47:47 +0300
29503              Message-Id: <42983033.5050509@gmail.com>
29504      Branch: perl
29505            ! t/uni/class.t
29506 ____________________________________________________________________________
29507 [ 24610] By: merijn                                on 2005/05/27  19:22:39
29508         Log: Subject: Re: [PATCH] Do not install change logs, READMEs, etc...
29509              From: Michael G Schwern <schwern@pobox.com>
29510              Date: Fri, 27 May 2005 12:33:27 -0700
29511              Message-ID: <20050527193327.GC17504@windhund.schwern.org>
29512      Branch: perl
29513            ! installperl
29514 ____________________________________________________________________________
29515 [ 24609] By: nicholas                              on 2005/05/27  18:54:36
29516         Log: In assert(), we mustn't stringify the message as part of the first
29517              argument to croak, as it's a *printf format, and the thing we're
29518              asserting might itself contain % signs.
29519              Also, as __FILE__ is a string, we can append that to the format,
29520              rather than needing a %s for it.
29521      Branch: perl
29522            ! perl.h
29523 ____________________________________________________________________________
29524 [ 24608] By: nicholas                              on 2005/05/27  18:20:26
29525         Log: is() is better than ok()
29526      Branch: perl
29527            ! t/op/each.t
29528 ____________________________________________________________________________
29529 [ 24607] By: steveh                                on 2005/05/27  16:22:59
29530         Log: Fix failing Cwd tests on Win32
29531              
29532              Patch was posted to Ken previously
29533              
29534              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00226.html)
29535              
29536              but no reply as yet.  I'll mail him again...
29537      Branch: perl
29538            ! lib/Cwd.pm
29539 ____________________________________________________________________________
29540 [ 24606] By: steveh                                on 2005/05/27  16:15:41
29541         Log: Skip signals and core dump tests on Win32
29542              
29543              See http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00749.html
29544      Branch: perl
29545            ! t/run/exit.t
29546 ____________________________________________________________________________
29547 [ 24605] By: steveh                                on 2005/05/27  15:54:09
29548         Log: Fix more Win32 linker errors caused by change 24561
29549              
29550              Apparently sys_intern_init and sys_intern_clear are required even for
29551              non-threaded builds on Win32.
29552      Branch: perl
29553            ! embed.fnc embed.h proto.h
29554 ____________________________________________________________________________
29555 [ 24596] By: merijn                                on 2005/05/27  10:20:54
29556         Log: Subject: [PATCH] Do not install change logs, READMEs, etc...
29557              From: Michael G Schwern <schwern@pobox.com>
29558              Date: Thu, 26 May 2005 13:43:05 -0700
29559              Message-ID: <20050526204305.GH11558@windhund.schwern.org>
29560      Branch: perl
29561            ! installperl
29562 ____________________________________________________________________________
29563 [ 24595] By: merijn                                on 2005/05/27  10:06:25
29564         Log: Subject: [PATCH] add PERL_CALLCONV to PERL_CKDEF and PERL_PPDEF
29565              From: <jarkko.hietaniemi@nokia.com>
29566              Date: Fri, 27 May 2005 13:15:36 +0300
29567              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A1CD@esebe105.NOE.Nokia.com>
29568      Branch: perl
29569            ! perl.h
29570 ____________________________________________________________________________
29571 [ 24594] By: nicholas                              on 2005/05/27  09:18:26
29572         Log: Get the HEK once only in the hot code (class method calls)
29573      Branch: perl
29574            ! hv.h pp_hot.c
29575 ____________________________________________________________________________
29576 [ 24593] By: rgs                                   on 2005/05/27  07:44:07
29577         Log: Subject: [PATCH] Re: [perl #35420] localtime corruption
29578              From: Michael G Schwern <schwern@pobox.com>
29579              Date: Thu, 26 May 2005 13:39:38 -0700
29580              Message-ID: <20050526203938.GG11558@windhund.schwern.org>
29581      Branch: perl
29582            ! pod/perlfunc.pod pod/perlport.pod
29583 ____________________________________________________________________________
29584 [ 24592] By: rgs                                   on 2005/05/27  07:04:46
29585         Log: Subject: [PATCH] Documentation nits and fixes for Sv*_set() macros
29586              From: Steve Peters <steve@fisharerojo.org>
29587              Date: Thu, 26 May 2005 14:58:50 -0500
29588              Message-ID: <20050526195850.GA1308@mccoy.peters.homeunix.org>
29589      Branch: perl
29590            ! pod/perlapi.pod sv.h
29591 ____________________________________________________________________________
29592 [ 24591] By: steveh                                on 2005/05/26  16:56:03
29593         Log: Fix some Win32 link errors
29594      Branch: perl
29595            ! global.sym makedef.pl proto.h
29596 ____________________________________________________________________________
29597 [ 24590] By: nicholas                              on 2005/05/26  16:07:20
29598         Log: Rename the members of the SV head union to avoid pre-processor
29599              arguments with embed.h
29600      Branch: perl
29601            ! av.h hv.h sv.c sv.h
29602 ____________________________________________________________________________
29603 [ 24588] By: ams                                   on 2005/05/26  15:33:58
29604         Log: -Wall is intolerably noisy with icc.
29605      Branch: perl
29606            ! cflags.SH
29607 ____________________________________________________________________________
29608 [ 24585] By: rgs                                   on 2005/05/26  15:13:53
29609         Log: Subject: [PATCH] bytes.pm doesn't check undefined subroutine calling
29610              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
29611              Date: Thu, 26 May 2005 23:46:35 +0900
29612              Message-Id: <20050526234321.92F1.BQW10602@nifty.com>
29613      Branch: perl
29614            ! lib/bytes.pm lib/bytes.t
29615 ____________________________________________________________________________
29616 [ 24584] By: nicholas                              on 2005/05/26  14:24:31
29617         Log: Store the package name as a shared HEK.
29618              Abolish HvNAME() - as the stored pointer is not a char* you can't set
29619              it directly now.
29620              Storing a pointer to a HEK tracks the length too, and seems to be
29621              faster.
29622      Branch: perl
29623            ! embed.fnc gv.c hv.c hv.h op.c pp.c proto.h sv.c toke.c
29624            ! xsutils.c
29625 ____________________________________________________________________________
29626 [ 24583] By: nicholas                              on 2005/05/26  12:27:47
29627         Log: We know how big the global string table will be, so use that
29628              information.
29629      Branch: perl
29630            ! sv.c
29631 ____________________________________________________________________________
29632 [ 24582] By: nicholas                              on 2005/05/26  11:28:24
29633         Log: It helps to set the total keys correctly when duplicating a hash.
29634              It helps even more to have a test for this.
29635      Branch: perl
29636            ! ext/threads/t/problems.t sv.c
29637 ____________________________________________________________________________
29638 [ 24581] By: merijn                                on 2005/05/26  11:26:05
29639         Log: More possible re-order dependencies solved
29640      Branch: perl
29641            ! Porting/config_h.pl config_h.SH
29642 ____________________________________________________________________________
29643 [ 24580] By: merijn                                on 2005/05/26  08:43:38
29644         Log: Subject: [PATCH] Updated lint infrastructure
29645              From: Andy Lester <andy@petdance.com>
29646              Date: Wed, 25 May 2005 12:31:39 -0500
29647              Message-ID: <20050525173139.GB1701@petdance.com>
29648      Branch: perl
29649            ! Makefile.SH handy.h malloc.c mg.c pp.c regcomp.h
29650 ____________________________________________________________________________
29651 [ 24579] By: ams                                   on 2005/05/26  07:08:22
29652         Log: Subject: [PATCH] MPE/iX has no lchown()
29653              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
29654              Date: Thu, 26 May 2005 08:36:19 +0300
29655              Message-Id: <42956053.4010200@gmail.com>
29656      Branch: perl
29657            ! hints/mpeix.sh
29658 ____________________________________________________________________________
29659 [ 24578] By: merijn                                on 2005/05/25  19:05:07
29660         Log: Added Porting/config_h.pl
29661      Branch: perl
29662            ! MANIFEST
29663 ____________________________________________________________________________
29664 [ 24576] By: merijn                                on 2005/05/25  18:41:52
29665         Log: Reordering config_h.SH after metaconfig now semi automated
29666              This will save me *a lot* of manual work
29667      Branch: perl
29668            + Porting/config_h.pl
29669            ! Configure config_h.SH
29670 ____________________________________________________________________________
29671 [ 24575] By: nicholas                              on 2005/05/25  16:26:12
29672         Log: Export Perl_hek_dup, which duplicates shared hash keys.
29673      Branch: perl
29674            ! embed.fnc embed.h hv.c proto.h
29675 ____________________________________________________________________________
29676 [ 24574] By: nicholas                              on 2005/05/25  15:52:33
29677         Log: Track the mapping between source shared hash keys and target shared
29678              hash keys to save repeated lookups during cloning.
29679      Branch: perl
29680            ! embed.fnc embedvar.h ext/threads/threads.xs hv.c intrpvar.h
29681            ! perl.c perlapi.h proto.h sv.c
29682 ____________________________________________________________________________
29683 [ 24573] By: nicholas                              on 2005/05/25  14:06:55
29684         Log: Replace all uses of HvNAME with the appropriate HvNAME_get or
29685              HvNAME_set
29686      Branch: perl
29687            ! bytecode.pl cop.h ext/ByteLoader/bytecode.h
29688            ! ext/ByteLoader/byterun.c
29689 ____________________________________________________________________________
29690 [ 24572] By: nicholas                              on 2005/05/25  10:02:07
29691         Log: I think for now these have to be disabled by default.
29692      Branch: perl
29693            ! av.h hv.h
29694 ____________________________________________________________________________
29695 [ 24571] By: rgs                                   on 2005/05/25  09:34:20
29696         Log: Update description of Term::ReadLine and fix typo
29697              Subject: [perl #35963] Typo in Term::ReadLine 
29698              From: "perlbug@veggiechinese.net (via RT)" <perlbug-followup@perl.org>
29699              Date: 24 May 2005 23:29:37 -0000
29700              Message-ID: <rt-3.0.11-35963-113541.14.5614982698687@perl.org>
29701      Branch: perl
29702            ! lib/Term/ReadLine.pm
29703 ____________________________________________________________________________
29704 [ 24570] By: nicholas                              on 2005/05/24  20:23:53
29705         Log: Initialising the hash seed needs to be early in case anything
29706              calcualtes HASHes during dup()ing.
29707      Branch: perl
29708            ! sv.c
29709 ____________________________________________________________________________
29710 [ 24569] By: nicholas                              on 2005/05/24  17:13:34
29711         Log: Reorder the union to cause Win32 compilers to use void * alignment for
29712              it.
29713      Branch: perl
29714            ! av.h cv.h hv.h sv.h
29715 ____________________________________________________________________________
29716 [ 24568] By: ams                                   on 2005/05/24  16:44:53
29717         Log: Subject: [PATCH] xsubpp, ParseXS: allow other suffix beyond .c
29718              From: jarkko.hietaniemi@nokia.com
29719              Date: Tue, 24 May 2005 12:48:38 +0300
29720              Message-Id: <B356D8F434D20B40A8CEDAEC305A1F2453D7EB@esebe105.NOE.Nokia.com>
29721      Branch: perl
29722            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/xsubpp
29723 ____________________________________________________________________________
29724 [ 24567] By: rgs                                   on 2005/05/24  15:44:52
29725         Log: Clarification on the behaviour of qw// and x :
29726              Subject: [PATCH] Re: [perl #35885] qw and x operators doesn't mix
29727              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29728              Date: Tue, 24 May 2005 08:52:00 -0700
29729              Message-ID: <20050524155200.GA1784@efn.org>
29730      Branch: perl
29731            ! pod/perlop.pod
29732 ____________________________________________________________________________
29733 [ 24566] By: nicholas                              on 2005/05/24  15:21:48
29734         Log: Leaking is bad, m'kay.
29735      Branch: perl
29736            ! hv.c sv.c
29737 ____________________________________________________________________________
29738 [ 24565] By: rgs                                   on 2005/05/24  13:50:02
29739         Log: Remove Perl_ck_* functions from public API
29740      Branch: perl
29741            ! embed.fnc embed.h global.sym
29742 ____________________________________________________________________________
29743 [ 24564] By: nicholas                              on 2005/05/24  13:01:49
29744         Log: Correct the description of pte_arenaroot
29745      Branch: perl
29746            ! intrpvar.h
29747 ____________________________________________________________________________
29748 [ 24563] By: rgs                                   on 2005/05/24  12:58:45
29749         Log: Documentation nit on @-, found by Guillaume Rousse
29750              (plus POD markup simplification, for readability with pod2text)
29751      Branch: perl
29752            ! pod/perlvar.pod
29753 ____________________________________________________________________________
29754 [ 24562] By: rgs                                   on 2005/05/24  12:39:26
29755         Log: ext/B/t/deparse.t was failing with t/TEST but not with t/harness
29756      Branch: perl
29757            ! ext/B/t/deparse.t
29758 ____________________________________________________________________________
29759 [ 24561] By: rgs                                   on 2005/05/24  12:33:01
29760         Log: Subject: [PATCH] embed.fnc cleanup + SvPVX_const usage
29761              From: Andy Lester <andy@petdance.com>
29762              Date: Sat, 21 May 2005 09:06:40 -0500
29763              Message-ID: <20050521140640.GB875@petdance.com>
29764      Branch: perl
29765            ! embed.fnc embed.h global.sym op.c pad.c perlio.c pp_ctl.c
29766            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c utf8.c
29767 ____________________________________________________________________________
29768 [ 24560] By: rgs                                   on 2005/05/24  11:22:21
29769         Log: The tokenizer should expect an operator after qw().
29770              This fixes [perl #35885] qw and x operators doesn't mix
29771      Branch: perl
29772            ! t/op/repeat.t toke.c
29773 ____________________________________________________________________________
29774 [ 24559] By: rgs                                   on 2005/05/24  08:45:44
29775         Log: Subject: Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly.
29776              From: demerphq <demerphq@gmail.com>
29777              Date: Mon, 23 May 2005 11:43:56 +0200
29778              Message-ID: <9b18b31105052302431fb0a3c2@mail.gmail.com>
29779      Branch: perl
29780            ! ext/B/t/deparse.t
29781 ____________________________________________________________________________
29782 [ 24558] By: rgs                                   on 2005/05/24  08:09:10
29783         Log: Make distclean should remove the leftover test files of ExtUtils::ParseXS
29784      Branch: perl
29785            ! Makefile.SH
29786 ____________________________________________________________________________
29787 [ 24557] By: nicholas                              on 2005/05/23  20:26:35
29788         Log: Don't allocate an IV slot where the type doesn't use the IV slot.
29789      Branch: perl
29790            ! av.h hv.h sv.h
29791 ____________________________________________________________________________
29792 [ 24556] By: ams                                   on 2005/05/23  16:58:46
29793         Log: Assorted 2.15 fixes.
29794      Branch: perl
29795            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
29796 ____________________________________________________________________________
29797 [ 24555] By: ams                                   on 2005/05/23  16:34:16
29798         Log: Remove one const to ensure that the universe doesn't tip over.
29799              (At least on AIX.)
29800      Branch: perl
29801            ! ext/Storable/Storable.xs
29802 ____________________________________________________________________________
29803 [ 24554] By: merijn                                on 2005/05/23  15:29:01
29804         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) 
29805              From: Andrew Dougherty <doughera@lafayette.edu>
29806              Date: Mon, 23 May 2005 11:48:08 -0400 (EDT)
29807              Message-ID: <Pine.SOC.4.62.0505231143480.4714@maxwell.phys.lafayette.edu>
29808      Branch: perl
29809            ! ext/SDBM_File/sdbm/sdbm.c
29810 ____________________________________________________________________________
29811 [ 24553] By: ams                                   on 2005/05/23  15:24:05
29812         Log: Subject: [PATCH] universal.c warnings hushed
29813              From: Andy Lester <andy@petdance.com>
29814              Date: Mon, 23 May 2005 10:38:25 -0500
29815              Message-Id: <20050523153825.GA28498@petdance.com>
29816      Branch: perl
29817            ! universal.c
29818 ____________________________________________________________________________
29819 [ 24552] By: rgs                                   on 2005/05/23  14:31:33
29820         Log: Attribute compilation fix for Windows by Andy Lester
29821      Branch: perl
29822            ! perl.h perlio.h
29823 ____________________________________________________________________________
29824 [ 24551] By: gbarr                                 on 2005/05/23  13:49:59
29825         Log: Update to Scalar-List-Utils-1.17
29826      Branch: perl
29827            ! ext/List/Util/Changes ext/List/Util/README
29828            ! ext/List/Util/lib/List/Util.pm
29829            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
29830            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/refaddr.t
29831 ____________________________________________________________________________
29832 [ 24550] By: rgs                                   on 2005/05/23  11:38:34
29833         Log: Declaration nit spotted by Jarkko
29834      Branch: perl
29835            ! hv.c
29836 ____________________________________________________________________________
29837 [ 24549] By: nicholas                              on 2005/05/23  11:27:16
29838         Log: PL_regex_padav elements hold either more AVs, or IVs that point to
29839              regexps. Don't attempt to look at the IVX if it's not an IV.
29840      Branch: perl
29841            ! perl.c sv.c
29842 ____________________________________________________________________________
29843 [ 24548] By: nicholas                              on 2005/05/23  10:13:21
29844         Log: Oops. What is looking at an array's SvIVX()?
29845      Branch: perl
29846            ! sv.c
29847 ____________________________________________________________________________
29848 [ 24547] By: nicholas                              on 2005/05/23  09:22:35
29849         Log: We don't need IV and RV arena variables anymore. We don't need to set
29850              SvIVX or SvNVX on hashes.
29851      Branch: perl
29852            ! embedvar.h intrpvar.h perlapi.h sv.c
29853 ____________________________________________________________________________
29854 [ 24546] By: nicholas                              on 2005/05/23  09:09:15
29855         Log: Bytecode mustn't save the NVX for hashes now that the NVX is a union
29856              containing pointers initialised to zero.
29857      Branch: perl
29858            ! ext/B/B/Bytecode.pm
29859 ____________________________________________________________________________
29860 [ 24545] By: steveh                                on 2005/05/23  08:46:37
29861         Log: Fill in HASATTRIBUTE stuff in win32/config_H.* (see change #24508)
29862              
29863              (None are actually defined, but it's nice to have them there anyway)
29864      Branch: perl
29865            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29866            ! win32/config_H.vc64
29867 ____________________________________________________________________________
29868 [ 24544] By: nicholas                              on 2005/05/23  08:09:58
29869         Log: create an "allocated" structure for PVs, PVAVs and PVHVs
29870      Branch: perl
29871            ! av.h hv.h intrpvar.h sv.c sv.h
29872 ____________________________________________________________________________
29873 [ 24543] By: rgs                                   on 2005/05/23  07:33:52
29874         Log: Fix [perl #35929] : PerlIO::scalar didn't understand $/ = ""
29875              because PerlIOScalar_unread was broken.
29876              Bump version number of PerlIO::scalar to 0.04.
29877      Branch: perl
29878            ! ext/PerlIO/scalar/scalar.pm ext/PerlIO/scalar/scalar.xs
29879            ! ext/PerlIO/t/scalar.t
29880 ____________________________________________________________________________
29881 [ 24542] By: nicholas                              on 2005/05/22  22:03:19
29882         Log: Re-order IVX slot in SV bodies
29883      Branch: perl
29884            ! av.h cv.h hv.h sv.h
29885 ____________________________________________________________________________
29886 [ 24541] By: rgs                                   on 2005/05/22  18:53:12
29887         Log: Subject: Re: [PATCH 5.8.7 RC1] lib/Carp.t todo for VMS
29888              From: Michael G Schwern <schwern@pobox.com>
29889              Date: May 20, 2005 10:09 PM
29890              Message-ID: <20050520200900.GB13473@windhund.schwern.org>
29891      Branch: perl
29892            ! lib/Carp.t
29893 ____________________________________________________________________________
29894 [ 24538] By: nicholas                              on 2005/05/21  22:46:50
29895         Log: Add a union in place of xnv_nv, which allows AVs and HVs to re-use
29896              the memory to store pointers and integers.
29897              (Part 1 - will be reworked to be more efficient when IV or void*
29898              is 64 bit soon)
29899      Branch: perl
29900            ! av.h cv.h dump.c ext/B/B.pm ext/B/B.xs ext/Devel/Peek/t/Peek.t
29901            ! hv.h sv.h
29902 ____________________________________________________________________________
29903 [ 24537] By: ams                                   on 2005/05/21  22:26:34
29904         Log: Subject: [PATCH] ExtUtils::CBuilder Tru64 support
29905              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
29906              Date: Sat, 21 May 2005 23:20:21 +0300
29907              Message-Id: <428F9805.70108@gmail.com>
29908      Branch: perl
29909            + lib/ExtUtils/CBuilder/Platform/dec_osf.pm
29910            ! MANIFEST
29911 ____________________________________________________________________________
29912 [ 24536] By: ams                                   on 2005/05/21  22:17:20
29913         Log: Make the __attribute__ stuff work with Symbian (Jarkko).
29914              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00530.html
29915      Branch: perl
29916            ! perl.h
29917 ____________________________________________________________________________
29918 [ 24535] By: davem                                 on 2005/05/21  22:10:19
29919         Log: goto &xsub that croaks corrupts memory
29920              When an XS sub is called, a CxSUB context shouldn't be pushed. Make
29921              goto &xs_sub mimic this behaviour by first popping the old CxSUB
29922      Branch: perl
29923            ! pp_ctl.c t/op/goto_xs.t
29924 ____________________________________________________________________________
29925 [ 24534] By: davem                                 on 2005/05/21  21:38:55
29926         Log: stop goto &foo wasting stack space
29927              it used to push @_ onto the end of the stack; now it pops the stack
29928              back to the old watermark first.
29929      Branch: perl
29930            ! pp_ctl.c
29931 ____________________________________________________________________________
29932 [ 24533] By: davem                                 on 2005/05/21  19:50:50
29933         Log: add access to Perl_croak() via 'mycroak' in XS::APItest
29934      Branch: perl
29935            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
29936            ! ext/XS/APItest/t/exception.t
29937 ____________________________________________________________________________
29938 [ 24532] By: davem                                 on 2005/05/21  19:15:43
29939         Log: disallow eval { goto &foo }
29940              eval 'goto &foo' is already banned, and the try-version usually
29941              coredumps due to the code assuming the CxEVAL is actually a CxSUB.
29942              Anyway exiting an eval but preserving "it's" @_ doesn't make much
29943              sense.
29944      Branch: perl
29945            ! pod/perldiag.pod pp_ctl.c t/op/goto.t
29946 ____________________________________________________________________________
29947 [ 24531] By: nicholas                              on 2005/05/21  18:19:43
29948         Log: Move the xpv_pv/xrv_rv member into the SV head, in a union with
29949              IV and UV. Avoid allocating a body for IVs and RVs.
29950      Branch: perl
29951            ! av.h bytecode.pl cv.h embed.fnc embed.h ext/B/B/C.pm
29952            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
29953            ! ext/ByteLoader/byterun.h hv.c hv.h proto.h sv.c sv.h
29954 ____________________________________________________________________________
29955 [ 24530] By: rgs                                   on 2005/05/21  16:01:42
29956         Log: Really fix change 24527
29957      Branch: perl
29958            ! gv.c
29959 ____________________________________________________________________________
29960 [ 24529] By: nicholas                              on 2005/05/21  15:59:30
29961         Log: Fool. That should be I32 everywhere.
29962      Branch: perl
29963            ! hv.c
29964 ____________________________________________________________________________
29965 [ 24528] By: ams                                   on 2005/05/21  15:35:44
29966         Log: Subject: [PATCH] ctags parms need to know .h is C
29967              From: Andy Lester <andy@petdance.com>
29968              Date: Sat, 21 May 2005 08:58:14 -0500
29969              Message-Id: <20050521135814.GA875@petdance.com>
29970      Branch: perl
29971            ! Makefile.SH
29972 ____________________________________________________________________________
29973 [ 24527] By: rgs                                   on 2005/05/21  14:15:44
29974         Log: Compilation fix
29975      Branch: perl
29976            ! gv.c
29977 ____________________________________________________________________________
29978 [ 24526] By: nicholas                              on 2005/05/21  12:31:52
29979         Log: Move hv_name, hv_eiter and hv_riter into a new aux structure.
29980              Provide (more efficient) _get and _set macros.
29981              Adjust the core to use them.
29982      Branch: perl
29983            ! dump.c embed.fnc ext/Data/Dumper/Dumper.xs
29984            ! ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs
29985            ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs
29986            ! ext/threads/shared/shared.xs global.sym gv.c hv.c hv.h mg.c
29987            ! op.c op.h opnames.h perl.c pp.c pp_hot.c pp_sys.c proto.h sv.c
29988            ! toke.c universal.c xsutils.c
29989 ____________________________________________________________________________
29990 [ 24525] By: nicholas                              on 2005/05/21  09:29:18
29991         Log: Move placeholders into a new rhash magic type.
29992      Branch: perl
29993            ! dump.c embed.fnc ext/Storable/Storable.xs global.sym hv.c hv.h
29994            ! perl.h proto.h sv.c
29995 ____________________________________________________________________________
29996 [ 24524] By: rgs                                   on 2005/05/21  09:18:07
29997         Log: Update to MakeMaker 6.30
29998      Branch: perl
29999            ! lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
30000            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/FIRST_MAKEFILE.t
30001            ! lib/ExtUtils/t/PL_FILES.t
30002            ! t/lib/MakeMaker/Test/Setup/PL_FILES.pm
30003 ____________________________________________________________________________
30004 [ 24523] By: ams                                   on 2005/05/21  02:58:49
30005         Log: Subject: [PATCH] SvPVX_const - patch #2
30006              From: Steve Peters <steve@fisharerojo.org>
30007              Date: Fri, 20 May 2005 21:42:10 -0500
30008              Message-Id: <20050521024210.GA29036@mccoy.peters.homeunix.org>
30009      Branch: perl
30010            ! dump.c gv.c op.c pad.c perlio.c perly.c pp.c pp_ctl.c
30011 ____________________________________________________________________________
30012 [ 24522] By: nicholas                              on 2005/05/20  22:53:00
30013         Log: Remove PMROOT and replace it with a small shell script. Er, magic.
30014              (PMROOT being needed to implement bare C<reset> - how often do you
30015              use that?)
30016      Branch: perl
30017            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Asmdata.pm
30018            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h hv.c hv.h
30019            ! op.c perl.h sv.c
30020 ____________________________________________________________________________
30021 [ 24521] By: nicholas                              on 2005/05/20  22:30:16
30022         Log: Update XS code to declare PERL_UNUSED_DECL conditionally
30023      Branch: perl
30024            ! ext/List/Util/Util.xs ext/POSIX/POSIX.xs
30025            ! ext/Storable/Storable.xs
30026 ____________________________________________________________________________
30027 [ 24520] By: nicholas                              on 2005/05/20  21:50:03
30028         Log: Updaate ppport.h to get a conditional PERL_UNUSED_DECL
30029      Branch: perl
30030            ! ext/Cwd/ppport.h ext/Time/HiRes/ppport.h
30031 ____________________________________________________________________________
30032 [ 24519] By: nicholas                              on 2005/05/20  21:46:26
30033         Log: Need to make PERL_UNUSED_DECL conditional as xlc on AIX doesn't like
30034              it being redefined.
30035      Branch: perl
30036            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/parts/inc/misc
30037 ____________________________________________________________________________
30038 [ 24518] By: nicholas                              on 2005/05/20  21:11:52
30039         Log: Goodbye AvFLAGS
30040      Branch: perl
30041            ! av.c av.h bytecode.pl cop.h dump.c ext/B/B.pm ext/B/B.xs
30042            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
30043            ! ext/B/B/Debug.pm ext/B/defsubs_h.PL ext/ByteLoader/byterun.c
30044            ! ext/ByteLoader/byterun.h pad.c pp_ctl.c sv.c sv.h
30045 ____________________________________________________________________________
30046 [ 24517] By: rgs                                   on 2005/05/20  17:54:15
30047         Log: Upgrade to Math::BigInt 1.77
30048      Branch: perl
30049            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
30050            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
30051            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
30052            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
30053 ____________________________________________________________________________
30054 [ 24516] By: nicholas                              on 2005/05/20  16:42:44
30055         Log: Fix a typo
30056      Branch: perl
30057            ! hv.h
30058 ____________________________________________________________________________
30059 [ 24514] By: ams                                   on 2005/05/20  14:42:21
30060         Log: Damnable applypatch nonsense.
30061      Branch: perl
30062            ! ext/Storable/t/sig_die.t
30063 ____________________________________________________________________________
30064 [ 24513] By: rgs                                   on 2005/05/20  14:37:12
30065         Log: Update MANIFEST
30066      Branch: perl
30067            ! MANIFEST
30068 ____________________________________________________________________________
30069 [ 24512] By: ams                                   on 2005/05/20  14:21:21
30070         Log: Previously overlooked $SIG{DIE} patch from Slaven Rezic.
30071              http://groups-beta.google.com/group/perl.perl5.porters/msg/2d10ba2c390ecc41
30072      Branch: perl
30073            + ext/Storable/t/sig_die.t
30074            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
30075 ____________________________________________________________________________
30076 [ 24511] By: rgs                                   on 2005/05/20  13:11:43
30077         Log: Subject: [PATCH] Add a Makefile target for ctags
30078              From: Andy Lester <andy@petdance.com>
30079              Date: Thu, 12 May 2005 11:40:52 -0500
30080              Message-ID: <20050512164052.GA30287@petdance.com>
30081      Branch: perl
30082            ! Makefile.SH
30083 ____________________________________________________________________________
30084 [ 24510] By: rgs                                   on 2005/05/20  10:49:03
30085         Log: Upgrade to MakeMaker 6.29
30086      Branch: perl
30087            + lib/ExtUtils/t/FIRST_MAKEFILE.t
30088            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
30089            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
30090            ! lib/ExtUtils/t/Installed.t
30091 ____________________________________________________________________________
30092 [ 24509] By: rgs                                   on 2005/05/20  09:26:01
30093         Log: Subject: SvPVX_const() - Patch #1
30094              From: Steve Peters <steve@fisharerojo.org>
30095              Date: Tue, 17 May 2005 18:17:01 -0500
30096              Message-ID: <20050517231701.GA1394@mccoy.peters.homeunix.org>
30097      Branch: perl
30098            ! doio.c toke.c universal.c util.c warnings.h warnings.pl
30099 ____________________________________________________________________________
30100 [ 24508] By: rgs                                   on 2005/05/20  07:53:46
30101         Log: Subject: [PATCH] Attribute configuration
30102              From: Andy Lester <andy@petdance.com>
30103              Date: Thu, 19 May 2005 12:32:56 -0500
30104              Message-ID: <20050519173256.GA29039@petdance.com>
30105      Branch: perl
30106            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
30107            ! Porting/Glossary Porting/config.sh Porting/pumpkin.pod XSUB.h
30108            ! config_h.SH configure.com epoc/config.sh hints/next_3_0.sh
30109            ! hints/vmesa.sh malloc.c mg.c op.c perl.c perl.h perlio.h
30110            ! plan9/config_sh.sample plan9/genconfig.pl scope.c sv.c
30111            ! symbian/config.sh t/op/sprintf.t uconfig.sh vms/genconfig.pl
30112            ! win32/config.bc win32/config.gc win32/config.vc
30113            ! win32/config.vc64 wince/config.ce
30114 ____________________________________________________________________________
30115 [ 24507] By: rgs                                   on 2005/05/20  07:16:59
30116         Log: Gisle noted an unused variable
30117      Branch: perl
30118            ! t/run/exit.t
30119 ____________________________________________________________________________
30120 [ 24506] By: rgs                                   on 2005/05/19  21:07:43
30121         Log: Fix the new exit() tests, by Gisle Aas :
30122              don't let the shell interfere with the process return value
30123      Branch: perl
30124            ! t/run/exit.t
30125 ____________________________________________________________________________
30126 [ 24505] By: ams                                   on 2005/05/19  17:51:48
30127         Log: Subject: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. 
30128              From: yves orton <perlbug-followup@perl.org>
30129              Date: 18 May 2005 08:30:44 -0000
30130              Message-Id: <rt-3.0.11-35857-113142.6.75213005071278@perl.org>
30131      Branch: perl
30132            ! ext/B/B/Deparse.pm
30133 ____________________________________________________________________________
30134 [ 24504] By: nicholas                              on 2005/05/19  09:32:18
30135         Log: tabs, not spaces. Bad editor. No cookie.
30136              Does the MANIFEST file support comments, sufficient to add an editor
30137              block?
30138      Branch: perl
30139            ! MANIFEST
30140 ____________________________________________________________________________
30141 [ 24503] By: rgs                                   on 2005/05/19  06:25:22
30142         Log: Adjust VMS test count
30143      Branch: perl
30144            ! t/run/exit.t
30145 ____________________________________________________________________________
30146 [ 24501] By: rgs                                   on 2005/05/18  16:08:30
30147         Log: Subject: Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]
30148              From: Gisle Aas <gisle@ActiveState.com>
30149              Date: 18 May 2005 08:35:47 -0700
30150              Message-ID: <lr8y2cim24.fsf_-_@caliper.activestate.com>
30151      Branch: perl
30152            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perl.h perlapi.h
30153            ! pod/perlfunc.pod pod/perlport.pod pod/perlvar.pod t/run/exit.t
30154 ____________________________________________________________________________
30155 [ 24500] By: rgs                                   on 2005/05/18  15:26:32
30156         Log: Subject: Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: [Module::Build] ANNOUNCE: Module::Build 0.2610 -> CPAN)
30157              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
30158              Date: Wed, 18 May 2005 07:13:40 -0700
30159              Message-ID: <20050518141131.GA2704@efn.org>
30160      Branch: perl
30161            + lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
30162            + lib/ExtUtils/CBuilder/Platform/Unix.pm
30163            + lib/ExtUtils/CBuilder/Platform/VMS.pm
30164            + lib/ExtUtils/CBuilder/Platform/Windows.pm
30165            + lib/ExtUtils/CBuilder/Platform/aix.pm
30166            + lib/ExtUtils/CBuilder/Platform/cygwin.pm
30167            + lib/ExtUtils/CBuilder/Platform/darwin.pm
30168            + lib/ExtUtils/CBuilder/Platform/os2.pm
30169            + lib/ExtUtils/CBuilder/t/01-basic.t
30170            + lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
30171            + lib/ExtUtils/ParseXS/t/XSTest.pm
30172            + lib/ExtUtils/ParseXS/t/XSTest.xs
30173            + lib/ExtUtils/ParseXS/t/basic.t
30174            ! MANIFEST Porting/Maintainers.pl lib/ExtUtils/t/00compile.t
30175            ! lib/ExtUtils/xsubpp
30176 ____________________________________________________________________________
30177 [ 24499] By: rgs                                   on 2005/05/18  12:46:38
30178         Log: Subject: B::Disassembler.pm
30179              From: Nicholas Clark <nick@ccl4.org>
30180              Date: Tue, 17 May 2005 11:28:18 +0100
30181              Message-ID: <20050517102817.GD94420@plum.flirble.org>
30182      Branch: perl
30183            ! ext/B/B/Disassembler.pm
30184 ____________________________________________________________________________
30185 [ 24498] By: davem                                 on 2005/05/18  12:39:22
30186         Log: make t/TEST print summary times consistently to two decimal places
30187      Branch: perl
30188            ! t/TEST
30189 ____________________________________________________________________________
30190 [ 24497] By: nicholas                              on 2005/05/18  12:34:53
30191         Log: Default to allocating the correct size for the array in the HV.
30192              Override this with -DPERL_USE_LARGE_HV_ALLOC
30193      Branch: perl
30194            ! hv.h
30195 ____________________________________________________________________________
30196 [ 24496] By: rgs                                   on 2005/05/18  11:50:47
30197         Log: Subject: [PATCH] Eliminate radically out of date CHANGES from perlport
30198              From: Michael G Schwern <schwern@pobox.com>
30199              Date: Mon, 16 May 2005 15:17:05 -0700
30200              Message-ID: <20050516221705.GA212@windhund.schwern.org>
30201              
30202              Subject: [PATCH] Eliminate function signatures from perlport
30203              From: Michael G Schwern <schwern@pobox.com>
30204              Date: Mon, 16 May 2005 15:24:18 -0700
30205              Message-ID: <20050516222418.GA422@windhund.schwern.org>
30206      Branch: perl
30207            ! pod/perlport.pod
30208 ____________________________________________________________________________
30209 [ 24495] By: merijn                                on 2005/05/17  18:45:56
30210         Log: Subject: [PATCH] more about __attribute__
30211              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
30212              Date: Tue, 17 May 2005 20:36:43 +0300
30213              Message-ID: <428A2BAB.9020306@gmail.com>
30214      Branch: perl
30215            ! perl.h
30216 ____________________________________________________________________________
30217 [ 24493] By: rgs                                   on 2005/05/17  15:55:38
30218         Log: Clarify definition of octal literals
30219              (thanks to Olivier Blin)
30220      Branch: perl
30221            ! pod/perldata.pod
30222 ____________________________________________________________________________
30223 [ 24492] By: rgs                                   on 2005/05/17  15:15:46
30224         Log: Subject: [PATCH] perl 5.9.x (@ 24471): Symbian update
30225              From: <jarkko.hietaniemi@nokia.com>
30226              Date: Mon, 16 May 2005 17:59:35 +0300
30227              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D793@esebe105.NOE.Nokia.com>
30228              
30229              completed by:
30230              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D7A0@esebe105.NOE.Nokia.com>
30231      Branch: perl
30232            ! embed.pl mg.c op.c perl.h proto.h reentr.c reentr.pl scope.c
30233            ! symbian/port.pl universal.c
30234 ____________________________________________________________________________
30235 [ 24491] By: nicholas                              on 2005/05/17  13:27:43
30236         Log: One last 1008 to replace with PERL_ARENA_SIZE
30237      Branch: perl
30238            ! sv.c
30239 ____________________________________________________________________________
30240 [ 24490] By: nicholas                              on 2005/05/16  21:42:05
30241         Log: Upgrade to Encode 2.10
30242      Branch: perl
30243            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
30244            ! ext/Encode/Encode.xs ext/Encode/META.yml
30245            ! ext/Encode/lib/Encode/Alias.pm
30246 ____________________________________________________________________________
30247 [ 24489] By: rgs                                   on 2005/05/16  16:56:43
30248         Log: Subject: [PATCH] consting-eleventy.patch: More consts, plus actual bug fix
30249              From: Andy Lester <andy@petdance.com>
30250              Date: Mon, 16 May 2005 10:13:53 -0500
30251              Message-ID: <20050516151353.GA25387@petdance.com>
30252      Branch: perl
30253            ! XSUB.h av.c dump.c embed.fnc embed.h hv.c malloc.c mg.c
30254            ! numeric.c perl.c perl.h pod/perlapi.pod pp.h pp_ctl.c pp_hot.c
30255            ! proto.h regcomp.c regexec.c scope.c sv.c sv.h
30256            ! t/run/fresh_perl.t toke.c universal.c utf8.c util.c
30257 ____________________________________________________________________________
30258 [ 24482] By: nicholas                              on 2005/05/16  15:11:30
30259         Log: Bump the version number on Win32::Win32
30260      Branch: perl
30261            ! win32/ext/Win32/Win32.pm
30262 ____________________________________________________________________________
30263 [ 24480] By: nicholas                              on 2005/05/16  15:01:48
30264         Log: Assuming that everything with 0x40000000 is SVpad_TYPED is bogus.
30265      Branch: perl
30266            ! sv.c
30267 ____________________________________________________________________________
30268 [ 24476] By: rgs                                   on 2005/05/16  08:58:40
30269         Log: This seems to be the right thing to do to iterate over layers
30270      Branch: perl
30271            ! ext/PerlIO/via/via.xs
30272 ____________________________________________________________________________
30273 [ 24475] By: rgs                                   on 2005/05/16  08:47:28
30274         Log: $! might contain "unknown" if strerror(3) says so
30275      Branch: perl
30276            ! t/op/mkdir.t
30277 ____________________________________________________________________________
30278 [ 24472] By: rgs                                   on 2005/05/16  08:03:15
30279         Log: Upgrade to Time::HiRes 1.68
30280      Branch: perl
30281            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
30282            ! ext/Time/HiRes/HiRes.xs
30283 ____________________________________________________________________________
30284 [ 24471] By: nicholas                              on 2005/05/15  20:46:03
30285         Log: Subject: [PATCH] Minor tweak to via
30286              From: Andy Lester <andy@petdance.com>
30287              Message-ID: <20050513163952.GA20167@petdance.com>
30288              Date: Fri, 13 May 2005 11:39:52 -0500
30289              
30290              from a bug report and patch by Matt Lawrence
30291      Branch: perl
30292            ! ext/PerlIO/via/via.xs
30293 ____________________________________________________________________________
30294 [ 24470] By: nicholas                              on 2005/05/15  11:32:15
30295         Log: Upgrade to CGI.pm 3.10
30296      Branch: perl
30297            + lib/CGI/t/can.t
30298            ! MANIFEST lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
30299 ____________________________________________________________________________
30300 [ 24469] By: davem                                 on 2005/05/15  00:09:35
30301         Log: avoid leaked scalar in BEGIN { threads->new(...) }
30302      Branch: perl
30303            ! sv.c
30304 ____________________________________________________________________________
30305 [ 24468] By: davem                                 on 2005/05/14  23:16:50
30306         Log: Fix typo in DDEBUG_LEAKING_SCALARS flags output
30307      Branch: perl
30308            ! perl.c
30309 ____________________________________________________________________________
30310 [ 24467] By: davem                                 on 2005/05/14  15:11:30
30311         Log: initialize the PL_xpvgv_[arena]root vars during clone
30312      Branch: perl
30313            ! sv.c
30314 ____________________________________________________________________________
30315 [ 24465] By: gbarr                                 on 2005/05/13  20:42:53
30316         Log: Update to Scalar-List-Utils-1.15
30317      Branch: perl
30318            + ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t
30319            + ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t
30320            + ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t
30321            + ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t
30322            + ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t
30323            + ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t
30324            + ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t
30325            + ext/List/Util/t/p_tainted.t
30326            ! MANIFEST ext/List/Util/Changes ext/List/Util/Util.xs
30327            ! ext/List/Util/lib/List/Util.pm
30328            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/blessed.t
30329            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
30330            ! ext/List/Util/t/isvstring.t ext/List/Util/t/lln.t
30331            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
30332            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
30333            ! ext/List/Util/t/openhan.t ext/List/Util/t/proto.t
30334            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
30335            ! ext/List/Util/t/refaddr.t ext/List/Util/t/reftype.t
30336            ! ext/List/Util/t/shuffle.t ext/List/Util/t/sum.t
30337            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
30338 ____________________________________________________________________________
30339 [ 24461] By: rgs                                   on 2005/05/13  12:52:45
30340         Log: Subject: change to quiet cygwin's perlld
30341              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
30342              Date: Fri, 13 May 2005 06:15:45 -0700
30343              Message-ID: <20050513131545.GB4024@efn.org>
30344      Branch: perl
30345            ! cygwin/perlld.in
30346 ____________________________________________________________________________
30347 [ 24460] By: nicholas                              on 2005/05/13  11:59:26
30348         Log: Reorder the *more* arena allocation functions into a block
30349              As they are now ahead of their corresponding *new* functions, no need
30350              for all the embedding guff.
30351              Remove all the "register" keywords.
30352      Branch: perl
30353            ! embed.fnc embed.h hv.c proto.h sv.c
30354 ____________________________________________________________________________
30355 [ 24459] By: nicholas                              on 2005/05/13  11:09:03
30356         Log: Allocate GV bodies from arenas
30357      Branch: perl
30358            ! embed.fnc embed.h embedvar.h intrpvar.h perlapi.h proto.h sv.c
30359 ____________________________________________________________________________
30360 [ 24455] By: davem                                 on 2005/05/12  19:07:27
30361         Log: make join.t threadsafe!
30362              tests 13 and 14 could output in reverse order. Add a lock to stop
30363              this.
30364      Branch: perl
30365            ! ext/threads/t/join.t
30366 ____________________________________________________________________________
30367 [ 24454] By: steveh                                on 2005/05/12  10:56:20
30368         Log: Remove a couple of unreferenced local variables
30369      Branch: perl
30370            ! win32/ext/Win32/Win32.xs
30371 ____________________________________________________________________________
30372 [ 24453] By: steveh                                on 2005/05/12  10:10:37
30373         Log: Subject: [PATCH] Add Win32::GetFileVersion() function
30374              From: "Jan Dubois" <jand@ActiveState.com>
30375              Date: Wed, 11 May 2005 22:30:37 -0700
30376              Message-Id: <200505120530.j4C5UhpX031152@smtp3.ActiveState.com>
30377      Branch: perl
30378            ! win32/ext/Win32/Win32.pm win32/ext/Win32/Win32.xs
30379 ____________________________________________________________________________
30380 [ 24452] By: rgs                                   on 2005/05/12  09:58:50
30381         Log: Silence DEBUGGING compilation warnings
30382      Branch: perl
30383            ! toke.c
30384 ____________________________________________________________________________
30385 [ 24451] By: rgs                                   on 2005/05/12  09:52:12
30386         Log: SvUPGRADE doesn't return false.
30387      Branch: perl
30388            ! toke.c
30389 ____________________________________________________________________________
30390 [ 24450] By: rgs                                   on 2005/05/12  08:45:40
30391         Log: Rework documentation of split(//,...)
30392      Branch: perl
30393            ! pod/perlfunc.pod
30394 ____________________________________________________________________________
30395 [ 24449] By: ams                                   on 2005/05/11  16:57:27
30396         Log: Subject: [perl #33765] [PATCH] perlop: mention why 'print !!0' doesn't 
30397              From: Steve Peters via RT <perlbug-followup@perl.org>
30398              Date: 11 May 2005 16:58:22 -0000
30399              Message-Id: <rt-3.0.11-33765-112475.14.5633321030279@perl.org>
30400              
30401              Subject: [perl #33766] [PATCH] perldoc -f split lacks basic null example 
30402              From: Steve Peters via RT <perlbug-followup@perl.org>
30403              Date: 11 May 2005 17:13:29 -0000
30404              Message-Id: <rt-3.0.11-33766-112476.1.84217630998887@perl.org>
30405      Branch: perl
30406            ! pod/perlfunc.pod pod/perlsyn.pod
30407 ____________________________________________________________________________
30408 [ 24446] By: merijn                                on 2005/05/11  09:39:06
30409         Log: Subject: Hints changes for OS X 10.4
30410              From: Michael G Schwern <schwern@pobox.com>
30411              Date: Tue, 10 May 2005 18:10:47 -0700
30412              Message-ID: <20050511011047.GA23955@windhund.schwern.org>
30413      Branch: perl
30414            ! hints/darwin.sh
30415 ____________________________________________________________________________
30416 [ 24445] By: rgs                                   on 2005/05/11  07:54:19
30417         Log: Include vim/emacs modelines in generated files to open them
30418              in read-only mode. Make vi modelines compatible with non-vim
30419              vi versions.
30420      Branch: perl
30421            ! av.c bytecode.pl deb.c doio.c doop.c dump.c embed.h embed.pl
30422            ! embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
30423            ! ext/ByteLoader/byterun.h global.sym globals.c gv.c hv.c
30424            ! keywords.h keywords.pl lib/warnings.pm locale.c malloc.c mg.c
30425            ! miniperlmain.c numeric.c op.c opcode.h opcode.pl opnames.h
30426            ! pad.c perl.c perlapi.c perlapi.h perlio.c perly.c pp.c pp.sym
30427            ! pp_ctl.c pp_hot.c pp_pack.c pp_proto.h pp_sort.c pp_sys.c
30428            ! proto.h reentr.c reentr.h reentr.pl regcomp.c regcomp.pl
30429            ! regexec.c regnodes.h run.c scope.c sv.c taint.c toke.c
30430            ! universal.c utf8.c util.c warnings.h warnings.pl xsutils.c
30431 ____________________________________________________________________________
30432 [ 24444] By: rgs                                   on 2005/05/10  20:56:37
30433         Log: Subject: potential [PATCH] Tru64 crank up strictness
30434              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
30435              Date: May 10, 2005 7:44 PM
30436              Message-Id: <4ADE5AAD-27CB-4F9E-BEC7-41DAA7671108@iki.fi>
30437      Branch: perl
30438            ! hints/dec_osf.sh perl.h toke.c x2p/a2py.c
30439 ____________________________________________________________________________
30440 [ 24443] By: rgs                                   on 2005/05/10  20:27:16
30441         Log: "make regen" should run reentr.pl
30442      Branch: perl
30443            ! regen.pl
30444 ____________________________________________________________________________
30445 [ 24442] By: rgs                                   on 2005/05/10  20:08:27
30446         Log: Regenerate reentr.[ch]
30447      Branch: perl
30448            ! reentr.c reentr.h
30449 ____________________________________________________________________________
30450 [ 24441] By: ams                                   on 2005/05/10  17:23:26
30451         Log: Subject: Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
30452              From: Steve Peters <steve@fisharerojo.org>
30453              Date: Tue, 10 May 2005 12:44:13 -0500
30454              Message-Id: <20050510174413.GA19686@mccoy.peters.homeunix.org>
30455      Branch: perl
30456            + README.openbsd
30457            ! MANIFEST reentr.pl
30458 ____________________________________________________________________________
30459 [ 24440] By: rgs                                   on 2005/05/10  16:51:02
30460         Log: Add editor boilerplates to all C files
30461              (except the generated ones)
30462      Branch: perl
30463            ! av.c deb.c doio.c doop.c dump.c globals.c gv.c hv.c locale.c
30464            ! malloc.c mg.c miniperlmain.c numeric.c op.c pad.c perl.c
30465            ! perlio.c perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c
30466            ! pp_sys.c regcomp.c regexec.c run.c scope.c sv.c taint.c toke.c
30467            ! universal.c utf8.c util.c xsutils.c
30468 ____________________________________________________________________________
30469 [ 24439] By: nicholas                              on 2005/05/10  15:38:07
30470         Log: s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
30471              plus a couple of 1 byte sv_setpv()s too.
30472      Branch: perl
30473            ! doio.c dump.c ext/B/B.xs ext/Storable/Storable.xs mg.c op.c
30474            ! perl.c pp_ctl.c pp_hot.c pp_sys.c toke.c
30475 ____________________________________________________________________________
30476 [ 24438] By: nicholas                              on 2005/05/10  14:47:58
30477         Log: As we have the length of the string easily to hand, no reason not to
30478              use it.
30479      Branch: perl
30480            ! op.c
30481 ____________________________________________________________________________
30482 [ 24437] By: ams                                   on 2005/05/10  14:41:08
30483         Log: Subject: [PATCH] perlop.pod nit
30484              From: Steve Peters <steve@fisharerojo.org>
30485              Date: Tue, 10 May 2005 09:41:01 -0500
30486              Message-Id: <20050510144101.GA21362@mccoy.peters.homeunix.org>
30487      Branch: perl
30488            ! pod/perlop.pod
30489 ____________________________________________________________________________
30490 [ 24436] By: nicholas                              on 2005/05/10  11:03:49
30491         Log: Experiment with using the ptr_table code to hold the seen hash
30492      Branch: perl
30493            ! ext/Storable/Storable.xs
30494 ____________________________________________________________________________
30495 [ 24435] By: nicholas                              on 2005/05/10  09:17:32
30496         Log: Simplify the debug and assert logic.
30497      Branch: perl
30498            ! ext/Storable/Storable.xs
30499 ____________________________________________________________________________
30500 [ 24434] By: nicholas                              on 2005/05/10  09:03:11
30501         Log: Change 24165 missed one s/class/classname/ in the debugging code.
30502      Branch: perl
30503            ! ext/Storable/Storable.xs
30504 ____________________________________________________________________________
30505 [ 24433] By: ams                                   on 2005/05/10  03:16:23
30506         Log: Subject: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
30507              From: Steve Peters <steve@fisharerojo.org>
30508              Date: Mon, 9 May 2005 21:10:49 -0500
30509              Message-Id: <20050510021049.GA20147@mccoy.peters.homeunix.org>
30510      Branch: perl
30511            ! reentr.h
30512 ____________________________________________________________________________
30513 [ 24432] By: ams                                   on 2005/05/10  03:15:34
30514         Log: Subject: [PATCH] Avoid USE_SITECUSTOMIZE redefined warnings
30515              From: Jan Dubois <jand@ActiveState.com>
30516              Date: Mon, 9 May 2005 19:29:06 -0700
30517              Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com>
30518      Branch: perl
30519            ! config_h.SH
30520 ____________________________________________________________________________
30521 [ 24431] By: rgs                                   on 2005/05/09  20:07:14
30522         Log: Subject: [PATCH] attributes-two.patch, the next batch
30523              From: Andy Lester <andy@petdance.com>
30524              Date: May 9, 2005 5:45 PM
30525              Message-ID: <20050509154518.GA18273@petdance.com>
30526      Branch: perl
30527            ! doop.c embed.fnc embed.pl gv.c handy.h op.c perl.c
30528            ! pod/perlapi.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c toke.c
30529            ! utf8.c
30530 ____________________________________________________________________________
30531 [ 24430] By: rgs                                   on 2005/05/09  19:19:20
30532         Log: Fix typo (bug #35368)
30533      Branch: perl
30534            ! pod/perlreftut.pod
30535 ____________________________________________________________________________
30536 [ 24429] By: nicholas                              on 2005/05/09  16:33:57
30537         Log: Update the comment describing arenas.
30538      Branch: perl
30539            ! sv.c
30540 ____________________________________________________________________________
30541 [ 24427] By: nicholas                              on 2005/05/09  11:22:19
30542         Log: Hoist the static "AUTOLOAD" into a static const variable. Makes the
30543              object file slightly smaller, and also increases the proportion of
30544              read only data section.
30545      Branch: perl
30546            ! gv.c
30547 ____________________________________________________________________________
30548 [ 24426] By: rgs                                   on 2005/05/09  11:11:35
30549         Log: Upgrade to Unicode::Collate 0.50
30550      Branch: perl
30551            + lib/Unicode/Collate/t/cjkrange.t lib/Unicode/Collate/t/ignor.t
30552            + lib/Unicode/Collate/t/override.t
30553            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
30554            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/altern.t
30555            ! lib/Unicode/Collate/t/contract.t
30556            ! lib/Unicode/Collate/t/hangtype.t
30557            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/illegal.t
30558            ! lib/Unicode/Collate/t/illegalp.t lib/Unicode/Collate/t/index.t
30559            ! lib/Unicode/Collate/t/normal.t
30560            ! lib/Unicode/Collate/t/rearrang.t lib/Unicode/Collate/t/test.t
30561            ! lib/Unicode/Collate/t/trailwt.t
30562            ! lib/Unicode/Collate/t/variable.t
30563            ! lib/Unicode/Collate/t/version.t lib/Unicode/Collate/t/view.t
30564 ____________________________________________________________________________
30565 [ 24425] By: nicholas                              on 2005/05/09  10:10:42
30566         Log: Change 24413 should have updated makedef.pl with the knowledge that 2
30567              symbols are ithreads only.
30568      Branch: perl
30569            ! makedef.pl
30570 ____________________________________________________________________________
30571 [ 24424] By: nicholas                              on 2005/05/09  10:00:37
30572         Log: Change 24420 should have hand updated globvar.sym to reflect the
30573              renaming of the global variable.
30574      Branch: perl
30575            ! globvar.sym
30576 ____________________________________________________________________________
30577 [ 24423] By: nicholas                              on 2005/05/09  08:48:46
30578         Log: Simplify S_hv_notallowed slightly by passing a prebuilt message
30579              template. (Also slightly smaller object code)
30580      Branch: perl
30581            ! hv.c
30582 ____________________________________________________________________________
30583 [ 24422] By: rgs                                   on 2005/05/09  07:37:58
30584         Log: Subject: [PATCH] Sv_*set() doc's and extra const's for the SvPVX_const() tasks
30585              From: Steve Peters <steve@fisharerojo.org>
30586              Date: Sun, 8 May 2005 20:49:17 -0500
30587              Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org>
30588      Branch: perl
30589            ! embed.fnc perl_keyword.pl pod/perlapi.pod proto.h sv.h toke.c
30590 ____________________________________________________________________________
30591 [ 24421] By: rgs                                   on 2005/05/09  07:29:33
30592         Log: Revert to Andy's first solution for nonnull attributes;
30593              add the missing defines for non-threaded perls in perl.h
30594      Branch: perl
30595            ! embed.h embed.pl global.sym perl.h proto.h
30596 ____________________________________________________________________________
30597 [ 24420] By: nicholas                              on 2005/05/08  22:09:18
30598         Log: Perl_croak uses perl's printf, so can pass in SVs direct - no need for
30599              SvPV and a %s format.
30600      Branch: perl
30601            ! mg.c perl.h pp.c pp_hot.c
30602 ____________________________________________________________________________
30603 [ 24419] By: nicholas                              on 2005/05/08  21:40:29
30604         Log: There's no need to set a reference count for the new SV heads, as it's
30605              always set to 1 at uprooting time.
30606              But set it to zero when DEBUGGING to make things clearer. Plus fix a
30607              bug introduced by change 22945, where the last SV head had an
30608              uninitialised reference count.
30609      Branch: perl
30610            ! sv.c
30611 ____________________________________________________________________________
30612 [ 24418] By: nicholas                              on 2005/05/08  19:45:30
30613         Log: The idea is that when you find something, you stop looking.
30614              ( http://use.perl.org/comments.pl?sid=26369&cid=40183 )
30615      Branch: perl
30616            ! sv.c
30617 ____________________________________________________________________________
30618 [ 24417] By: davem                                 on 2005/05/08  14:39:19
30619         Log: t/TEST's new error messages now include the prefix 'FAILURE--'
30620      Branch: perl
30621            ! t/TEST
30622 ____________________________________________________________________________
30623 [ 24416] By: rgs                                   on 2005/05/08  12:19:51
30624         Log: Tweak the insertion of __attribute__((nonnull())) declarations
30625              in proto.h so it compiles with and without threads with gcc 3.4
30626      Branch: perl
30627            ! embed.pl proto.h
30628 ____________________________________________________________________________
30629 [ 24414] By: rgs                                   on 2005/05/07  17:15:45
30630         Log: Subject: [PATCH] GCC attributes!
30631              From: Andy Lester <andy@petdance.com>
30632              Date: May 4, 2005 11:55 PM
30633              Message-ID: <20050504215540.GA20413@petdance.com>
30634      Branch: perl
30635            ! autodoc.pl av.c doio.c doop.c embed.fnc embed.pl op.c perl.h
30636            ! pod/perlapi.pod proto.h regcomp.c sv.c utf8.c util.c xsutils.c
30637 ____________________________________________________________________________
30638 [ 24413] By: nicholas                              on 2005/05/07  16:08:16
30639         Log: The ptr_table arena variables and code is only needed for ithreads.
30640      Branch: perl
30641            ! intrpvar.h sv.c
30642 ____________________________________________________________________________
30643 [ 24412] By: davem                                 on 2005/05/07  12:57:06
30644         Log: while (my $x ...) { ...; redo } shouldn't undef $x.
30645              In the presence of 'my' in the conditional of a while(), until(),
30646              or for(;;) loop, add an extra scope to the body so that redo
30647              doesn't undef the lexical
30648      Branch: perl
30649            ! embed.fnc embed.h op.c perly.act perly.h perly.tab perly.y
30650            ! pp_ctl.c proto.h t/op/loopctl.t
30651 ____________________________________________________________________________
30652 [ 24411] By: davem                                 on 2005/05/07  11:06:16
30653         Log: add 1.875c to the list of supported bisons
30654      Branch: perl
30655            ! regen_perly.pl
30656 ____________________________________________________________________________
30657 [ 24410] By: nicholas                              on 2005/05/06  22:17:04
30658         Log: Get the correct refcount on the temporary assignment to PL_sigwarn so
30659              that other code assigning to $SIG{__WARN__} doesn't cause a premature
30660              free.
30661      Branch: perl
30662            ! perlio.c t/io/layers.t
30663 ____________________________________________________________________________
30664 [ 24409] By: nicholas                              on 2005/05/06  19:08:35
30665         Log: Ooops. Wise man tests with ithreads before commiting. D'oh!
30666      Branch: perl
30667            ! sv.c
30668 ____________________________________________________________________________
30669 [ 24408] By: nicholas                              on 2005/05/06  18:38:45
30670         Log: Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting.
30671      Branch: perl
30672            ! hv.c intrpvar.h sv.c
30673 ____________________________________________________________________________
30674 [ 24407] By: rgs                                   on 2005/05/06  15:37:30
30675         Log: Upgrade to PathTools 3.07
30676      Branch: perl
30677            ! ext/Cwd/Changes ext/Cwd/t/taint.t lib/Cwd.pm lib/File/Spec.pm
30678            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
30679            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
30680            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
30681            ! lib/File/Spec/t/Spec.t
30682 ____________________________________________________________________________
30683 [ 24406] By: ams                                   on 2005/05/06  15:17:26
30684         Log: Don't pretend SIGZERO exists [#35291].
30685      Branch: perl
30686            ! mg.c
30687 ____________________________________________________________________________
30688 [ 24405] By: nicholas                              on 2005/05/06  13:11:54
30689         Log: Make the arena size changeable at compile time, and up the default by
30690              a factor of 4.
30691      Branch: perl
30692            ! hv.c perl.h sv.c
30693 ____________________________________________________________________________
30694 [ 24404] By: nicholas                              on 2005/05/06  12:34:36
30695         Log: Allocate pointer table entries (for ithread cloning) from an arena
30696      Branch: perl
30697            ! embedvar.h intrpvar.h perlapi.h sv.c
30698 ____________________________________________________________________________
30699 [ 24402] By: davem                                 on 2005/05/05  20:52:11
30700         Log: avoid accessing a just-freed SV (keep ponie happy)
30701      Branch: perl
30702            ! pad.c
30703 ____________________________________________________________________________
30704 [ 24401] By: rgs                                   on 2005/05/05  17:12:38
30705         Log: Missing files in Test::Simple
30706      Branch: perl
30707            + lib/Test/Simple/t/create.t lib/Test/Simple/t/is_deeply_fail.t
30708            + t/lib/Test/Simple/sample_tests/exit.plx
30709 ____________________________________________________________________________
30710 [ 24399] By: nicholas                              on 2005/05/05  15:17:23
30711         Log: Bump versions of non dual-life modules
30712      Branch: perl
30713            ! lib/File/Path.pm lib/FileCache.pm lib/Pod/Html.pm
30714            ! lib/Symbol.pm lib/utf8.pm win32/FindExt.pm
30715 ____________________________________________________________________________
30716 [ 24398] By: nicholas                              on 2005/05/05  14:54:20
30717         Log: Bump version numbers
30718      Branch: perl
30719            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
30720            ! ext/IO/lib/IO/Socket/INET.pm ext/XS/APItest/APItest.pm
30721 ____________________________________________________________________________
30722 [ 24397] By: rgs                                   on 2005/05/05  14:41:55
30723         Log: Upgrade to Test::Simple 0.60
30724      Branch: perl
30725            - lib/Test/Simple/t/is_deeply.t
30726            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
30727            ! lib/Test/Simple.pm lib/Test/Simple/Changes
30728            ! lib/Test/Simple/t/00signature.t
30729            ! lib/Test/Simple/t/circular_data.t lib/Test/Simple/t/exit.t
30730            ! lib/Test/Simple/t/fork.t lib/Test/Simple/t/has_plan.t
30731            ! lib/Test/Simple/t/has_plan2.t lib/Test/Simple/t/is_fh.t
30732            ! lib/Test/Simple/t/require_ok.t
30733 ____________________________________________________________________________
30734 [ 24396] By: nicholas                              on 2005/05/05  14:28:42
30735         Log: Bump B version numbers
30736      Branch: perl
30737            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
30738            ! ext/B/B/Disassembler.pm ext/B/B/Terse.pm
30739            ! ext/B/t/OptreeCheck.pm
30740 ____________________________________________________________________________
30741 [ 24393] By: davem                                 on 2005/05/05  12:06:32
30742         Log: stop Math/BigInt/t/bare_mbf.t producing spurious test output
30743      Branch: perl
30744            ! lib/Math/BigInt/t/bare_mbf.t
30745 ____________________________________________________________________________
30746 [ 24392] By: davem                                 on 2005/05/05  12:01:51
30747         Log: strictifying t/TEST stopped it handling '1..n todo' correctly
30748              (made scope of %toto too narrow)
30749      Branch: perl
30750            ! t/TEST
30751 ____________________________________________________________________________
30752 [ 24390] By: davem                                 on 2005/05/05  00:34:50
30753         Log: make t/TEST detect various failure modes in testfile outputs
30754              in particular:
30755              multiple leader lines
30756              leader line not first or last line of file
30757              unrecognised lines
30758              out-of-sequence test numbers
30759      Branch: perl
30760            ! t/TEST
30761 ____________________________________________________________________________
30762 [ 24389] By: davem                                 on 2005/05/04  22:14:54
30763         Log: strictify t/TEST
30764              make most variables lexical, narrow their scope, and give some of
30765              them more meaningful names. Also fix a harmless bug where the wrong
30766              filehandles are closed (A+B rather than U+A)
30767      Branch: perl
30768            ! t/TEST
30769 ____________________________________________________________________________
30770 [ 24388] By: rgs                                   on 2005/05/04  20:50:59
30771         Log: Document the unportability of atan2() edge cases
30772              and remove unportable tests (by Steve Peters)
30773      Branch: perl
30774            ! pod/perlport.pod t/op/exp.t
30775 ____________________________________________________________________________
30776 [ 24387] By: davem                                 on 2005/05/04  20:30:00
30777         Log: add test for [perl #34682] leaving eval via last in inner runops
30778      Branch: perl
30779            ! t/op/eval.t
30780 ____________________________________________________________________________
30781 [ 24386] By: rgs                                   on 2005/05/04  18:31:19
30782         Log: Fix test numerotation
30783      Branch: perl
30784            ! t/op/goto.t
30785 ____________________________________________________________________________
30786 [ 24385] By: davem                                 on 2005/05/04  15:52:11
30787         Log: make goto.t use test.pl, strict and warnings
30788      Branch: perl
30789            ! t/op/goto.t
30790 ____________________________________________________________________________
30791 [ 24384] By: davem                                 on 2005/05/04  14:01:40
30792         Log: SEGV when next is followed by a goto
30793              
30794              next and redo didn't restore PL_curcop
30795      Branch: perl
30796            ! pp_ctl.c t/op/goto.t
30797 ____________________________________________________________________________
30798 [ 24383] By: ams                                   on 2005/05/04  12:12:30
30799         Log: Subject: [PATCH] perlvar.pod verbatim paragraph first line does not start with a space
30800              From: Offer Kaye <offer.kaye@gmail.com>
30801              Date: Wed, 4 May 2005 15:10:37 +0300
30802              Message-Id: <56942505050405101bfe678d@mail.gmail.com>
30803      Branch: perl
30804            ! pod/perlvar.pod
30805 ____________________________________________________________________________
30806 [ 24382] By: rgs                                   on 2005/05/04  11:21:54
30807         Log: Sync synopses
30808      Branch: perl
30809            ! pod/perl.pod pod/perlrun.pod
30810 ____________________________________________________________________________
30811 [ 24381] By: davem                                 on 2005/05/03  22:10:45
30812         Log: document the internals of exception handling
30813      Branch: perl
30814            ! pod/perlhack.pod
30815 ____________________________________________________________________________
30816 [ 24380] By: rgs                                   on 2005/05/03  15:43:34
30817         Log: Fix getting prototype of builtins mkdir and setpgrp.
30818              Hardcode special exceptions for exec and system, instead
30819              of trying to be clever and failing.
30820      Branch: perl
30821            ! opcode.h opcode.pl pp.c t/op/cproto.t
30822 ____________________________________________________________________________
30823 [ 24379] By: rgs                                   on 2005/05/03  12:18:50
30824         Log: Error in the latest FindBin patch, noticed by Nicholas
30825      Branch: perl
30826            ! lib/FindBin.pm
30827 ____________________________________________________________________________
30828 [ 24378] By: rgs                                   on 2005/05/03  12:15:45
30829         Log: mkdir without arguments now defaults to $_
30830      Branch: perl
30831            ! opcode.h opcode.pl pod/perlfunc.pod t/op/cproto.t t/op/mkdir.t
30832 ____________________________________________________________________________
30833 [ 24377] By: nicholas                              on 2005/05/03  12:00:25
30834         Log: ok($a == $b) better written as cmp_ok($a, '==', $b)
30835              (The latter gives more diagnostics in the case of failure)
30836      Branch: perl
30837            ! t/op/exp.t
30838 ____________________________________________________________________________
30839 [ 24376] By: rgs                                   on 2005/05/03  09:45:24
30840         Log: Convert to test.pl
30841      Branch: perl
30842            ! t/op/mkdir.t
30843 ____________________________________________________________________________
30844 [ 24375] By: rgs                                   on 2005/05/03  08:53:25
30845         Log: Fix for [perl #34252] Access rights in FindBin::Bin
30846              At least on my platform, Cwd::getcwd doesn't find the current
30847              directory if it has no access to it. Try harder with Cwd::cwd.
30848      Branch: perl
30849            ! lib/FindBin.pm
30850 ____________________________________________________________________________
30851 [ 24374] By: steveh                                on 2005/05/03  08:51:24
30852         Log: Fix croak() and confess() so that they don't clobber $!
30853              (plus tests to check this)
30854      Branch: perl
30855            ! lib/Carp.pm lib/Carp.t
30856 ____________________________________________________________________________
30857 [ 24373] By: nicholas                              on 2005/05/03  08:45:28
30858         Log: PL_mess_sv is always >= SVt_PVMG, so no need for an if() test
30859      Branch: perl
30860            ! perl.c
30861 ____________________________________________________________________________
30862 [ 24372] By: rgs                                   on 2005/05/03  07:36:17
30863         Log: Subject: [perl #33809] optimize macro dXSARGS 
30864              From: Sergey Skvortsov (via RT) <perlbug-followup@perl.org>
30865              Date: 17 Jan 2005 09:02:33 -0000
30866              Message-ID: <rt-3.0.11-33809-105714.16.4209917806492@perl.org>
30867      Branch: perl
30868            ! XSUB.h pod/perlapi.pod universal.c
30869 ____________________________________________________________________________
30870 [ 24371] By: rgs                                   on 2005/05/03  06:56:03
30871         Log: Subject: [PATCH] IEEE math for the masses
30872              From: Steve Peters <steve@fisharerojo.org>
30873              Date: Fri, 15 Apr 2005 09:10:54 -0500
30874              Message-ID: <20050415141054.GA12749@mccoy.peters.homeunix.org>
30875              
30876              (tests added to t/op/exp.t)
30877      Branch: perl
30878            ! pp.c t/op/exp.t
30879 ____________________________________________________________________________
30880 [ 24370] By: rgs                                   on 2005/05/03  06:30:47
30881         Log: Convert to test.pl
30882      Branch: perl
30883            ! t/op/exp.t
30884 ____________________________________________________________________________
30885 [ 24369] By: nicholas                              on 2005/05/02  20:45:00
30886         Log: A slightly better layout for the diagram.
30887      Branch: perl
30888            ! ext/B/B.pm
30889 ____________________________________________________________________________
30890 [ 24368] By: rgs                                   on 2005/05/02  20:10:34
30891         Log: Clarify the definition of the 'w' pack format, as suggested by
30892              Alexey Toptygin.
30893      Branch: perl
30894            ! pod/perlfunc.pod
30895 ____________________________________________________________________________
30896 [ 24367] By: rgs                                   on 2005/05/02  17:10:19
30897         Log: For perls where pids and ppids are cached, when the ppid of
30898              the perl process becomes 1, refresh the ppid cache (this may
30899              indicate that the parent process has died.)
30900      Branch: perl
30901            ! pp_sys.c
30902 ____________________________________________________________________________
30903 [ 24366] By: rgs                                   on 2005/05/02  16:16:35
30904         Log: Change inheritance hierarchy of B subclassses :
30905              
30906              Subject: @B::NV::ISA = 'B::IV';
30907              From: Nicholas Clark <nick@ccl4.org>
30908              Date: Wed, 27 Apr 2005 14:57:51 +0100
30909              Message-ID: <20050427135750.GD94420@plum.flirble.org>
30910      Branch: perl
30911            ! ext/B/B.pm
30912 ____________________________________________________________________________
30913 [ 24365] By: rgs                                   on 2005/05/02  15:46:51
30914         Log: Subject: [PATCH] printf.patch: Adding printf checking for gcc
30915              From: Andy Lester <andy@petdance.com>
30916              Date: Sun, 1 May 2005 15:07:55 -0500
30917              Message-ID: <20050501200755.GA30259@petdance.com>
30918      Branch: perl
30919            ! gv.c lib/ExtUtils/t/Embed.t pad.c perl.c perl.h perlio.c
30920            ! perlio.h perliol.h pp_pack.c pp_sort.c x2p/util.c x2p/util.h
30921 ____________________________________________________________________________
30922 [ 24364] By: rgs                                   on 2005/05/02  14:48:04
30923         Log: Subject: Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
30924              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
30925              Date: Wed, 3 Nov 2004 16:38:01 +0100
30926              Message-ID: <20041103163801.6839be30@valis.local>
30927      Branch: perl
30928            ! ext/Data/Dumper/Dumper.pm
30929 ____________________________________________________________________________
30930 [ 24363] By: davem                                 on 2005/05/02  14:27:20
30931         Log: Better fix for #8738  (Core dump in 'leavetry')
30932              When in an inner runops loop (eg via a tie or sort), an eval
30933              needs a new JMPENV pushing by S_docatch. If an exception is raised,
30934              control is returned to S_docatch, and it must determine whether
30935              the eval that trapped the exception is an inner eval or an outer
30936              one. In the former case, restart the loop, in the latter case,
30937              rethrow the exception. This is determined by whether we are still
30938              at the same PL_curstackinfo level. This fails in the case of
30939              SPLICE(), which pushes a new SETJMP and runops level, but not a
30940              new stackinfo level. There may be other code which does similar.
30941              The solution is to store the current value of PL_top_env in each
30942              pushed CxEVAL, and see if it's still the same as PL_top_env when
30943              the exception is handled.
30944      Branch: perl
30945            ! cop.h pp_ctl.c
30946 ____________________________________________________________________________
30947 [ 24362] By: davem                                 on 2005/05/02  13:51:42
30948         Log: Revert change #15705 (Core dump in 'leavetry')
30949              This fixes bug #34682, reintroduces bug #8738 (ID 20020301.011),
30950              and reintroduces an eval optimisation for innter runops levels
30951      Branch: perl
30952            ! pp_ctl.c
30953 ____________________________________________________________________________
30954 [ 24361] By: davem                                 on 2005/05/02  13:29:17
30955         Log: move the SETJMP exception-handing definitions from scope.h to cop.h
30956              so that a JMPENV* entry can be added to struct block_eval
30957      Branch: perl
30958            ! cop.h scope.h
30959 ____________________________________________________________________________
30960 [ 24360] By: rgs                                   on 2005/05/02  09:37:04
30961         Log: Fix [perl #35162] $SIG{__DIE__} = 'IGNORE' is base.pm is illegal
30962      Branch: perl
30963            ! lib/base.pm
30964 ____________________________________________________________________________
30965 [ 24359] By: rgs                                   on 2005/05/02  08:09:38
30966         Log: Subject: [PATCH] undo pod utilities regression in 24034
30967              From: "Craig A. Berry" <craigberry@mac.com>
30968              Date: Fri, 29 Apr 2005 17:22:48 -0500
30969              Message-ID: <4272B3B8.6030603@mac.com>
30970      Branch: perl
30971            ! pod/pod2usage.PL pod/podselect.PL
30972 ____________________________________________________________________________
30973 [ 24358] By: rgs                                   on 2005/05/02  07:15:37
30974         Log: Subject: [PATCH] uninitialized warnings in regcomp
30975              From: Steven Philip Schubiger <steven@accognoscere.org>
30976              Date: Mon, 2 May 2005 01:14:29 +0200 (CEST)
30977              Message-Id: <200505012314.j41NETLk018737@accognoscere.homeunix.org>
30978      Branch: perl
30979            ! regcomp.c
30980 ____________________________________________________________________________
30981 [ 24357] By: nicholas                              on 2005/05/01  22:16:16
30982         Log: Explode if anyone attempts to sv_upgrade PL_mess_sv.
30983              Should this be a panic: ?
30984      Branch: perl
30985            ! sv.c
30986 ____________________________________________________________________________
30987 [ 24355] By: merijn                                on 2005/04/29  15:32:17
30988         Log: Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they were
30989              unintendedly removed by patch #23435
30990      Branch: perl
30991            ! config_h.SH
30992 ____________________________________________________________________________
30993 [ 24354] By: merijn                                on 2005/04/29  13:59:36
30994         Log: Subject: [PATCH] Small patch to perlport.pod
30995              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
30996              Date: Thu, 28 Apr 2005 02:24:04 +0200
30997              Message-Id: <D38E89F3-B77B-11D9-B91D-000502F3279F@free.fr>
30998      Branch: perl
30999            ! pod/perlport.pod
31000 ____________________________________________________________________________
31001 [ 24353] By: steveh                                on 2005/04/29  09:07:19
31002         Log: Subject: [PATCH] one cannot "static" exported functions
31003              From: <jarkko.hietaniemi@nokia.com>
31004              Date: Fri, 29 Apr 2005 11:02:01 +0300
31005              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D705@esebe105.NOE.Nokia.com>
31006      Branch: perl
31007            ! perlio.c
31008 ____________________________________________________________________________
31009 [ 24352] By: steveh                                on 2005/04/29  08:24:50
31010         Log: Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is defined
31011              (rather than when PERL_IMPLICIT_SYS is defined)
31012      Branch: perl
31013            ! makedef.pl
31014 ____________________________________________________________________________
31015 [ 24351] By: nicholas                              on 2005/04/28  22:28:53
31016         Log: Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free
31017      Branch: perl
31018            ! sv.c
31019 ____________________________________________________________________________
31020 [ 24350] By: steveh                                on 2005/04/28  16:42:13
31021         Log: Subject: (in blead) a missing const in a prototype
31022              From: <jarkko.hietaniemi@nokia.com>
31023              Date: Wed, 27 Apr 2005 17:35:27 +0300
31024              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6ED@esebe105.NOE.Nokia.com>
31025      Branch: perl
31026            ! embed.fnc proto.h
31027 ____________________________________________________________________________
31028 [ 24349] By: steveh                                on 2005/04/28  16:38:51
31029         Log: Silence a compilation warning on Win32
31030      Branch: perl
31031            ! pp.c
31032 ____________________________________________________________________________
31033 [ 24348] By: nicholas                              on 2005/04/28  11:22:15
31034         Log: Add a new macro SvPV_free() which undoes OOK and free()s the PVX(),
31035              becase there's a lot of code around that calls SvOOK_off(), memmov()s
31036              the buffer, then promptly free()s it. So avoid the needless memmov().
31037      Branch: perl
31038            ! perl.c pp.c pp_ctl.c pp_hot.c sv.c sv.h
31039 ____________________________________________________________________________
31040 [ 24347] By: steveh                                on 2005/04/28  11:13:55
31041         Log: Remove temporary clean-up from Win32 makefiles
31042              
31043              Change 22501 temporarily added some clean-up to the Win32 makefiles
31044              which was only meant to stay until cpan rt #5616 was fixed.  It is
31045              now fixed (in EU-MM 6.22, which in turn has been in blead for a
31046              while now), so these hacks are no longer required.
31047              
31048              This change is also good for maint, which currently contains EU-MM
31049              6.17, which didn't create the blibdirs.exists files in question
31050              anyway.
31051      Branch: perl
31052            ! win32/Makefile win32/makefile.mk
31053 ____________________________________________________________________________
31054 [ 24345] By: rgs                                   on 2005/04/28  09:29:07
31055         Log: Remove confusing punctuation
31056              (spotted by David Rigaudiere)
31057      Branch: perl
31058            ! pod/perlvar.pod
31059 ____________________________________________________________________________
31060 [ 24344] By: nicholas                              on 2005/04/28  09:29:06
31061         Log: Calling sv_backoff() on something that's about to be free()d will
31062              memmov() memory that's about to be freed. Seems wasteful.
31063      Branch: perl
31064            ! sv.c
31065 ____________________________________________________________________________
31066 [ 24341] By: steveh                                on 2005/04/28  08:44:28
31067         Log: Fix perlsio_binmode() export breakage caused by change #24338
31068              
31069              Define and export perlsio_binmode() based on the same condition,
31070              namely, that USE_PERLIO is defined and USE_SFIO is not.
31071      Branch: perl
31072            ! makedef.pl perlio.c
31073 ____________________________________________________________________________
31074 [ 24340] By: nicholas                              on 2005/04/28  08:34:57
31075         Log: The if() clause is the wrong way round, so OOK can never be true in
31076              this case. Given that OOK is never undone, we could never have been
31077              correctly upgrading a PV with OOK to HV or AV. I believe that only
31078              SVt_NULL is the only type ever upgraded to HV or AV.
31079      Branch: perl
31080            ! sv.c
31081 ____________________________________________________________________________
31082 [ 24339] By: rgs                                   on 2005/04/27  20:24:30
31083         Log: A couple of warning fixes by Gisle
31084      Branch: perl
31085            ! pp.c pp_sys.c
31086 ____________________________________________________________________________
31087 [ 24338] By: rgs                                   on 2005/04/27  14:48:46
31088         Log: Subject: [PATCH] perlio-two.patch: More warnings squashed, more consts
31089              From: Andy Lester <andy@petdance.com>
31090              Date: Wed, 27 Apr 2005 10:02:43 -0500
31091              Message-ID: <20050427150243.GA21883@petdance.com>
31092      Branch: perl
31093            ! perl.c perlio.c perlio.h perliol.h
31094 ____________________________________________________________________________
31095 [ 24334] By: steveh                                on 2005/04/27  08:35:40
31096         Log: Subject: Win32 MM test fix
31097              From: Michael G Schwern <schwern@pobox.com>
31098              Date: Mon, 18 Apr 2005 14:30:19 -0700
31099              Message-ID: <20050418213019.GA15797@windhund.schwern.org>
31100              
31101              Subject: Re: Win32 MM test fix
31102              From: demerphq <demerphq@gmail.com>
31103              Date: Tue, 19 Apr 2005 00:57:59 +0200
31104              Message-ID: <9b18b31105041815573e10dc10@mail.gmail.com>
31105      Branch: perl
31106            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
31107 ____________________________________________________________________________
31108 [ 24333] By: rgs                                   on 2005/04/26  21:03:43
31109         Log: Subject: [PATCH] XS() __attribute__
31110              From: Andy Lester <andy@petdance.com>
31111              Date: Fri, 22 Apr 2005 17:39:47 -0500
31112              Message-ID: <20050422223947.GA4681@petdance.com>
31113      Branch: perl
31114            ! XSUB.h universal.c xsutils.c
31115 ____________________________________________________________________________
31116 [ 24328] By: rgs                                   on 2005/04/26  14:27:01
31117         Log: Subject: Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patches
31118              From: Andy Lester <andy@petdance.com>
31119              Date: Mon, 25 Apr 2005 17:56:51 -0500
31120              Message-ID: <20050425225651.GB17271@petdance.com>
31121      Branch: perl
31122            ! embed.fnc embed.h perl.h pod/perlapi.pod pp_pack.c proto.h
31123 ____________________________________________________________________________
31124 [ 24326] By: rgs                                   on 2005/04/26  12:49:03
31125         Log: Upgrade to CGI.pm 3.08
31126      Branch: perl
31127            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
31128            ! lib/CGI/Pretty.pm
31129 ____________________________________________________________________________
31130 [ 24325] By: merijn                                on 2005/04/26  11:28:42
31131         Log: Subject: [PATCH?] for AIX problems? RE: [PATCH] Symbian port of Perl
31132              Date: Tue, 26 Apr 2005 12:22:12 +0300
31133              From: <jarkko.hietaniemi@nokia.com>
31134              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6CB@esebe105.NOE.Nokia.com>
31135              From: Steve Hay <steve.hay@uk.radan.com>
31136              Message-ID: <426E11A3.8070002@uk.radan.com>
31137      Branch: perl
31138            ! ext/Storable/Storable.xs
31139 ____________________________________________________________________________
31140 [ 24321] By: steveh                                on 2005/04/25  13:09:57
31141         Log: Update location to fetch dmake from in README.win32
31142              
31143              Use the generic search.cpan.org URL so that the latest version is
31144              always found
31145      Branch: perl
31146            ! README.win32
31147 ____________________________________________________________________________
31148 [ 24320] By: nicholas                              on 2005/04/25  11:41:01
31149         Log: Subject: [PATCH] mktables.lst and related stuff (was Re: [PATCH] Unicode 4.1.0)
31150              From: demerphq <demerphq@gmail.com>
31151              Message-ID: <9b18b31105042412352fcf2bc5@mail.gmail.com>
31152              Date: Sun, 24 Apr 2005 21:35:35 +0200
31153      Branch: perl
31154            ! lib/unicore/README.perl lib/unicore/mktables
31155            ! lib/unicore/mktables.lst
31156 ____________________________________________________________________________
31157 [ 24319] By: steveh                                on 2005/04/25  11:05:24
31158         Log: Provide $Config{libswanted_uselargefiles} on Win32
31159              
31160              This fixes some test failures introduced by change 24271.
31161      Branch: perl
31162            ! win32/config.bc win32/config.gc win32/config.vc
31163            ! win32/config.vc64
31164 ____________________________________________________________________________
31165 [ 24318] By: steveh                                on 2005/04/25  07:47:11
31166         Log: Subject: [PATCH] combopatch
31167              From: Jarkko Hietaniemi <jhi@iki.fi>
31168              Date: Sun, 24 Apr 2005 22:58:15 +0300
31169              Message-ID: <426BFA57.9060105@iki.fi>
31170      Branch: perl
31171            ! embed.fnc makedef.pl mg.c perl.c perl.h perlvars.h pp_pack.c
31172            ! proto.h toke.c util.c
31173 ____________________________________________________________________________
31174 [ 24317] By: rgs                                   on 2005/04/25  06:30:44
31175         Log: Fix typo, noticed by Randal Schwartz
31176      Branch: perl
31177            ! pod/perlfunc.pod
31178 ____________________________________________________________________________
31179 [ 24316] By: ams                                   on 2005/04/25  01:36:38
31180         Log: Add STORABLE_attach hook (Adam Kennedy).
31181      Branch: perl
31182            + ext/Storable/t/HAS_ATTACH.pm ext/Storable/t/attach_errors.t
31183            + ext/Storable/t/attach_singleton.t
31184            + ext/Storable/t/circular_hook.t
31185            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
31186            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
31187 ____________________________________________________________________________
31188 [ 24315] By: rgs                                   on 2005/04/24  15:25:18
31189         Log: Add files missing in 24314
31190      Branch: perl
31191            + lib/Test/Harness/Point.pm lib/Test/Harness/t/from_line.t
31192            + lib/Test/Harness/t/point-parse.t lib/Test/Harness/t/point.t
31193            + lib/Test/Harness/t/version.t
31194 ____________________________________________________________________________
31195 [ 24314] By: rgs                                   on 2005/04/24  13:26:50
31196         Log: Upgrade to Test::Harness 2.48
31197      Branch: perl
31198            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
31199            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
31200            ! lib/Test/Harness/t/00compile.t
31201            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
31202            ! t/lib/sample-tests/skip
31203 ____________________________________________________________________________
31204 [ 24313] By: merijn                                on 2005/04/24  11:52:03
31205         Log: Subject: [PATCH] Add -Wdeclaration-after-statement to default flags for gcc 3+
31206              From: Steve Peters <steve@fisharerojo.org>
31207              Date: Sat, 23 Apr 2005 22:37:48 -0500
31208              Message-ID: <20050424033748.GA23117@mccoy.peters.homeunix.org>
31209      Branch: perl
31210            ! Configure
31211 ____________________________________________________________________________
31212 [ 24311] By: rgs                                   on 2005/04/24  11:48:24
31213         Log: Add %patchlevel hash to Module::CoreList
31214      Branch: perl
31215            ! lib/Module/CoreList.pm
31216 ____________________________________________________________________________
31217 [ 24310] By: merijn                                on 2005/04/24  09:12:37
31218         Log: Subject: [PATCH] lib/Time/Local.t: time_t is unsigned on VMS
31219              From: "Craig A. Berry" <craigberry@mac.com>
31220              Date: Sat, 23 Apr 2005 18:25:52 -0500
31221              Message-ID: <426AD980.2010801@mac.com>
31222      Branch: perl
31223            ! lib/Time/Local.t
31224 ____________________________________________________________________________
31225 [ 24309] By: nicholas                              on 2005/04/23  14:00:49
31226         Log: Variable declarations can't come after statements in C89.
31227      Branch: perl
31228            ! util.c
31229 ____________________________________________________________________________
31230 [ 24308] By: nicholas                              on 2005/04/23  13:57:41
31231         Log: Save state when auto-generating #ifdef PERL_CORE and PERL_CORE/PERL_EXT
31232              reducing embed.h by about 10%.
31233      Branch: perl
31234            ! embed.h embed.pl
31235 ____________________________________________________________________________
31236 [ 24307] By: davem                                 on 2005/04/23  13:56:18
31237         Log: Subject:  [PATCH] Fix for warnings in util.c/Perl_init_tm()
31238              From:  Steve Peters <steve@fisharerojo.org>
31239              Date:  Fri, 22 Apr 2005 22:36:03 -0500
31240              Message-Id:  <20050423033603.GA32547@mccoy.peters.homeunix.org>
31241              
31242              localtime() can return null
31243      Branch: perl
31244            ! util.c
31245 ____________________________________________________________________________
31246 [ 24303] By: nicholas                              on 2005/04/22  21:40:21
31247         Log: Convert to test.pl
31248      Branch: perl
31249            ! t/op/substr.t
31250 ____________________________________________________________________________
31251 [ 24301] By: nicholas                              on 2005/04/22  16:21:46
31252         Log: Subject: [PATCH] t/uni/class.t -- update VMS test skippage
31253              From: "Craig A. Berry" <craigberry@mac.com>
31254              Message-ID: <42692501.6090809@mac.com>
31255              Date: Fri, 22 Apr 2005 11:23:29 -0500
31256      Branch: perl
31257            ! t/uni/class.t
31258 ____________________________________________________________________________
31259 [ 24300] By: rgs                                   on 2005/04/22  16:17:36
31260         Log: Patch by Yves Orton to accept several options on the corelist(1)
31261              command-line. Plus POD nits.
31262      Branch: perl
31263            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
31264 ____________________________________________________________________________
31265 [ 24290] By: steveh                                on 2005/04/22  13:51:47
31266         Log: Fix last remaining Win32 linker error following change 24271
31267              
31268              (Supplied by Jarkko in a makedef.pl that was omitted from the
31269              aforementioned change)
31270      Branch: perl
31271            ! makedef.pl
31272 ____________________________________________________________________________
31273 [ 24287] By: rgs                                   on 2005/04/22  12:42:37
31274         Log: There's no point listing '-f' in --help output
31275              when perl isn't built with USE_SITECUSTOMIZE, since it might
31276              confuse users about $sitelib/sitecustomize.pl being sourced
31277              at startup.
31278      Branch: perl
31279            ! perl.c
31280 ____________________________________________________________________________
31281 [ 24286] By: nicholas                              on 2005/04/22  12:37:19
31282         Log: For now, TODO the 2 tests that fail on 5.8.x
31283      Branch: perl
31284            ! ext/B/t/optree_specials.t
31285 ____________________________________________________________________________
31286 [ 24284] By: rgs                                   on 2005/04/22  12:34:14
31287         Log: -A wasn't listed in the --help output
31288      Branch: perl
31289            ! perl.c
31290 ____________________________________________________________________________
31291 [ 24280] By: steveh                                on 2005/04/22  09:59:54
31292         Log: Fix more Win32 linker errors following change 24271
31293              
31294              This clears up problems with Perl_free_global_struct and
31295              Perl_init_global_struct
31296      Branch: perl
31297            ! embed.fnc embed.h global.sym makedef.pl proto.h
31298 ____________________________________________________________________________
31299 [ 24279] By: rgs                                   on 2005/04/22  09:04:08
31300         Log: Subject: [PATCH] pp_pack.c warning quieting
31301              From: Andy Lester <andy@petdance.com>
31302              Date: Thu, 21 Apr 2005 11:33:13 -0500
31303              Message-ID: <20050421163313.GA20930@petdance.com>
31304      Branch: perl
31305            ! pp_pack.c
31306 ____________________________________________________________________________
31307 [ 24278] By: steveh                                on 2005/04/22  08:59:58
31308         Log: Fix Win32 linker errors following change 24271
31309              
31310              This clears up "unresolved external" errors for the following symbols:
31311              
31312              PL_watch_pvx
31313              Perl_Gappctx_ptr
31314              Perl_Gmmap_page_size_ptr
31315              Perl_Gsig_defaulting_ptr
31316              Perl_Gsig_handlers_initted_ptr
31317              Perl_Gsig_ignoring_ptr
31318              Perl_Gsig_sv_ptr
31319              Perl_Gtimesbase_ptr
31320              Perl_Gwatch_pvx_ptr
31321      Branch: perl
31322            ! makedef.pl
31323 ____________________________________________________________________________
31324 [ 24277] By: rgs                                   on 2005/04/22  08:48:14
31325         Log: Subject: [PATCH] bytecode.pl, bytecode.h, and sv.h fixes
31326              From: Steve Peters <steve@fisharerojo.org>
31327              Date: Thu, 21 Apr 2005 18:55:47 -0500
31328              Message-ID: <20050421235547.GA12149@mccoy.peters.homeunix.org>
31329      Branch: perl
31330            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
31331            ! sv.h
31332 ____________________________________________________________________________
31333 [ 24276] By: steveh                                on 2005/04/22  08:13:01
31334         Log: Fix my_chsize() for systems having chsize(), broken by change #24271
31335      Branch: perl
31336            ! pp_sys.c
31337 ____________________________________________________________________________
31338 [ 24275] By: davem                                 on 2005/04/21  21:30:11
31339         Log: Sigh - really bump Text::Wrap version number this time.
31340      Branch: perl
31341            ! lib/Text/Wrap.pm
31342 ____________________________________________________________________________
31343 [ 24274] By: davem                                 on 2005/04/21  21:27:15
31344         Log: bump version number in Text::Wrap after change #24273
31345      Branch: perl
31346            ! lib/Text/Wrap.pm
31347 ____________________________________________________________________________
31348 [ 24273] By: davem                                 on 2005/04/21  21:22:54
31349         Log: Text::Wrap::wrap() fails with non-space separator
31350      Branch: perl
31351            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
31352 ____________________________________________________________________________
31353 [ 24271] By: rgs                                   on 2005/04/21  15:38:30
31354         Log: Subject: [PATCH] Symbian port of Perl
31355              From: <jarkko.hietaniemi@nokia.com>
31356              Date: Mon, 18 Apr 2005 13:18:30 +0300
31357              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com>
31358      Branch: perl
31359            + README.symbian ext/DynaLoader/dl_symbian.xs
31360            + symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlApp.hrh
31361            + symbian/PerlApp.rss symbian/PerlAppAif.rss
31362            + symbian/PerlBase.cpp symbian/PerlBase.h symbian/PerlBase.pod
31363            + symbian/PerlRecog.cpp symbian/PerlRecog.mmp symbian/README
31364            + symbian/TODO symbian/bld.inf symbian/config.pl
31365            + symbian/config.sh symbian/cwd.pl symbian/demo_pl
31366            + symbian/install.cfg symbian/makesis.pl symbian/port.pl
31367            + symbian/sanity.pl symbian/sdk.pl symbian/symbian_dll.cpp
31368            + symbian/symbian_proto.h symbian/symbian_stubs.c
31369            + symbian/symbian_stubs.h symbian/symbian_utils.cpp
31370            + symbian/symbianish.h symbian/uid.pl symbian/version.pl
31371            + symbian/xsbuild.pl
31372            ! EXTERN.h INTERN.h MANIFEST Porting/curliff.pl Porting/makerel
31373            ! XSUB.h av.c bytecode.pl configpm doio.c dump.c embed.fnc
31374            ! embed.h embed.pl embedvar.h ext/B/B.xs
31375            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
31376            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
31377            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
31378            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
31379            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
31380            ! ext/POSIX/POSIX.xs ext/PerlIO/scalar/scalar.xs
31381            ! ext/PerlIO/via/via.xs ext/SDBM_File/sdbm/sdbm.c
31382            ! ext/Storable/Storable.xs ext/Time/HiRes/HiRes.xs global.sym
31383            ! globvar.sym gv.c hv.c intrpvar.h lib/ExtUtils/t/Embed.t
31384            ! lib/ExtUtils/xsubpp lib/File/Spec.pm lib/File/Spec/Win32.pm
31385            ! locale.c mg.c miniperlmain.c numeric.c op.c opcode.h opcode.pl
31386            ! pad.c patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.c
31387            ! perlio.h perliol.h perlvars.h pod.lst pod/perl.pod
31388            ! pod/perlguts.pod pod/perlintern.pod pp.c pp_ctl.c pp_hot.c
31389            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.pl regcomp.c
31390            ! regexec.c scope.h sv.c taint.c toke.c universal.c utf8.c
31391            ! utf8.h util.c util.h vms/descrip_mms.template win32/Makefile
31392            ! win32/makefile.mk win32/win32io.c xsutils.c
31393 ____________________________________________________________________________
31394 [ 24270] By: davem                                 on 2005/04/21  15:36:14
31395         Log: substr uses utf8 length cache incorrectly
31396      Branch: perl
31397            ! sv.c t/op/substr.t
31398 ____________________________________________________________________________
31399 [ 24269] By: davem                                 on 2005/04/21  00:13:14
31400         Log: Subject:  [PATCH] extra code in pp_concat, Take 2
31401              From:  Andy Lester <andy@petdance.com>
31402              Date:  Wed, 13 Apr 2005 21:06:01 -0500
31403              Message-Id:  <20050414020601.GA21346@petdance.com>
31404              
31405              add 'const', and remove extraneous code, from pp_concat
31406      Branch: perl
31407            ! pp_hot.c t/op/concat.t
31408 ____________________________________________________________________________
31409 [ 24268] By: davem                                 on 2005/04/20  23:56:18
31410         Log: Subject:  patch to [PATCH] Fix MGVTBL structures in perl.h (preprocessor
31411              From:  David Dyck <david.dyck@fluke.com>
31412              Date:  Wed, 20 Apr 2005 16:35:55 -0700 (PDT)
31413              Message-Id:  <Pine.LNX.4.62.0504201627550.27786@dd.tc.fluke.com>
31414              
31415              fix nits in change #24264:
31416              some preprocessors don't like #ifdefs within a macro's args;
31417              also removed duplicate semicolons from macro definitions.
31418      Branch: perl
31419            ! perl.h
31420 ____________________________________________________________________________
31421 [ 24267] By: davem                                 on 2005/04/20  23:35:54
31422         Log: In change 24266 I failed to actually change anything. Sigh.
31423      Branch: perl
31424            ! ext/Sys/Syslog/Syslog.pm
31425 ____________________________________________________________________________
31426 [ 24266] By: davem                                 on 2005/04/20  23:32:04
31427         Log: change misleading syslog() example
31428      Branch: perl
31429            ! ext/Sys/Syslog/Syslog.pm
31430 ____________________________________________________________________________
31431 [ 24265] By: davem                                 on 2005/04/20  21:47:40
31432         Log: Subject:  [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set 
31433              From:  glasser@tang-eleven-seventy-nine.mit.edu (via RT) <perlbug-followup@perl.org>
31434              Date:  20 Apr 2005 19:28:14 -0000
31435              Message-Id:  <rt-3.0.11-35059-111134.0.304511316819145@perl.org>
31436              
31437              improved version of change 21842 that copes with glob DB::sub
31438              existing but &DB::sub not existing.
31439      Branch: perl
31440            ! mg.c pp_ctl.c t/op/caller.t
31441 ____________________________________________________________________________
31442 [ 24264] By: davem                                 on 2005/04/20  21:32:23
31443         Log: Subject:  [PATCH] Fix MGVTBL structures in perl.h
31444              From:  Andy Lester <andy@petdance.com>
31445              Date:  Wed, 20 Apr 2005 15:09:24 -0500
31446              Message-Id:  <20050420200923.GA3017@petdance.com>
31447              
31448              The MGVTBL structures contain 7 function pointers, but only 5 were
31449              getting initialized. Plus, there were repeated lists between
31450              declaration and definition; add a macro to declare or define
31451              all the global MGVTBLs as appropriate.
31452      Branch: perl
31453            ! perl.h
31454 ____________________________________________________________________________
31455 [ 24260] By: nicholas                              on 2005/04/20  13:51:54
31456         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #6
31457              From: Steve Peters <steve@fisharerojo.org>
31458              Message-ID: <20050420112720.GA31042@mccoy.peters.homeunix.org>
31459              Date: Wed, 20 Apr 2005 06:27:20 -0500
31460      Branch: perl
31461            ! bytecode.pl ext/ByteLoader/bytecode.h malloc.c sv.c
31462 ____________________________________________________________________________
31463 [ 24258] By: nicholas                              on 2005/04/20  08:13:21
31464         Log: Merge common code. Reduces object size by 1K on x86, 6K on PPC
31465      Branch: perl
31466            ! sv.c
31467 ____________________________________________________________________________
31468 [ 24257] By: davem                                 on 2005/04/19  23:47:38
31469         Log: run regen_headers after addition of FOO_set() macros
31470      Branch: perl
31471            ! ext/ByteLoader/byterun.c
31472 ____________________________________________________________________________
31473 [ 24256] By: davem                                 on 2005/04/19  23:43:54
31474         Log: Subject:  [PATCH] pad_compname_type(), takes care of a clunky macro
31475              From:  Andy Lester <andy@petdance.com>
31476              Date:  Tue, 19 Apr 2005 11:38:44 -0500
31477              Message-Id:  <20050419163844.GA19747@petdance.com>
31478      Branch: perl
31479            ! embed.fnc embed.h pad.c pad.h proto.h
31480 ____________________________________________________________________________
31481 [ 24255] By: davem                                 on 2005/04/19  23:31:52
31482         Log: DEBUG_LEAKING_SCALARS could use the value of a freed PL_op
31483      Branch: perl
31484            ! op.c
31485 ____________________________________________________________________________
31486 [ 24254] By: nicholas                              on 2005/04/19  21:53:38
31487         Log: Don't set things to zero twice. Once is enough. (see also change 15255)
31488      Branch: perl
31489            ! sv.c
31490 ____________________________________________________________________________
31491 [ 24253] By: nicholas                              on 2005/04/19  20:55:24
31492         Log: Restore SvEND_set
31493      Branch: perl
31494            ! sv.h
31495 ____________________________________________________________________________
31496 [ 24252] By: nicholas                              on 2005/04/19  20:07:49
31497         Log: Force RVALUE macros when in PERL_DEBUG_COW
31498      Branch: perl
31499            ! ext/ByteLoader/byterun.c sv.c sv.h
31500 ____________________________________________________________________________
31501 [ 24251] By: nicholas                              on 2005/04/19  14:25:00
31502         Log: Avoid generating thousands of UTF-8 warnings when testing under a
31503              UTF-8 locale
31504      Branch: perl
31505            ! t/op/pack.t
31506 ____________________________________________________________________________
31507 [ 24249] By: rgs                                   on 2005/04/19  11:20:37
31508         Log: Simplify PERL_DEBUG_PAD_ZERO so it continues to expand to
31509              valid C code
31510      Branch: perl
31511            ! perl.h
31512 ____________________________________________________________________________
31513 [ 24248] By: nicholas                              on 2005/04/19  09:55:51
31514         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #5
31515              From: Steve Peters <steve@fisharerojo.org>
31516              Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org>
31517              Date: Mon, 18 Apr 2005 19:09:25 -0500
31518      Branch: perl
31519            ! dump.c ext/ByteLoader/ByteLoader.pm ext/ByteLoader/byterun.c
31520            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
31521            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
31522            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
31523            ! ext/List/Util/lib/List/Util.pm ext/POSIX/POSIX.pm
31524            ! ext/POSIX/POSIX.xs ext/PerlIO/encoding/encoding.pm
31525            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/scalar/scalar.pm
31526            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.pm
31527            ! ext/Storable/Storable.xs ext/threads/shared/shared.pm
31528            ! ext/threads/shared/shared.xs ext/threads/threads.pm gv.c mg.c
31529            ! op.c pad.c pad.h perl.h pp.c pp.h pp_hot.c pp_pack.c regcomp.c
31530            ! scope.c sv.c sv.h toke.c
31531 ____________________________________________________________________________
31532 [ 24247] By: davem                                 on 2005/04/19  01:38:54
31533         Log: Add CLONE_SKIP() class method to allow individual classes to skip
31534              cloning objects during thread creation
31535      Branch: perl
31536            ! dump.c ext/threads/t/thread.t pod/perlmod.pod sv.c sv.h
31537 ____________________________________________________________________________
31538 [ 24246] By: nicholas                              on 2005/04/18  22:31:48
31539         Log: PERL_DEBUG_COW for SvUVX and SvPVX
31540      Branch: perl
31541            ! ext/DynaLoader/dl_dyld.xs sv.h
31542 ____________________________________________________________________________
31543 [ 24245] By: nicholas                              on 2005/04/18  21:58:22
31544         Log: SvPV_renew also calls SvLEN_set
31545              Add SvPV_shrink_to_cur(sv) to call SvPV_renew with SvCUR(sv)+1.
31546              For Ponie this can be a single call into the PMC
31547      Branch: perl
31548            ! pp_hot.c pp_sys.c sv.h toke.c
31549 ____________________________________________________________________________
31550 [ 24244] By: nicholas                              on 2005/04/18  20:37:13
31551         Log: Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE
31552              SvPVX
31553      Branch: perl
31554            ! pp_hot.c pp_sys.c sv.h toke.c
31555 ____________________________________________________________________________
31556 [ 24243] By: nicholas                              on 2005/04/18  19:50:12
31557         Log: A more efficient way of expressing the MALLOC_WRAP conditional compile.
31558      Branch: perl
31559            ! handy.h
31560 ____________________________________________________________________________
31561 [ 24242] By: steveh                                on 2005/04/18  16:04:20
31562         Log: Fix bug #33664: allow for transport providers with protocol == 0
31563              
31564              (This indicates that any protocol may be used, so don't bother checking
31565              that the requested protocol matches in this case.)
31566      Branch: perl
31567            ! win32/win32sck.c
31568 ____________________________________________________________________________
31569 [ 24241] By: nicholas                              on 2005/04/18  15:23:45
31570         Log: Refactor the odd-one-out code before a Renew(SvPVX(...)...)
31571      Branch: perl
31572            ! pp_hot.c
31573 ____________________________________________________________________________
31574 [ 24240] By: nicholas                              on 2005/04/18  14:15:52
31575         Log: Two more uses of lvalue SvIVX()
31576      Branch: perl
31577            ! ext/ByteLoader/byterun.c lib/ExtUtils/t/Constant.t
31578 ____________________________________________________________________________
31579 [ 24239] By: nicholas                              on 2005/04/18  12:18:20
31580         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #4
31581              Message-ID: <20050416160502.GA26957@mccoy.peters.homeunix.org>
31582              From: Steve Peters <steve@fisharerojo.org>
31583              Date: Sat, 16 Apr 2005 11:05:02 -0500
31584              
31585              plus fix to Perl_rvpv_dup assigning to an RV with SvPVX
31586      Branch: perl
31587            ! av.c cop.h ext/PerlIO/encoding/encoding.xs
31588            ! ext/Storable/Storable.xs gv.c malloc.c perl.c pp.c pp_ctl.c
31589            ! pp_hot.c pp_pack.c pp_sort.c scope.c sv.c
31590 ____________________________________________________________________________
31591 [ 24238] By: rgs                                   on 2005/04/15  13:16:29
31592         Log: Update the outdated info in "Minimizing the Perl installation"
31593      Branch: perl
31594            ! INSTALL
31595 ____________________________________________________________________________
31596 [ 24237] By: rgs                                   on 2005/04/14  16:13:45
31597         Log: Fix for:
31598              [perl #34934] perl 5.8.5 on x86 and x86-64 hang at compile-time
31599              From: bstrand@switchmanagement.com (via RT) <perlbug-followup@perl.org>
31600              Date: 12 Apr 2005 19:12:58 -0000
31601              Message-ID: <rt-3.0.11-34934-110595.15.9181274318682@perl.org>
31602              
31603              This syntax error now produces a panic message.
31604      Branch: perl
31605            ! op.c
31606 ____________________________________________________________________________
31607 [ 24236] By: merijn                                on 2005/04/13  15:10:24
31608         Log: Subject: [PATCH] Removing yydestruct from perly.c
31609              From: Andy Lester <andy@petdance.com>
31610              Date: Wed, 13 Apr 2005 10:06:47 -0500
31611              Message-ID: <20050413150647.GA13464@petdance.com>
31612      Branch: perl
31613            ! perly.c
31614 ____________________________________________________________________________
31615 [ 24235] By: merijn                                on 2005/04/13  14:51:00
31616         Log: Mandrakesoft is now Mandriva
31617      Branch: perl
31618            ! AUTHORS
31619 ____________________________________________________________________________
31620 [ 24234] By: merijn                                on 2005/04/13  14:41:20
31621         Log: H.Merijn changed e-mail
31622      Branch: perl
31623            ! AUTHORS Porting/checkAUTHORS.pl Porting/patching.pod
31624            ! README.aix README.hpux ext/Encode/AUTHORS ext/Storable/README
31625 ____________________________________________________________________________
31626 [ 24233] By: rgs                                   on 2005/04/13  08:25:43
31627         Log: Subject: [PATCH Perl 5.9.2] -Wformat 
31628              From: Robin Barker <Robin.Barker@npl.co.uk>
31629              Date: Tue, 12 Apr 2005 18:53:32 +0100
31630              Message-ID: <533D273D4014D411AB1D00062938C4D90849C634@hotel.npl.co.uk>
31631      Branch: perl
31632            ! perly.c regcomp.c regexec.c toke.c
31633 ____________________________________________________________________________
31634 [ 24232] By: rgs                                   on 2005/04/13  07:24:07
31635         Log: Upgrade to ExtUtils::MakeMaker 6.28
31636      Branch: perl
31637            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
31638            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_AIX.pm
31639            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker.pm
31640            ! lib/ExtUtils/Manifest.pm
31641 ____________________________________________________________________________
31642 [ 24231] By: rgs                                   on 2005/04/12  15:30:23
31643         Log: Upgrade to Encode 2.0902
31644      Branch: perl
31645            + ext/Encode/t/utf8strict.t
31646            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
31647            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
31648            ! ext/Encode/MANIFEST ext/Encode/META.yml
31649            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
31650            ! ext/Encode/t/fallback.t
31651 ____________________________________________________________________________
31652 [ 24230] By: nicholas                              on 2005/04/12  11:24:49
31653         Log: Don't PERL_HASH(SvUVX(...)...) as it's actually a set.
31654              Plus add an editor block
31655      Branch: perl
31656            ! op.c
31657 ____________________________________________________________________________
31658 [ 24229] By: nicholas                              on 2005/04/12  09:19:43
31659         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #3
31660              From: Steve Peters <steve@fisharerojo.org>
31661              Message-ID: <20050411023736.GB9355@mccoy.peters.homeunix.org>
31662              Date: Sun, 10 Apr 2005 21:37:36 -0500
31663              
31664              (with correction to SvUV_set)
31665      Branch: perl
31666            ! ext/List/Util/Util.xs sv.c sv.h
31667 ____________________________________________________________________________
31668 [ 24228] By: nicholas                              on 2005/04/11  14:53:38
31669         Log: Avoid taking a reference to SvIVX and putting that address on the
31670              save stack
31671      Branch: perl
31672            ! perl.c pp_ctl.c pp_hot.c
31673 ____________________________________________________________________________
31674 [ 24227] By: steveh                                on 2005/04/11  10:39:59
31675         Log: Support d_libm_lib_version for Win32 (see change 24217)
31676      Branch: perl
31677            ! win32/config.bc win32/config.gc win32/config.vc
31678            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
31679            ! win32/config_H.vc win32/config_H.vc64
31680 ____________________________________________________________________________
31681 [ 24226] By: merijn                                on 2005/04/11  10:09:06
31682         Log: Out of sync metaunit caused the erroneous return of the
31683              removed d_sitecustomize. Mea Culpa.
31684      Branch: perl
31685            ! Configure
31686 ____________________________________________________________________________
31687 [ 24225] By: steveh                                on 2005/04/11  09:39:40
31688         Log: Disable I18N::Langinfo for Win32 since nl_langinfo() isn't available
31689      Branch: perl
31690            ! win32/Makefile win32/makefile.mk
31691 ____________________________________________________________________________
31692 [ 24224] By: rgs                                   on 2005/04/11  09:21:54
31693         Log: Subject: [PATCH] perlfunc.pod: incomplete select description
31694              From: Hernan Perez Masci <hmasci@uolsinectis.com.ar>
31695              Date: Fri, 8 Apr 2005 15:28:28 -0300
31696              Message-Id: <200504081528.28307.hmasci@uolsinectis.com.ar>
31697      Branch: perl
31698            ! pod/perlfunc.pod
31699 ____________________________________________________________________________
31700 [ 24223] By: rgs                                   on 2005/04/11  09:11:53
31701         Log: Make the four-argument form of select() return undef
31702              instead of -1 on error.
31703      Branch: perl
31704            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
31705 ____________________________________________________________________________
31706 [ 24222] By: rgs                                   on 2005/04/11  07:02:59
31707         Log: Make Win32 build (and clean) I18::Langinfo and Math::BigInt::FastCalc
31708      Branch: perl
31709            ! win32/Makefile win32/makefile.mk
31710 ____________________________________________________________________________
31711 [ 24221] By: merijn                                on 2005/04/11  06:06:13
31712         Log: Subject: Re: New Configure functionality
31713              From: Abe Timmerman <abe@ztreet.demon.nl>
31714              Date: Sun, 10 Apr 2005 22:19:28 +0200
31715              Message-Id: <200504102219.29024.abe@ztreet.demon.nl>
31716      Branch: perl
31717            ! configure.com
31718 ____________________________________________________________________________
31719 [ 24220] By: rgs                                   on 2005/04/10  20:03:59
31720         Log: POD typo.
31721      Branch: perl
31722            ! lib/Module/CoreList.pm
31723 ____________________________________________________________________________
31724 [ 24219] By: rgs                                   on 2005/04/10  19:49:49
31725         Log: Module::CoreList: Data from Sebastien Aperghis-Tramoni for perl
31726              5.00{0,1,2}. Upgrade version number.
31727      Branch: perl
31728            ! lib/Module/CoreList.pm
31729 ____________________________________________________________________________
31730 [ 24218] By: merijn                                on 2005/04/10  18:00:05
31731         Log: Sorting still is a mess. This is better.
31732      Branch: perl
31733            ! config_h.SH
31734 ____________________________________________________________________________
31735 [ 24217] By: merijn                                on 2005/04/10  17:08:36
31736         Log: Configure now probes for _LIB_VERSION support in math.h/libm
31737              LIBM_LIB_VERSION is defined if it does
31738      Branch: perl
31739            ! Configure Porting/config_H config_h.SH handy.h
31740 ____________________________________________________________________________
31741 [ 24215] By: rgs                                   on 2005/04/10  15:03:10
31742         Log: Fix [perl #34892] Segfault on &DB::sub declared but not defined
31743      Branch: perl
31744            ! pod/perldiag.pod pp_hot.c
31745 ____________________________________________________________________________
31746 [ 24214] By: merijn                                on 2005/04/10  09:14:06
31747         Log: Subject: [PATCH] usesitecustomize for VMS
31748              From: "Craig A. Berry" <craigberry@mac.com>
31749              Date: Sat, 09 Apr 2005 15:58:43 -0500
31750              Message-ID: <42584203.2090405@mac.com>
31751      Branch: perl
31752            ! configure.com
31753 ____________________________________________________________________________
31754 [ 24213] By: nicholas                              on 2005/04/08  19:11:04
31755         Log: Mangle the expected output correctly for both 5.9 and 5.8
31756      Branch: perl
31757            ! ext/B/t/stash.t
31758 ____________________________________________________________________________
31759 [ 24212] By: rgs                                   on 2005/04/08  16:17:49
31760         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.27
31761              From: Michael G Schwern <schwern@pobox.com>
31762              Date: Thu, 7 Apr 2005 15:15:00 -0700
31763              Message-ID: <20050407221500.GB6223@windhund.schwern.org>
31764              
31765              Fix duplicate target warnings
31766      Branch: perl
31767            ! lib/ExtUtils/MM_Any.pm
31768 ____________________________________________________________________________
31769 [ 24211] By: merijn                                on 2005/04/08  14:22:05
31770         Log: The last remains of d_sitecustomize
31771      Branch: perl
31772            ! Porting/config.sh
31773 ____________________________________________________________________________
31774 [ 24210] By: merijn                                on 2005/04/08  14:16:59
31775         Log: now usesitecustomize is used more generic
31776      Branch: perl
31777            ! config_h.SH
31778 ____________________________________________________________________________
31779 [ 24209] By: steveh                                on 2005/04/08  14:15:14
31780         Log: Subject: Re: [PATCH] Re: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move
31781              From: Steven Schubiger <steven@accognoscere.org>
31782              Date: Thu, 7 Apr 2005 22:38:25 +0200 (CEST)
31783              Message-Id: <200504072038.j37KcPXY011755@accognoscere.homeunix.org>
31784              
31785              (with arguments changed to match perlfunc.pod)
31786      Branch: perl
31787            ! pod/perlport.pod
31788 ____________________________________________________________________________
31789 [ 24208] By: merijn                                on 2005/04/08  14:12:54
31790         Log: Drop d_sitecustomize again. (usesitecustomize is enough)
31791      Branch: perl
31792            ! Configure
31793 ____________________________________________________________________________
31794 [ 24206] By: nicholas                              on 2005/04/08  13:16:07
31795         Log: Add SvIVX() to PERL_DEBUG_COW, and change pad.c to SvIVset()
31796      Branch: perl
31797            ! pad.c sv.h
31798 ____________________________________________________________________________
31799 [ 24205] By: merijn                                on 2005/04/08  12:18:42
31800         Log: Subject: [PATCH] Removing Y2K warnings
31801              From: Andy Lester <andy@petdance.com>
31802              Date: Thu, 7 Apr 2005 17:44:42 -0500
31803              Message-ID: <20050407224442.GA23895@petdance.com>
31804      Branch: perl
31805            - README.Y2K
31806            ! INSTALL MANIFEST lib/warnings.pm pod/buildtoc pod/perldiag.pod
31807            ! pod/perllexwarn.pod pp_hot.c sv.c t/lib/warnings/pp_hot
31808            ! t/lib/warnings/sv t/op/caller.t warnings.h warnings.pl
31809 ____________________________________________________________________________
31810 [ 24204] By: nicholas                              on 2005/04/08  11:29:22
31811         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #2
31812              From: Steve Peters <steve@fisharerojo.org>
31813              Date: Thu, 7 Apr 2005 13:51:49 -0500
31814              Message-ID: <20050407185149.GA4418@mccoy.peters.homeunix.org>
31815      Branch: perl
31816            ! doio.c ext/List/Util/Util.xs ext/threads/threads.xs op.c pp.c
31817            ! pp_ctl.c pp_hot.c sv.c toke.c util.c
31818 ____________________________________________________________________________
31819 [ 24201] By: nicholas                              on 2005/04/08  10:39:15
31820         Log: Add a macro PERL_DEBUG_COW, for aggressive compile time tests of
31821              Copy-On-Write related source changes.
31822              Fix the problem this revealed.
31823      Branch: perl
31824            ! sv.c sv.h
31825 ____________________________________________________________________________
31826 [ 24200] By: nicholas                              on 2005/04/08  10:08:35
31827         Log: MM_AIX needs neatvalue
31828      Branch: perl
31829            ! lib/ExtUtils/MM_AIX.pm
31830 ____________________________________________________________________________
31831 [ 24199] By: nicholas                              on 2005/04/08  10:05:49
31832         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #1
31833              From: Steve Peters <steve@fisharerojo.org>
31834              Message-ID: <20050406232110.GA12249@mccoy.peters.homeunix.org>
31835              Date: Wed, 6 Apr 2005 18:21:10 -0500
31836      Branch: perl
31837            ! ext/ByteLoader/byterun.c ext/List/Util/Util.xs pad.c sv.c
31838            ! toke.c
31839 ____________________________________________________________________________
31840 [ 24198] By: rgs                                   on 2005/04/08  09:48:08
31841         Log: Add perl593delta.pod
31842      Branch: perl
31843            + pod/perl593delta.pod
31844            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
31845            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
31846            ! win32/pod.mak
31847 ____________________________________________________________________________
31848 [ 24194] By: rgs                                   on 2005/04/07  12:42:07
31849         Log: Mention that select() returns -1 on error,
31850              as suggested by Hernan Perez Masci
31851      Branch: perl
31852            ! pod/perlfunc.pod
31853 ____________________________________________________________________________
31854 [ 24192] By: rgs                                   on 2005/04/07  09:51:29
31855         Log: Subject: Re: [PATCH] Re: [perl #34650] perldoc -f my should perhaps mention BEGIN and END
31856              From: Abigail <abigail@abigail.nl>
31857              Date: Wed, 6 Apr 2005 01:41:55 +0200
31858              Message-ID: <20050405234154.GG8680@abigail.nl>
31859      Branch: perl
31860            ! t/japh/abigail.t
31861 ____________________________________________________________________________
31862 [ 24191] By: rgs                                   on 2005/04/07  09:45:27
31863         Log: Subject: Re: Bugs? In Unicode::EastAsianWidth.
31864              From: Autrijus Tang <autrijus@autrijus.org>
31865              Date: Wed, 6 Apr 2005 18:17:32 +0800
31866              Message-ID: <20050406101732.GA17931@aut.dyndns.org>
31867      Branch: perl
31868            ! lib/unicore/mktables
31869 ____________________________________________________________________________
31870 [ 24190] By: rgs                                   on 2005/04/07  09:38:06
31871         Log: Subject: perldbtty$$ location
31872              From: Gisle Aas <gisle@ActiveState.com>
31873              Date: 06 Apr 2005 01:49:54 -0700
31874              Message-ID: <lr3bu48f2l.fsf@caliper.activestate.com>
31875              (and remove trailing whitespace)
31876      Branch: perl
31877            ! pod/perldebug.pod
31878 ____________________________________________________________________________
31879 [ 24189] By: nicholas                              on 2005/04/07  08:43:40
31880         Log: Tabs not spaces in MANIFEST
31881      Branch: perl
31882            ! MANIFEST
31883 ____________________________________________________________________________
31884 [ 24187] By: merijn                                on 2005/04/07  08:33:53
31885         Log: Subject: [perl #34699] documentation bug in "man perlpodspec" 
31886              From: "raf@tradingpost.com.au (via RT)" <perlbug-followup@perl.org>
31887              Date: 7 Apr 2005 00:20:31 -0000
31888              Message-ID: <rt-3.0.11-34699-110174.9.79475562169704@perl.org>
31889      Branch: perl
31890            ! pod/perlpodspec.pod
31891 ____________________________________________________________________________
31892 [ 24185] By: rgs                                   on 2005/04/07  08:07:14
31893         Log: Upgrade to ExtUtils::MakeMaker 6.27,
31894              plus a patch to restore functioning of 'distclean'
31895              for the perl core
31896      Branch: perl
31897            + lib/ExtUtils/MM_AIX.pm lib/ExtUtils/MM_QNX.pm
31898            + lib/ExtUtils/MM_VOS.pm lib/ExtUtils/MakeMaker/Config.pm
31899            + lib/ExtUtils/t/PL_FILES.t lib/ExtUtils/t/config.t
31900            + lib/ExtUtils/t/installbase.t lib/ExtUtils/t/xs.t
31901            + t/lib/MakeMaker/Test/Setup/PL_FILES.pm
31902            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
31903            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
31904            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
31905            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
31906            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
31907            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
31908            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
31909            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
31910            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
31911            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
31912            ! lib/ExtUtils/README lib/ExtUtils/t/INST_PREFIX.t
31913            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_Win32.t
31914            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/dir_target.t
31915            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
31916            ! lib/ExtUtils/t/recurs.t t/lib/MakeMaker/Test/Setup/BFD.pm
31917            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
31918            ! t/lib/MakeMaker/Test/Utils.pm
31919 ____________________________________________________________________________
31920 [ 24178] By: steveh                                on 2005/04/06  15:57:36
31921         Log: Don't try to export symbols that don't exist
31922              
31923              Change #24148 added Perl_rvpv_dup() to the public API, but it is only
31924              defined when USE_ITHREADS is defined.  Adjust makedef.pl accordingly
31925              to keep Win32 happy.
31926      Branch: perl
31927            ! makedef.pl
31928 ____________________________________________________________________________
31929 [ 24176] By: nicholas                              on 2005/04/06  15:11:53
31930         Log: cast to/from (void *) in the re-entrant code. Now watch the smoke rise.
31931      Branch: perl
31932            ! reentr.c reentr.h reentr.pl
31933 ____________________________________________________________________________
31934 [ 24175] By: nicholas                              on 2005/04/06  15:05:32
31935         Log: Casting to/from (void *) sufficient to make a C++ compiler happy.
31936      Branch: perl
31937            ! ext/File/Glob/bsd_glob.c ext/threads/shared/shared.xs
31938            ! ext/threads/threads.xs pad.h sv.c
31939 ____________________________________________________________________________
31940 [ 24174] By: nicholas                              on 2005/04/06  14:36:40
31941         Log: If we're going to prototype modfl(), it needs extern "C" linkage.
31942      Branch: perl
31943            ! perl.h
31944 ____________________________________________________________________________
31945 [ 24173] By: merijn                                on 2005/04/06  06:14:51
31946         Log: 1. t/TEST now deals with SKIP as if it was TODO. This complies to TAP
31947              2. Removed the depricated 'my $foo if expr' there
31948      Branch: perl
31949            ! t/TEST
31950 ____________________________________________________________________________
31951 [ 24171] By: nicholas                              on 2005/04/05  22:34:32
31952         Log: D'oh! We were never correctly spotting a modfl prototype
31953      Branch: perl
31954            ! Configure
31955 ____________________________________________________________________________
31956 [ 24170] By: nicholas                              on 2005/04/05  21:30:21
31957         Log: Add casting to allow g++ (3.3.5) to compile the core code.
31958              A C++ compiler produces lots of warnings that are probably valid
31959              concerns to investigate.
31960      Branch: perl
31961            ! doio.c ext/B/B.xs ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs gv.c
31962            ! perl.c perl.h pp_pack.c scope.c sv.c toke.c util.c x2p/walk.c
31963 ____________________________________________________________________________
31964 [ 24169] By: nicholas                              on 2005/04/05  21:16:01
31965         Log: Tests need to skip if there is no Encode configured.
31966      Branch: perl
31967            ! lib/encoding/warnings/t/1-warning.t
31968            ! lib/encoding/warnings/t/2-fatal.t
31969 ____________________________________________________________________________
31970 [ 24167] By: nicholas                              on 2005/04/05  16:09:59
31971         Log: Using savesvpv() here is terser and produces smaller object code.
31972      Branch: perl
31973            ! doio.c
31974 ____________________________________________________________________________
31975 [ 24166] By: rgs                                   on 2005/04/05  15:23:47
31976         Log: Upgrade to Unicode::Normalize 0.32
31977      Branch: perl
31978            ! ext/Unicode/Normalize/Changes
31979            ! ext/Unicode/Normalize/Makefile.PL
31980            ! ext/Unicode/Normalize/Normalize.pm
31981            ! ext/Unicode/Normalize/Normalize.xs
31982            ! ext/Unicode/Normalize/mkheader ext/Unicode/Normalize/t/form.t
31983            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
31984 ____________________________________________________________________________
31985 [ 24165] By: nicholas                              on 2005/04/05  14:52:05
31986         Log: Down with C++ reserved names
31987              (and also function pointer declarations that rely on the C semantics
31988              of ())
31989      Branch: perl
31990            ! ext/Storable/Storable.xs mg.c op.c perlio.c pp_sort.c
31991            ! universal.c
31992 ____________________________________________________________________________
31993 [ 24164] By: nicholas                              on 2005/04/05  14:51:05
31994         Log: Down with potentially incorrect duplicate prototypes
31995      Branch: perl
31996            ! pp_sys.c
31997 ____________________________________________________________________________
31998 [ 24163] By: nicholas                              on 2005/04/05  14:50:30
31999         Log: Down with more K&R prototypes
32000      Branch: perl
32001            ! ext/DynaLoader/dl_dyld.xs
32002 ____________________________________________________________________________
32003 [ 24162] By: nicholas                              on 2005/04/05  14:49:11
32004         Log: Down with unneeded duplicate prototypes
32005      Branch: perl
32006            ! x2p/a2p.c
32007 ____________________________________________________________________________
32008 [ 24161] By: nicholas                              on 2005/04/05  14:48:33
32009         Log: Down with K&R function arguments
32010      Branch: perl
32011            ! ext/Cwd/Cwd.xs
32012 ____________________________________________________________________________
32013 [ 24160] By: rgs                                   on 2005/04/05  14:06:01
32014         Log: Add Math::BigInt::FastCalc in maintainer list
32015      Branch: perl
32016            ! Porting/Maintainers.pl
32017 ____________________________________________________________________________
32018 [ 24159] By: rgs                                   on 2005/04/05  13:12:22
32019         Log: Adaptations to the Makefile.PL of Math::BigInt/FastCalc, for core-ification
32020      Branch: perl
32021            ! ext/Math/BigInt/FastCalc/Makefile.PL
32022 ____________________________________________________________________________
32023 [ 24158] By: rgs                                   on 2005/04/05  12:56:35
32024         Log: New core module, Math::BigInt::FastCalc
32025              
32026              Subject: [PATCH] integrate Math::BigInt::FastCalc
32027              From: Tels <nospam-abuse@bloodgate.com>
32028              Date: Sun, 3 Apr 2005 11:12:45 +0200
32029              Message-Id: <200504031112.55179@bloodgate.com>
32030      Branch: perl
32031            + ext/Math/BigInt/FastCalc/FastCalc.pm
32032            + ext/Math/BigInt/FastCalc/FastCalc.xs
32033            + ext/Math/BigInt/FastCalc/Makefile.PL
32034            + ext/Math/BigInt/FastCalc/t/bigintfc.t
32035            + ext/Math/BigInt/FastCalc/t/bootstrap.t
32036            + ext/Math/BigInt/FastCalc/t/mbi_rand.t
32037            ! MANIFEST
32038 ____________________________________________________________________________
32039 [ 24155] By: rgs                                   on 2005/04/05  10:40:35
32040         Log: Subject: [Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17
32041              From: Tels <nospam-abuse@bloodgate.com>
32042              Date: Sun, 3 Apr 2005 10:43:10 +0200
32043              Message-Id: <200504031043.12273@bloodgate.com>
32044      Branch: perl
32045            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
32046            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/_e_math.t
32047            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
32048            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
32049            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
32050            ! lib/Math/BigInt/t/req_mbf0.t lib/Math/BigInt/t/req_mbfw.t
32051            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/trap.t
32052            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
32053            ! lib/Math/BigRat/t/bigratpm.t lib/Math/BigRat/t/requirer.t
32054            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
32055 ____________________________________________________________________________
32056 [ 24152] By: rgs                                   on 2005/04/04  20:55:03
32057         Log: That's C, not perl.
32058      Branch: perl
32059            ! patchlevel.h
32060 ____________________________________________________________________________
32061 [ 24151] By: nicholas                              on 2005/04/04  20:53:42
32062         Log: Make -DFORMAT_CHECK compile with threads.
32063      Branch: perl
32064            ! perl.h
32065 ____________________________________________________________________________
32066 [ 24149] By: rgs                                   on 2005/04/04  17:14:37
32067         Log: Bump version to 5.9.3
32068              Restore "DEVEL" tag in patchlevel.h
32069              Regenerate Porting/config*
32070      Branch: perl
32071            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
32072            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
32073            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
32074            ! win32/config_H.gc win32/config_H.vc64 win32/makefile.mk
32075            ! wince/Makefile.ce
32076 ____________________________________________________________________________
32077 [ 24148] By: rgs                                   on 2005/04/04  14:19:30
32078         Log: Subject: [PATCH] const-eight.diff
32079              From: Andy Lester <andy@petdance.com>
32080              Date: Wed, 30 Mar 2005 11:40:24 -0600
32081              Message-ID: <20050330174024.GA12167@petdance.com>
32082      Branch: perl
32083            ! Porting/Maintainers.pl doio.c dump.c embed.fnc embed.h
32084            ! global.sym mg.c op.c perl.c proto.h sv.c universal.c xsutils.c
32085 ____________________________________________________________________________
32086 [ 24147] By: mhx                                   on 2005/04/03  16:47:54
32087         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with ahash symbol"
32088              From: Steven Schubiger <steven@accognoscere.org>
32089              Date: Sun, 3 Apr 2005 11:47:22 +0200 (CEST)
32090              Message-Id: <200504030947.j339lMgp010306@accognoscere.homeunix.org>
32091      Branch: perl
32092            ! pod/perltrap.pod
32093 ____________________________________________________________________________
32094 [ 24139] By: mhx                                   on 2005/04/03  08:19:06
32095         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with a hash symbol"
32096              From: Steven Schubiger <steven@accognoscere.org>
32097              Date: Sat, 2 Apr 2005 19:37:11 +0200 (CEST)
32098              Message-Id: <200504021737.j32HbBNS000652@accognoscere.homeunix.org>
32099      Branch: perl
32100            ! pod/perltrap.pod
32101 ____________________________________________________________________________
32102 [ 24138] By: mhx                                   on 2005/04/03  08:16:25
32103         Log: Fix wrong version for byteorder modifiers feature.
32104      Branch: perl
32105            ! pod/perlpacktut.pod
32106 ____________________________________________________________________________
32107 [ 24137] By: nicholas                              on 2005/04/02  22:58:59
32108         Log: Silence compiler warnings about possibly uninitialised variables.
32109              (None are, but it saves anyone else having to work this out)
32110      Branch: perl
32111            ! regexec.c
32112 ____________________________________________________________________________
32113 [ 24136] By: nicholas                              on 2005/04/02  19:04:27
32114         Log: Fix "[perl #34643] Config_heavy.pl not in archlib"
32115      Branch: perl
32116            ! installperl
32117 ____________________________________________________________________________
32118 [ 24135] By: nicholas                              on 2005/04/02  18:52:11
32119         Log: Oops. Forgot to add this.
32120      Branch: perl
32121            + lib/unicore/NamedSequences.txt
32122 ____________________________________________________________________________
32123 [ 24134] By: nicholas                              on 2005/04/02  18:51:27
32124         Log: Subject: [PATCH] Unicode 4.1.0
32125              From: Jarkko Hietaniemi <jhi@iki.fi>
32126              Message-ID: <424E584D.5000508@iki.fi>
32127              Date: Sat, 02 Apr 2005 11:31:09 +0300
32128      Branch: perl
32129            ! MANIFEST lib/Unicode/UCD.pm lib/Unicode/UCD.t
32130            ! lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
32131            ! lib/unicore/Blocks.txt lib/unicore/CaseFolding.txt
32132            ! lib/unicore/CompositionExclusions.txt
32133            ! lib/unicore/EastAsianWidth.txt
32134            ! lib/unicore/HangulSyllableType.txt lib/unicore/Jamo.txt
32135            ! lib/unicore/LineBreak.txt lib/unicore/NamesList.txt
32136            ! lib/unicore/NormalizationCorrections.txt
32137            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
32138            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
32139            ! lib/unicore/ReadMe.txt lib/unicore/Scripts.txt
32140            ! lib/unicore/SpecialCasing.txt
32141            ! lib/unicore/StandardizedVariants.txt
32142            ! lib/unicore/UnicodeData.txt lib/unicore/version t/uni/class.t
32143 ____________________________________________________________________________
32144 [ 24133] By: rgs                                   on 2005/04/01  09:16:19
32145         Log: Add encoding::warnings to Maintainers.pl and rebuild META.yml for release
32146      Branch: perl
32147            ! META.yml Porting/Maintainers.pl
32148 ____________________________________________________________________________
32149 [ 24132] By: rgs                                   on 2005/04/01  08:29:26
32150         Log: Update Changes
32151      Branch: perl
32152            ! Changes
32153 ____________________________________________________________________________
32154 [ 24131] By: steveh                                on 2005/04/01  08:18:27
32155         Log: Remove dependency on tr(1) for MinGW builds on Win32
32156              
32157              This leaves things slightly (more) broken for MinGW builds on Cygwin,
32158              but that doesn't currently quite work in other respects and isn't
32159              documented anyway.  See:
32160              
32161              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00751.html
32162      Branch: perl
32163            ! pod/perl592delta.pod win32/makefile.mk
32164 ____________________________________________________________________________
32165 [ 24130] By: rgs                                   on 2005/04/01  07:47:26
32166         Log: Regenerate perltoc and perlmodlib
32167      Branch: perl
32168            ! pod/perlmodlib.pod pod/perltoc.pod
32169 ____________________________________________________________________________
32170 [ 24129] By: rgs                                   on 2005/04/01  07:36:04
32171         Log: POD fixes.
32172      Branch: perl
32173            ! pod/perlfaq1.pod
32174 ____________________________________________________________________________
32175 [ 24128] By: rgs                                   on 2005/04/01  07:19:27
32176         Log: FAQ sync.
32177      Branch: perl
32178            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
32179            ! pod/perlfaq6.pod pod/perlfaq7.pod
32180 ____________________________________________________________________________
32181 [ 24127] By: rgs                                   on 2005/04/01  07:14:22
32182         Log: Add a note about installhtml
32183      Branch: perl
32184            ! pod/perltodo.pod
32185 ____________________________________________________________________________
32186 [ 24126] By: rgs                                   on 2005/03/31  21:51:28
32187         Log: Subject: [PATCH] pp_pack.c warnings on VMS
32188              From: "Craig A. Berry" <craigberry@mac.com>
32189              Date: Thu, 31 Mar 2005 14:51:05 -0600
32190              Message-ID: <424C62B9.2030601@mac.com>
32191      Branch: perl
32192            ! pp_pack.c
32193 ____________________________________________________________________________
32194 [ 24125] By: rgs                                   on 2005/03/31  17:14:01
32195         Log: Mention the current MinGW compilation problems
32196      Branch: perl
32197            ! pod/perl592delta.pod
32198 ____________________________________________________________________________
32199 [ 24124] By: rgs                                   on 2005/03/31  17:11:15
32200         Log: Update Changes
32201      Branch: perl
32202            ! Changes
32203 ____________________________________________________________________________
32204 [ 24123] By: rgs                                   on 2005/03/31  15:52:46
32205         Log: This is 5.9.2. Mostly.
32206      Branch: perl
32207            ! patchlevel.h pod/perlhist.pod
32208 ____________________________________________________________________________
32209 [ 24122] By: steveh                                on 2005/03/31  15:39:57
32210         Log: Fix USE_SITECUSTOMIZE on Win32
32211              
32212              This fixes the problem described in:
32213              
32214              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
32215      Branch: perl
32216            ! win32/win32.c
32217 ____________________________________________________________________________
32218 [ 24121] By: rgs                                   on 2005/03/31  15:24:24
32219         Log: Update copyrights.
32220              Well, those are generated files anyway.
32221      Branch: perl
32222            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
32223            ! proto.h
32224 ____________________________________________________________________________
32225 [ 24120] By: steveh                                on 2005/03/31  14:36:44
32226         Log: Add support for USE_SITECUSTOMIZE in the Win32 makefiles
32227              
32228              Note that this feature doesn't actually work correctly on Win32
32229              until the problem described here is solved:
32230              
32231              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
32232      Branch: perl
32233            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
32234            ! win32/config.vc64 win32/makefile.mk
32235 ____________________________________________________________________________
32236 [ 24119] By: rgs                                   on 2005/03/31  13:52:58
32237         Log: Upgrade to Module::CoreList 1.99
32238      Branch: perl
32239            ! lib/Module/CoreList.pm
32240 ____________________________________________________________________________
32241 [ 24118] By: rgs                                   on 2005/03/31  13:45:17
32242         Log: More known problems.
32243      Branch: perl
32244            ! pod/perl592delta.pod
32245 ____________________________________________________________________________
32246 [ 24117] By: rgs                                   on 2005/03/31  13:10:26
32247         Log: Known problems, reported by Merijn
32248      Branch: perl
32249            ! pod/perl592delta.pod
32250 ____________________________________________________________________________
32251 [ 24116] By: rgs                                   on 2005/03/31  12:45:03
32252         Log: OS typo.
32253      Branch: perl
32254            ! pod/perl592delta.pod
32255 ____________________________________________________________________________
32256 [ 24115] By: rgs                                   on 2005/03/31  12:42:38
32257         Log: Add a tool to generate data for Module::CoreList
32258      Branch: perl
32259            + Porting/corelist.pl
32260            ! MANIFEST
32261 ____________________________________________________________________________
32262 [ 24114] By: rgs                                   on 2005/03/31  11:42:15
32263         Log: More work on perldelta
32264      Branch: perl
32265            ! pod/perl592delta.pod
32266 ____________________________________________________________________________
32267 [ 24113] By: steveh                                on 2005/03/31  10:01:18
32268         Log: Add support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED in the
32269              Win32 makefiles
32270      Branch: perl
32271            ! win32/Makefile win32/makefile.mk
32272 ____________________________________________________________________________
32273 [ 24112] By: rgs                                   on 2005/03/31  09:58:40
32274         Log: AUTHORS update
32275      Branch: perl
32276            ! AUTHORS
32277 ____________________________________________________________________________
32278 [ 24111] By: steveh                                on 2005/03/31  09:18:23
32279         Log: A few Win32 makefile tidy-ups (No real changes)
32280      Branch: perl
32281            ! win32/Makefile win32/makefile.mk
32282 ____________________________________________________________________________
32283 [ 24110] By: steveh                                on 2005/03/31  08:20:00
32284         Log: Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/)
32285      Branch: perl
32286            ! INSTALL
32287 ____________________________________________________________________________
32288 [ 24109] By: steveh                                on 2005/03/31  07:55:12
32289         Log: One more Win32 compilation clean-up (for when using -DDEBUGGING)
32290      Branch: perl
32291            ! sv.c
32292 ____________________________________________________________________________
32293 [ 24108] By: steveh                                on 2005/03/31  07:36:52
32294         Log: Another Win32 compilation clean-up (for when using Perl's malloc)
32295      Branch: perl
32296            ! malloc.c
32297 ____________________________________________________________________________
32298 [ 24107] By: merijn                                on 2005/03/30  17:03:19
32299         Log: Now that we have the full path, we can skip the which call,
32300              that might cause trouble on testdrive systems.
32301      Branch: perl
32302            ! hints/hpux.sh
32303 ____________________________________________________________________________
32304 [ 24106] By: rgs                                   on 2005/03/30  14:41:51
32305         Log: Update copyrights.
32306      Branch: perl
32307            ! XSUB.h av.c deb.c dump.c embedvar.h gv.h handy.h hv.h
32308            ! miniperlmain.c numeric.c op.h pad.c perl.h pp.h regcomp.h
32309            ! regen_perly.pl scope.h sv.h thrdvar.h thread.h
32310 ____________________________________________________________________________
32311 [ 24105] By: merijn                                on 2005/03/30  14:25:05
32312         Log: Simplify #24043 note now Configure can do -Dusesitecustomize
32313      Branch: perl
32314            ! INSTALL
32315 ____________________________________________________________________________
32316 [ 24104] By: merijn                                on 2005/03/30  14:17:40
32317         Log: Support for -Dusesitecustomize
32318      Branch: perl
32319            ! Configure config_h.SH
32320 ____________________________________________________________________________
32321 [ 24102] By: merijn                                on 2005/03/30  13:43:12
32322         Log: USE_STRLCAT and USE_STRLCPY now actually used
32323              LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations
32324              for future use
32325      Branch: perl
32326            ! handy.h
32327 ____________________________________________________________________________
32328 [ 24101] By: rgs                                   on 2005/03/30  13:34:11
32329         Log: Subject: [PATCH] ext/Errno/Errno_pm.PL: fix for GNU hurd
32330              From: Brendan O'Dea <bod@debian.org>
32331              Date: Wed, 30 Mar 2005 10:30:25 +1000
32332              Message-ID: <20050330003025.GA29797@londo.c47.org>
32333      Branch: perl
32334            ! ext/Errno/Errno_pm.PL
32335 ____________________________________________________________________________
32336 [ 24100] By: rgs                                   on 2005/03/30  13:16:52
32337         Log: Subject: Re: PATCH: byte count feature request for unpack
32338              From: perl5-porters@ton.iguana.be (Ton Hospel)
32339              Date: Sun, 27 Mar 2005 18:32:11 +0000 (UTC)
32340              Message-Id: <d26u7b$i3v$1@post.home.lunix>
32341              
32342              (rework of a patch from Arne Ahrend <aahrend@web.de>)
32343      Branch: perl
32344            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
32345 ____________________________________________________________________________
32346 [ 24099] By: steveh                                on 2005/03/30  08:36:50
32347         Log: A couple more Win32 compilation clean-ups
32348      Branch: perl
32349            ! win32/win32sck.c
32350 ____________________________________________________________________________
32351 [ 24098] By: rgs                                   on 2005/03/30  08:03:13
32352         Log: Minor POD nits.
32353      Branch: perl
32354            ! ext/File/Glob/Glob.pm
32355 ____________________________________________________________________________
32356 [ 24097] By: merijn                                on 2005/03/30  07:49:46
32357         Log: Subject: Re: [PATCH] 5.6 File::Glob documentation insufficient for use
32358              From: Steven Schubiger <steven@accognoscere.org>
32359              Date: Wed, 30 Mar 2005 03:41:03 +0200 (CEST)
32360              Message-Id: <200503300141.j2U1f3EP024524@accognoscere.homeunix.org>
32361      Branch: perl
32362            ! ext/File/Glob/Glob.pm
32363 ____________________________________________________________________________
32364 [ 24096] By: steveh                                on 2005/03/29  15:18:30
32365         Log: Clean-up some warnings when compiling on Win32 with VC++
32366      Branch: perl
32367            ! hv.c mg.c op.c pp_pack.c pp_sort.c pp_sys.c utf8.c util.c
32368 ____________________________________________________________________________
32369 [ 24095] By: rgs                                   on 2005/03/29  12:39:39
32370         Log: Downconst external APIs
32371      Branch: perl
32372            ! embed.fnc gv.h op.c opcode.h opcode.pl pod/perlapi.pod proto.h
32373            ! sv.c util.c
32374 ____________________________________________________________________________
32375 [ 24094] By: rgs                                   on 2005/03/29  09:38:39
32376         Log: The core part of :
32377              Subject: [PATCH] Consting seven
32378              From: Andy Lester <andy@petdance.com>
32379              Date: Sun, 27 Mar 2005 15:57:22 -0600
32380              Message-ID: <20050327215722.GC20451@petdance.com>
32381      Branch: perl
32382            ! embed.fnc embed.h perl.c perlio.c pp_ctl.c proto.h regcomp.c
32383            ! regexec.c util.c
32384 ____________________________________________________________________________
32385 [ 24093] By: steveh                                on 2005/03/29  08:48:50
32386         Log: Fix Win32 compilation nit following change #24074
32387      Branch: perl
32388            ! util.c
32389 ____________________________________________________________________________
32390 [ 24092] By: steveh                                on 2005/03/29  08:22:45
32391         Log: Fix PerlLIO_chsize() for platforms that don't have chsize()
32392              
32393              This is the patch from the end of the thread that started here:
32394              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-09/msg00055.html
32395      Branch: perl
32396            ! doio.c iperlsys.h pp_sys.c
32397 ____________________________________________________________________________
32398 [ 24091] By: rgs                                   on 2005/03/29  07:01:40
32399         Log: Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS
32400      Branch: perl
32401            ! ext/Devel/Peek/t/Peek.t
32402 ____________________________________________________________________________
32403 [ 24090] By: merijn                                on 2005/03/29  07:01:11
32404         Log: Make the spelling of whitespace (vs white-space and white space)
32405              more consistent
32406              From: Offer Kaye <offer.kaye@gmail.com>
32407              Date: Thu, 17 Mar 2005 14:47:36 -0500
32408              Message-ID: <5694250503171147668e73c7@mail.gmail.com>
32409      Branch: perl
32410            ! pod/perllocale.pod pod/perlop.pod pod/perlopentut.pod
32411            ! pod/perlre.pod pod/perlxstut.pod
32412 ____________________________________________________________________________
32413 [ 24089] By: rgs                                   on 2005/03/29  06:14:18
32414         Log: Don't #ifdef out a return statement
32415      Branch: perl
32416            ! pad.c
32417 ____________________________________________________________________________
32418 [ 24088] By: davem                                 on 2005/03/28  21:38:44
32419         Log: expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV
32420      Branch: perl
32421            ! dump.c ext/Devel/Peek/t/Peek.t pad.c perl.c pod/perlhack.pod
32422            ! sv.c sv.h
32423 ____________________________________________________________________________
32424 [ 24087] By: rgs                                   on 2005/03/27  16:38:13
32425         Log: Raw work on perl592delta.
32426      Branch: perl
32427            ! pod/perl592delta.pod
32428 ____________________________________________________________________________
32429 [ 24086] By: rgs                                   on 2005/03/27  13:59:02
32430         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
32431              From: hv@crypt.org
32432              Date: Thu, 24 Mar 2005 19:51:08 +0000
32433              Message-Id: <200503241951.j2OJp8s18147@zen.crypt.org>
32434      Branch: perl
32435            ! regexec.c t/op/re_tests
32436 ____________________________________________________________________________
32437 [ 24085] By: rgs                                   on 2005/03/27  13:30:18
32438         Log: Fix -C option of mktables (for VMS)
32439              
32440              Subject: Re: [PATCH] Consting five
32441              From: demerphq <demerphq@gmail.com>
32442              Date: Sat, 26 Mar 2005 21:45:09 +0100
32443              Message-ID: <9b18b311050326124563db5113@mail.gmail.com>
32444      Branch: perl
32445            ! lib/unicore/mktables
32446 ____________________________________________________________________________
32447 [ 24084] By: davem                                 on 2005/03/26  21:25:47
32448         Log: UTF-8 string substitution corrupts memory
32449              The implicit call of 'require utf8' triggered by code like
32450              "\x{100}" =~ /[[:print:]]/
32451              wasn't saving state correctly first.
32452      Branch: perl
32453            ! utf8.c
32454 ____________________________________________________________________________
32455 [ 24083] By: rgs                                   on 2005/03/26  17:40:26
32456         Log: Remove an XXX note from the public doc.
32457              Hide it in the comments, instead
32458      Branch: perl
32459            ! pod/perlapi.pod sv.c
32460 ____________________________________________________________________________
32461 [ 24082] By: nicholas                              on 2005/03/26  00:21:30
32462         Log: Need to return something when the compiler doesn't know that a
32463              function is "noreturn".
32464      Branch: perl
32465            ! mg.c op.c scope.c
32466 ____________________________________________________________________________
32467 [ 24081] By: nicholas                              on 2005/03/25  23:46:22
32468         Log: Subject: [PATCH] Consting five
32469              Date: Fri, 25 Mar 2005 17:14:09 -0600
32470              From: Andy Lester <andy@petdance.com>
32471              Message-ID: <20050325231409.GB17660@petdance.com>
32472              
32473              [with modification - the extra argument to incpush was supposed to
32474              be being used]
32475      Branch: perl
32476            ! av.c embed.fnc embed.h ext/DynaLoader/dlutils.c gv.c
32477            ! intrpvar.h locale.c mg.c miniperlmain.c op.c perl.c pp_sys.c
32478            ! proto.h regcomp.c thrdvar.h toke.c
32479 ____________________________________________________________________________
32480 [ 24080] By: rgs                                   on 2005/03/25  21:09:23
32481         Log: Subject: Re: [perl #34568] Perl crashes reading past the end of a heap block while parsing foreach statement
32482              From: Gurusamy Sarathy <gsar@ActiveState.com>
32483              Date: Fri, 25 Mar 2005 10:31:09 -0800
32484              Message-Id: <200503251831.j2PIV9A6006234@smtp3.ActiveState.com>
32485      Branch: perl
32486            ! op.c
32487 ____________________________________________________________________________
32488 [ 24079] By: rgs                                   on 2005/03/25  21:02:04
32489         Log: Subject: [PATCH] Consting part 4
32490              From: Andy Lester <andy@petdance.com>
32491              Date: Fri, 25 Mar 2005 14:43:31 -0600
32492              Message-ID: <20050325204331.GA16388@petdance.com>
32493      Branch: perl
32494            ! embed.fnc mg.c numeric.c op.c perlio.c pod/perlapi.pod proto.h
32495            ! regcomp.c scope.c sv.c taint.c toke.c utf8.c util.c
32496 ____________________________________________________________________________
32497 [ 24078] By: nicholas                              on 2005/03/25  20:57:46
32498         Log: FreeBSD NDBM appears to generate files ending .db, so be prepared to
32499              clean this variant up as well.
32500      Branch: perl
32501            ! lib/Memoize/t/tie_ndbm.t
32502 ____________________________________________________________________________
32503 [ 24077] By: rgs                                   on 2005/03/25  18:03:00
32504         Log: Remove the const qualifier from argv and env variables
32505      Branch: perl
32506            ! embed.fnc intrpvar.h perl.c pod/perlapi.pod proto.h
32507 ____________________________________________________________________________
32508 [ 24076] By: rgs                                   on 2005/03/25  14:41:46
32509         Log: Subject: [PATCH] const fix-up for vms/vms.c
32510              From: "Craig A. Berry" <craigberry@mac.com>
32511              Date: Fri, 25 Mar 2005 09:00:06 -0600
32512              Message-ID: <42442776.8030603@mac.com>
32513      Branch: perl
32514            ! vms/vms.c vms/vmsish.h
32515 ____________________________________________________________________________
32516 [ 24075] By: rgs                                   on 2005/03/25  09:24:15
32517         Log: Subject: [PATCH] Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)
32518              From: Steve Peters <steve@fisharerojo.org>
32519              Date: Tue, 22 Mar 2005 17:15:23 -0600
32520              Message-ID: <20050322231523.GA3083@mccoy.peters.homeunix.org>
32521      Branch: perl
32522            ! hints/linux.sh
32523 ____________________________________________________________________________
32524 [ 24074] By: rgs                                   on 2005/03/24  16:25:58
32525         Log: Subject: [PATCH] Third consting batch
32526              From: Andy Lester <andy@petdance.com>
32527              Date: Tue, 22 Mar 2005 00:35:55 -0600
32528              Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com>
32529      Branch: perl
32530            ! XSUB.h deb.c doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c mg.h
32531            ! minimod.pl numeric.c op.c pad.c patchlevel.h perl.c perl.h
32532            ! perlio.c perliol.h perlvars.h perly.c pod/perlapi.pod
32533            ! pod/perlintern.pod pp.c pp_hot.c pp_sys.c proto.h regcomp.c
32534            ! regcomp.h regexec.c scope.c sv.c taint.c universal.c utf8.c
32535            ! utf8.h utfebcdic.h util.c writemain.SH xsutils.c
32536 ____________________________________________________________________________
32537 [ 24073] By: mhx                                   on 2005/03/22  16:30:57
32538         Log: Mention (un)?pack byte-order modifiers in perldelta
32539      Branch: perl
32540            ! pod/perl592delta.pod
32541 ____________________________________________________________________________
32542 [ 24072] By: rgs                                   on 2005/03/22  16:15:58
32543         Log: Some updates in the new perldelta.
32544      Branch: perl
32545            ! pod/perl592delta.pod
32546 ____________________________________________________________________________
32547 [ 24071] By: rgs                                   on 2005/03/22  15:30:18
32548         Log: Remove IPC::Run for 5.9.2
32549      Branch: perl
32550            - lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
32551            - lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
32552            - lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
32553            - lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
32554            - lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
32555            - lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
32556            - lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
32557            - lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
32558            - lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
32559            - lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
32560            ! MANIFEST
32561 ____________________________________________________________________________
32562 [ 24070] By: rgs                                   on 2005/03/22  14:53:01
32563         Log: Forbid the -C option on the command-line
32564              as suggested by Merijn (see [perl #34087])
32565      Branch: perl
32566            ! pod/perldiag.pod toke.c
32567 ____________________________________________________________________________
32568 [ 24069] By: rgs                                   on 2005/03/22  14:03:12
32569         Log: Upgrade to PathTools 3.05
32570      Branch: perl
32571            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
32572 ____________________________________________________________________________
32573 [ 24068] By: rgs                                   on 2005/03/22  10:59:53
32574         Log: Upgrade to File::Temp 0.16
32575      Branch: perl
32576            ! lib/File/Temp.pm lib/File/Temp/t/object.t
32577            ! lib/File/Temp/t/tempfile.t
32578 ____________________________________________________________________________
32579 [ 24067] By: rgs                                   on 2005/03/22  10:53:39
32580         Log: Revert change #24055, which was producing a segfault in installman
32581              when it was trying to install perltoc.
32582      Branch: perl
32583            ! regexec.c t/op/re_tests
32584 ____________________________________________________________________________
32585 [ 24066] By: rgs                                   on 2005/03/22  09:43:44
32586         Log: Fix unresolved POD link
32587      Branch: perl
32588            ! pod/perlfunc.pod
32589 ____________________________________________________________________________
32590 [ 24065] By: rgs                                   on 2005/03/22  09:21:09
32591         Log: Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
32592              and other neatification
32593      Branch: perl
32594            ! pod/perl592delta.pod pod/perlvar.pod regcomp.c regcomp.h
32595 ____________________________________________________________________________
32596 [ 24064] By: rgs                                   on 2005/03/22  08:57:18
32597         Log: Subject: [PATCH] simple optimization for SelectSaver
32598              From: Alexey Tourbin <at@altlinux.ru>
32599              Date: Fri, 18 Mar 2005 21:05:51 +0300
32600              Message-ID: <20050318180551.GA12596@solemn.turbinal.org>
32601      Branch: perl
32602            ! lib/SelectSaver.pm
32603 ____________________________________________________________________________
32604 [ 24063] By: rgs                                   on 2005/03/22  08:53:21
32605         Log: minitest fix
32606      Branch: perl
32607            ! t/run/fresh_perl.t
32608 ____________________________________________________________________________
32609 [ 24062] By: rgs                                   on 2005/03/22  07:50:28
32610         Log: Add in perldelta changes about unpack A and trailing whitespace, trie
32611              optimization, and debug flags for "use re".
32612      Branch: perl
32613            ! pod/perl592delta.pod
32614 ____________________________________________________________________________
32615 [ 24061] By: nicholas                              on 2005/03/21  22:52:12
32616         Log: Casts needed to make VMS happy. (It gets very upset at assignments
32617              between char * and unsigned char *)
32618      Branch: perl
32619            ! pp_pack.c
32620 ____________________________________________________________________________
32621 [ 24060] By: rgs                                   on 2005/03/21  21:44:37
32622         Log: Subject: Re: unpack A strip patch
32623              From: Ton Hospel <perl5-porters@ton.iguana.be>
32624              Date: Mon, 21 Mar 2005 21:31:37 +0000 (UTC)
32625              Message-Id: <d1nefp$lpe$1@post.home.lunix>
32626      Branch: perl
32627            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
32628 ____________________________________________________________________________
32629 [ 24059] By: rgs                                   on 2005/03/21  21:33:16
32630         Log: Subject: Re: regexp trie fails compile on VMS
32631              From: demerphq <demerphq@gmail.com>
32632              Date: Mon, 21 Mar 2005 22:29:09 +0100
32633              Message-ID: <9b18b311050321132917a4b1c7@mail.gmail.com>
32634      Branch: perl
32635            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
32636 ____________________________________________________________________________
32637 [ 24058] By: rgs                                   on 2005/03/21  21:22:10
32638         Log: Break up long lines in -V output for compile-time options
32639              
32640              Subject: Re: sitecustomize.pl [PATCH]
32641              From: sthoenna[at]efn.org (Yitzchak Scott-Thoennes)
32642              Date: Tue, 8 Mar 2005 17:46:04 -0800
32643              Message-ID: <20050309014604.GA5876[at]efn.org>
32644      Branch: perl
32645            ! perl.c
32646 ____________________________________________________________________________
32647 [ 24057] By: steveh                                on 2005/03/21  17:08:26
32648         Log: Oops - forgot to update MANIFEST for change 24056.
32649      Branch: perl
32650            ! MANIFEST
32651 ____________________________________________________________________________
32652 [ 24056] By: steveh                                on 2005/03/21  17:06:45
32653         Log: Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
32654              From: demerphq <demerphq@gmail.com>
32655              Date: Tue, 8 Mar 2005 02:24:10 +0100
32656              Message-ID: <9b18b311050307172455a5816e@mail.gmail.com>
32657              
32658              Change 24004 stopped mktables from needlessly re-running when using
32659              dmake on Win32, but it can still happen when using nmake because it
32660              doesn't support the .UPDATEALL attribute that was used to fix dmake.
32661              e.g. Build perl, touch a core header file, then rebuild -- mktables
32662              re-runs when it didn't need to, and 7 times over at that!  This change
32663              alleviates the pain by making mktables exit quickly in such cases.
32664      Branch: perl
32665            + lib/unicore/mktables.lst
32666            ! lib/unicore/mktables
32667 ____________________________________________________________________________
32668 [ 24055] By: rgs                                   on 2005/03/21  14:58:21
32669         Log: Resubmit change #24053.
32670      Branch: perl
32671            ! regexec.c t/op/re_tests
32672 ____________________________________________________________________________
32673 [ 24054] By: rgs                                   on 2005/03/21  14:32:58
32674         Log: Subject: [PATCH] Re: [perl #34493] h2ph `extern inline' problems
32675              From: Alexey Tourbin <at@altlinux.ru>
32676              Date: Sat, 19 Mar 2005 16:37:12 +0300
32677              Message-ID: <20050319133712.GB6484@solemn.turbinal.org>
32678              
32679              and
32680              
32681              Message-ID: <20050319141457.GC6484@solemn.turbinal.org>
32682      Branch: perl
32683            ! t/lib/h2ph.h utils/h2ph.PL
32684 ____________________________________________________________________________
32685 [ 24053] By: rgs                                   on 2005/03/21  13:15:34
32686         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
32687              From: hv@crypt.org
32688              Date: Mon, 21 Feb 2005 17:59:49 +0000
32689              Message-Id: <200502211759.j1LHxnC22894@zen.crypt.org>
32690      Branch: perl
32691            ! regexec.c t/op/re_tests
32692 ____________________________________________________________________________
32693 [ 24052] By: rgs                                   on 2005/03/21  10:27:44
32694         Log: Subject: pack / for general types
32695              From: perl5-porters@ton.iguana.be (Ton Hospel)
32696              Date: Sat, 19 Mar 2005 22:00:45 +0000 (UTC)
32697              Message-Id: <d1i7ed$62c$1@post.home.lunix>
32698              
32699              Allow "len/format" to work for any format type, not just strings.
32700      Branch: perl
32701            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
32702 ____________________________________________________________________________
32703 [ 24051] By: rgs                                   on 2005/03/21  10:12:01
32704         Log: perldelta suggestions on (un)?pack by Ton Hospel
32705      Branch: perl
32706            ! pod/perl592delta.pod
32707 ____________________________________________________________________________
32708 [ 24050] By: rgs                                   on 2005/03/21  09:59:13
32709         Log: Subject: Re: bugzilla.redhat bug #101767 (threads, threads::shared)
32710              From: Alexey Tourbin <at@altlinux.ru>
32711              Date: Sat, 19 Mar 2005 06:10:45 +0300
32712              Message-ID: <20050319031045.GN12596@solemn.turbinal.org>
32713      Branch: perl
32714            + ext/threads/hints/linux.pl ext/threads/shared/hints/linux.pl
32715            ! MANIFEST
32716 ____________________________________________________________________________
32717 [ 24049] By: rgs                                   on 2005/03/21  09:39:35
32718         Log: Subject: [PATCH] More consting goodness
32719              From: Andy Lester <andy@petdance.com>
32720              Date: Sat, 19 Mar 2005 01:28:30 -0600
32721              Message-ID: <20050319072830.GA7721@petdance.com>
32722      Branch: perl
32723            ! deb.c dump.c embed.fnc handy.h op.c opcode.h opcode.pl perl.c
32724            ! pod/perlapi.pod pp_ctl.c pp_sys.c proto.h regcomp.c regexec.c
32725            ! sv.c toke.c
32726 ____________________________________________________________________________
32727 [ 24048] By: rgs                                   on 2005/03/20  21:20:50
32728         Log: Upgrade to Math::BigInt 1.75, by Tels
32729      Branch: perl
32730            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
32731            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
32732            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
32733            ! lib/Math/BigInt/t/fallback.t lib/Math/BigInt/t/mbi_rand.t
32734            ! lib/Math/BigInt/t/sub_mbi.t
32735 ____________________________________________________________________________
32736 [ 24047] By: merijn                                on 2005/03/20  10:50:11
32737         Log: Subject: [PATCH] perlrun typo (env PERLDB_OPTS)
32738              From: Alexey Tourbin <at@altlinux.ru>
32739              Date: Sat, 19 Mar 2005 03:40:13 +0300
32740              Message-ID: <20050319004013.GJ12596@solemn.turbinal.org>
32741      Branch: perl
32742            ! pod/perlrun.pod
32743 ____________________________________________________________________________
32744 [ 24046] By: rgs                                   on 2005/03/18  21:47:54
32745         Log: Remove an useless line, spotted by Andy Lester
32746      Branch: perl
32747            ! toke.c
32748 ____________________________________________________________________________
32749 [ 24045] By: rgs                                   on 2005/03/18  16:54:38
32750         Log: Remove trie optimisation from the todo list
32751      Branch: perl
32752            ! pod/perltodo.pod
32753 ____________________________________________________________________________
32754 [ 24044] By: rgs                                   on 2005/03/18  15:04:39
32755         Log: Subject: Re: Reworked Trie Patch
32756              From: demerphq <demerphq@gmail.com>
32757              Date: Mon, 14 Mar 2005 08:55:39 +0100
32758              Message-ID: <9b18b31105031323557019ae1@mail.gmail.com>
32759              
32760              Subject: Re: Reworked Trie Patch
32761              From: demerphq <demerphq@gmail.com>
32762              Date: Wed, 16 Mar 2005 19:48:18 +0100
32763              Message-ID: <9b18b31105031610481025a080@mail.gmail.com>
32764              
32765              Plus minor nits in the documentation of re.pm,
32766              a version bump, and addition of an OPTIMIZE alias
32767      Branch: perl
32768            + t/op/regexp_notrie.t t/op/regexp_trielist.t
32769            ! MANIFEST embed.fnc embed.h ext/re/re.pm pod/perlvar.pod
32770            ! proto.h regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
32771            ! sv.c t/op/pat.t t/op/re_tests t/op/readdir.t
32772 ____________________________________________________________________________
32773 [ 24043] By: rgs                                   on 2005/03/18  14:02:36
32774         Log: Subject: Re: sitecustomize.pl [PATCH]
32775              From: Gisle Aas <gisle@ActiveState.com>
32776              Date: 18 Mar 2005 04:06:40 -0800
32777              Message-ID: <lru0n9w433.fsf@caliper.activestate.com>
32778              
32779              Adds a new command-line switch, -f, and a new optional
32780              compile-time setting -DUSE_SITECUSTOMIZE
32781      Branch: perl
32782            ! INSTALL ext/Devel/DProf/t/DProf.t perl.c pod/perlrun.pod
32783 ____________________________________________________________________________
32784 [ 24042] By: rgs                                   on 2005/03/18  13:38:32
32785         Log: Subject: [PATCH] More const parms
32786              From: Andy Lester <andy@petdance.com>
32787              Date: Mon, 14 Mar 2005 13:59:54 -0600
32788              Message-ID: <20050314195954.GB7141@petdance.com>
32789      Branch: perl
32790            ! embed.fnc gv.c numeric.c op.c pad.c perlio.c pod/perlapi.pod
32791            ! pod/perlintern.pod pp_ctl.c pp_hot.c proto.h scope.c sv.c
32792            ! toke.c utf8.c
32793 ____________________________________________________________________________
32794 [ 24041] By: rgs                                   on 2005/03/18  10:27:17
32795         Log: Don't use vars in DynaLoader
32796              Remove left-over maintenance code
32797      Branch: perl
32798            ! ext/DynaLoader/DynaLoader_pm.PL
32799 ____________________________________________________________________________
32800 [ 24040] By: rgs                                   on 2005/03/18  07:57:06
32801         Log: Subject: [PATCH] $B::Disassembler::VERSION
32802              From: Alexey Tourbin <at@altlinux.ru>
32803              Date: Thu, 17 Mar 2005 19:02:38 +0300
32804              Message-ID: <20050317160238.GN5825@solemn.turbinal.org>
32805      Branch: perl
32806            ! ext/B/B/Disassembler.pm
32807 ____________________________________________________________________________
32808 [ 24039] By: rgs                                   on 2005/03/15  09:30:28
32809         Log: Upgrade to CGI 3.07.
32810              Add CGI's changelog
32811      Branch: perl
32812            + lib/CGI/Changes
32813            ! MANIFEST lib/CGI.pm lib/CGI/Cookie.pm
32814 ____________________________________________________________________________
32815 [ 24038] By: merijn                                on 2005/03/14  15:55:44
32816         Log: Subject: pp_pack.c, simplifying genpacksizetables
32817              From: perl5-porters@ton.iguana.be (Ton Hospel)
32818              Date: Sun, 13 Mar 2005 15:07:41 +0000 (UTC)
32819              Message-Id: <d11kvt$1k7$1@post.home.lunix>
32820      Branch: perl
32821            ! genpacksizetables.pl pp_pack.c
32822 ____________________________________________________________________________
32823 [ 24037] By: rgs                                   on 2005/03/14  14:35:33
32824         Log: Subject: [PATCH] Adding const qualifiers
32825              From: Andy Lester <andy@petdance.com>
32826              Date: Sun, 13 Mar 2005 14:20:05 -0600
32827              Message-ID: <20050313202005.GA23535@petdance.com>
32828      Branch: perl
32829            ! av.c embed.fnc gv.c hv.c mg.c op.c pod/perlapi.pod pp_ctl.c
32830            ! proto.h scope.c utf8.c
32831 ____________________________________________________________________________
32832 [ 24036] By: rgs                                   on 2005/03/14  09:19:01
32833         Log: Subject: Re: [perl #34155] perldoc -f hex should say how to convert back
32834              From: David Nicol <davidnicol@gmail.com>
32835              Date: Tue, 8 Mar 2005 18:23:11 -0600
32836              Message-ID: <934f64a20503081623713f6d27@mail.gmail.com>
32837      Branch: perl
32838            ! pod/perlfunc.pod
32839 ____________________________________________________________________________
32840 [ 24035] By: rgs                                   on 2005/03/13  21:14:36
32841         Log: Document pack changes in perldelta
32842      Branch: perl
32843            ! pod/perl592delta.pod
32844 ____________________________________________________________________________
32845 [ 24034] By: rgs                                   on 2005/03/13  16:41:05
32846         Log: Upgrade to Pod::Parser 1.30
32847      Branch: perl
32848            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
32849            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
32850            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podselect.PL
32851            ! t/pod/poderrs.xr
32852 ____________________________________________________________________________
32853 [ 24033] By: rgs                                   on 2005/03/13  11:07:40
32854         Log: Doc patches to clarify the stringification rules of {} and =>
32855              by Jarkko (bug #34419)
32856      Branch: perl
32857            ! pod/perldata.pod pod/perlop.pod
32858 ____________________________________________________________________________
32859 [ 24032] By: rgs                                   on 2005/03/13  09:20:01
32860         Log: gcc warning patch by Andy Lester
32861      Branch: perl
32862            ! perl.h
32863 ____________________________________________________________________________
32864 [ 24031] By: rgs                                   on 2005/03/12  22:05:14
32865         Log: Subject: Re: Encoding neutral unpack
32866              From: perl5-porters@ton.iguana.be (Ton Hospel)
32867              Date: Sat, 12 Mar 2005 18:54:29 +0000 (UTC)
32868              Message-ID: <d0vdt5$81a$1@post.home.lunix>
32869              
32870              A new test.
32871      Branch: perl
32872            ! t/op/pack.t
32873 ____________________________________________________________________________
32874 [ 24030] By: rgs                                   on 2005/03/12  22:01:21
32875         Log: Indentation patch by Ton Hospel for pp_pack
32876      Branch: perl
32877            ! pp_pack.c
32878 ____________________________________________________________________________
32879 [ 24029] By: rgs                                   on 2005/03/12  20:49:00
32880         Log: Change my email, put real name of Pixel
32881      Branch: perl
32882            ! AUTHORS
32883 ____________________________________________________________________________
32884 [ 24028] By: rgs                                   on 2005/03/12  17:15:23
32885         Log: Upgrade to DB_File 1.811, by Paul Marquess
32886      Branch: perl
32887            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
32888            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
32889            ! ext/DB_File/typemap
32890 ____________________________________________________________________________
32891 [ 24027] By: rgs                                   on 2005/03/11  17:47:41
32892         Log: Add standard core test headers to the Class::ISA new tests
32893      Branch: perl
32894            ! lib/Class/ISA/t/00_about_verbose.t
32895            ! lib/Class/ISA/t/01_old_junk.t
32896 ____________________________________________________________________________
32897 [ 24026] By: rgs                                   on 2005/03/11  17:37:01
32898         Log: Upgrade to Class::ISA 0.33
32899      Branch: perl
32900            + lib/Class/ISA/ChangeLog lib/Class/ISA/t/00_about_verbose.t
32901            + lib/Class/ISA/t/01_old_junk.t
32902            - lib/Class/ISA/test.pl
32903            ! MANIFEST lib/Class/ISA.pm
32904 ____________________________________________________________________________
32905 [ 24025] By: rgs                                   on 2005/03/11  16:55:59
32906         Log: Update Changes
32907      Branch: perl
32908            ! Changes
32909 ____________________________________________________________________________
32910 [ 24024] By: rgs                                   on 2005/03/11  11:12:31
32911         Log: FAQ sync
32912      Branch: perl
32913            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
32914            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
32915            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
32916            ! pod/perlfaq9.pod
32917 ____________________________________________________________________________
32918 [ 24023] By: rgs                                   on 2005/03/11  10:22:28
32919         Log: Subject: [PATCH] pad_push numero three-o
32920              From: Andy Lester <andy@petdance.com>
32921              Date: Thu, 10 Mar 2005 15:17:28 -0600
32922              Message-ID: <20050310211728.GC32386@petdance.com>
32923      Branch: perl
32924            ! embed.fnc embed.h pad.c pod/perlintern.pod pp_ctl.c pp_hot.c
32925            ! proto.h
32926 ____________________________________________________________________________
32927 [ 24022] By: rgs                                   on 2005/03/10  17:42:54
32928         Log: Make the return value of close() depend not only on the success of the
32929              close itself, but also on whether the output stream had a previous
32930              error. From Jim Meyering <jim@meyering.net>, via Debian.
32931      Branch: perl
32932            ! doio.c
32933 ____________________________________________________________________________
32934 [ 24021] By: rgs                                   on 2005/03/10  17:39:56
32935         Log: 8 is not an octal digit. (from Debian)
32936      Branch: perl
32937            ! pod/perlreref.pod
32938 ____________________________________________________________________________
32939 [ 24020] By: rgs                                   on 2005/03/10  17:38:51
32940         Log: Fix a2p manpage (from Debian)
32941      Branch: perl
32942            ! x2p/a2p.pod
32943 ____________________________________________________________________________
32944 [ 24019] By: rgs                                   on 2005/03/10  17:36:37
32945         Log: Remove a spurious undefined warning when using getopts.pl with -w.
32946              (from Debian)
32947      Branch: perl
32948            ! lib/getopts.pl
32949 ____________________________________________________________________________
32950 [ 24018] By: rgs                                   on 2005/03/10  17:34:39
32951         Log: Doc patch for Devel::DProf (from Debian)
32952      Branch: perl
32953            ! ext/Devel/DProf/DProf.pm
32954 ____________________________________________________________________________
32955 [ 24017] By: rgs                                   on 2005/03/10  17:22:25
32956         Log: Add support for Debian GNU/k*BSD
32957      Branch: perl
32958            ! hints/gnukfreebsd.sh hints/gnuknetbsd.sh
32959 ____________________________________________________________________________
32960 [ 24016] By: rgs                                   on 2005/03/10  17:21:05
32961         Log: Patch for Debian bug #258618, compilation under Debian/Hurd
32962      Branch: perl
32963            ! hints/gnu.sh
32964 ____________________________________________________________________________
32965 [ 24015] By: steveh                                on 2005/03/10  15:18:20
32966         Log: Subject: Minor AUTHORS patch
32967              From: "Mike Giroux" <rmgiroux@hotmail.com>
32968              Date: Thu, 10 Mar 2005 08:39:04 -0500
32969              Message-ID: <BAY104-F4B1925432A15287069D3BCE520@phx.gbl>
32970      Branch: perl
32971            ! AUTHORS
32972 ____________________________________________________________________________
32973 [ 24014] By: steveh                                on 2005/03/10  11:25:36
32974         Log: More Win32 dmake fixes
32975
32976              Use $B macro as per change 23991 in more places, and fix some syntax
32977              errors in the subst's (missing trailing ",")
32978
32979              Tested with GCC and MSVC. I don't have BCC available, so those parts
32980              are untested.
32981      Branch: perl
32982            ! win32/makefile.mk
32983 ____________________________________________________________________________
32984 [ 24013] By: rgs                                   on 2005/03/10  10:10:33
32985         Log: Upgrade to CGI.pm 3.06
32986      Branch: perl
32987            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Util.pm
32988            ! lib/CGI/t/form.t lib/CGI/t/html.t
32989 ____________________________________________________________________________
32990 [ 24012] By: rgs                                   on 2005/03/09  22:17:33
32991         Log: Further pack optimisations by Ton Hospel
32992      Branch: perl
32993            ! pp_pack.c
32994 ____________________________________________________________________________
32995 [ 24011] By: rgs                                   on 2005/03/09  18:02:13
32996         Log: Fix memory corruption when growing pack utf8 buffer
32997      Branch: perl
32998            ! pp_pack.c
32999 ____________________________________________________________________________
33000 [ 24010] By: rgs                                   on 2005/03/08  17:53:50
33001         Log: Subject: Encoding neutral unpack
33002              From: perl5-porters@ton.iguana.be (Ton Hospel)
33003              Date: Sun, 6 Mar 2005 18:29:38 +0000 (UTC)
33004              Message-Id: <d0fi6i$k06$1@post.home.lunix>
33005      Branch: perl
33006            ! embed.fnc embed.h genpacksizetables.pl lib/charnames.t perl.h
33007            ! pod/perldiag.pod pod/perlfunc.pod pod/perlunicode.pod
33008            ! pod/perluniintro.pod pp_pack.c proto.h t/op/pack.t
33009            ! t/op/utftaint.t
33010 ____________________________________________________________________________
33011 [ 24009] By: merijn                                on 2005/03/08  15:25:57
33012         Log: Subject: Minor AUTHORS patch
33013              From: Andy Lester <andy@petdance.com>
33014              Date: Tue, 8 Mar 2005 09:44:45 -0600
33015              Message-ID: <20050308154445.GB3213@petdance.com>
33016      Branch: perl
33017            ! AUTHORS
33018 ____________________________________________________________________________
33019 [ 24008] By: merijn                                on 2005/03/08  14:45:17
33020         Log: Some updates to current status
33021      Branch: perl
33022            ! README.hpux
33023 ____________________________________________________________________________
33024 [ 24007] By: steveh                                on 2005/03/07  11:02:12
33025         Log: Include regcomp.h in Win32 makefiles
33026
33027              Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
33028              From: demerphq <demerphq@gmail.com>
33029              Date: Sun, 6 Mar 2005 09:16:12 +0100
33030              Message-ID: <9b18b311050306001624012bd@mail.gmail.com>
33031      Branch: perl
33032            ! win32/Makefile win32/makefile.mk
33033 ____________________________________________________________________________
33034 [ 24006] By: steveh                                on 2005/03/04  17:19:46
33035         Log: A better fix than change 24005 was ;)
33036
33037              Actually, "@echo." still emits a blank line.  Use "@rem" instead as the
33038              no-op.  This was being used in the Win95 case, but works fine on WinNT
33039              too, and is actually what ExtUtils-MakeMaker uses.
33040
33041              Also change the nmake Makefile.
33042      Branch: perl
33043            ! win32/Makefile win32/makefile.mk
33044 ____________________________________________________________________________
33045 [ 24005] By: steveh                                on 2005/03/04  17:11:56
33046         Log: Suppress "ECHO is on." messages when using dmake on Win32
33047
33048              (The shell's "echo" command displays the current echo setting when
33049              called with no arguments.  Use "echo." to display nothing.)
33050      Branch: perl
33051            ! win32/makefile.mk
33052 ____________________________________________________________________________
33053 [ 24004] By: steveh                                on 2005/03/04  17:01:24
33054         Log: Stop mktables from needlessly re-running when using dmake on Win32
33055      Branch: perl
33056            ! win32/makefile.mk
33057 ____________________________________________________________________________
33058 [ 24003] By: rgs                                   on 2005/03/04  16:02:20
33059         Log: Update -v copyright notice
33060      Branch: perl
33061            ! perl.c
33062 ____________________________________________________________________________
33063 [ 24002] By: rgs                                   on 2005/03/03  18:27:34
33064         Log: Add a regression test for bug #32193, and make the
33065              fix a bit more robust
33066      Branch: perl
33067            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
33068 ____________________________________________________________________________
33069 [ 24001] By: rgs                                   on 2005/03/03  18:03:15
33070         Log: Subject: [perl #32193] Tie::RefHash DELETE does not return value for ref keys
33071              From: Yuval Kojman (via RT) <perlbug-followup@perl.org>
33072              Date: 28 Oct 2004 12:16:37 -0000
33073              Message-ID: <rt-3.0.11-32193-98805.8.56634266171625@perl.org>
33074      Branch: perl
33075            ! lib/Tie/RefHash.pm
33076 ____________________________________________________________________________
33077 [ 24000] By: rgs                                   on 2005/03/03  15:43:43
33078         Log: do "filename" is not really used with perl subroutine librairies
33079              anymore.
33080      Branch: perl
33081            ! pod/perlfunc.pod
33082 ____________________________________________________________________________
33083 [ 23999] By: merijn                                on 2005/02/27  11:28:27
33084         Log: Fix for bug [ID 20020227.005] format bug with undefined _TOP
33085              http://rt.perl.org/rt3/Ticket/Display.html?id=8698
33086              If there was no TOP format the lines left on page was set
33087              to fixed number, now set to the current page length of the
33088              IO channel used. More debugging for yet another bug needed.
33089      Branch: perl
33090            ! pp_sys.c
33091 ____________________________________________________________________________
33092 [ 23998] By: davem                                 on 2005/02/26  11:32:59
33093         Log: ithreads: cond_signal() on a non-shared object coredumped
33094      Branch: perl
33095            ! ext/threads/shared/shared.xs
33096 ____________________________________________________________________________
33097 [ 23997] By: nicholas                              on 2005/02/26  09:33:30
33098         Log: SvUTF8 can be present on scalars other than PVs
33099              (specifically references with overloaded stringification)
33100      Branch: perl
33101            ! dump.c
33102 ____________________________________________________________________________
33103 [ 23996] By: davem                                 on 2005/02/26  00:47:03
33104         Log: Fix leaks in List::Util::reduce,first
33105              When the block is a closure, the cloned CV created on each call
33106              was never freed
33107      Branch: perl
33108            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
33109 ____________________________________________________________________________
33110 [ 23995] By: steveh                                on 2005/02/24  15:52:01
33111         Log: Subject: Re: (patch blead) Extend t/harness to allow filtering of the file list by regex.
33112              From: demerphq <demerphq@gmail.com>
33113              Date: Wed, 23 Feb 2005 17:49:50 +0100
33114              Message-ID: <9b18b311050223084917d7ef59@mail.gmail.com>
33115      Branch: perl
33116            ! pod/perlhack.pod
33117 ____________________________________________________________________________
33118 [ 23994] By: merijn                                on 2005/02/24  10:12:26
33119         Log: Subject: [PATCH] dprofpp help
33120              From: Andy Lester <andy@petdance.com>
33121              Date: Thu, 24 Feb 2005 00:10:42 -0600
33122              Message-ID: <20050224061042.GA20259@petdance.com>
33123      Branch: perl
33124            ! utils/dprofpp.PL
33125 ____________________________________________________________________________
33126 [ 23993] By: steveh                                on 2005/02/23  13:36:59
33127         Log: Subject: (patch blead) Extend t/harness to allow filtering of the file list by regex.
33128              From: demerphq <demerphq@gmail.com>
33129              Date: Sat, 19 Feb 2005 11:10:00 +0100
33130              Message-ID: <9b18b3110502190210105decf4@mail.gmail.com>
33131      Branch: perl
33132            ! t/harness
33133 ____________________________________________________________________________
33134 [ 23992] By: steveh                                on 2005/02/23  12:28:55
33135         Log: Subject: Patch Win32 makefiles for blead to allow parameters to be passed to harness:
33136              From: demerphq <demerphq@gmail.com>
33137              Date: Sat, 19 Feb 2005 11:00:08 +0100
33138              Message-ID: <9b18b31105021902003d9c2a95@mail.gmail.com>
33139      Branch: perl
33140            ! win32/Makefile win32/makefile.mk
33141 ____________________________________________________________________________
33142 [ 23991] By: steveh                                on 2005/02/23  09:17:55
33143         Log: Fix Win32's dmake makefile.mk for new dmakes built with Visual C++
33144      Branch: perl
33145            ! win32/makefile.mk
33146 ____________________________________________________________________________
33147 [ 23990] By: rgs                                   on 2005/02/22  18:13:01
33148         Log: Porting/manicheck is not happy when I use spaces instead of tabs.
33149      Branch: perl
33150            ! MANIFEST
33151 ____________________________________________________________________________
33152 [ 23989] By: rgs                                   on 2005/02/21  16:05:22
33153         Log: Subject: IPC::Run test failures with utf8
33154              From: Nicholas Clark <nick@ccl4.org>
33155              Date: Sat, 19 Feb 2005 00:27:57 +0000
33156              Message-ID: <20050219002757.GO13998@plum.flirble.org>
33157      Branch: perl
33158            ! lib/IPC/Run/t/run.t
33159 ____________________________________________________________________________
33160 [ 23988] By: rgs                                   on 2005/02/21  13:51:44
33161         Log: Subject: [PATCH] signed/unsigned help for pp_pack.c
33162              From: "Craig A. Berry" <craigberry@mac.com>
33163              Date: Fri, 18 Feb 2005 09:42:52 -0600
33164              Message-ID: <42160CFC.3080304@mac.com>
33165      Branch: perl
33166            ! pp_pack.c
33167 ____________________________________________________________________________
33168 [ 23987] By: rgs                                   on 2005/02/21  12:56:22
33169         Log: Subject: (blead patch) Skip a torture test under blead, and skip certain torture tests under Win32.
33170              From: demerphq <demerphq@gmail.com>
33171              Date: Sat, 19 Feb 2005 11:04:00 +0100
33172              Message-ID: <9b18b3110502190204641e103c@mail.gmail.com
33173      Branch: perl
33174            ! t/japh/abigail.t
33175 ____________________________________________________________________________
33176 [ 23986] By: rgs                                   on 2005/02/18  18:21:25
33177         Log: Subject: Patch for Perlbug #4253
33178              From: Nikolai Eipel <eipel@web.de>
33179              Date: Sat, 29 Jan 2005 16:52:53 +0100
33180              Message-Id: <200501291652.53841.eipel@web.de>
33181
33182              (-T and -B invalidate _ filehandle when no read permission on file)
33183              plus a regression test
33184      Branch: perl
33185            ! pp_sys.c t/op/stat.t
33186 ____________________________________________________________________________
33187 [ 23985] By: rgs                                   on 2005/02/18  16:18:34
33188         Log: Install and build corelist on VMS, too
33189      Branch: perl
33190            ! vms/descrip_mms.template
33191 ____________________________________________________________________________
33192 [ 23984] By: rgs                                   on 2005/02/18  16:07:54
33193         Log: Add corelist to the win32 makefiles
33194              (noticed by demerphq)
33195      Branch: perl
33196            ! win32/Makefile win32/makefile.mk
33197 ____________________________________________________________________________
33198 [ 23983] By: rgs                                   on 2005/02/18  15:48:51
33199         Log: Subject: [perl #32968] [PATCH] Re: B::walkoptree segfaults
33200              From: Stephen McCamant <smcc@MIT.EDU>
33201              Date: Tue, 28 Dec 2004 10:13:50 -0800
33202              Message-ID: <16849.41566.887352.677148@apocalypse.OCF.Berkeley.EDU>
33203      Branch: perl
33204            ! ext/B/B.xs op.h
33205 ____________________________________________________________________________
33206 [ 23982] By: rgs                                   on 2005/02/18  15:34:59
33207         Log: Subject: Re: Integration of PathTools 3.04
33208              From: demerphq <demerphq@gmail.com>
33209              Date: Fri, 18 Feb 2005 16:31:50 +0100
33210              Message-ID: <9b18b31105021807316af0aed5@mail.gmail.com>
33211      Branch: perl
33212            ! lib/Cwd.pm
33213 ____________________________________________________________________________
33214 [ 23981] By: rgs                                   on 2005/02/18  15:00:12
33215         Log: Subject: Re: Bug in Socket::IO::INET Version 1.27
33216              From: Gisle Aas <gisle@ActiveState.com>
33217              Date: 03 Feb 2005 03:16:46 -0800
33218              Message-ID: <lr7jlpsxk1.fsf@caliper.activestate.com>
33219      Branch: perl
33220            ! ext/IO/lib/IO/Socket/INET.pm
33221 ____________________________________________________________________________
33222 [ 23980] By: rgs                                   on 2005/02/18  14:27:38
33223         Log: Integrate encoding::warnings from Autrijus Tang.
33224      Branch: perl
33225            + lib/encoding/warnings.pm lib/encoding/warnings/t/1-warning.t
33226            + lib/encoding/warnings/t/2-fatal.t
33227            + lib/encoding/warnings/t/3-normal.t
33228            ! MANIFEST
33229 ____________________________________________________________________________
33230 [ 23979] By: rgs                                   on 2005/02/18  09:53:36
33231         Log: Subject: [PATCH] find2perl, new options
33232              From: slaven@rezic.de
33233              Date: Thu, 17 Feb 2005 22:30:13 +0100
33234              Message-Id: <1108675813.24421@devpc01.iconmobile.de>
33235      Branch: perl
33236            ! x2p/find2perl.PL
33237 ____________________________________________________________________________
33238 [ 23978] By: rgs                                   on 2005/02/18  08:54:33
33239         Log: Missing dependencies in x2p makefile, by Slaven Rezic.
33240      Branch: perl
33241            ! x2p/Makefile.SH
33242 ____________________________________________________________________________
33243 [ 23977] By: rgs                                   on 2005/02/17  18:14:19
33244         Log: Upgrade to PathTools 3.04
33245              (plus tweaks to Cwd and cwd.t to run when building perl)
33246      Branch: perl
33247            + ext/Cwd/ppport.h
33248            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
33249            ! ext/Cwd/t/taint.t ext/Cwd/t/win32.t lib/Cwd.pm
33250            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
33251            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
33252            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
33253            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
33254            ! lib/File/Spec/t/Spec.t lib/File/Spec/t/crossplatform.t
33255            ! lib/File/Spec/t/rel2abs2rel.t
33256 ____________________________________________________________________________
33257 [ 23976] By: rgs                                   on 2005/02/17  17:42:59
33258         Log: Upgrade to Pod::LaTeX 0.58
33259      Branch: perl
33260            ! lib/Pod/LaTeX.pm lib/Pod/t/pod2latex.t
33261 ____________________________________________________________________________
33262 [ 23975] By: rgs                                   on 2005/02/17  15:21:55
33263         Log: Upgrade to Time::HiRes 1.66
33264      Branch: perl
33265            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
33266            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
33267 ____________________________________________________________________________
33268 [ 23974] By: rgs                                   on 2005/02/17  14:57:06
33269         Log: Subject: [perl #31730] [PATCH] IO::File reads garbage from directory filehandles
33270              From: "Steve Peters via RT" <perlbug-followup@perl.org>
33271              Date: 1 Feb 2005 16:24:11 -0000
33272              Message-ID: <rt-3.0.11-31730-107010.1.24399823945417@perl.org>
33273      Branch: perl
33274            ! ext/IO/lib/IO/File.pm
33275 ____________________________________________________________________________
33276 [ 23973] By: rgs                                   on 2005/02/16  13:20:55
33277         Log: Subject: Re: [PATCH] Re: perl winpid?
33278              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
33279              Date: Tue, 15 Feb 2005 20:45:13 -0800
33280              Message-ID: <20050216044512.GA2516@efn.org>
33281      Branch: perl
33282            ! ext/B/t/stash.t
33283 ____________________________________________________________________________
33284 [ 23972] By: steveh                                on 2005/02/15  14:47:47
33285         Log: Jan Dubois has taken over maintenance of Win32 stuff from Sarathy
33286      Branch: perl
33287            ! Porting/Maintainers.pl README.win32
33288 ____________________________________________________________________________
33289 [ 23971] By: rgs                                   on 2005/02/15  13:52:15
33290         Log: Fix documentation bug in using Socket's import tags :
33291
33292              Subject: [perl #34141] example in perlbug -f getsockopt incomplete
33293              From: David Dyck (via RT) <perlbug-followup@perl.org>
33294              Date: 15 Feb 2005 07:35:45 -0000
33295              Message-ID: <rt-3.0.11-34141-107730.6.0777451251105@perl.org>
33296      Branch: perl
33297            ! pod/perlfunc.pod
33298 ____________________________________________________________________________
33299 [ 23970] By: steveh                                on 2005/02/15  13:20:40
33300         Log: Fix PERL_MALLOC/DEBUG_MSTATS options in Win32 makefiles
33301
33302              Currently, if USE_IMP_SYS is defined then PERL_MALLOC gets undefined.
33303              We should also undefine DEBUG_MSTATS if PERL_MALLOC is (or has become)
33304              undefined, and we should do all this *before* inspecting DEBUG_MSTATS
33305              to see if we need to add -DPERL_DEBUGGING_MSTATS to BUILDOPT.
33306      Branch: perl
33307            ! win32/Makefile win32/makefile.mk
33308 ____________________________________________________________________________
33309 [ 23969] By: steveh                                on 2005/02/15  11:40:03
33310         Log: Fix definition of DEBUG_MSTATS for Win32 dmake builds
33311      Branch: perl
33312            ! win32/makefile.mk
33313 ____________________________________________________________________________
33314 [ 23968] By: rgs                                   on 2005/02/15  08:29:13
33315         Log: Use strl* functions in doio.c when available
33316              Based on :
33317              Subject: [PATCH] Changes to doio.c to use strlcpy() and strlcat()
33318              From: Steve Peters <steve@fisharerojo.org>
33319              Date: Wed, 1 Dec 2004 19:42:14 -0600
33320              Message-ID: <20041202014214.GA20907@mccoy.peters.homeunix.org>
33321      Branch: perl
33322            ! doio.c
33323 ____________________________________________________________________________
33324 [ 23967] By: mhx                                   on 2005/02/15  04:58:48
33325         Log: Subject: [PATCH] Additional tests for t/op/not.t
33326              From: Steve Peters <steve@fisharerojo.org>
33327              Date: Mon, 14 Feb 2005 19:54:17 -0600
33328              Message-ID: <20050215015417.GA30368@mccoy.peters.homeunix.org>
33329      Branch: perl
33330            ! t/op/not.t
33331 ____________________________________________________________________________
33332 [ 23966] By: rgs                                   on 2005/02/14  21:05:17
33333         Log: Subject: Re: encoding neutral unpack
33334              From: perl5-porters@ton.iguana.be (Ton Hospel)
33335              Date: Sat, 5 Feb 2005 01:34:44 +0000 (UTC)
33336              Message-ID: <cu17rk$k78$1@post.home.lunix>
33337
33338              tweaked to remove the 'not supported on this platform'
33339              error messages
33340      Branch: perl
33341            ! genpacksizetables.pl pp_pack.c t/op/pack.t t/uni/case.pl
33342 ____________________________________________________________________________
33343 [ 23965] By: mhx                                   on 2005/02/14  17:26:02
33344         Log: Regenerate Perl_keyword() to remove superfluous goto statements.
33345      Branch: perl
33346            ! toke.c
33347 ____________________________________________________________________________
33348 [ 23964] By: mhx                                   on 2005/02/14  17:21:29
33349         Log: Require version 0.05 of Devel::Tokenizer::C.
33350      Branch: perl
33351            ! perl_keyword.pl
33352 ____________________________________________________________________________
33353 [ 23963] By: rgs                                   on 2005/02/12  16:26:47
33354         Log: Mac OS Classic vs Mac OS X clarications
33355              by Sherm Pendley
33356      Branch: perl
33357            ! pod/perlfaq3.pod pod/perlmodinstall.pod pod/perlopentut.pod
33358            ! pod/perlrun.pod
33359 ____________________________________________________________________________
33360 [ 23962] By: rgs                                   on 2005/02/12  16:14:56
33361         Log: README.cygwin additions by Reini Urban
33362      Branch: perl
33363            ! README.cygwin
33364 ____________________________________________________________________________
33365 [ 23961] By: merijn                                on 2005/02/11  09:32:50
33366         Log: Subject: Re: [PATCH] Re: perl winpid?
33367              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
33368              Date: Thu, 10 Feb 2005 20:04:35 -0800
33369              Message-ID: <20050211040434.GA3824@efn.org>
33370      Branch: perl
33371            + t/lib/cygwin.t
33372            ! MANIFEST README.cygwin cygwin/cygwin.c
33373 ____________________________________________________________________________
33374 [ 23960] By: mhx                                   on 2005/02/10  20:50:31
33375         Log: not() || 1 produces segmentation fault
33376
33377              Fixed by making not() behave like not(0). This is also the
33378              way not() behaved before it started segfaulting in 5.6.0.
33379      Branch: perl
33380            + t/op/not.t
33381            ! MANIFEST perly.act perly.h perly.tab perly.y
33382 ____________________________________________________________________________
33383 [ 23959] By: mhx                                   on 2005/02/10  20:36:13
33384         Log: regen_perly.pl runs fine with bison 2.0.
33385      Branch: perl
33386            ! regen_perly.pl
33387 ____________________________________________________________________________
33388 [ 23958] By: merijn                                on 2005/02/10  15:56:04
33389         Log: 'what' cannot find ccversion if `which cc` is a symlink to ccache
33390              ccversion is important enough to jump through some hoops to get it
33391      Branch: perl
33392            ! hints/hpux.sh
33393 ____________________________________________________________________________
33394 [ 23957] By: merijn                                on 2005/02/10  14:19:51
33395         Log: Swap logic in BEGIN blocks to have Cwd's abs_path do the
33396              translation *before* the chdir (), so it now DTRT
33397      Branch: perl
33398            ! lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
33399            ! lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
33400            ! lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
33401            ! lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
33402            ! lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
33403            ! lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
33404            ! lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
33405 ____________________________________________________________________________
33406 [ 23956] By: rgs                                   on 2005/02/10  10:58:26
33407         Log: Upgrade to Time::Local 1.11
33408      Branch: perl
33409            ! lib/Time/Local.pm lib/Time/Local.t
33410 ____________________________________________________________________________
33411 [ 23955] By: rgs                                   on 2005/02/10  10:51:59
33412         Log: Subject: Re: [PATCH] BigInt mbi_rand.t failings (solved now)
33413              From: Tels <nospam-abuse@bloodgate.com>
33414              Date: Wed, 9 Feb 2005 21:44:22 +0100
33415              Message-Id: <200502092144.24051@bloodgate.com>
33416      Branch: perl
33417            ! lib/Math/BigInt/Calc.pm
33418 ____________________________________________________________________________
33419 [ 23954] By: rgs                                   on 2005/02/09  18:06:39
33420         Log: Add IPC::Run 0.80.
33421
33422              Subject: [PATCH] IPC::Run 0.80 integration (was Re: [RFC] More core integration)
33423              From: "Jos I. Boumans" <kane@xs4all.net>
33424              Date: Fri, 28 Jan 2005 18:32:44 +0100
33425              Message-Id: <9E6ECDBE-7152-11D9-B82E-000A956B0E06@xs4all.net>
33426
33427              with PERL_CORE test premables hacked for better $^X portability
33428              (we hope.)
33429      Branch: perl
33430            + lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
33431            + lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
33432            + lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
33433            + lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
33434            + lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
33435            + lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
33436            + lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
33437            + lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
33438            + lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
33439            + lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
33440            ! MANIFEST
33441 ____________________________________________________________________________
33442 [ 23953] By: rgs                                   on 2005/02/09  09:28:19
33443         Log: Patch for CAN-2004-0452 by Jeroen van Wolffelaar.
33444              The rmtree() function in the perl File::Path module would remove
33445              directories in an insecure manner which could lead to the removal
33446              of arbitrary files and directories via a symlink attack.
33447      Branch: perl
33448            ! lib/File/Path.pm
33449 ____________________________________________________________________________
33450 [ 23952] By: merijn                                on 2005/02/08  16:30:43
33451         Log: IBM Released vac.C version 7, and changed the naming convention (again)
33452              Thanks to Campo for spotting, testing and the fix
33453      Branch: perl
33454            ! hints/aix.sh
33455 ____________________________________________________________________________
33456 [ 23951] By: rgs                                   on 2005/02/08  14:02:56
33457         Log: Subject: [perl #34076] P/p pack formats only recognize literal undef
33458              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
33459              Date: 6 Feb 2005 22:03:20 -0000
33460              Message-ID: <rt-3.0.11-34076-107344.19.3123360602169@perl.org>
33461      Branch: perl
33462            ! pp_pack.c
33463 ____________________________________________________________________________
33464 [ 23950] By: rgs                                   on 2005/02/08  11:09:03
33465         Log: Remove mention of sub-packages in the Symbol manpage.
33466      Branch: perl
33467            ! lib/Symbol.pm
33468 ____________________________________________________________________________
33469 [ 23949] By: rgs                                   on 2005/02/08  10:44:09
33470         Log: Add Module::CoreList in the maintainers list
33471      Branch: perl
33472            ! Porting/Maintainers.pl
33473 ____________________________________________________________________________
33474 [ 23948] By: rgs                                   on 2005/02/08  10:39:21
33475         Log: Fix typo in corelist
33476      Branch: perl
33477            ! lib/Module/CoreList/bin/corelist
33478 ____________________________________________________________________________
33479 [ 23947] By: rgs                                   on 2005/02/08  10:22:22
33480         Log: Add Module::CoreList to bleadperl.
33481
33482              Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration)
33483              From: "Jos I. Boumans" <kane@xs4all.net>
33484              Date: Fri, 28 Jan 2005 17:38:27 +0100
33485              Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net>
33486      Branch: perl
33487            + lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
33488            + lib/Module/CoreList/t/corelist.t utils/corelist.PL
33489            ! MANIFEST installperl utils.lst utils/Makefile
33490 ____________________________________________________________________________
33491 [ 23946] By: rgs                                   on 2005/02/08  09:31:45
33492         Log: Subject: [perl #34062] pack Z0 destroys the character before
33493              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
33494              Date: 5 Feb 2005 18:09:00 -0000
33495              Message-ID: <rt-3.0.11-34062-107199.19.360569328007@perl.org>
33496              (plus a regression test)
33497      Branch: perl
33498            ! pp_pack.c t/op/pack.t
33499 ____________________________________________________________________________
33500 [ 23945] By: rgs                                   on 2005/02/08  09:25:29
33501         Log: A small precision in the docs for overloaded regexp escapes
33502              (see bug #33906)
33503      Branch: perl
33504            ! pod/perlre.pod
33505 ____________________________________________________________________________
33506 [ 23943] By: rgs                                   on 2005/02/06  22:18:48
33507         Log: Avoid evaluating a strlen twice due the new implementation
33508              of New() with PERL_MALLOC_WRAP
33509      Branch: perl
33510            ! util.c
33511 ____________________________________________________________________________
33512 [ 23942] By: nicholas                              on 2005/02/05  22:02:50
33513         Log: Stop lib/h2xs.t failing needlessly if it failed to clear up behind
33514              itself on a previous run.
33515      Branch: perl
33516            ! lib/h2xs.t
33517 ____________________________________________________________________________
33518 [ 23941] By: nicholas                              on 2005/02/05  21:47:35
33519         Log: With mallocwrap New() evaluates its arguments more than once, so they
33520              had better not have any side effects.
33521              :-(
33522      Branch: perl
33523            ! util.c
33524 ____________________________________________________________________________
33525 [ 23935] By: nicholas                              on 2005/02/05  15:05:08
33526         Log: Let's (un)do the timewarp, again.
33527              Attempt to bodge round Makefile sometimes being older than Makefile.PL
33528              Pesky filesystems.
33529      Branch: perl
33530            ! lib/ExtUtils/t/Constant.t
33531 ____________________________________________________________________________
33532 [ 23928] By: rgs                                   on 2005/02/04  10:41:43
33533         Log: Upgrade to Digest 1.10
33534      Branch: perl
33535            + lib/Digest/Changes lib/Digest/file.pm lib/Digest/t/file.t
33536            ! MANIFEST lib/Digest.pm lib/Digest/base.pm
33537 ____________________________________________________________________________
33538 [ 23927] By: mhx                                   on 2005/02/02  21:33:12
33539         Log: Remove 2 unused variables from APItest.xs.
33540      Branch: perl
33541            ! ext/XS/APItest/APItest.xs
33542 ____________________________________________________________________________
33543 [ 23926] By: mhx                                   on 2005/02/02  21:29:40
33544         Log: Upgrade to Devel::PPPort 3.06.
33545      Branch: perl
33546            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
33547            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
33548            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/module3.c
33549            ! ext/Devel/PPPort/parts/inc/exception
33550            ! ext/Devel/PPPort/parts/inc/misc
33551 ____________________________________________________________________________
33552 [ 23925] By: mhx                                   on 2005/02/02  21:26:14
33553         Log: Attempt to fix problems with new exception handling macros.
33554      Branch: perl
33555            + ext/XS/APItest/exception.c
33556            ! MANIFEST XSUB.h ext/XS/APItest/APItest.xs
33557            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
33558            ! pod/perlguts.pod
33559 ____________________________________________________________________________
33560 [ 23924] By: rgs                                   on 2005/02/02  19:50:53
33561         Log: Subject: Re: encoding neutral unpack
33562              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
33563              Date: Sat, 29 Jan 2005 12:54:34 +0000 (UTC)
33564              Message-ID: <ctg12a$j0e$2[at]post.home.lunix>
33565
33566              Counted length prefixes shouldn't change C0/U0 mode
33567              in pack/unpack (plus a regression test)
33568      Branch: perl
33569            ! pp_pack.c t/op/pack.t
33570 ____________________________________________________________________________
33571 [ 23923] By: rgs                                   on 2005/02/02  19:35:47
33572         Log: Subject: Re: encoding neutral unpack
33573              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
33574              Date: Sat, 29 Jan 2005 13:07:38 +0000 (UTC)
33575              Message-ID: <ctg1qq$j0e$3[at]post.home.lunix>
33576
33577              Make U0 and C0 scoped to () pack subtemplates.
33578              (plus a regression test)
33579      Branch: perl
33580            ! pp_pack.c t/op/pack.t
33581 ____________________________________________________________________________
33582 [ 23922] By: rgs                                   on 2005/02/02  19:23:46
33583         Log: Subject: Re: encoding neutral unpack
33584              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
33585              Date: Sat, 29 Jan 2005 13:24:55 +0000 (UTC)
33586              Message-ID: <ctg2r7$j0e$4[at]post.home.lunix>
33587
33588              Ensure that with the C format, unpack checksums
33589              don't get overflowed. (plus a regression test)
33590      Branch: perl
33591            ! pp_pack.c t/op/pack.t
33592 ____________________________________________________________________________
33593 [ 23921] By: davem                                 on 2005/02/02  18:25:00
33594         Log: fix POSIX::strtod error handling documentation
33595      Branch: perl
33596            ! ext/POSIX/POSIX.pod
33597 ____________________________________________________________________________
33598 [ 23920] By: merijn                                on 2005/02/02  13:12:17
33599         Log: Subject: [PATCH pod/perlfunc.pod] POD nit @ sysseek
33600              From: Abigail <abigail@abigail.nl>
33601              Date: Tue, 1 Feb 2005 21:33:14 +0100
33602              Message-ID: <20050201203314.GC335@abigail.nl>
33603      Branch: perl
33604            ! pod/perlfunc.pod
33605 ____________________________________________________________________________
33606 [ 23919] By: merijn                                on 2005/02/02  12:49:46
33607         Log: Picky compilers (e.g. vac on AIX 5.2) do not accept statements
33608              between declarations
33609      Branch: perl
33610            ! ext/Devel/PPPort/PPPort.xs
33611 ____________________________________________________________________________
33612 [ 23917] By: nicholas                              on 2005/02/01  11:46:31
33613         Log: "All" "all?" Who said all? There were 2 more missing gnuk{free,net}bsd
33614              hints files to add to MANIFEST. Sort MANIFEST
33615              while I'm in the area.
33616      Branch: perl
33617            ! MANIFEST
33618 ____________________________________________________________________________
33619 [ 23916] By: rgs                                   on 2005/02/01  10:02:51
33620         Log: Subject: Re: [perl #34010] localtime docs
33621              From: Andy Lester <andy@petdance.com>
33622              Date: Mon, 31 Jan 2005 21:24:29 -0600
33623              Message-ID: <20050201032429.GA29354@petdance.com>
33624      Branch: perl
33625            ! pod/perlfunc.pod
33626 ____________________________________________________________________________
33627 [ 23915] By: rgs                                   on 2005/01/31  23:08:59
33628         Log: Subject: Re: encoding neutral unpack
33629              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
33630              Date: Sat, 29 Jan 2005 12:41:20 +0000 (UTC)
33631              Message-ID: <ctg09g$j0e$1[at]post.home.lunix>
33632
33633              Forgotten character progress while checksumming over partial
33634              b or B format. (plus a regression test)
33635      Branch: perl
33636            ! pp_pack.c t/op/pack.t
33637 ____________________________________________________________________________
33638 [ 23914] By: mhx                                   on 2005/01/31  19:22:41
33639         Log: Make Perl_keyword() another 30% faster.
33640      Branch: perl
33641            ! perl_keyword.pl toke.c
33642 ____________________________________________________________________________
33643 [ 23913] By: mhx                                   on 2005/01/31  18:14:44
33644         Log: Regenerate perlapi.pod.
33645      Branch: perl
33646            ! pod/perlapi.pod
33647 ____________________________________________________________________________
33648 [ 23912] By: mhx                                   on 2005/01/31  18:07:29
33649         Log: Upgrade to Devel::PPPort 3.05.
33650      Branch: perl
33651            + ext/Devel/PPPort/parts/base/5008006
33652            + ext/Devel/PPPort/parts/inc/exception
33653            + ext/Devel/PPPort/parts/todo/5008006
33654            + ext/Devel/PPPort/t/exception.t
33655            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
33656            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/MANIFEST.SKIP
33657            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/Makefile.PL
33658            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
33659            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
33660            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
33661            ! ext/Devel/PPPort/apicheck_c.PL
33662            ! ext/Devel/PPPort/devel/buildperl.pl
33663            ! ext/Devel/PPPort/devel/mkapidoc.sh
33664            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
33665            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
33666            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
33667            ! ext/Devel/PPPort/parts/apicheck.pl
33668            ! ext/Devel/PPPort/parts/base/5004000
33669            ! ext/Devel/PPPort/parts/base/5004050
33670            ! ext/Devel/PPPort/parts/base/5005000
33671            ! ext/Devel/PPPort/parts/base/5006000
33672            ! ext/Devel/PPPort/parts/base/5008001
33673            ! ext/Devel/PPPort/parts/base/5009002
33674            ! ext/Devel/PPPort/parts/embed.fnc
33675            ! ext/Devel/PPPort/parts/inc/MY_CXT
33676            ! ext/Devel/PPPort/parts/inc/SvPV
33677            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
33678            ! ext/Devel/PPPort/parts/inc/format
33679            ! ext/Devel/PPPort/parts/inc/grok
33680            ! ext/Devel/PPPort/parts/inc/limits
33681            ! ext/Devel/PPPort/parts/inc/mPUSH
33682            ! ext/Devel/PPPort/parts/inc/magic
33683            ! ext/Devel/PPPort/parts/inc/misc
33684            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
33685            ! ext/Devel/PPPort/parts/inc/newRV
33686            ! ext/Devel/PPPort/parts/inc/ppphbin
33687            ! ext/Devel/PPPort/parts/inc/ppphdoc
33688            ! ext/Devel/PPPort/parts/inc/ppphtest
33689            ! ext/Devel/PPPort/parts/inc/sv_xpvf
33690            ! ext/Devel/PPPort/parts/inc/threads
33691            ! ext/Devel/PPPort/parts/inc/uv
33692            ! ext/Devel/PPPort/parts/inc/version
33693            ! ext/Devel/PPPort/parts/ppptools.pl
33694            ! ext/Devel/PPPort/parts/todo/5009002
33695            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
33696            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/misc.t
33697            ! ext/Devel/PPPort/typemap
33698 ____________________________________________________________________________
33699 [ 23911] By: mhx                                   on 2005/01/31  18:00:31
33700         Log: Add simple exception handling macros for XS writers.
33701      Branch: perl
33702            + ext/XS/APItest/t/exception.t
33703            ! MANIFEST XSUB.h ext/XS/APItest/APItest.pm
33704            ! ext/XS/APItest/APItest.xs pod/perlguts.pod
33705 ____________________________________________________________________________
33706 [ 23910] By: nicholas                              on 2005/01/31  17:46:03
33707         Log: Add all the missing gnuk{free,net}bsd hints files to MANIFEST
33708      Branch: perl
33709            ! MANIFEST
33710 ____________________________________________________________________________
33711 [ 23909] By: merijn                                on 2005/01/31  11:33:14
33712         Log: Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD
33713              From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org>
33714              Date: 31 Jan 2005 07:37:55 -0000
33715              Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org>
33716      Branch: perl
33717            + ext/DynaLoader/hints/gnukfreebsd.pl
33718            + ext/DynaLoader/hints/gnuknetbsd.pl
33719            + ext/NDBM_File/hints/gnukfreebsd.pl
33720            + ext/NDBM_File/hints/gnuknetbsd.pl
33721            + ext/ODBM_File/hints/gnukfreebsd.pl
33722            + ext/ODBM_File/hints/gnuknetbsd.pl
33723            + ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
33724            + ext/Storable/hints/gnukfreebsd.pl
33725            + ext/Storable/hints/gnuknetbsd.pl hints/gnukfreebsd.sh
33726            + hints/gnuknetbsd.sh
33727            ! Configure
33728 ____________________________________________________________________________
33729 [ 23907] By: rgs                                   on 2005/01/31  11:17:26
33730         Log: Document the changes to PERLIO_DEBUG.
33731      Branch: perl
33732            ! pod/perlrun.pod
33733 ____________________________________________________________________________
33734 [ 23906] By: rgs                                   on 2005/01/31  10:53:14
33735         Log: Really fix the bug [perl #33990].
33736              NB. -DIAMSUID is only set to compile sperl.o.
33737      Branch: perl
33738            ! perlio.c
33739 ____________________________________________________________________________
33740 [ 23905] By: steveh                                on 2005/01/31  10:03:56
33741         Log: Fix test suite hang on Win32 caused by change #23898
33742
33743              ("perl -e sleep 3" does an indefinite sleep!)
33744      Branch: perl
33745            ! t/op/alarm.t
33746 ____________________________________________________________________________
33747 [ 23904] By: rgs                                   on 2005/01/31  08:35:51
33748         Log: Avoid a buffer overflow with threads and PERLIO_DEBUG
33749      Branch: perl
33750            ! perlio.c
33751 ____________________________________________________________________________
33752 [ 23903] By: rgs                                   on 2005/01/31  08:19:10
33753         Log: Don't write to $PERLIO_DEBUG when setuid ([perl #33990])
33754      Branch: perl
33755            ! perlio.c
33756 ____________________________________________________________________________
33757 [ 23900] By: davem                                 on 2005/01/30  17:46:35
33758         Log: minor corrections to comments in perly.y
33759      Branch: perl
33760            ! perly.y
33761 ____________________________________________________________________________
33762 [ 23899] By: rgs                                   on 2005/01/30  14:50:15
33763         Log: Subject: h2hp: 2 fix
33764              From: Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
33765              Date: Fri, 28 Jan 2005 16:53:11 +0100
33766              Message-Id: <200501281653.15708.olivier.thauvin@aerov.jussieu.fr>
33767      Branch: perl
33768            ! utils/h2ph.PL
33769 ____________________________________________________________________________
33770 [ 23898] By: davem                                 on 2005/01/29  16:14:20
33771         Log: chomp() fails after alarm(), `sleep`
33772
33773              PP_backtick's temp altering of PL_rs didn't restore after
33774              an exception
33775      Branch: perl
33776            ! pp_sys.c t/op/alarm.t
33777 ____________________________________________________________________________
33778 [ 23897] By: nicholas                              on 2005/01/28  21:01:04
33779         Log: More consistent names for all the parameter name/declaration methods
33780      Branch: perl
33781            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
33782            ! perl_keyword.pl
33783 ____________________________________________________________________________
33784 [ 23894] By: nicholas                              on 2005/01/28  13:59:40
33785         Log: Calculate the number of tests in one place, so that the skip()s will
33786              always agree with the plan()s
33787      Branch: perl
33788            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
33789 ____________________________________________________________________________
33790 [ 23893] By: rgs                                   on 2005/01/28  08:53:47
33791         Log: Add a reference to books.perl.org.
33792      Branch: perl
33793            ! pod/perlbook.pod
33794 ____________________________________________________________________________
33795 [ 23892] By: nicholas                              on 2005/01/27  19:26:21
33796         Log: Retrieve the flag bit that only 'p' uses, so that it is spare for
33797              future use.
33798      Branch: perl
33799            ! genpacksizetables.pl pp_pack.c
33800 ____________________________________________________________________________
33801 [ 23891] By: rgs                                   on 2005/01/27  18:29:51
33802         Log: Subject: Re: [patch] decrufting OptreeCheck stuff
33803              From: Jim Cromie <jcromie@divsol.com>
33804              Date: Sun, 16 Jan 2005 17:16:00 -0700
33805              Message-ID: <41EB03C0.7030509@divsol.com>
33806              (with minor typos fixed)
33807      Branch: perl
33808            ! ext/B/B/Concise.pm ext/B/t/OptreeCheck.pm ext/B/t/f_map.t
33809            ! ext/B/t/f_sort.t ext/B/t/optree_check.t
33810            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
33811            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
33812            ! ext/B/t/optree_varinit.t
33813 ____________________________________________________________________________
33814 [ 23890] By: rgs                                   on 2005/01/27  17:49:50
33815         Log: Subject: [PATCH] libperl leaks a THREAD_KEY each time it is reloaded
33816              From: Gisle Aas <gisle@ActiveState.com>
33817              Date: 05 Jan 2005 03:21:06 -0800
33818              Message-ID: <lris6cxgt9.fsf@caliper.activestate.com>
33819      Branch: perl
33820            ! perl.c
33821 ____________________________________________________________________________
33822 [ 23889] By: nicholas                              on 2005/01/27  17:29:04
33823         Log: Make the byte order modifers < and > and the sign modifier ! (for
33824              n N v V) conditionally compile. This means that the refactored
33825              pp_pack/pp_unpack code can now be used in maint.
33826      Branch: perl
33827            ! genpacksizetables.pl pp_pack.c
33828 ____________________________________________________________________________
33829 [ 23888] By: nicholas                              on 2005/01/27  16:40:07
33830         Log: Oops. Was forgetting to test n! N! v! V! in pack
33831      Branch: perl
33832            ! t/op/pack.t
33833 ____________________________________________________________________________
33834 [ 23886] By: nicholas                              on 2005/01/27  14:42:28
33835         Log: Check that the warning behaviour on the modifiers !, < and > is as we
33836              expect it for this perl.
33837      Branch: perl
33838            ! t/op/pack.t
33839 ____________________________________________________________________________
33840 [ 23884] By: nicholas                              on 2005/01/27  11:27:12
33841         Log: Make the tests for the endianness modifiers < and >, and the
33842              signnedness modifier ! conditional on perl version. Surprisingly
33843              little change needed.
33844      Branch: perl
33845            ! t/op/pack.t
33846 ____________________________________________________________________________
33847 [ 23883] By: nicholas                              on 2005/01/27  11:12:34
33848         Log: &_q needs to *globally* escape ' and \ in its substitution.
33849      Branch: perl
33850            ! t/test.pl
33851 ____________________________________________________________________________
33852 [ 23882] By: rgs                                   on 2005/01/25  16:53:08
33853         Log: Subject: [PATCH] BigInt mbi_rand.t failings
33854              From: Tels <nospam-abuse@bloodgate.com>
33855              Date: Tue, 25 Jan 2005 18:06:58 +0100
33856              Message-Id: <200501251806.59782@bloodgate.com>
33857      Branch: perl
33858            ! lib/Math/BigInt/Calc.pm
33859 ____________________________________________________________________________
33860 [ 23881] By: rgs                                   on 2005/01/25  16:12:08
33861         Log: Integrate change #23880 in original comment
33862      Branch: perl
33863            ! util.c
33864 ____________________________________________________________________________
33865 [ 23880] By: merijn                                on 2005/01/25  15:41:30
33866         Log: Subject: [PATCH] perlapi.pod has pod errors
33867              From: "Jos I. Boumans" <kane@xs4all.net>
33868              Date: Tue, 25 Jan 2005 16:42:38 +0100
33869              Message-Id: <BDA482F7-6EE7-11D9-8AA7-000A95EF62E2@xs4all.net>
33870      Branch: perl
33871            ! pod/perlapi.pod
33872 ____________________________________________________________________________
33873 [ 23879] By: nicholas                              on 2005/01/24  23:16:04
33874         Log: Correct and update comments (before anyone writes in)
33875              Remove a temporary variable.
33876      Branch: perl
33877            ! lib/ExtUtils/Constant/Base.pm
33878 ____________________________________________________________________________
33879 [ 23878] By: nicholas                              on 2005/01/24  22:10:36
33880         Log: Ooops. It was 190M when I was using 4 bytes per entry for lengths in
33881              the dump file. The newer format is only 135M
33882      Branch: perl
33883            ! toke.c
33884 ____________________________________________________________________________
33885 [ 23877] By: nicholas                              on 2005/01/24  22:06:05
33886         Log: A script to regenerate Perl_keyword()
33887      Branch: perl
33888            + perl_keyword.pl
33889            ! MANIFEST
33890 ____________________________________________________________________________
33891 [ 23876] By: nicholas                              on 2005/01/24  22:05:29
33892         Log: Add weights to ExtUtils::Constant to allow sorting by expected
33893              frequency. This makes the Perl_keyword() replacement 20% faster,
33894              rather than just 12%
33895      Branch: perl
33896            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
33897 ____________________________________________________________________________
33898 [ 23875] By: nicholas                              on 2005/01/24  21:43:52
33899         Log: Replace Perl_keyword() with a version that's 20% faster on typical
33900              input, generated by subclassing ExtUtils::Constant. (Typical input
33901              being about 135M of input from running a lot of perl scripts)
33902      Branch: perl
33903            ! toke.c
33904 ____________________________________________________________________________
33905 [ 23874] By: merijn                                on 2005/01/24  15:10:55
33906         Log: Subject: [PATCH] assorted tempfile clean-up in the test suite
33907              From: "Craig A. Berry" <craigberry@mac.com>
33908              Date: Sun, 23 Jan 2005 14:23:17 -0600
33909              Message-ID: <41F407B5.7020106@mac.com>
33910      Branch: perl
33911            ! lib/Test/Simple/t/reset.t t/io/fs.t t/io/tell.t
33912 ____________________________________________________________________________
33913 [ 23873] By: rgs                                   on 2005/01/24  13:14:21
33914         Log: Revert change 23843.
33915              (See discussion for bug [perl #31924])
33916      Branch: perl
33917            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
33918            ! pp_ctl.c proto.h t/comp/require.t
33919 ____________________________________________________________________________
33920 [ 23872] By: rgs                                   on 2005/01/24  10:27:10
33921         Log: Subject: [perl #33906] Missing \\ in perlre
33922              From: Andrew (via RT) <perlbug-followup@perl.org>
33923              Date: 23 Jan 2005 20:52:51 -0000
33924              Message-ID: <rt-3.0.11-33906-106339.17.5527961922343@perl.org>
33925      Branch: perl
33926            ! pod/perlre.pod
33927 ____________________________________________________________________________
33928 [ 23871] By: rgs                                   on 2005/01/24  10:10:47
33929         Log: Subject: [PATCH] Test::Harness::Straps::_default_inc shell problem
33930              From: "Craig A. Berry" <craigberry@mac.com>
33931              Date: Sun, 23 Jan 2005 13:44:49 -0600
33932              Message-ID: <41F3FEB1.9020102@mac.com>
33933      Branch: perl
33934            ! lib/Test/Harness/Straps.pm
33935 ____________________________________________________________________________
33936 [ 23870] By: rgs                                   on 2005/01/24  09:40:35
33937         Log: Subject: Re: [perl #33892] Add Interix support
33938              From: Todd Vierling <tv@duh.org>
33939              Date: Fri, 21 Jan 2005 15:16:16 -0500 (EST)
33940              Message-ID: <Pine.NEB.4.61.0501211424350.13373@duh.net.dhis.org>
33941      Branch: perl
33942            ! hints/interix.sh
33943 ____________________________________________________________________________
33944 [ 23869] By: davem                                 on 2005/01/23  22:20:10
33945         Log: Subject:  Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
33946              From:  Jarkko Hietaniemi <jhi@iki.fi>
33947              Date:  Sun, 23 Jan 2005 21:25:01 +0200
33948              Message-Id:  <41F3FA0D.4010301@iki.fi>
33949
33950              The uc() memory reduction patch had a memory leak...
33951      Branch: perl
33952            ! pp.c
33953 ____________________________________________________________________________
33954 [ 23868] By: nicholas                              on 2005/01/23  22:06:01
33955         Log: Tidy up 2 comments
33956      Branch: perl
33957            ! regcomp.c
33958 ____________________________________________________________________________
33959 [ 23867] By: nicholas                              on 2005/01/23  22:05:12
33960         Log: Assimilate ExtUtils::Constant 0.16
33961      Branch: perl
33962            + lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/Utils.pm
33963            + lib/ExtUtils/Constant/XS.pm
33964            ! MANIFEST lib/ExtUtils/Constant.pm
33965 ____________________________________________________________________________
33966 [ 23866] By: nicholas                              on 2005/01/23  21:43:17
33967         Log: Slightly terser code in S_regpposixcc (names inside [:*here*:])
33968      Branch: perl
33969            ! regcomp.c
33970 ____________________________________________________________________________
33971 [ 23864] By: nicholas                              on 2005/01/22  22:30:12
33972         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
33973              From: Jarkko Hietaniemi <jhi@iki.fi>
33974              Message-ID: <41F2C427.7020003@iki.fi>
33975              Date: Sat, 22 Jan 2005 23:22:47 +0200
33976      Branch: perl
33977            ! hints/dec_osf.sh
33978 ____________________________________________________________________________
33979 [ 23863] By: davem                                 on 2005/01/22  18:27:58
33980         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
33981              From:  Jarkko Hietaniemi <jhi@iki.fi>
33982              Date:  Sat, 22 Jan 2005 11:33:12 +0200
33983              Message-Id:  <41F21DD8.3050500@iki.fi>
33984
33985              change #23857 miscalculated the SvGROW size
33986      Branch: perl
33987            ! pp.c
33988 ____________________________________________________________________________
33989 [ 23862] By: nicholas                              on 2005/01/22  17:51:13
33990         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
33991              From: Jarkko Hietaniemi <jhi@iki.fi>
33992              Message-ID: <41F2911E.8090204@iki.fi>
33993              Date: Sat, 22 Jan 2005 19:45:02 +0200
33994
33995              (drop optimisation on pp_pack.c for gcc on osf1 to -O1)
33996      Branch: perl
33997            ! hints/dec_osf.sh
33998 ____________________________________________________________________________
33999 [ 23861] By: nicholas                              on 2005/01/22  14:15:58
34000         Log: Update copyright years and add editor blocks
34001      Branch: perl
34002            ! doop.c hv.c utf8.c
34003 ____________________________________________________________________________
34004 [ 23860] By: nicholas                              on 2005/01/22  12:03:00
34005         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
34006              Subject: Re: [PATCH] do not assume quads or long doubles
34007              Message-ID: <41F21B0A.2050301@iki.fi>
34008              Date: Sat, 22 Jan 2005 11:21:14 +0200
34009      Branch: perl
34010            ! pp_pack.c
34011 ____________________________________________________________________________
34012 [ 23858] By: nicholas                              on 2005/01/22  00:39:41
34013         Log: Remove now-unnecessary check. (It's done earlier)
34014      Branch: perl
34015            ! pp_pack.c
34016 ____________________________________________________________________________
34017 [ 23857] By: davem                                 on 2005/01/22  00:17:40
34018         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
34019              From:  Jarkko Hietaniemi <jhi@iki.fi>
34020              Date:  Sat, 22 Jan 2005 00:20:12 +0200
34021              Message-Id:  <41F1801C.3080201@iki.fi>
34022
34023              Make buffer size estimates for utf8 case conversion less maximally
34024              pessimistic
34025      Branch: perl
34026            ! doop.c op.c pp.c pp_pack.c regcomp.c regexec.c sv.c t/op/lc.t
34027            ! toke.c utf8.c utf8.h
34028 ____________________________________________________________________________
34029 [ 23854] By: nicholas                              on 2005/01/21  22:15:43
34030         Log: Shrink a switch() statment by driving the size calculations from the
34031              size table. This requires #ifdef()s in the size table initialiser.
34032              Astoundingly this shaves over 6K of the object size with -Os on OS X.
34033              I was expecting about 1K (due to shrinking a branch table). Mind you,
34034              I'm not going to argue with what I got. :-)
34035      Branch: perl
34036            ! genpacksizetables.pl pp_pack.c
34037 ____________________________________________________________________________
34038 [ 23853] By: nicholas                              on 2005/01/21  16:46:49
34039         Log: Make the length overrun checking and stack extension table driven.
34040              (Shaves about 3k off pp_pack.o)
34041      Branch: perl
34042            + genpacksizetables.pl
34043            ! MANIFEST pp_pack.c
34044 ____________________________________________________________________________
34045 [ 23852] By: rgs                                   on 2005/01/21  16:29:53
34046         Log: Subject: [perl #32503] Fix for Storable module
34047              From: "Steven N. Hirsch" (via RT) <perlbug-followup@perl.org>
34048              Date: 19 Nov 2004 13:06:57 -0000
34049              Message-ID: <rt-3.0.11-32503-100597.6.46123979926323@perl.org>
34050      Branch: perl
34051            ! ext/Storable/Storable.xs
34052 ____________________________________________________________________________
34053 [ 23851] By: rgs                                   on 2005/01/21  15:51:54
34054         Log: Fix spurious warnings emitted by XSLoader via Data::Dumper
34055      Branch: perl
34056            ! ext/Data/Dumper/Dumper.pm
34057 ____________________________________________________________________________
34058 [ 23850] By: nicholas                              on 2005/01/21  15:43:24
34059         Log: Name another pack test
34060      Branch: perl
34061            ! t/op/pack.t
34062 ____________________________________________________________________________
34063 [ 23849] By: rgs                                   on 2005/01/21  15:26:10
34064         Log: Subject: [perl #33892] Add Interix support
34065              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
34066              Date: 21 Jan 2005 14:36:31 -0000
34067              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
34068
34069              (except the Configure chunk)
34070              (and bump version numbers of modules)
34071      Branch: perl
34072            + hints/interix.sh
34073            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm lib/File/Find.pm
34074            ! lib/File/Temp.pm t/io/openpid.t t/op/groups.t
34075 ____________________________________________________________________________
34076 [ 23848] By: merijn                                on 2005/01/21  14:47:31
34077         Log: Subject: [perl #33892] Add Interix support
34078              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
34079              Date: 21 Jan 2005 14:36:31 -0000
34080              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
34081      Branch: perl
34082            ! Configure
34083 ____________________________________________________________________________
34084 [ 23847] By: rgs                                   on 2005/01/21  14:46:38
34085         Log: Upgrade to Test::Harness 2.46
34086      Branch: perl
34087            + lib/Test/Harness/TAP.pod lib/Test/Harness/t/harness.t
34088            + lib/Test/Harness/t/prove-globbing.t
34089            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
34090            ! lib/Test/Harness/Changes lib/Test/Harness/Iterator.pm
34091            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/prove-switches.t
34092            ! lib/Test/Harness/t/strap.t
34093 ____________________________________________________________________________
34094 [ 23845] By: rgs                                   on 2005/01/21  14:09:19
34095         Log: Subject: [perl #32967] [PATCH] Re: More B bugs: svref_2object
34096              From: Stephen McCamant <smcc@OCF.Berkeley.EDU>
34097              Date: Tue, 28 Dec 2004 16:01:49 -0800
34098              Message-ID: <16849.62445.116153.489478@apocalypse.OCF.Berkeley.EDU>
34099      Branch: perl
34100            ! ext/B/B.pm
34101 ____________________________________________________________________________
34102 [ 23844] By: rgs                                   on 2005/01/21  13:49:46
34103         Log: Subject: [Patch] [perl #32446]  close leaves fd open
34104              From: Steffen Ullrich <coyote.frank@gmx.net>
34105              Date: Wed, 01 Dec 2004 15:22:34 +0100
34106              Message-ID: <20041201142236.4273.qmail@lists.develooper.com>
34107      Branch: perl
34108            ! perlio.c
34109 ____________________________________________________________________________
34110 [ 23843] By: rgs                                   on 2005/01/21  13:35:49
34111         Log: Subject: [PATCH bleadperl] Re: [perl #31924] %INC caching failure-case problem
34112              From: Rick Delaney <rick@bort.ca>
34113              Date: Wed, 13 Oct 2004 12:40:18 -0400
34114              Message-ID: <20041013164018.GA32174@biff.bort.ca>
34115      Branch: perl
34116            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
34117            ! pp_ctl.c proto.h t/comp/require.t
34118 ____________________________________________________________________________
34119 [ 23842] By: rgs                                   on 2005/01/21  10:57:48
34120         Log: Subject: Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32
34121              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34122              Date: Mon, 20 Dec 2004 16:08:56 -0800
34123              Message-ID: <20041221000856.GA2924@efn.org>
34124      Branch: perl
34125            ! pp_sys.c t/op/stat.t
34126 ____________________________________________________________________________
34127 [ 23841] By: rgs                                   on 2005/01/21  10:26:17
34128         Log: Subject: [PATCH] doc SVt_PVLV <=> SVt_PVGV change version in B.pm
34129              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34130              Date: Sun, 19 Dec 2004 23:57:56 -0800
34131              Message-ID: <20041220075754.GA800@efn.org>
34132      Branch: perl
34133            ! ext/B/B.pm
34134 ____________________________________________________________________________
34135 [ 23840] By: rgs                                   on 2005/01/20  18:45:55
34136         Log: Subject: [patch] cleanup perlsfio.h
34137              From: Stas Bekman <stas@stason.org>
34138              Date: Thu, 13 Jan 2005 16:14:23 -0500
34139              Message-ID: <41E6E4AF.8070303@stason.org>
34140      Branch: perl
34141            ! perlsfio.h
34142 ____________________________________________________________________________
34143 [ 23839] By: rgs                                   on 2005/01/20  18:33:00
34144         Log: VERSION++
34145      Branch: perl
34146            ! lib/Text/ParseWords.pm
34147 ____________________________________________________________________________
34148 [ 23838] By: rgs                                   on 2005/01/20  18:21:36
34149         Log: Subject: Re: [perl #33173] shellwords.pl and tainting
34150              From: Alexey Tourbin <at@altlinux.ru>
34151              Date: Tue, 28 Dec 2004 22:29:37 +0300
34152              Message-ID: <20041228192937.GB7824@solemn.turbinal.org>
34153      Branch: perl
34154            + lib/Text/ParseWords/taint.t
34155            ! MANIFEST lib/Text/ParseWords.pm lib/shellwords.pl
34156 ____________________________________________________________________________
34157 [ 23836] By: nicholas                              on 2005/01/20  13:21:14
34158         Log: Run regen.pl and pod/buildtoc --build-all
34159      Branch: perl
34160            ! MANIFEST pod/perlapi.pod pod/perltoc.pod
34161 ____________________________________________________________________________
34162 [ 23835] By: nicholas                              on 2005/01/20  13:20:50
34163         Log: A little more determinacy in our sorting
34164      Branch: perl
34165            ! autodoc.pl
34166 ____________________________________________________________________________
34167 [ 23827] By: nicholas                              on 2005/01/19  21:22:30
34168         Log: Make "assertion" attribute code and test conditional
34169      Branch: perl
34170            ! t/op/attrs.t xsutils.c
34171 ____________________________________________________________________________
34172 [ 23824] By: merijn                                on 2005/01/19  18:32:41
34173         Log: Subject: [PATCH] Further follow-up to 23767
34174              From: Robin Barker <Robin.Barker@npl.co.uk>
34175              Date: Wed, 19 Jan 2005 18:30:31 -0000
34176              Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk>
34177      Branch: perl
34178            ! XSUB.h gv.c perl.c perl.h pp_ctl.c sv.c utf8.c
34179 ____________________________________________________________________________
34180 [ 23822] By: rgs                                   on 2005/01/19  17:19:04
34181         Log: Subject: Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enums
34182              From: Noah <sitz@onastick.net>
34183              Date: Wed, 19 Jan 2005 12:33:52 -0500
34184              Message-ID: <20050119173352.GA15592@radu.onastick.net>
34185      Branch: perl
34186            ! utils/h2xs.PL
34187 ____________________________________________________________________________
34188 [ 23821] By: rgs                                   on 2005/01/19  11:30:38
34189         Log: Subject: [PATCH] op/stat.t test 9 failing on recent cygwin snapshots
34190              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34191              Date: Sun, 16 Jan 2005 10:30:45 -0800
34192              Message-ID: <20050116183045.GA2768@efn.org>
34193      Branch: perl
34194            ! t/op/stat.t
34195 ____________________________________________________________________________
34196 [ 23820] By: rgs                                   on 2005/01/19  11:20:10
34197         Log: Subject: [PATCH] Make Data::Dumper work when dynamic extensions are not available
34198              From: "Jos I. Boumans" <kane@xs4all.net>
34199              Date: Tue, 18 Jan 2005 15:12:03 +0100
34200              Message-Id: <ED6BA2C4-695A-11D9-B09C-000A95EF62E2@xs4all.net>
34201      Branch: perl
34202            ! ext/Data/Dumper/Dumper.pm
34203 ____________________________________________________________________________
34204 [ 23819] By: rgs                                   on 2005/01/19  11:15:14
34205         Log: Fix dependencies in ext/B/Makefile.PL
34206              (bug #8254, fix by Alan Burlison)
34207      Branch: perl
34208            ! ext/B/Makefile.PL
34209 ____________________________________________________________________________
34210 [ 23817] By: steveh                                on 2005/01/19  09:33:27
34211         Log: Exclude "Thread" from $Config{extensions}
34212
34213              It is already excluded from $Config{dynamic_ext}, so should not be
34214              in $Config{extensions} either. (Note that Thread is actually still
34215              built, though. This is just for consistency with Unix builds.)
34216      Branch: perl
34217            ! win32/config_sh.PL
34218 ____________________________________________________________________________
34219 [ 23816] By: steveh                                on 2005/01/19  08:55:06
34220         Log: Exclude "Thread" from $Config{dynamic_ext}
34221
34222              This was accidentally broken by change 23757.  It has already been
34223              fixed in maint-5.8 when resolving conflicts during integration of
34224              23757, so this one does NOT need integrating itself!
34225
34226              For more details see:
34227              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-01/msg00477.html
34228      Branch: perl
34229            ! win32/config_sh.PL
34230 ____________________________________________________________________________
34231 [ 23807] By: steveh                                on 2005/01/17  17:55:02
34232         Log: Fix for building with MinGW under Cygwin
34233
34234              Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32)
34235              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34236              Date: Thu, 13 Jan 2005 16:11:36 -0800
34237              Message-ID: <20050114001136.GC2516@efn.org>
34238      Branch: perl
34239            ! ext/Errno/Errno_pm.PL
34240 ____________________________________________________________________________
34241 [ 23806] By: steveh                                on 2005/01/17  16:57:10
34242         Log: Get $Config{ccversion} or $Config{gccversion} filled in on Win32
34243      Branch: perl
34244            ! win32/config_sh.PL
34245 ____________________________________________________________________________
34246 [ 23805] By: nicholas                              on 2005/01/14  19:56:42
34247         Log: Better test diagnostics for the numbers tests.
34248              (Failure diagnostics were always good, but now the tests have names,
34249              which show even when they pass)
34250      Branch: perl
34251            ! t/op/pack.t
34252 ____________________________________________________________________________
34253 [ 23803] By: nicholas                              on 2005/01/14  12:06:31
34254         Log: Correct the editor block to match the perl 5 policy on tabs
34255      Branch: perl
34256            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c scope.c
34257            ! sv.c universal.c
34258 ____________________________________________________________________________
34259 [ 23802] By: nicholas                              on 2005/01/14  10:58:47
34260         Log: Refactor S_regclass to generate slightly smaller object code
34261      Branch: perl
34262            ! regcomp.c
34263 ____________________________________________________________________________
34264 [ 23801] By: nicholas                              on 2005/01/14  10:32:08
34265         Log: A terser way to write the \-ing code in pv_uni_display
34266              Plus drive-by insert of a more correct editor block. (thanks Dave)
34267      Branch: perl
34268            ! utf8.c
34269 ____________________________________________________________________________
34270 [ 23800] By: nicholas                              on 2005/01/14  09:55:16
34271         Log: Improve documentation for sv_catpvf, to note that pattern's UTF-8ness
34272              is taken from the SV's UTF-8ness
34273      Branch: perl
34274            ! pod/perlapi.pod sv.c
34275 ____________________________________________________________________________
34276 [ 23799] By: nicholas                              on 2005/01/14  09:52:51
34277         Log: SvUTF8_off() in do_join can be unconditional.
34278      Branch: perl
34279            ! doop.c
34280 ____________________________________________________________________________
34281 [ 23798] By: nicholas                              on 2005/01/14  09:28:14
34282         Log: sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.
34283      Branch: perl
34284            ! op.c regcomp.c toke.c utf8.c
34285 ____________________________________________________________________________
34286 [ 23797] By: nicholas                              on 2005/01/13  23:13:05
34287         Log: Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv
34288      Branch: perl
34289            ! sv.c
34290 ____________________________________________________________________________
34291 [ 23796] By: nicholas                              on 2005/01/13  23:10:38
34292         Log: sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
34293      Branch: perl
34294            ! utf8.c
34295 ____________________________________________________________________________
34296 [ 23795] By: nicholas                              on 2005/01/13  22:54:10
34297         Log: replace NEWSV(), SvSetSV() with newSVsv()
34298      Branch: perl
34299            ! pp.c pp_hot.c pp_sort.c regexec.c scope.c toke.c
34300 ____________________________________________________________________________
34301 [ 23794] By: nicholas                              on 2005/01/13  22:39:58
34302         Log: Turn the unreachable code into assertions. (So prove me wrong...)
34303      Branch: perl
34304            ! pp_pack.c
34305 ____________________________________________________________________________
34306 [ 23793] By: nicholas                              on 2005/01/13  22:07:20
34307         Log: Source code tidy up - avoid assigning to sv.
34308      Branch: perl
34309            ! pp_pack.c
34310 ____________________________________________________________________________
34311 [ 23792] By: nicholas                              on 2005/01/13  21:54:21
34312         Log: Avoid dogfood problems when an empty string accidentally ends up
34313              as a constant name. [They don't work in qw(), strangely]
34314      Branch: perl
34315            ! lib/ExtUtils/Constant.pm
34316 ____________________________________________________________________________
34317 [ 23791] By: nicholas                              on 2005/01/13  21:44:53
34318         Log: The leaktesting of NEWSV() is long dead, so create and initialise
34319              SV values in one, to simplify source code and shrink object code
34320              by about 1%
34321      Branch: perl
34322            ! pp_pack.c
34323 ____________________________________________________________________________
34324 [ 23790] By: nicholas                              on 2005/01/13  20:55:37
34325         Log: Not a good idea to use unpack "H*" to peek at a scalar's internal
34326              representation.
34327      Branch: perl
34328            ! t/op/join.t
34329 ____________________________________________________________________________
34330 [ 23789] By: nicholas                              on 2005/01/13  14:05:08
34331         Log: Update copyright years. Add an editor block while passing by.
34332      Branch: perl
34333            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
34334            ! universal.c
34335 ____________________________________________________________________________
34336 [ 23788] By: nicholas                              on 2005/01/13  13:50:40
34337         Log: utf.pm needs to require Carp before croak()ing
34338      Branch: perl
34339            ! lib/utf8.pm lib/utf8.t
34340 ____________________________________________________________________________
34341 [ 23787] By: nicholas                              on 2005/01/13  13:21:11
34342         Log: Refactor all the unpack checksum-or-not logic to avoid massive
34343              duplication.
34344      Branch: perl
34345            ! pp_pack.c
34346 ____________________________________________________________________________
34347 [ 23786] By: merijn                                on 2005/01/13  11:28:31
34348         Log: Subject: Re: killing USE_5005THREADS in blead?
34349              From: Stas Bekman <stas@stason.org>
34350              Date: Wed, 12 Jan 2005 16:32:42 -0500
34351              Message-ID: <41E5977A.3060306@stason.org>
34352      Branch: perl
34353            ! perl.c
34354 ____________________________________________________________________________
34355 [ 23785] By: steveh                                on 2005/01/13  10:24:13
34356         Log: Fix Win32 build problem caused by change 23757
34357
34358              Change 23757 added a glob() call to win32/FindExt.pm.  That code is
34359              run by miniperl.exe when making the ..\config.sh target, but
34360              miniperl.exe is built with -D PERL_EXTERNAL_GLOB so it requires
34361              perlglob.exe to do the glob().  perlglob.exe has been built, but is
34362              in the top-level of the source tree so is not found when miniperl.exe
34363              is executed from within the win32/ sub-directory.
34364
34365              This was causing smokes to fail on t/lib/commonsense.t because the
34366              "extensions" field in lib/Config_heavy.pl only contained
34367              "threads/shared" as a result of the glob() not finding anything.
34368
34369              Manual builds had been working fine for me because I had an installed
34370              perl in my PATH so perlglob.exe was being found there instead!
34371      Branch: perl
34372            ! win32/FindExt.pm
34373 ____________________________________________________________________________
34374 [ 23783] By: rgs                                   on 2005/01/12  18:04:17
34375         Log: Subject: [PATCH] follow-up to #23765
34376              From: "Craig A. Berry" <craigberry@mac.com>
34377              Date: Tue, 11 Jan 2005 21:01:27 -0600
34378              Message-ID: <41E49307.7080900@mac.com>
34379      Branch: perl
34380            ! lib/warnings.t
34381 ____________________________________________________________________________
34382 [ 23782] By: nicholas                              on 2005/01/11  19:10:20
34383         Log: Fix bug 32294 - index()/rindex() ignore UTF8 flag
34384              (for cases of mixed UTF8/bytes)
34385              Test code based on bug report by John Gardiner Myers
34386      Branch: perl
34387            ! pp.c t/op/index.t
34388 ____________________________________________________________________________
34389 [ 23781] By: rgs                                   on 2005/01/11  17:04:24
34390         Log: Subject: [PATCH] follow-up to 23767
34391              From: Robin Barker <Robin.Barker@npl.co.uk>
34392              Date: Tue, 11 Jan 2005 15:48:49 -0000
34393              Message-ID: <533D273D4014D411AB1D00062938C4D90849C56A@hotel.npl.co.uk>
34394      Branch: perl
34395            ! Porting/pumpkin.pod sv.c
34396 ____________________________________________________________________________
34397 [ 23780] By: mhx                                   on 2005/01/10  19:25:27
34398         Log: Remove PERL_FLEXIBLE_EXCEPTIONS code.
34399      Branch: perl
34400            ! embed.fnc embed.h embedvar.h global.sym makedef.pl perl.c
34401            ! perl.h perlapi.h pod/perlapi.pod pod/perlintern.pod pp_ctl.c
34402            ! proto.h scope.c scope.h sv.c thrdvar.h
34403 ____________________________________________________________________________
34404 [ 23779] By: nicholas                              on 2005/01/10  17:07:03
34405         Log: Subject: [PATCH] t/op/split.t #11 nit on VMS
34406              From: "Craig A. Berry" <craigberry@mac.com>
34407              Message-ID: <41E1C261.5020100@mac.com>
34408              Date: Sun, 09 Jan 2005 17:46:41 -0600
34409      Branch: perl
34410            ! t/op/split.t
34411 ____________________________________________________________________________
34412 [ 23778] By: steveh                                on 2005/01/10  11:53:10
34413         Log: Need to close files before unlinking them on Win32
34414
34415              (Various files created by test programs are left behind otherwise,
34416              and distclean doesn't clean them up)
34417      Branch: perl
34418            ! lib/FileCache/t/01open.t lib/FileCache/t/04twoarg.t
34419            ! lib/FileCache/t/07noimport.t t/op/read.t
34420 ____________________________________________________________________________
34421 [ 23777] By: steveh                                on 2005/01/10  10:28:00
34422         Log: Make Win32's distclean target clean up properly
34423      Branch: perl
34424            ! win32/Makefile win32/makefile.mk
34425 ____________________________________________________________________________
34426 [ 23776] By: steveh                                on 2005/01/10  09:45:50
34427         Log: Get $Config{osvers} filled in on Win32
34428      Branch: perl
34429            ! win32/config_sh.PL
34430 ____________________________________________________________________________
34431 [ 23775] By: merijn                                on 2005/01/10  08:54:00
34432         Log: Subject: [PATCH] follow-up to #23748, -Duselargefiles on VMS
34433              Date: Sun, 09 Jan 2005 17:52:09 -0600
34434              From: "Craig A. Berry" <craigberry@mac.com>
34435              Message-ID: <41E1C3A9.9080900@mac.com>
34436      Branch: perl
34437            ! configure.com
34438 ____________________________________________________________________________
34439 [ 23774] By: nicholas                              on 2005/01/09  23:42:25
34440         Log: Shorter source code in pp_gelem. (But it compiles to the same size)
34441      Branch: perl
34442            ! pp.c
34443 ____________________________________________________________________________
34444 [ 23773] By: nicholas                              on 2005/01/09  21:50:28
34445         Log: If we know the length of the string constant, save a strlen()
34446      Branch: perl
34447            ! perl.c pp_sys.c
34448 ____________________________________________________________________________
34449 [ 23772] By: nicholas                              on 2005/01/09  21:26:40
34450         Log: savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to
34451              strlen(). Add savesvpv(sv), which gets the length from the SV,
34452              and returns a copy of its PV.
34453      Branch: perl
34454            ! embed.fnc embed.h global.sym mg.c pp_sys.c proto.h regcomp.c
34455            ! universal.c util.c
34456 ____________________________________________________________________________
34457 [ 23771] By: nicholas                              on 2005/01/09  19:42:30
34458         Log: Can pass in a length here without introducing a bug. Might save
34459              a strlen()
34460      Branch: perl
34461            ! toke.c
34462 ____________________________________________________________________________
34463 [ 23770] By: nicholas                              on 2005/01/09  15:05:33
34464         Log: Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8)
34465              as I think that it will be needed for utf8 soft references.
34466      Branch: perl
34467            ! toke.c
34468 ____________________________________________________________________________
34469 [ 23769] By: steveh                                on 2005/01/07  17:25:35
34470         Log: Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default
34471              and force PERL_MALLOC off if USE_IMP_SYS is on
34472
34473              This brings makefile.mk into line with Makefile in this regard
34474
34475              (PERL_MALLOC cannot currently be used with USE_IMP_SYS, e.g. see:
34476              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-07/msg00465.html
34477              so it is sensible to enforce this, and to not have the default set
34478              to a configuration that isn't allowed)
34479      Branch: perl
34480            ! win32/makefile.mk
34481 ____________________________________________________________________________
34482 [ 23768] By: rgs                                   on 2005/01/07  14:30:51
34483         Log: Subject: Re: [PATCH] Remove Carp from warnings.pm
34484              From: Jim Cromie <jim.cromie@gmail.com>
34485              Date: Mon, 3 Jan 2005 06:36:16 -0700
34486              Message-ID: <cfe85dfa05010305367445dee6@mail.gmail.com>
34487      Branch: perl
34488            + lib/vars_carp.t
34489            ! MANIFEST ext/B/t/optree_specials.t ext/B/t/stash.t lib/Carp.pm
34490            ! lib/English.pm lib/Exporter.pm lib/Exporter.t
34491            ! lib/Exporter/Heavy.pm lib/warnings.pm warnings.pl
34492 ____________________________________________________________________________
34493 [ 23767] By: rgs                                   on 2005/01/07  13:41:47
34494         Log: Subject: [PATCH] to improve -DCHECK_FORMAT
34495              From: Robin Barker <Robin.Barker@npl.co.uk>
34496              Date: Wed, 5 Jan 2005 11:55:09 -0000
34497              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55A@hotel.npl.co.uk>
34498      Branch: perl
34499            ! mg.c perl.h pp.h pp_sys.c sv.c
34500 ____________________________________________________________________________
34501 [ 23766] By: nicholas                              on 2005/01/07  12:46:07
34502         Log: Stage 1 of utf8 support for soft references.
34503              Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags
34504              Add gv_fetchsv to look up a GV by SV rather than a char * pointer
34505              Provide a backwards compatability gv_fetchpv
34506              Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing
34507              the pointer from an SV
34508              All tests still pass.
34509      Branch: perl
34510            ! embed.fnc embed.h global.sym gv.c gv.h mg.c op.c perl.h pp.c
34511            ! pp_hot.c pp_sys.c proto.h sv.c sv.h toke.c universal.c
34512 ____________________________________________________________________________
34513 [ 23765] By: nicholas                              on 2005/01/07  11:23:48
34514         Log: Subject: [PATCH] make lib/warnings.t use t/test.pl
34515              From: "Craig A. Berry" <craigberry@mac.com>
34516              Message-ID: <41DDCA71.1080704@mac.com>
34517              Date: Thu, 06 Jan 2005 17:32:01 -0600
34518      Branch: perl
34519            ! lib/warnings.t
34520 ____________________________________________________________________________
34521 [ 23764] By: steveh                                on 2005/01/07  08:35:29
34522         Log: Fix win32/config.*'s cc, ld and other related values
34523
34524              cc and ld themselves always get replaced with correct values anyway
34525              so we just provide example values as per other similar settings
34526
34527              Other related values (ccname, cpp, cpprun, cppstdin) need to use the
34528              correct ~keyword~, namely ~cc~, not ~CC~, otherwise they do not get set
34529
34530              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
34531              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34532              Date: Wed, 5 Jan 2005 10:01:41 -0800
34533              Message-ID: <20050105180141.GA676@efn.org>
34534
34535              Subject: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32
34536              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34537              Date: Thu, 6 Jan 2005 11:53:11 -0800
34538              Message-ID: <20050106195311.GC1300@efn.org>
34539      Branch: perl
34540            ! win32/config.bc win32/config.gc win32/config.vc
34541            ! win32/config.vc64
34542 ____________________________________________________________________________
34543 [ 23763] By: nicholas                              on 2005/01/06  17:42:59
34544         Log: Add TODO tests for UTF8 encoded soft references
34545      Branch: perl
34546            ! t/op/ref.t
34547 ____________________________________________________________________________
34548 [ 23762] By: steveh                                on 2005/01/06  16:50:10
34549         Log: Allow static linking core extensions on Win32 with MinGW
34550
34551              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
34552              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34553              Date: Wed, 5 Jan 2005 10:01:41 -0800
34554              Message-ID: <20050105180141.GA676@efn.org>
34555      Branch: perl
34556            ! win32/buildext.pl win32/makefile.mk
34557 ____________________________________________________________________________
34558 [ 23761] By: rgs                                   on 2005/01/06  15:49:39
34559         Log: Silence a compilation warning
34560      Branch: perl
34561            ! pp_sort.c
34562 ____________________________________________________________________________
34563 [ 23760] By: nicholas                              on 2005/01/06  14:59:17
34564         Log: Turn barewords into strings to run under strict subs.
34565              Run under strict refs outside the soft reference tests.
34566      Branch: perl
34567            ! t/op/ref.t
34568 ____________________________________________________________________________
34569 [ 23759] By: nicholas                              on 2005/01/06  14:34:24
34570         Log: All tests now use test.pl
34571      Branch: perl
34572            ! t/op/ref.t
34573 ____________________________________________________________________________
34574 [ 23758] By: nicholas                              on 2005/01/06  11:44:08
34575         Log: Start converting t/op/ref.t to use test.pl
34576      Branch: perl
34577            ! t/op/ref.t
34578 ____________________________________________________________________________
34579 [ 23757] By: steveh                                on 2005/01/06  11:26:12
34580         Log: Fix extensions config fields on Win32 to be as they are on Unix
34581
34582              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
34583              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34584              Date: Wed, 5 Jan 2005 10:01:41 -0800
34585              Message-ID: <20050105180141.GA676@efn.org>
34586      Branch: perl
34587            ! win32/FindExt.pm win32/config_sh.PL
34588 ____________________________________________________________________________
34589 [ 23756] By: nicholas                              on 2005/01/05  21:58:15
34590         Log: Correct a Greengrocer's apostrophe.
34591      Branch: perl
34592            ! ext/DynaLoader/dl_dyld.xs
34593 ____________________________________________________________________________
34594 [ 23755] By: nicholas                              on 2005/01/05  21:36:26
34595         Log: Foolishly I committed change 23753 before remembering to test without
34596              ithreads. No tests => bugs. This should fix them.
34597      Branch: perl
34598            ! perl.c
34599 ____________________________________________________________________________
34600 [ 23754] By: nicholas                              on 2005/01/05  20:14:02
34601         Log: Error-free constant folding is a TODO
34602      Branch: perl
34603            ! pod/perltodo.pod
34604 ____________________________________________________________________________
34605 [ 23753] By: nicholas                              on 2005/01/05  19:44:28
34606         Log: Turn INIT_TLS_AND_INTERP into a static function
34607      Branch: perl
34608            ! perl.c
34609 ____________________________________________________________________________
34610 [ 23752] By: nicholas                              on 2005/01/05  16:27:19
34611         Log: Shave off the explict 1; from the end of lib/Config.pm
34612      Branch: perl
34613            ! configpm
34614 ____________________________________________________________________________
34615 [ 23751] By: rgs                                   on 2005/01/05  13:31:51
34616         Log: Subject: [PATCH] unnecessary rmdir in Makefile
34617              From: Robin Barker <Robin.Barker@npl.co.uk>
34618              Date: Wed, 5 Jan 2005 11:58:54 -0000
34619              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk>
34620      Branch: perl
34621            ! Makefile.SH
34622 ____________________________________________________________________________
34623 [ 23750] By: merijn                                on 2005/01/05  11:44:11
34624         Log: Subject: [PATCH] gcc and ld in Configure
34625              From: Robin Barker <Robin.Barker@npl.co.uk>
34626              Date: Wed, 5 Jan 2005 12:04:25 -0000
34627              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55D@hotel.npl.co.uk>
34628      Branch: perl
34629            ! hints/solaris_2.sh
34630 ____________________________________________________________________________
34631 [ 23749] By: nicholas                              on 2005/01/05  11:25:29
34632         Log: Subject: [PATCH] Avoid segfault when pthread_key_create fails
34633              From: Gisle Aas <gisle@ActiveState.com>
34634              Date: 05 Jan 2005 01:09:51 -0800
34635              Message-ID: <lracroz1gg.fsf@caliper.activestate.com>
34636      Branch: perl
34637            ! thread.h
34638 ____________________________________________________________________________
34639 [ 23748] By: nicholas                              on 2005/01/05  10:44:59
34640         Log: Subject: [PATCH] -Duselargefiles for VMS
34641              From: "Craig A. Berry" <craigberry@mac.com>
34642              Message-ID: <41DB63A6.7040504@mac.com>
34643              Date: Tue, 04 Jan 2005 21:48:54 -0600
34644      Branch: perl
34645            ! configure.com vms/descrip_mms.template vms/vmsish.h
34646 ____________________________________________________________________________
34647 [ 23747] By: nicholas                              on 2005/01/05  10:10:14
34648         Log: Rafael spotted that my changes caused warnings. So clean up.
34649      Branch: perl
34650            ! t/op/attrs.t
34651 ____________________________________________________________________________
34652 [ 23746] By: nicholas                              on 2005/01/04  23:07:25
34653         Log: Update copyright years.
34654      Branch: perl
34655            ! mg.c miniperlmain.c op.c perlio.c xsutils.c
34656 ____________________________________________________________________________
34657 [ 23745] By: nicholas                              on 2005/01/04  19:32:01
34658         Log: Make the switch statement discriminate similar names more
34659              efficiently.
34660      Branch: perl
34661            ! xsutils.c
34662 ____________________________________________________________________________
34663 [ 23744] By: nicholas                              on 2005/01/04  16:20:43
34664         Log: Check all attributes in modify_SV_attributes are recognised.
34665              Fix bug where 'assertion' was always rejected as invalid.
34666      Branch: perl
34667            ! t/op/attrs.t xsutils.c
34668 ____________________________________________________________________________
34669 [ 23743] By: nicholas                              on 2005/01/04  12:46:56
34670         Log: Use the new ${^UTF8LOCALE} to make the test reliable.
34671      Branch: perl
34672            ! t/io/layers.t
34673 ____________________________________________________________________________
34674 [ 23742] By: merijn                                on 2005/01/04  12:38:03
34675         Log: Subject: [PATCH pod/perlxs.pod] RE: [perl #32660] INT2PTR not mentioned in perlxs(1)
34676              From: Robin Barker <Robin.Barker@npl.co.uk>
34677              Date: Tue, 4 Jan 2005 12:32:29 -0000
34678              Message-ID: <533D273D4014D411AB1D00062938C4D90849C553@hotel.npl.co.uk>
34679      Branch: perl
34680            ! pod/perlxs.pod
34681 ____________________________________________________________________________
34682 [ 23741] By: nicholas                              on 2005/01/04  11:27:57
34683         Log: Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale
34684      Branch: perl
34685            ! gv.c mg.c
34686 ____________________________________________________________________________
34687 [ 23740] By: steveh                                on 2005/01/04  10:56:55
34688         Log: Bring win32/config.* into line with win32/config_H.*
34689              so that "perl -V:usemallocwrap" tells us what the configuration is
34690              instead of saying 'UNKNOWN'.
34691      Branch: perl
34692            ! win32/config.bc win32/config.gc win32/config.vc
34693            ! win32/config.vc64
34694 ____________________________________________________________________________
34695 [ 23739] By: rgs                                   on 2005/01/04  08:36:50
34696         Log: Subject: [PATCH] Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16
34697              From: Tels <nospam-abuse@bloodgate.com>
34698              Date: Sat, 1 Jan 2005 18:59:51 +0100
34699              Message-Id: <200501011859.52858@bloodgate.com>
34700      Branch: perl
34701            + lib/Math/BigInt/t/lib_load.t lib/bignum/t/ratopt_a.t
34702            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
34703            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
34704            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
34705            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
34706            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
34707            ! lib/Math/BigInt/t/inf_nan.t lib/Math/BigInt/t/sub_mbf.t
34708            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
34709            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
34710            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
34711            ! lib/Math/BigRat/t/bigratpm.t lib/bigint.pm lib/bignum.pm
34712            ! lib/bignum/t/option_a.t lib/bignum/t/option_l.t
34713            ! lib/bignum/t/option_p.t lib/bigrat.pm
34714            ! t/lib/Math/BigFloat/Subclass.pm
34715 ____________________________________________________________________________
34716 [ 23738] By: rgs                                   on 2005/01/04  08:05:16
34717         Log: Happy new year
34718      Branch: perl
34719            ! README
34720 ____________________________________________________________________________
34721 [ 23736] By: nicholas                              on 2005/01/03  21:17:28
34722         Log: Return an immortal from attributes::_warn_reserved (a private
34723              function). (saves creating a new IV)
34724      Branch: perl
34725            ! xsutils.c
34726 ____________________________________________________________________________
34727 [ 23735] By: nicholas                              on 2005/01/03  20:58:09
34728         Log: Change dXSTARGET to dXSTARG as recommended by Spider Boardman.
34729      Branch: perl
34730            ! xsutils.c
34731 ____________________________________________________________________________
34732 [ 23733] By: nicholas                              on 2005/01/03  18:54:22
34733         Log: D'oh! Spurious aTHX_. Here was I thinking that my test build was
34734              threaded, but "oh no it isn't!" :-(
34735      Branch: perl
34736            ! toke.c
34737 ____________________________________________________________________________
34738 [ 23732] By: rgs                                   on 2005/01/03  17:24:24
34739         Log: Integrate a patch from Gentoo for uclibc support.
34740              See :
34741              Subject: Re: Static linking notes --- perl5.8.6 and uClibc
34742              From: Alexey Tourbin <at@altlinux.ru>
34743              Date: Tue, 28 Dec 2004 14:25:42 +0300
34744              Message-ID: <20041228112542.GB21037@solemn.turbinal.org>
34745      Branch: perl
34746            ! perlio.c
34747 ____________________________________________________________________________
34748 [ 23731] By: nicholas                              on 2005/01/02  23:18:07
34749         Log: Remove compiler warnings.
34750      Branch: perl
34751            ! toke.c
34752 ____________________________________________________________________________
34753 [ 23730] By: nicholas                              on 2005/01/02  22:49:49
34754         Log: Change 23727 broke code that relied on \ being escaped.
34755              Fix this. *Everything* should work now.
34756      Branch: perl
34757            + t/run/switchF1.t
34758            ! MANIFEST toke.c
34759 ____________________________________________________________________________
34760 [ 23729] By: nicholas                              on 2005/01/02  07:46:12
34761         Log: Splitting the -n/-p code and concatenating strings generates
34762              smaller object code.
34763      Branch: perl
34764            ! toke.c
34765 ____________________________________________________________________________
34766 [ 23728] By: nicholas                              on 2005/01/01  21:34:52
34767         Log: Concatenate some string constants
34768      Branch: perl
34769            ! toke.c
34770 ____________________________________________________________________________
34771 [ 23727] By: nicholas                              on 2005/01/01  21:13:53
34772         Log: Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save a
34773              lot of quoting code
34774      Branch: perl
34775            ! toke.c
34776 ____________________________________________________________________________
34777 [ 23726] By: nicholas                              on 2005/01/01  20:48:31
34778         Log: Probably should be using *pvn rather than *pv forms for speed in
34779              toke.c (to save a strlen())
34780      Branch: perl
34781            ! toke.c
34782 ____________________________________________________________________________
34783 [ 23725] By: nicholas                              on 2005/01/01  20:26:27
34784         Log: strEQ/strNE of 1 character strings seems better hand inlined,
34785              because it generates smaller object code (as well as being
34786              faster than a true function call)
34787      Branch: perl
34788            ! doio.c locale.c op.c perl.c pp.c toke.c util.c
34789 ____________________________________________________________________________
34790 [ 23724] By: nicholas                              on 2005/01/01  17:15:58
34791         Log: Not all the world's a VAX, er ASCII, so don't make assumptions.
34792              Tweak is_gv_magical's string comparisons to produce smaller object
34793              code.
34794              First 2005 copyright notice.
34795      Branch: perl
34796            ! gv.c
34797 ____________________________________________________________________________
34798 [ 23723] By: nicholas                              on 2005/01/01  13:54:33
34799         Log: Change 23714 accidentally broke t/io/layers.t when testing with
34800              UTF8 locales and the -C flag. When UTF8 is flagged as enabled
34801              based on the locale, we have no perl space access to PL_utf8locale
34802              so assume for the moment that UTF8 is never conditionally enabled.
34803      Branch: perl
34804            ! t/io/layers.t
34805 ____________________________________________________________________________
34806 [ 23722] By: nicholas                              on 2004/12/31  23:04:47
34807         Log: Skip the switch statement entirely if the pointer is null, rather
34808              than the old pointless switch on '\0'. Also skip re-comparing the
34809              first character. Faster, and generates terser object code.
34810      Branch: perl
34811            ! pp.c
34812 ____________________________________________________________________________
34813 [ 23721] By: nicholas                              on 2004/12/31  22:46:25
34814         Log: Doing the strnEQ char by char for 2 and 3 character strings
34815              generates a smaller object file, and will be faster.
34816      Branch: perl
34817            ! doio.c
34818 ____________________________________________________________________________
34819 [ 23720] By: nicholas                              on 2004/12/31  21:41:25
34820         Log: Improve documentation for is_gv_magical, and split the switch
34821              statement into 2 parts, lengths > 1 and lengths <= 1
34822              This should cause most variables (lower case, multicharacter)
34823              to escape the function without passing through a switch table.
34824      Branch: perl
34825            ! gv.c
34826 ____________________________________________________________________________
34827 [ 23719] By: nicholas                              on 2004/12/31  21:02:59
34828         Log: Because name is always NUL terminated we can incorporate length
34829              0 names in the switch statement for length 1.
34830      Branch: perl
34831            ! gv.c
34832 ____________________________________________________________________________
34833 [ 23718] By: nicholas                              on 2004/12/31  20:25:52
34834         Log: Generate smaller object code by using a single switch statement
34835              for determining which names are forced into main::
34836      Branch: perl
34837            ! gv.c
34838 ____________________________________________________________________________
34839 [ 23717] By: nicholas                              on 2004/12/31  18:31:18
34840         Log: Tidy up comments in change 23716
34841      Branch: perl
34842            ! gv.c
34843 ____________________________________________________________________________
34844 [ 23716] By: nicholas                              on 2004/12/31  18:22:54
34845         Log: Refactor gv_fetchpv so that the overwhelmingly common case
34846              (variable names starting with a lower case letter or _, longer
34847              than one character) get out of the function very quickly.
34848              (Without even passing through a switch statement jump table)
34849              Also fixes bug 33631
34850      Branch: perl
34851            ! gv.c
34852 ____________________________________________________________________________
34853 [ 23715] By: nicholas                              on 2004/12/31  15:43:07
34854         Log: Subject: [PATCH] randbits and randfunc for VMS
34855              From: "Craig A. Berry" <craigberry@mac.com>
34856              Message-ID: <41D570BF.8010409@mac.com>
34857              Date: Fri, 31 Dec 2004 09:31:11 -0600
34858      Branch: perl
34859            ! configure.com
34860 ____________________________________________________________________________
34861 [ 23714] By: nicholas                              on 2004/12/31  13:14:18
34862         Log: Bug in t/io/layers.t spotted by Ignasi Roca Carrió
34863      Branch: perl
34864            ! AUTHORS t/io/layers.t
34865 ____________________________________________________________________________
34866 [ 23712] By: mhx                                   on 2004/12/30  18:29:02
34867         Log: Mention ppport.h and its --api-info switch in perlguts.
34868      Branch: perl
34869            ! pod/perlguts.pod
34870 ____________________________________________________________________________
34871 [ 23711] By: merijn                                on 2004/12/30  13:10:20
34872         Log: Subject: [PATCH] Allow Configure's d_attribut to be set from the command line
34873              From: Gisle Aas <gisle@ActiveState.com>
34874              Date: 30 Dec 2004 03:39:36 -0800
34875              Message-ID: <lrllbgypzb.fsf@caliper.activestate.com>
34876      Branch: perl
34877            ! Configure
34878 ____________________________________________________________________________
34879 [ 23708] By: nicholas                              on 2004/12/29  21:41:04
34880         Log: Thinko in the description of Config::Extensions
34881      Branch: perl
34882            ! MANIFEST
34883 ____________________________________________________________________________
34884 [ 23707] By: nicholas                              on 2004/12/29  21:25:29
34885         Log: Experimental module intended to simplify core regression tests
34886      Branch: perl
34887            + lib/Config/Extensions.pm lib/Config/Extensions.t
34888            ! MANIFEST
34889 ____________________________________________________________________________
34890 [ 23706] By: nicholas                              on 2004/12/29  21:24:30
34891         Log: Skip tests that binmode :utf8 if there is no perlio
34892      Branch: perl
34893            ! t/op/read.t
34894 ____________________________________________________________________________
34895 [ 23705] By: nicholas                              on 2004/12/29  21:04:43
34896         Log: Ooops. Fix unitialised variable
34897      Branch: perl
34898            ! pp_sys.c
34899 ____________________________________________________________________________
34900 [ 23704] By: nicholas                              on 2004/12/29  19:47:12
34901         Log: Oops. Forgot to uncomment the last set of Unicode values for
34902              testing.
34903      Branch: perl
34904            ! t/op/read.t
34905 ____________________________________________________________________________
34906 [ 23703] By: nicholas                              on 2004/12/29  19:00:12
34907         Log: read (and presuambly sysread) would expose the UTF8 internals when
34908              reading from a byte orientated file handle into a UTF8 scalar.
34909      Branch: perl
34910            ! pp_sys.c t/op/read.t
34911 ____________________________________________________________________________
34912 [ 23702] By: nicholas                              on 2004/12/29  17:20:29
34913         Log: Add a lot of tests for combinations of values, offsets and lengths
34914      Branch: perl
34915            ! t/op/read.t
34916 ____________________________________________________________________________
34917 [ 23701] By: nicholas                              on 2004/12/29  16:28:58
34918         Log: Convert op/read.t to use test.pl and make it stricture compliant.
34919      Branch: perl
34920            ! t/op/read.t
34921 ____________________________________________________________________________
34922 [ 23700] By: mhx                                   on 2004/12/29  13:46:36
34923         Log: Upgrade to Devel::PPPort 3.04
34924      Branch: perl
34925            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
34926            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
34927            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV
34928            ! ext/Devel/PPPort/parts/inc/ppphbin
34929            ! ext/Devel/PPPort/parts/inc/ppphdoc
34930            ! ext/Devel/PPPort/parts/inc/ppphtest
34931 ____________________________________________________________________________
34932 [ 23696] By: merijn                                on 2004/12/29  12:41:14
34933         Log: Rebuilt after backport start for 23674, 23675, and 23676
34934      Branch: perl
34935            ! Configure
34936 ____________________________________________________________________________
34937 [ 23691] By: merijn                                on 2004/12/29  11:57:57
34938         Log: Subject: [PATCH] Cleanup ext/B tests for -w and to run separately
34939              Date: Tue, 28 Dec 2004 13:49:19 -0800
34940              From: Stephen McCamant <smcc@MIT.EDU>
34941              Message-ID: <16849.54495.424654.896889@apocalypse.OCF.Berkeley.EDU>
34942      Branch: perl
34943            ! ext/B/B/Terse.pm ext/B/t/asmdata.t ext/B/t/b.t
34944            ! ext/B/t/bblock.t ext/B/t/bytecode.t ext/B/t/concise.t
34945            ! ext/B/t/debug.t ext/B/t/deparse.t ext/B/t/f_map.t
34946            ! ext/B/t/f_sort.t ext/B/t/lint.t ext/B/t/o.t
34947            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
34948            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
34949            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
34950            ! ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
34951            ! ext/B/t/xref.t
34952 ____________________________________________________________________________
34953 [ 23688] By: nicholas                              on 2004/12/28  10:25:28
34954         Log: Make Config.t warnings and strictures clean
34955      Branch: perl
34956            ! lib/Config.t
34957 ____________________________________________________________________________
34958 [ 23683] By: nicholas                              on 2004/12/27  16:03:59
34959         Log: Subject: [patch sv.c] comment fix
34960              From: Stas Bekman <stas@stason.org>
34961              Message-ID: <41CF50FE.5070307@stason.org>
34962              Date: Sun, 26 Dec 2004 19:02:06 -0500
34963      Branch: perl
34964            ! sv.c
34965 ____________________________________________________________________________
34966 [ 23682] By: nicholas                              on 2004/12/27  15:48:24
34967         Log: Add investigating self tie segfaults to the TODO
34968      Branch: perl
34969            ! pod/perltodo.pod
34970 ____________________________________________________________________________
34971 [ 23681] By: rgs                                   on 2004/12/24  13:51:59
34972         Log: Subject: [perl #33173] shellwords.pl and tainting
34973              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
34974              Date: 24 Dec 2004 00:14:19 -0000
34975              Message-ID: <rt-3.0.11-33173-103504.3.54366755060383@perl.org>
34976      Branch: perl
34977            ! lib/shellwords.pl
34978 ____________________________________________________________________________
34979 [ 23680] By: rgs                                   on 2004/12/24  13:42:08
34980         Log: Subject: Missign STATEMENT brackets in PUSHMARK
34981              From: perl5-porters@ton.iguana.be (Ton Hospel)
34982              Date: Thu, 23 Dec 2004 17:55:13 +0000 (UTC)
34983              Message-Id: <cqf0q1$9cc$1@post.home.lunix>
34984      Branch: perl
34985            ! pp.h
34986 ____________________________________________________________________________
34987 [ 23679] By: nicholas                              on 2004/12/24  10:33:32
34988         Log: Don't do the ... expansion on archlib, sitelib etc, given that
34989              everyone should already be using archlibext etc
34990              Add the extra special case code for otherlibdirs
34991      Branch: perl
34992            ! configpm
34993 ____________________________________________________________________________
34994 [ 23678] By: rgs                                   on 2004/12/24  08:57:56
34995         Log: Subject: Re: [patch perlapi doc] sv_magic
34996              From: Stas Bekman <stas@stason.org>
34997              Date: Thu, 23 Dec 2004 16:28:06 -0500
34998              Message-ID: <41CB3866.1080307@stason.org>
34999      Branch: perl
35000            ! pod/perlapi.pod sv.c
35001 ____________________________________________________________________________
35002 [ 23677] By: nicholas                              on 2004/12/24  08:54:58
35003         Log: Subject: [PATCH] Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu)
35004              From: "Craig A. Berry" <craigberry@mac.com>
35005              Message-ID: <41CB6BD1.8030207@mac.com>
35006              Date: Thu, 23 Dec 2004 19:07:29 -0600
35007      Branch: perl
35008            ! configure.com
35009 ____________________________________________________________________________
35010 [ 23676] By: nicholas                              on 2004/12/23  23:15:24
35011         Log: Bother. It helps if you also propagate the new entry to config.sh
35012      Branch: perl
35013            ! Configure
35014 ____________________________________________________________________________
35015 [ 23675] By: nicholas                              on 2004/12/23  22:14:42
35016         Log: Oops. You can't add new entries to config_h.SH without making some
35017              sort of corresponding defined/undefined value in config.sh somehow.
35018      Branch: perl
35019            ! Configure
35020 ____________________________________________________________________________
35021 [ 23674] By: nicholas                              on 2004/12/23  21:38:59
35022         Log: Relocatable @INC entries for Unix.
35023              (With appropriate fixups in Config.pm to complete the illusion)
35024              Currently can only be enabled with hackery to config.sh
35025              TODO - proper Configure support, and support for otherlibdirs in
35026              Config.pm
35027      Branch: perl
35028            ! Porting/Glossary config_h.SH configpm embed.fnc embed.h perl.c
35029            ! proto.h
35030 ____________________________________________________________________________
35031 [ 23673] By: merijn                                on 2004/12/23  21:04:37
35032         Log: 23669 was not such a good idea. More research needed.
35033      Branch: perl
35034            ! config_h.SH
35035 ____________________________________________________________________________
35036 [ 23672] By: rgs                                   on 2004/12/23  17:21:37
35037         Log: The "Setuid script not plain file" error wasn't documented.
35038      Branch: perl
35039            ! pod/perldiag.pod
35040 ____________________________________________________________________________
35041 [ 23671] By: rgs                                   on 2004/12/23  15:21:58
35042         Log: Subject: [PATCH] Data::Dumper Freezer fixes
35043              From: Sam Tregar <sam@tregar.com>
35044              Date: Sun, 19 Dec 2004 14:40:25 -0500 (EST)
35045              Message-ID: <Pine.LNX.4.61.0412191434490.7660@hillmont.dreamhost.com>
35046
35047              and bump Data::Dumper's VERSION
35048      Branch: perl
35049            + ext/Data/Dumper/t/freezer.t
35050            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
35051 ____________________________________________________________________________
35052 [ 23670] By: nicholas                              on 2004/12/22  23:15:07
35053         Log: Fix typo
35054      Branch: perl
35055            ! ext/Storable/Storable.xs
35056 ____________________________________________________________________________
35057 [ 23669] By: merijn                                on 2004/12/22  20:16:53
35058         Log: Just to re-sync with metaconfig output. No real changes.
35059      Branch: perl
35060            ! config_h.SH
35061 ____________________________________________________________________________
35062 [ 23668] By: rgs                                   on 2004/12/22  08:46:21
35063         Log: Move the definition of the S_procself_val() function before
35064              the point where it's used
35065      Branch: perl
35066            ! perl.c
35067 ____________________________________________________________________________
35068 [ 23667] By: nicholas                              on 2004/12/21  20:56:58
35069         Log: Move the setting of $^X ahead of the initialisation of @INC
35070      Branch: perl
35071            ! perl.c
35072 ____________________________________________________________________________
35073 [ 23666] By: nicholas                              on 2004/12/21  20:31:57
35074         Log: $#a>>=1 relies on malloc wrap to avoid the segfault, so need to
35075              skip the test on platforms where it's not available
35076      Branch: perl
35077            ! t/op/bop.t
35078 ____________________________________________________________________________
35079 [ 23663] By: nicholas                              on 2004/12/21  11:58:53
35080         Log: Note that the shell's test uses eq etc for numbers, = etc for
35081              strings, the reverse of Perl, which is definitely a trap.
35082              Spotted by Alexei Alexandrov.
35083      Branch: perl
35084            ! AUTHORS pod/perltrap.pod
35085 ____________________________________________________________________________
35086 [ 23662] By: merijn                                on 2004/12/20  13:38:45
35087         Log: Subject: [PATCH] AUTHORS
35088              From: Tels <nospam-abuse@bloodgate.com>
35089              Date: Sun, 19 Dec 2004 14:28:44 +0100
35090              Message-Id: <200412191428.45898@bloodgate.com>
35091      Branch: perl
35092            ! AUTHORS
35093 ____________________________________________________________________________
35094 [ 23661] By: rgs                                   on 2004/12/17  09:08:23
35095         Log: Subject: Re: [perl #32717] BeOS specific Updates
35096              From: bonefish@cs.tu-berlin.de
35097              Date: Fri, 17 Dec 2004 01:17:40 +0100
35098              Message-Id: <20041217011740.14398.1@cs.tu-berlin.de>
35099      Branch: perl
35100            - beos/beos_flock_server.cpp beos/beos_flock_server.h
35101            ! MANIFEST Makefile.SH README.beos beos/beos.c beos/beosish.h
35102            ! hints/beos.sh
35103 ____________________________________________________________________________
35104 [ 23660] By: rgs                                   on 2004/12/16  16:09:20
35105         Log: Subject: [PATCH] bop.t follow-up to #23645
35106              From: "Craig A. Berry" <craigberry@mac.com>
35107              Date: Thu, 16 Dec 2004 08:53:32 -0600
35108              Message-ID: <41C1A16C.9040700@mac.com>
35109      Branch: perl
35110            ! t/op/bop.t
35111 ____________________________________________________________________________
35112 [ 23659] By: rgs                                   on 2004/12/16  16:05:49
35113         Log: Subject: Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]
35114              From: Andy Dougherty <doughera@lafayette.edu>
35115              Date: Thu, 16 Dec 2004 09:57:44 -0500 (EST)
35116              Message-ID: <Pine.SOL.4.58.0412160953470.20202@maxwell.phys.lafayette.edu>
35117      Branch: perl
35118            ! ext/POSIX/Makefile.PL
35119 ____________________________________________________________________________
35120 [ 23658] By: rgs                                   on 2004/12/16  15:58:06
35121         Log: Two pod2html patches from Dave Sparks :
35122
35123              Fix anchors for some function names
35124              Subject: pod2html fragment fix [PATCH]
35125              From: Gisle Aas <gisle@ActiveState.com>
35126              Date: 11 Nov 2004 14:36:46 +0100
35127              Message-ID: <lrk6sso6c1.fsf@caliper.activestate.com>
35128
35129              Subject: Make 'pod2html --quiet' be quiet [PATCH]
35130              From: Gisle Aas <gisle@ActiveState.com>
35131              Date: 11 Nov 2004 15:19:58 +0100
35132              Message-ID: <lrbre4o4c1.fsf@caliper.activestate.com>
35133      Branch: perl
35134            ! lib/Pod/Html.pm
35135 ____________________________________________________________________________
35136 [ 23657] By: rgs                                   on 2004/12/16  15:43:02
35137         Log: Pod::Html is not part of the podlators distribution
35138      Branch: perl
35139            ! Porting/Maintainers.pl
35140 ____________________________________________________________________________
35141 [ 23656] By: rgs                                   on 2004/12/15  16:39:29
35142         Log: Security fix from Debian in the debugger (in the setterm()
35143              function), from:
35144              Subject: Re: Security patch from Debian?
35145              From: Brendan O'Dea <bod@debian.org>
35146              Date: Thu, 2 Dec 2004 13:42:17 +1100
35147              Message-ID: <20041202024217.GA12670@londo.c47.org>
35148      Branch: perl
35149            ! lib/perl5db.pl
35150 ____________________________________________________________________________
35151 [ 23655] By: rgs                                   on 2004/12/15  15:14:05
35152         Log: A couple of SCO compilation patches
35153
35154              Subject: [perl #3097] Re: SCO5 XS dyn loading fails
35155              From: "Ilya N. Golubev" <gin@mo.msk.ru>
35156              Date: Tue, 14 Dec 2004 22:37:27 +0300
35157              Message-ID: <028941bf40f648-gin@mo.msk.ru>
35158
35159              Subject: Re: [perl #3100] NaN passed to gcvt [PATCH]
35160              From: Andy Dougherty <doughera@lafayette.edu>
35161              Date: Wed, 15 Dec 2004 10:29:22 -0500 (EST)
35162              Message-ID: <Pine.SOL.4.58.0412150956360.3441@maxwell.phys.lafayette.edu>
35163      Branch: perl
35164            ! hints/sco.sh
35165 ____________________________________________________________________________
35166 [ 23654] By: rgs                                   on 2004/12/15  13:16:06
35167         Log: Upgrade to Test::Simple 0.54
35168      Branch: perl
35169            + lib/Test/Simple/t/is_fh.t
35170            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
35171            ! lib/Test/Simple.pm lib/Test/Simple/Changes
35172            ! lib/Test/Simple/t/details.t lib/Test/Simple/t/fail-more.t
35173            ! lib/Test/Simple/t/harness_active.t
35174            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/maybe_regex.t
35175            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/sort_bug.t
35176            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
35177 ____________________________________________________________________________
35178 [ 23653] By: rgs                                   on 2004/12/15  12:43:37
35179         Log: Upgrade to ExtUtils::MakeMaker 6.25
35180      Branch: perl
35181            + lib/ExtUtils/t/dir_target.t
35182            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
35183            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
35184            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
35185            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
35186            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
35187            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
35188            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
35189            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
35190            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
35191            ! lib/ExtUtils/NOTES lib/ExtUtils/README lib/ExtUtils/instmodsh
35192            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST_PREFIX.t
35193            ! lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/MM_Unix.t
35194            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/hints.t
35195            ! lib/ExtUtils/t/oneliner.t lib/ExtUtils/t/parse_version.t
35196            ! lib/ExtUtils/t/prereq_print.t lib/ExtUtils/t/split_command.t
35197 ____________________________________________________________________________
35198 [ 23652] By: rgs                                   on 2004/12/14  16:22:42
35199         Log: Fix for [perl #32491] h2xs incorrectly parses enums with implicit values
35200      Branch: perl
35201            ! utils/h2xs.PL
35202 ____________________________________________________________________________
35203 [ 23651] By: rgs                                   on 2004/12/14  12:17:25
35204         Log: Subject: Re: B::walkoptree segfaults
35205              From: Alexey Tourbin <at@altlinux.ru>
35206              Date: Fri, 3 Dec 2004 05:06:49 +0300
35207              Message-ID: <20041203020649.GD3898@solemn.turbinal.org>
35208      Branch: perl
35209            ! ext/B/B.pm
35210 ____________________________________________________________________________
35211 [ 23650] By: rgs                                   on 2004/12/14  11:21:53
35212         Log: Make Sys::Syslog stricture-compliant
35213      Branch: perl
35214            ! ext/Sys/Syslog/Syslog.pm
35215 ____________________________________________________________________________
35216 [ 23649] By: rgs                                   on 2004/12/14  10:35:57
35217         Log: Allow escaping %m as %%m in Sys::Syslog format strings
35218              (suggested by Joshua Richardson <jric@yahoo-inc.com>
35219              and Yitzchak Scott-Thoennes)
35220      Branch: perl
35221            ! ext/Sys/Syslog/Syslog.pm
35222 ____________________________________________________________________________
35223 [ 23648] By: rgs                                   on 2004/12/14  10:22:48
35224         Log: Subject: [perl #24343] [PATCH] -w vs. -s
35225              From: "Steve Peters via RT" <perlbug-followup@perl.org>
35226              Date: 14 Dec 2004 06:41:34 -0000
35227              Message-ID: <rt-3.0.11-24343-103027.13.3005637364295@perl.org>
35228      Branch: perl
35229            ! pod/perlrun.pod
35230 ____________________________________________________________________________
35231 [ 23647] By: merijn                                on 2004/12/14  07:51:43
35232         Log: Subject: [perl #3274] [PATCH] Documentation for utime should be improved
35233              Date: 14 Dec 2004 06:29:23 -0000
35234              From: "Steve Peters via RT" <perlbug-followup@perl.org>
35235              Message-ID: <rt-3.0.11-3274-103026.2.21000805211489@perl.org>
35236      Branch: perl
35237            ! pod/perlfaq5.pod
35238 ____________________________________________________________________________
35239 [ 23646] By: rgs                                   on 2004/12/14  07:41:08
35240         Log: Fix test added in change 23645 with an eval()
35241      Branch: perl
35242            ! t/op/bop.t
35243 ____________________________________________________________________________
35244 [ 23645] By: rgs                                   on 2004/12/14  07:28:57
35245         Log: Test patch for already-solved bug #33003,
35246              by Michael G Schwern.
35247      Branch: perl
35248            ! t/op/bop.t
35249 ____________________________________________________________________________
35250 [ 23644] By: steveh                                on 2004/12/13  17:26:46
35251         Log: Document gv_stashpvn
35252
35253              This is already in the API supported by Devel::PPPort, and is
35254              more efficient than gv_stashpv if the length is already known.
35255      Branch: perl
35256            ! embed.fnc gv.c pod/perlapi.pod
35257 ____________________________________________________________________________
35258 [ 23643] By: rgs                                   on 2004/12/13  10:02:57
35259         Log: Subject: [PATCH] FileCache without import
35260              From: Michael G Schwern <schwern@pobox.com>
35261              Date: Sat, 11 Dec 2004 18:58:32 -0500
35262              Message-ID: <20041211235832.GA13462@windhund.schwern.org>
35263      Branch: perl
35264            + lib/FileCache/t/07noimport.t
35265            ! MANIFEST lib/FileCache.pm
35266 ____________________________________________________________________________
35267 [ 23642] By: rgs                                   on 2004/12/13  09:54:23
35268         Log: Subject: [PATCH] perlipc typo
35269              From: Brendan O'Dea <bod@debian.org>
35270              Date: Sun, 12 Dec 2004 10:25:04 +1100
35271              Message-ID: <20041211232504.GA8380@londo.c47.org>
35272      Branch: perl
35273            ! pod/perlipc.pod
35274 ____________________________________________________________________________
35275 [ 23641] By: rgs                                   on 2004/12/13  09:41:21
35276         Log: Subject: [PATCH] t/op/taint.t follow-up to #23635
35277              From: "Craig A. Berry" <craigberry@mac.com>
35278              Date: Sat, 11 Dec 2004 11:03:57 -0600
35279              Message-ID: <41BB287D.6090001@mac.com>
35280      Branch: perl
35281            ! t/op/taint.t
35282 ____________________________________________________________________________
35283 [ 23640] By: rgs                                   on 2004/12/13  08:39:34
35284         Log: Subject: Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1 cpu) [PATCH]
35285              From: Gisle Aas <gisle@ActiveState.com>
35286              Date: 11 Dec 2004 02:57:19 -0800
35287              Message-ID: <lrr7lxje5s.fsf_-_@caliper.activestate.com>
35288      Branch: perl
35289            ! utf8.c
35290 ____________________________________________________________________________
35291 [ 23639] By: rgs                                   on 2004/12/10  22:02:52
35292         Log: Subject: [PATCH] Re: [perl #2562] wantarray fails in END, INIT, and CHECK blocks
35293              From: mjtg@cam.ac.uk (Mike Guy)
35294              Date: Fri, 10 Dec 2004 19:08:01 +0000
35295              Message-ID: <E1Ccq7V-00057s-9s@virgo.cus.cam.ac.uk>
35296      Branch: perl
35297            ! pod/perlfunc.pod
35298 ____________________________________________________________________________
35299 [ 23638] By: steveh                                on 2004/12/10  14:58:59
35300         Log: Fix Win32 breakage caused by change 23610
35301
35302              Simply skip the offending tests on Win32.  There is no sense in testing
35303              that $Config dir entries appear in @INC because the $Config entries
35304              relate to where perl.exe will be installed (as per INST_DRV/INST_TOP in
35305              win32/Makefile), whereas @INC entries are dynamic, based on where
35306              perlXX.dll is currently located.
35307      Branch: perl
35308            ! lib/Config.t
35309 ____________________________________________________________________________
35310 [ 23637] By: rgs                                   on 2004/12/10  10:17:47
35311         Log: Pod nit ([perl #32800])
35312      Branch: perl
35313            ! pod/perlfunc.pod
35314 ____________________________________________________________________________
35315 [ 23636] By: rgs                                   on 2004/12/10  10:02:12
35316         Log: Subject: [PATCH] Test rt.perl.org 5900
35317              From: Michael G Schwern <schwern@pobox.com>
35318              Date: Thu, 9 Dec 2004 22:11:59 -0500
35319              Message-ID: <20041210031159.GA7629@windhund.schwern.org>
35320      Branch: perl
35321            ! t/op/taint.t
35322 ____________________________________________________________________________
35323 [ 23635] By: rgs                                   on 2004/12/10  09:51:44
35324         Log: Subject: [PATCH] cleanup t/op/taint.t
35325              From: Michael G Schwern <schwern@pobox.com>
35326              Date: Fri, 10 Dec 2004 02:04:49 -0500
35327              Message-ID: <20041210070448.GA22347@windhund.schwern.org>
35328
35329              Subject: [PATCH] Add todo_skip() to test.pl
35330              From: Michael G Schwern <schwern@pobox.com>
35331              Date: Fri, 10 Dec 2004 04:27:06 -0500
35332              Message-ID: <20041210092706.GA23378@windhund.schwern.org>
35333      Branch: perl
35334            ! t/op/taint.t t/test.pl
35335 ____________________________________________________________________________
35336 [ 23634] By: nicholas                              on 2004/12/09  22:51:03
35337         Log: Evade using @ in the 1 liner with some perl 1 syntax.
35338      Branch: perl
35339            ! lib/Config.t
35340 ____________________________________________________________________________
35341 [ 23633] By: rgs                                   on 2004/12/09  18:50:16
35342         Log: Subject: RE: [PATCH perl.h toke.c utf8.c] minor format clean up
35343              From: Robin Barker <Robin.Barker@npl.co.uk>
35344              Date: Wed, 1 Dec 2004 15:15:44 -0000
35345              Message-ID: <533D273D4014D411AB1D00062938C4D90849C521@hotel.npl.co.uk>
35346      Branch: perl
35347            ! perl.h
35348 ____________________________________________________________________________
35349 [ 23632] By: rgs                                   on 2004/12/09  17:12:12
35350         Log: Subject: UTF8_ALLOW_ANYUV should not allow overlong sequences [PATCH]
35351              From: Gisle Aas <gisle@activestate.com>
35352              Date: 06 Dec 2004 02:59:24 -0800
35353              Message-ID: <lrmzwrae0j.fsf_-_@caliper.activestate.com>
35354      Branch: perl
35355            ! utf8.h
35356 ____________________________________________________________________________
35357 [ 23631] By: rgs                                   on 2004/12/09  16:03:01
35358         Log: Subject: [PATCH] :encoding(utf8) broken in perl-5.8.6
35359              From: Gisle Aas <gisle@ActiveState.com>
35360              Date: 03 Dec 2004 06:09:19 -0800
35361              Message-ID: <lrllcfeank.fsf_-_@caliper.activestate.com>
35362      Branch: perl
35363            ! ext/PerlIO/t/encoding.t
35364 ____________________________________________________________________________
35365 [ 23630] By: rgs                                   on 2004/12/09  15:49:07
35366         Log: Upgrade to perldoc 3.14
35367      Branch: perl
35368            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
35369 ____________________________________________________________________________
35370 [ 23629] By: rgs                                   on 2004/12/09  09:57:42
35371         Log: Fix test to cope with the previous h2ph change.
35372      Branch: perl
35373            ! t/lib/h2ph.pht
35374 ____________________________________________________________________________
35375 [ 23628] By: rgs                                   on 2004/12/08  16:50:30
35376         Log: Subject: [perl #32962] h2ph - use of local() in generated code
35377              From: Peter.Dintelmann@dresdner-bank.com (via RT)
35378              Date: 8 Dec 2004 15:49:32 -0000
35379              Message-ID: <rt-3.0.11-32962-102394.11.065973521948@perl.org>
35380      Branch: perl
35381            ! utils/h2ph.PL
35382 ____________________________________________________________________________
35383 [ 23627] By: rgs                                   on 2004/12/08  16:19:38
35384         Log: Subject: [PATCH] Re: [perl #32949] FileCache only works in "main" package
35385              From: "Jos I. Boumans" <kane@xs4all.net>
35386              Date: Wed, 8 Dec 2004 14:24:19 +0100
35387              Message-Id: <7728A4F5-491C-11D9-9CA3-000A95EF62E2@xs4all.net>
35388      Branch: perl
35389            + lib/FileCache/t/06export.t
35390            ! MANIFEST lib/FileCache.pm
35391 ____________________________________________________________________________
35392 [ 23626] By: nicholas                              on 2004/12/07  23:39:46
35393         Log: Avoid getting the stash name twice (at least visually, if not also
35394              in the generated code)
35395      Branch: perl
35396            ! sv.c
35397 ____________________________________________________________________________
35398 [ 23624] By: rgs                                   on 2004/12/07  18:26:48
35399         Log: Upgrade to Encode 2.09
35400      Branch: perl
35401            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
35402            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.xs
35403            ! ext/Encode/t/Encode.t ext/Encode/t/fallback.t
35404 ____________________________________________________________________________
35405 [ 23623] By: nicholas                              on 2004/12/07  15:27:09
35406         Log: Revert part of the change to gv_fullname4(), as the change seems to
35407              be fractionally slower. Re-investigation prompted by a comment from
35408              Tim Bunce, who seems to be more on the ball than I am.
35409      Branch: perl
35410            ! gv.c
35411 ____________________________________________________________________________
35412 [ 23622] By: steveh                                on 2004/12/07  10:50:26
35413         Log: Update AUTHORS (for changes #23200 and #23621)
35414      Branch: perl
35415            ! AUTHORS
35416 ____________________________________________________________________________
35417 [ 23621] By: steveh                                on 2004/12/07  10:35:59
35418         Log: Updates to README.win32 (aka perlwin32), with some changes.
35419
35420              Subject: Patch to README.win32 distributed with 5.8.6 for building under .net / MSVC7 (free)
35421              From: Max Maischein <corion@corion.net>
35422              Date: Sun, 05 Dec 2004 19:39:40 +0100
35423              Message-ID: <41B355EC.9010505@corion.net>
35424      Branch: perl
35425            ! README.win32
35426 ____________________________________________________________________________
35427 [ 23620] By: rgs                                   on 2004/12/06  22:22:11
35428         Log: Upgrade to Term::ANSIColor 1.09
35429      Branch: perl
35430            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
35431            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
35432 ____________________________________________________________________________
35433 [ 23619] By: rgs                                   on 2004/12/06  21:54:55
35434         Log: Small addition to perlsec by Stas Bekman.
35435      Branch: perl
35436            ! pod/perlsec.pod
35437 ____________________________________________________________________________
35438 [ 23618] By: steveh                                on 2004/12/06  15:54:30
35439         Log: Fix another Win32 breakage caused by change 23554
35440      Branch: perl
35441            ! t/win32/system.t
35442 ____________________________________________________________________________
35443 [ 23617] By: nicholas                              on 2004/12/06  15:35:39
35444         Log: Break out setting $^X into its own static function S_set_caret_X
35445      Branch: perl
35446            ! perl.c
35447 ____________________________________________________________________________
35448 [ 23616] By: steveh                                on 2004/12/06  14:42:32
35449         Log: Fix typo from change 23554 which screwed up Windows smokes
35450      Branch: perl
35451            ! win32/Makefile
35452 ____________________________________________________________________________
35453 [ 23615] By: nicholas                              on 2004/12/06  14:39:59
35454         Log: sanity check the arguments to runperl(), to try to avoid it
35455              hanging waiting on STDIN for a script.
35456      Branch: perl
35457            ! t/test.pl
35458 ____________________________________________________________________________
35459 [ 23614] By: nicholas                              on 2004/12/06  13:41:45
35460         Log: Remove spurious semicolons
35461              (As these 2 are spare, I guess I should send them to Mark Rhodes
35462              (former office mate) as he often said that he kept mislaying his)
35463      Branch: perl
35464            ! gv.h
35465 ____________________________________________________________________________
35466 [ 23613] By: nicholas                              on 2004/12/06  13:10:24
35467         Log: Tests for Config.pm much better now - toDONE
35468      Branch: perl
35469            ! pod/perltodo.pod
35470 ____________________________________________________________________________
35471 [ 23612] By: nicholas                              on 2004/12/06  13:01:36
35472         Log: Turn gv_fullname3 and gv_efullname3 into macros that call
35473              gv_fullname4 and gv_efullname4 directly, saving overhead.
35474      Branch: perl
35475            ! embed.fnc embed.h gv.h proto.h
35476 ____________________________________________________________________________
35477 [ 23611] By: merijn                                on 2004/12/06  12:00:10
35478         Log: New Itanium servers
35479      Branch: perl
35480            ! README.hpux
35481 ____________________________________________________________________________
35482 [ 23610] By: nicholas                              on 2004/12/06  10:35:00
35483         Log: Check that @INC entries and %Config path entries are consistent.
35484      Branch: perl
35485            ! lib/Config.t
35486 ____________________________________________________________________________
35487 [ 23609] By: nicholas                              on 2004/12/03  22:17:32
35488         Log: gv_fullname4() can get rid of the main:: for us.
35489              (well, actually, it never puts it in)
35490      Branch: perl
35491            ! op.c
35492 ____________________________________________________________________________
35493 [ 23608] By: rgs                                   on 2004/12/03  21:51:45
35494         Log: $foo::_ was wrongly forced as $main::_.
35495              Since we still want "our $_" to be always forced to $main::_,
35496              deplace the forcing code at our-pad allocation time.
35497              (Making execution probably a tiny bit faster)
35498      Branch: perl
35499            ! gv.c op.c t/op/mydef.t
35500 ____________________________________________________________________________
35501 [ 23607] By: nicholas                              on 2004/12/03  20:38:37
35502         Log: Remove double checking of acceptable switches on tr/// ops.
35503      Branch: perl
35504            ! toke.c
35505 ____________________________________________________________________________
35506 [ 23606] By: nicholas                              on 2004/12/03  20:07:31
35507         Log: use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c)
35508              The latter gives larger code, is less clear and can't be any faster
35509      Branch: perl
35510            ! perl.c toke.c
35511 ____________________________________________________________________________
35512 [ 23605] By: nicholas                              on 2004/12/03  18:56:31
35513         Log: Small code tidy up in gv_fullname4
35514      Branch: perl
35515            ! gv.c
35516 ____________________________________________________________________________
35517 [ 23604] By: nicholas                              on 2004/12/03  18:26:43
35518         Log: There are clearer ways of saying m/^[ab]$/ than strchr("ab", c)
35519              They seem to produce slightly smaller object code too.
35520      Branch: perl
35521            ! gv.c
35522 ____________________________________________________________________________
35523 [ 23603] By: nicholas                              on 2004/12/03  17:02:43
35524         Log: Fix a typo in an assert(). It helps to compile with -DDEBUGGING
35525      Branch: perl
35526            ! perl.c
35527 ____________________________________________________________________________
35528 [ 23602] By: nicholas                              on 2004/12/03  15:50:15
35529         Log: Pull out the duplicateded push @INC, $_ if -e $_ code from
35530              S_pushinc into a new function S_pushinc_if_exists
35531              Avoid the SV copy when pushing onto @INC by creating a new scratch
35532              SV each time a push is done.
35533      Branch: perl
35534            ! perl.c
35535 ____________________________________________________________________________
35536 [ 23601] By: nicholas                              on 2004/12/02  22:35:34
35537         Log: Subject: [PATCH] configure.com: no more CONFIG=true
35538              From: "Craig A. Berry" <craigberry@mac.com>
35539              Message-ID: <41AF87BA.1080108@mac.com>
35540              Date: Thu, 02 Dec 2004 15:23:06 -0600
35541      Branch: perl
35542            ! configure.com
35543 ____________________________________________________________________________
35544 [ 23598] By: nicholas                              on 2004/12/01  23:13:32
35545         Log: 2 new BeOS files were missing
35546      Branch: perl
35547            ! MANIFEST
35548 ____________________________________________________________________________
35549 [ 23592] By: nicholas                              on 2004/12/01  18:54:14
35550         Log: Subject: [PATCH] Makefile.SH: de-parallelise mktables
35551              From: Jarkko Hietaniemi <jhi@iki.fi>
35552              Message-ID: <41ADFD95.4030007@iki.fi>
35553              Date: Wed, 01 Dec 2004 19:21:25 +0200
35554      Branch: perl
35555            ! Makefile.SH
35556 ____________________________________________________________________________
35557 [ 23588] By: nicholas                              on 2004/12/01  16:52:45
35558         Log: &test in constant.t is vestigial, so amputate it.
35559      Branch: perl
35560            ! lib/constant.t
35561 ____________________________________________________________________________
35562 [ 23587] By: nicholas                              on 2004/12/01  16:35:10
35563         Log: Tidy up the reference name stringification to save getting the
35564              hash name twice. Pleasant side effect is 44 byte smaller object
35565              file. (A small win is still a win)
35566      Branch: perl
35567            ! sv.c
35568 ____________________________________________________________________________
35569 [ 23584] By: merijn                                on 2004/12/01  13:44:24
35570         Log: Subject: [perl #32717] BeOS specific Updates
35571              Date: 30 Nov 2004 15:38:32 -0000
35572              From: Ingo Weinhold (via RT) <perlbug-followup@perl.org>
35573              Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org>
35574      Branch: perl
35575            + beos/beos_flock_server.cpp beos/beos_flock_server.h
35576            ! beos/beos.c beos/beosish.h ext/Errno/Errno_pm.PL
35577            ! ext/File/Glob/t/basic.t hints/beos.sh lib/ExtUtils/t/MM_BeOS.t
35578            ! lib/Tie/File/t/16_handle.t perl.c t/op/magic.t
35579 ____________________________________________________________________________
35580 [ 23583] By: merijn                                on 2004/12/01  13:29:18
35581         Log: Subject: [PATCH] add -I../lib to VMS build to find Config_heavy.pl
35582              Date: Wed, 01 Dec 2004 07:24:45 -0600
35583              From: "Craig A. Berry" <craigberry@mac.com>
35584              Message-ID: <41ADC61D.8010407@mac.com>
35585      Branch: perl
35586            ! vms/descrip_mms.template
35587 ____________________________________________________________________________
35588 [ 23581] By: rgs                                   on 2004/12/01  13:01:55
35589         Log: MANIFEST.SKIP is missing from the list of files that come
35590              with MakeMaker
35591      Branch: perl
35592            ! Porting/Maintainers.pl
35593 ____________________________________________________________________________
35594 [ 23577] By: nicholas                              on 2004/11/30  16:40:06
35595         Log: Add placeholders for the new strlcat and strlcpy entries in
35596              config.sh, to ensure that the config.h generated for cross-
35597              compilation will still work.
35598      Branch: perl
35599            ! Cross/config.sh-arm-linux
35600 ____________________________________________________________________________
35601 [ 23575] By: nicholas                              on 2004/11/30  15:32:17
35602         Log: Let pod/buildtoc resort the MANIFEST the way it wants it
35603      Branch: perl
35604            ! MANIFEST
35605 ____________________________________________________________________________
35606 [ 23574] By: nicholas                              on 2004/11/30  15:31:14
35607         Log: Add perl586delta.pod to all the necessary makefiles and tables of
35608              contents.
35609      Branch: perl
35610            ! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template
35611            ! win32/pod.mak
35612 ____________________________________________________________________________
35613 [ 23571] By: merijn                                on 2004/11/30  15:11:01
35614         Log: Subject: Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)
35615              Date: Tue, 30 Nov 2004 09:29:06 -0600
35616              From: Steve Peters <steve@fisharerojo.org>
35617              Message-ID: <20041130152906.GA555@mccoy.peters.homeunix.org>
35618      Branch: perl
35619            ! hints/openbsd.sh
35620 ____________________________________________________________________________
35621 [ 23570] By: nicholas                              on 2004/11/30  14:57:53
35622         Log: Integrate perlhist entries for 5.8.6 and its perldelta to blead
35623      Branch: perl
35624           +> pod/perl586delta.pod
35625            ! MANIFEST
35626           !> pod/perlhist.pod
35627 ____________________________________________________________________________
35628 [ 23568] By: rgs                                   on 2004/11/30  13:02:16
35629         Log: Protection against trailing spaces in embed.fnc
35630      Branch: perl
35631            ! autodoc.pl embed.pl
35632 ____________________________________________________________________________
35633 [ 23567] By: rgs                                   on 2004/11/30  12:57:30
35634         Log: Remove trailing whitespace that found their way in the docs
35635              (spotted by Stas Bekman)
35636      Branch: perl
35637            ! embed.fnc pod/perlapi.pod proto.h
35638 ____________________________________________________________________________
35639 [ 23566] By: rgs                                   on 2004/11/29  12:30:31
35640         Log: Upgrade to Test::Simple 0.53
35641      Branch: perl
35642            + lib/Test/Simple/t/circular_data.t
35643            + lib/Test/Simple/t/overload_threads.t
35644            + lib/Test/Simple/t/plan_bad.t
35645            + lib/Test/Simple/t/plan_shouldnt_import.t
35646            + lib/Test/Simple/t/require_ok.t lib/Test/Simple/t/sort_bug.t
35647            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
35648            ! lib/Test/Simple.pm lib/Test/Simple/Changes
35649            ! lib/Test/Simple/README lib/Test/Simple/TODO
35650            ! lib/Test/Simple/t/00signature.t lib/Test/Simple/t/More.t
35651            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/fail_one.t
35652            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/overload.t
35653            ! lib/Test/Simple/t/todo.t t/lib/TieOut.pm
35654 ____________________________________________________________________________
35655 [ 23564] By: nicholas                              on 2004/11/28  16:13:56
35656         Log: Skip generating all the code to deal with "" strings in config.sh
35657              if there aren't any. '' only code is much simpler.
35658      Branch: perl
35659            ! configpm
35660 ____________________________________________________________________________
35661 [ 23563] By: nicholas                              on 2004/11/28  15:00:15
35662         Log: Given that there is a pre-built cache, no need for @v_fast
35663      Branch: perl
35664            ! configpm
35665 ____________________________________________________________________________
35666 [ 23562] By: nicholas                              on 2004/11/28  13:56:30
35667         Log: The byteorder code doesn't need to be in Config.pm if byteorder
35668              isn't actually a frequently looked up value.
35669      Branch: perl
35670            ! configpm
35671 ____________________________________________________________________________
35672 [ 23561] By: nicholas                              on 2004/11/28  13:20:39
35673         Log: Need to stub the public functions to keep some existing code
35674              working.
35675              No need to keep $Config_SH around in memory when we can easily
35676              re-create it.
35677      Branch: perl
35678            ! configpm
35679 ____________________________________________________________________________
35680 [ 23558] By: nicholas                              on 2004/11/27  23:06:41
35681         Log: Generate the precached %Config entries based on some empirical
35682              data, rather than just guesswork.
35683      Branch: perl
35684            ! Makefile.SH configpm
35685 ____________________________________________________________________________
35686 [ 23557] By: nicholas                              on 2004/11/27  21:26:42
35687         Log: Subject: [PATCH] Re: getting Config.pm on a diet
35688              From: "Craig A. Berry" <craigberry@mac.com>
35689              Message-ID: <41A8F225.7080902@mac.com>
35690              Date: Sat, 27 Nov 2004 15:31:17 -0600
35691      Branch: perl
35692            ! vms/descrip_mms.template
35693 ____________________________________________________________________________
35694 [ 23555] By: nicholas                              on 2004/11/27  17:28:47
35695         Log: Hateful cAsE iNsEnSiTiVe file systems
35696      Branch: perl
35697            ! configpm
35698 ____________________________________________________________________________
35699 [ 23554] By: nicholas                              on 2004/11/27  16:56:35
35700         Log: Put Config.pm on a diet. 3K rather than 32K
35701              configpm now generates 2 files, a small Config.pm containing the
35702              commonly used functions and values, which AUTOLOADs a
35703              Config_heavy.pl containing anything else needed.
35704              The "common" values in the small Config.pm may need some
35705              tweaking, based on real world data.
35706      Branch: perl
35707            ! Makefile.SH configpm vms/descrip_mms.template win32/Makefile
35708            ! win32/makefile.mk
35709 ____________________________________________________________________________
35710 [ 23550] By: nicholas                              on 2004/11/27  14:43:37
35711         Log: Clarify the return values of pos, particularly 0 and undef, as
35712              suggested by Stas Bekman
35713      Branch: perl
35714            ! pod/perlfunc.pod
35715 ____________________________________________________________________________
35716 [ 23549] By: nicholas                              on 2004/11/27  14:24:21
35717         Log: Document the interaction of PERL_USE_SAVE_PUTENV and
35718              PL_use_safe_putenv, based on text by Stas Bekman
35719      Branch: perl
35720            ! INSTALL
35721 ____________________________________________________________________________
35722 [ 23548] By: rgs                                   on 2004/11/26  17:20:46
35723         Log: Subject: [perl #32639] [PATCH] Bug in Term::Complete Module with $_ Usage
35724              From: "Steve Peters via RT" <perlbug-followup@perl.org>
35725              Date: 26 Nov 2004 17:14:33 -0000
35726              Message-ID: <rt-3.0.11-32639-101066.11.6172971744206@perl.org>
35727      Branch: perl
35728            ! lib/Term/Complete.pm
35729 ____________________________________________________________________________
35730 [ 23547] By: rgs                                   on 2004/11/26  15:16:59
35731         Log: Freak out if h2ph has to translate a macro that    contains assembly code.
35732
35733              Subject: [PATCH] h2ph vs __asm__
35734              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
35735              Date: Thu, 25 Nov 2004 17:24:43 +0100
35736              Message-ID: <20041125172443.757a4833@dhcp123.mandrakesoft.com>
35737      Branch: perl
35738            ! utils/h2ph.PL
35739 ____________________________________________________________________________
35740 [ 23546] By: rgs                                   on 2004/11/26  15:07:47
35741         Log: Doc nit for B::Lint
35742              Subject: [PATCH] B::Lint
35743              From: Andy Lester <andy@petdance.com>
35744              Date: Fri, 26 Nov 2004 00:30:48 -0600
35745              Message-ID: <20041126063048.GA10161@petdance.com>
35746      Branch: perl
35747            ! ext/B/B/Lint.pm
35748 ____________________________________________________________________________
35749 [ 23545] By: nicholas                              on 2004/11/26  12:33:34
35750         Log: The change to the internal representation introduced a bug whereby
35751              the key returned by FIRSTKEY had an erroneous leading newline.
35752              EXISTS was also buggy.
35753      Branch: perl
35754            ! configpm lib/Config.t
35755 ____________________________________________________________________________
35756 [ 23544] By: nicholas                              on 2004/11/26  11:29:21
35757         Log: Make configpm and the generated Config.pm strict and warnings
35758              clean.
35759      Branch: perl
35760            ! configpm
35761 ____________________________________________________________________________
35762 [ 23543] By: steveh                                on 2004/11/26  10:56:12
35763         Log: Fix Win32 breakage caused by changes 23535/23542.
35764      Branch: perl
35765            ! lib/Config.t
35766 ____________________________________________________________________________
35767 [ 23542] By: nicholas                              on 2004/11/25  23:41:05
35768         Log: Generate the virtual entries at Config.pm build time, as they
35769              don't change. This lets us get rid of the entire "fetch_virtual"
35770              baggage, and makes the config_re lookup work for the virtual
35771              entries.
35772      Branch: perl
35773            ! configpm lib/Config.t
35774 ____________________________________________________________________________
35775 [ 23541] By: nicholas                              on 2004/11/25  22:50:15
35776         Log: Cheat. (Add a leading newline, and so remove all the special
35777              casing for "if we're at the start of $Config_SH")
35778      Branch: perl
35779            ! configpm lib/Config.t
35780 ____________________________________________________________________________
35781 [ 23538] By: nicholas                              on 2004/11/25  21:37:23
35782         Log: Add an exists test for the things we loop over
35783      Branch: perl
35784            ! lib/Config.t
35785 ____________________________________________________________________________
35786 [ 23537] By: nicholas                              on 2004/11/25  21:33:23
35787         Log: The first entry in the virtual config.sh is special cased. So
35788              test it.
35789      Branch: perl
35790            ! lib/Config.t
35791 ____________________________________________________________________________
35792 [ 23536] By: nicholas                              on 2004/11/25  21:00:56
35793         Log: Make $Config{libs_nolargefiles} and
35794              $Config{libswanted_nolargefiles} work. (For the first time)
35795      Branch: perl
35796            ! configpm lib/Config.t
35797 ____________________________________________________________________________
35798 [ 23535] By: nicholas                              on 2004/11/25  20:10:43
35799         Log: Test the currently working virtual %Config entries
35800      Branch: perl
35801            ! lib/Config.t
35802 ____________________________________________________________________________
35803 [ 23534] By: rgs                                   on 2004/11/24  16:09:42
35804         Log: Subject: RC1 pod fix #anchor
35805              From: Stas Bekman <stas@stason.org>
35806              Date: Wed, 24 Nov 2004 10:57:21 -0500
35807              Message-ID: <41A4AF61.9080408@stason.org>
35808      Branch: perl
35809            ! pod/perlrun.pod
35810 ____________________________________________________________________________
35811 [ 23533] By: rgs                                   on 2004/11/24  16:07:38
35812         Log: Subject: [patch pod/perlipc] use POSIX; w/o () is a bad idea
35813              From: Stas Bekman <stas@stason.org>
35814              Date: Wed, 24 Nov 2004 11:25:14 -0500
35815              Message-ID: <41A4B5EA.3020804@stason.org>
35816      Branch: perl
35817            ! pod/perlipc.pod
35818 ____________________________________________________________________________
35819 [ 23532] By: rgs                                   on 2004/11/24  14:47:31
35820         Log: Subject: [perl #3242] [PATCH]No error on assignment to $>
35821              From: "Steve Peters via RT" <perlbug-followup@perl.org>
35822              Date: 21 Nov 2004 04:38:09 -0000
35823              Message-ID: <rt-3.0.11-3242-100676.6.32723019025057@perl.org>
35824      Branch: perl
35825            ! pod/perlvar.pod
35826 ____________________________________________________________________________
35827 [ 23531] By: nicholas                              on 2004/11/24  11:50:28
35828         Log: Wrap some long lines
35829      Branch: perl
35830            ! lib/Config.t
35831 ____________________________________________________________________________
35832 [ 23528] By: rgs                                   on 2004/11/23  13:35:34
35833         Log: Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong value
35834              after eval or require
35835      Branch: perl
35836            ! t/comp/package.t toke.c
35837 ____________________________________________________________________________
35838 [ 23527] By: rgs                                   on 2004/11/23  10:20:02
35839         Log: Subject: Re: [perl #32486] error in documentation for POSIX::pipe
35840              From: Michael G Schwern <schwern@pobox.com>
35841              Date: Fri, 19 Nov 2004 14:28:56 -0500
35842              Message-ID: <20041119192856.GA4769@windhund.schwern.org>
35843      Branch: perl
35844            ! ext/POSIX/POSIX.pod
35845 ____________________________________________________________________________
35846 [ 23526] By: rgs                                   on 2004/11/23  09:26:03
35847         Log: Subject: [perl #3422] [PATCH] CHECK routine called after syntax error
35848              From: "Steve Peters via RT" <perlbug-followup@perl.org>
35849              Date: 23 Nov 2004 00:04:24 -0000
35850              Message-ID: <rt-3.0.11-3422-100830.4.45764701781506@perl.org>
35851      Branch: perl
35852            ! ext/B/B/Deparse.pm
35853 ____________________________________________________________________________
35854 [ 23525] By: rgs                                   on 2004/11/23  09:09:57
35855         Log: Subject: [PATCH] warnings.t portability tweaks
35856              From: "Craig A. Berry" <craigberry@mac.com>
35857              Date: Sat, 20 Nov 2004 10:29:47 -0600
35858              Message-ID: <419F70FB.7000100@mac.com>
35859      Branch: perl
35860            ! t/lib/warnings/9uninit t/lib/warnings/perlio
35861 ____________________________________________________________________________
35862 [ 23523] By: nicholas                              on 2004/11/20  22:17:18
35863         Log: Assimilate Test-Simple 0.50
35864      Branch: perl
35865            + lib/Test/Simple/TODO lib/Test/Simple/t/00signature.t
35866            + lib/Test/Simple/t/00test_harness_check.t
35867            + lib/Test/Simple/t/eq_set.t lib/Test/Simple/t/extra_one.t
35868            + lib/Test/Simple/t/fail_one.t
35869            + lib/Test/Simple/t/harness_active.t lib/Test/Simple/t/no_diag.t
35870            + lib/Test/Simple/t/overload.t lib/Test/Simple/t/reset.t
35871            + lib/Test/Simple/t/thread_taint.t t/lib/NoExporter.pm
35872            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
35873            ! lib/Test/Simple.pm lib/Test/Simple/Changes
35874            ! lib/Test/Simple/README lib/Test/Simple/t/More.t
35875            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
35876            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
35877            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/has_plan2.t
35878            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/missing.t
35879            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan_is_noplan.t
35880            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/threads.t
35881            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/use_ok.t
35882            ! lib/Test/Tutorial.pod t/lib/Test/Simple/Catch.pm
35883            ! t/lib/TieOut.pm
35884 ____________________________________________________________________________
35885 [ 23520] By: nicholas                              on 2004/11/20  14:21:28
35886         Log: genuine possible buffer problems spotted by flawfinder
35887      Branch: perl
35888            ! regcomp.c util.c
35889 ____________________________________________________________________________
35890 [ 23519] By: rgs                                   on 2004/11/19  14:48:35
35891         Log: Make "err" a weak keyword;
35892              that is, it will be overriden by any sub named "err", except when
35893              really an operator is expected at this point. ([perl #32347])
35894      Branch: perl
35895            ! t/op/dor.t toke.c
35896 ____________________________________________________________________________
35897 [ 23518] By: rgs                                   on 2004/11/19  09:22:33
35898         Log: Subject: [perl #32486] error in documentation for POSIX::pipe
35899              From: chris@ex-parrot.com (via RT) <perlbug-followup@perl.org>
35900              Date: 18 Nov 2004 18:09:54 -0000
35901              Message-ID: <rt-3.0.11-32486-100537.1.04456486825399@perl.org>
35902      Branch: perl
35903            ! ext/POSIX/POSIX.pod
35904 ____________________________________________________________________________
35905 [ 23517] By: nicholas                              on 2004/11/18  23:32:20
35906         Log: Bump version number
35907      Branch: perl
35908            ! lib/ExtUtils/Constant.pm
35909 ____________________________________________________________________________
35910 [ 23516] By: rgs                                   on 2004/11/18  22:06:21
35911         Log: Remaining nit in the deparsing of reversed foreach loops
35912      Branch: perl
35913            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
35914 ____________________________________________________________________________
35915 [ 23514] By: rgs                                   on 2004/11/18  18:01:52
35916         Log: Fix deparsing of reversed foreach loops,
35917              plus a bug in the previous commit
35918      Branch: perl
35919            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
35920 ____________________________________________________________________________
35921 [ 23513] By: rgs                                   on 2004/11/18  17:25:19
35922         Log: Fix deparsing of reversed sort and descending sorts,
35923              due to the recent optimisations on this part of the optree.
35924      Branch: perl
35925            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
35926 ____________________________________________________________________________
35927 [ 23510] By: rgs                                   on 2004/11/17  10:41:56
35928         Log: Subject: [perl #28929] File::Find follow_fast => 1 loses dangling symlink
35929              From: "Steve Peters via RT" <perlbug-followup@perl.org>
35930              Date: 12 Nov 2004 02:47:36 -0000
35931              Message-ID: <rt-3.0.11-28929-100158.11.3214775505644@perl.org>
35932      Branch: perl
35933            ! lib/File/Find.pm lib/File/Find/t/find.t
35934 ____________________________________________________________________________
35935 [ 23509] By: rgs                                   on 2004/11/17  10:22:52
35936         Log: PerlFAQ sync.
35937      Branch: perl
35938            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq6.pod
35939            ! pod/perlfaq7.pod
35940 ____________________________________________________________________________
35941 [ 23508] By: rgs                                   on 2004/11/17  10:14:58
35942         Log: Fix a couple of typos.
35943      Branch: perl
35944            ! hv.c utf8.c
35945 ____________________________________________________________________________
35946 [ 23507] By: rgs                                   on 2004/11/17  10:11:20
35947         Log: Subject: SuSE's perl safe_putenf diff
35948              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
35949              Date: Thu, 11 Nov 2004 15:54:43 +0100
35950              Message-ID: <20041111145443.GA1854@immd4.informatik.uni-erlangen.de>
35951
35952              slightly reworked to make the PL_use_safe_putenv variable fit in
35953              the current framework. This patch turns on the use of safe putenv
35954              for any application that embeds a perl interpreter.
35955      Branch: perl
35956            ! embedvar.h mg.c miniperlmain.c perl.c perlapi.h perlvars.h
35957            ! util.c
35958 ____________________________________________________________________________
35959 [ 23506] By: rgs                                   on 2004/11/17  08:57:17
35960         Log: Subject: [PATCH] perl5db.pl POD cleanup
35961              From: Autrijus Tang <autrijus@autrijus.org>
35962              Date: Fri, 12 Nov 2004 12:41:33 +0800
35963              Message-ID: <20041112044133.GA92924@aut.dyndns.org>
35964      Branch: perl
35965            ! lib/perl5db.pl
35966 ____________________________________________________________________________
35967 [ 23505] By: rgs                                   on 2004/11/17  08:31:39
35968         Log: Subject: [PATCH 5.8.x] Allow more tries for t/op/time.t test 2.
35969              From: Andy Dougherty <doughera@lafayette.edu>
35970              Date: Tue, 16 Nov 2004 12:11:00 -0500 (EST)
35971              Message-ID: <Pine.SOL.4.58.0411161149170.5639@maxwell.phys.lafayette.edu>
35972      Branch: perl
35973            ! t/op/time.t
35974 ____________________________________________________________________________
35975 [ 23501] By: steveh                                on 2004/11/16  10:55:20
35976         Log: Make all scripts run by regen.pl write output with UNIX style EOL's.
35977
35978              (autodoc.pl was already done by change 23371.)
35979      Branch: perl
35980            ! bytecode.pl embed.pl keywords.pl opcode.pl regcomp.pl
35981            ! warnings.pl
35982 ____________________________________________________________________________
35983 [ 23500] By: merijn                                on 2004/11/16  10:49:35
35984         Log: Subject: [PATCH] s/hierachy/hierarchy/
35985              Date: Mon, 15 Nov 2004 15:59:14 -0700
35986              From: "Larry Shatzer Jr." <larrysh@cpan.org>
35987              Message-ID: <20041115225913.GA22373@zippy.zyx.net>
35988      Branch: perl
35989            ! ext/B/B.pm ext/Time/HiRes/Makefile.PL perlio.h
35990 ____________________________________________________________________________
35991 [ 23499] By: steveh                                on 2004/11/16  09:42:50
35992         Log: Fix Win32 breakage caused by changes to op.c in change 23433.
35993
35994              Also limit the scope of the locks in a couple of places, as suggested
35995              by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html.
35996      Branch: perl
35997            ! embed.fnc embed.h global.sym op.c op.h proto.h regcomp.c
35998 ____________________________________________________________________________
35999 [ 23498] By: merijn                                on 2004/11/14  07:02:20
36000         Log: Subject: [PATCH] Add the minitest target to vms buildsystem
36001              From: Abe Timmerman <abe@ztreet.demon.nl>
36002              Date: Sun, 14 Nov 2004 00:48:17 +0100
36003              Message-Id: <200411140048.17035.abe@ztreet.demon.nl>
36004      Branch: perl
36005            ! vms/descrip_mms.template vms/test.com
36006 ____________________________________________________________________________
36007 [ 23497] By: rgs                                   on 2004/11/12  21:11:48
36008         Log: Subject: [perl #32400] Unnecessary warning from constant.pm
36009              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
36010              Date: 10 Nov 2004 18:30:38 -0000
36011              Message-ID: <rt-3.0.11-32400-100099.4.31094423840584@perl.org>
36012      Branch: perl
36013            ! lib/constant.pm lib/constant.t
36014 ____________________________________________________________________________
36015 [ 23496] By: merijn                                on 2004/11/12  20:47:19
36016         Log: Subject: [perl #32419] Spelling fixes for perl@23492
36017              Date: 12 Nov 2004 16:14:49 -0000
36018              From: Richard Soderberg (via RT) <perlbug-followup@perl.org>
36019              Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org>
36020      Branch: perl
36021            ! pod/perl573delta.pod pod/perl58delta.pod pod/perl590delta.pod
36022            ! pod/perl591delta.pod pod/perl592delta.pod pod/perlapi.pod
36023            ! pod/perlapio.pod pod/perldata.pod pod/perldebtut.pod
36024            ! pod/perlipc.pod pod/perlport.pod pod/perlre.pod
36025            ! pod/perlretut.pod pod/perlrun.pod pod/perlsub.pod
36026            ! pod/perlthrtut.pod pod/perltodo.pod pod/perltooc.pod
36027 ____________________________________________________________________________
36028 [ 23495] By: merijn                                on 2004/11/12  20:26:17
36029         Log: Subject: [PATCH] Small documentation fix to ExtUtils::Constant
36030              Date: Fri, 12 Nov 2004 11:15:47 -0600
36031              From: steve@fisharerojo.org
36032              Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net>
36033      Branch: perl
36034            ! lib/ExtUtils/Constant.pm
36035 ____________________________________________________________________________
36036 [ 23494] By: davem                                 on 2004/11/12  18:59:06
36037         Log: Add some descriptive text from Larry to op.c on how optrees are built
36038      Branch: perl
36039            ! op.c
36040 ____________________________________________________________________________
36041 [ 23492] By: rgs                                   on 2004/11/10  09:32:39
36042         Log: Replace a skip by a todo.
36043              Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
36044              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
36045              Date: Wed, 10 Nov 2004 01:30:14 -0800
36046              Message-ID: <20041110093014.GA1676@efn.org>
36047      Branch: perl
36048            ! t/io/tell.t
36049 ____________________________________________________________________________
36050 [ 23491] By: rgs                                   on 2004/11/10  07:40:31
36051         Log: Subject: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
36052              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
36053              Date: Tue, 9 Nov 2004 17:40:13 -0800
36054              Message-ID: <20041110014012.GA2796@efn.org>
36055      Branch: perl
36056            ! t/io/tell.t
36057 ____________________________________________________________________________
36058 [ 23490] By: rgs                                   on 2004/11/09  18:17:07
36059         Log: Adjust test count for non-windows machines
36060      Branch: perl
36061            ! ext/IO/t/io_file.t
36062 ____________________________________________________________________________
36063 [ 23489] By: merijn                                on 2004/11/09  17:53:53
36064         Log: Subject: [PATCH] fix IO::File to support binmode
36065              From: "Jos I. Boumans" <kane@dwim.org>
36066              Date: Tue, 9 Nov 2004 16:59:27 +0100
36067              Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org>
36068      Branch: perl
36069            + ext/IO/t/io_file.t
36070            ! MANIFEST ext/IO/lib/IO/File.pm
36071 ____________________________________________________________________________
36072 [ 23487] By: nicholas                              on 2004/11/08  20:27:42
36073         Log: No more late changes, dammit
36074      Branch: perl
36075            ! ext/B/t/optree_concise.t
36076 ____________________________________________________________________________
36077 [ 23485] By: rgs                                   on 2004/11/08  08:38:03
36078         Log: Subject: Re: optree tests and VMS progress (no really)
36079              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
36080              Date: Sun, 7 Nov 2004 23:24:15 -0800
36081              Message-ID: <20041108072415.GA3928@efn.org>
36082      Branch: perl
36083            ! ext/B/t/OptreeCheck.pm
36084 ____________________________________________________________________________
36085 [ 23482] By: davem                                 on 2004/11/06  11:59:16
36086         Log: document regcomp.c/regexec.c's dual life under ext/re/
36087      Branch: perl
36088            ! regcomp.c regexec.c
36089 ____________________________________________________________________________
36090 [ 23481] By: nicholas                              on 2004/11/06  08:48:50
36091         Log: Subject: Re: optree tests and VMS progress (no really)
36092              From: Jim Cromie <jim.cromie@gmail.com>
36093              Message-ID: <cfe85dfa041105235723398fe2@mail.gmail.com>
36094              Date: Sat, 6 Nov 2004 00:57:13 -0700
36095      Branch: perl
36096            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
36097            ! ext/B/t/optree_concise.t
36098 ____________________________________________________________________________
36099 [ 23475] By: merijn                                on 2004/11/05  14:16:27
36100         Log: Subject: Re: Buidling stable.tar.gz on Unix as non-root [PATCH]
36101              Date: Fri, 5 Nov 2004 10:36:57 -0500 (EST)
36102              From: Andy Dougherty <doughera@lafayette.edu>
36103              Message-ID: <Pine.SOL.4.58.0411051035020.15217@maxwell.phys.lafayette.edu>
36104      Branch: perl
36105            ! INSTALL
36106 ____________________________________________________________________________
36107 [ 23474] By: merijn                                on 2004/11/05  13:07:16
36108         Log: Skip failing thread/wait tests on HP-UX 10.20
36109              These will never ever be fixed, since 10.20 is obsolete
36110              perl583delta describes this. The quote is included in wait.t
36111      Branch: perl
36112            ! ext/threads/shared/t/wait.t
36113 ____________________________________________________________________________
36114 [ 23473] By: rgs                                   on 2004/11/05  08:47:44
36115         Log: Subject: [perl #32327] Benchmark calls coderef with spurious arguments
36116              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
36117              Date: 4 Nov 2004 20:12:36 -0000
36118              Message-ID: <rt-3.0.11-32327-99325.8.9408996026507@perl.org>
36119      Branch: perl
36120            ! lib/Benchmark.pm lib/Benchmark.t
36121 ____________________________________________________________________________
36122 [ 23471] By: rgs                                   on 2004/11/04  09:26:56
36123         Log: Subject: [PATCH blead] [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
36124              From: Rick Delaney <rick@bort.ca>
36125              Date: Sun, 31 Oct 2004 22:40:40 -0500
36126              Message-ID: <20041101034040.GC1232@biff.bort.ca>
36127      Branch: perl
36128            + t/op/regexp_qr.t
36129            ! MANIFEST pp.c pp_hot.c regexec.c t/op/regexp.t
36130 ____________________________________________________________________________
36131 [ 23470] By: rgs                                   on 2004/11/04  08:25:34
36132         Log: Subject: Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
36133              From: Rick Delaney <rick@bort.ca>
36134              Date: Wed, 3 Nov 2004 19:46:16 -0500
36135              Message-ID: <20041104004616.GA11214@biff.bort.ca>
36136      Branch: perl
36137            ! lib/overload.pm lib/overload.t
36138 ____________________________________________________________________________
36139 [ 23469] By: rgs                                   on 2004/11/03  11:54:28
36140         Log: Mostly revert change #23347 (keep the test suite, fixed),
36141              having decided that it wasn't a correct fix for bug #31793.
36142      Branch: perl
36143            ! lib/overload.pm lib/overload.t
36144 ____________________________________________________________________________
36145 [ 23468] By: rgs                                   on 2004/11/03  07:39:04
36146         Log: Subject: Re: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin
36147              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
36148              Date: Tue, 2 Nov 2004 17:24:29 -0800
36149              Message-ID: <20041103012429.GA7196@efn.org>
36150      Branch: perl
36151            ! util.h
36152 ____________________________________________________________________________
36153 [ 23467] By: rgs                                   on 2004/11/03  06:38:38
36154         Log: Subject: [PATCH configure.com] Re: [PATCH]  Detecting strlcat() and strlcpy() in Configure
36155              From: "Craig A. Berry" <craigberry@mac.com>
36156              Date: Tue, 02 Nov 2004 20:02:04 -0600
36157              Message-ID: <41883C1C.3080108@mac.com>
36158      Branch: perl
36159            ! configure.com
36160 ____________________________________________________________________________
36161 [ 23466] By: rgs                                   on 2004/11/02  12:33:57
36162         Log: FAQ sync
36163      Branch: perl
36164            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
36165            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
36166            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
36167            ! pod/perlfaq9.pod
36168 ____________________________________________________________________________
36169 [ 23465] By: rgs                                   on 2004/11/02  08:18:15
36170         Log: Reformulate an error
36171              (so the error message given by "perl -M" is a bit more
36172              meaningful, as Jarkko pointed out)
36173      Branch: perl
36174            ! perl.c pod/perldiag.pod
36175 ____________________________________________________________________________
36176 [ 23457] By: merijn                                on 2004/11/01  13:26:43
36177         Log: New Glossary and samples for blead
36178              Glossary now is in line with recent changes to config_h.SH
36179      Branch: perl
36180            ! Porting/Glossary Porting/config.sh Porting/config_H
36181 ____________________________________________________________________________
36182 [ 23455] By: merijn                                on 2004/11/01  12:51:52
36183         Log: Since strlcat/strlcpy are not argument/return value compatible
36184              with strncat/strncpy, replace the misleading defines with comment
36185      Branch: perl
36186            ! handy.h
36187 ____________________________________________________________________________
36188 [ 23450] By: merijn                                on 2004/10/31  16:33:17
36189         Log: The next step in strlcat ()/ strcpy () detection and usage
36190              preparation. Change to handy.h eeded for config_h.SH
36191      Branch: perl
36192            ! config_h.SH handy.h
36193 ____________________________________________________________________________
36194 [ 23448] By: nicholas                              on 2004/10/31  14:37:46
36195         Log: Make TEST and harness skip tests for extensions that were not
36196              configured. Currently this skipping is silent - maybe they should
36197              report what they are skipping.
36198      Branch: perl
36199            ! t/TEST t/harness
36200 ____________________________________________________________________________
36201 [ 23446] By: nicholas                              on 2004/10/31  13:02:01
36202         Log: Subject: [patches] optree_* tests unexpectedly succeeding. + maint-only patch
36203              From: Jim Cromie <jim.cromie@gmail.com>
36204              Message-ID: <cfe85dfa04102515365f11ef10@mail.gmail.com>
36205              Date: Mon, 25 Oct 2004 16:36:40 -0600
36206      Branch: perl
36207            ! ext/B/t/optree_check.t ext/B/t/optree_varinit.t
36208 ____________________________________________________________________________
36209 [ 23445] By: nicholas                              on 2004/10/31  12:24:09
36210         Log: Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.
36211      Branch: perl
36212            ! perl.c sv.c
36213 ____________________________________________________________________________
36214 [ 23444] By: nicholas                              on 2004/10/31  11:20:27
36215         Log: Skip tests if Devel::Peek not built
36216      Branch: perl
36217            ! ext/threads/shared/t/sv_refs.t ext/threads/t/end.t
36218            ! ext/threads/t/join.t lib/base/t/fields-base.t
36219 ____________________________________________________________________________
36220 [ 23443] By: nicholas                              on 2004/10/31  11:19:47
36221         Log: Assimilate PathTools 3.01 (File::Spec and Cwd)
36222      Branch: perl
36223            ! ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
36224            ! lib/File/Spec/VMS.pm
36225 ____________________________________________________________________________
36226 [ 23442] By: nicholas                              on 2004/10/31  11:07:57
36227         Log: Oops. Forgot to add the new test in I18N::LangTags 0.35
36228      Branch: perl
36229            + lib/I18N/LangTags/t/20_locales.t
36230 ____________________________________________________________________________
36231 [ 23441] By: nicholas                              on 2004/10/31  10:41:17
36232         Log: Correct change 23437 - as Config isn't imported, need to use a fully
36233              qualified package
36234      Branch: perl
36235            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
36236            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
36237            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
36238            ! ext/B/t/optree_varinit.t
36239 ____________________________________________________________________________
36240 [ 23440] By: nicholas                              on 2004/10/31  10:40:11
36241         Log: Assimilate I18N::LangTags 0.35
36242      Branch: perl
36243            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
36244            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
36245 ____________________________________________________________________________
36246 [ 23439] By: nicholas                              on 2004/10/31  08:17:57
36247         Log: Subject: [PATCH] Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question))
36248              Date: Sun, 31 Oct 2004 04:01:42 -0500
36249              From: Ed Allen Smith <easmith@beatrice.rutgers.edu>
36250              Message-Id: <mid+200410310901.i9V91g1Y519894@dogberry.rutgers.edu>
36251      Branch: perl
36252            ! hints/irix_6.sh
36253 ____________________________________________________________________________
36254 [ 23438] By: davem                                 on 2004/10/30  23:25:37
36255         Log: Using foreach on threads::shared array crashes perl
36256              The FETCH code for shared aggregate elements could leak a shared RV
36257              address into a private SV. RVs are now handled specially, in the
36258              same way that they already were for scalar shared magic.
36259      Branch: perl
36260            ! ext/threads/shared/shared.xs
36261 ____________________________________________________________________________
36262 [ 23437] By: nicholas                              on 2004/10/30  22:49:18
36263         Log: Skip tests that require Data::Dumper if it is not built
36264      Branch: perl
36265            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
36266            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
36267            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
36268            ! ext/B/t/optree_varinit.t lib/ExtUtils/t/Liblist.t
36269            ! lib/ExtUtils/t/prereq_print.t
36270 ____________________________________________________________________________
36271 [ 23436] By: merijn                                on 2004/10/30  16:11:15
36272         Log: Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
36273      Branch: perl
36274            ! NetWare/config_H.wc Porting/config_H plan9/config_h.sample
36275            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36276            ! win32/config_H.vc64 wince/config_H.ce
36277 ____________________________________________________________________________
36278 [ 23435] By: merijn                                on 2004/10/30  15:54:48
36279         Log: Added probes for strlcat () and strlcpy () to Configure
36280              Re-ordered config_h.SH
36281      Branch: perl
36282            ! Configure Makefile.SH config_h.SH
36283 ____________________________________________________________________________
36284 [ 23433] By: davem                                 on 2004/10/29  21:04:17
36285         Log: Threading crash with closures
36286              various OpREFCNT_inc() operations weren't doing locking
36287      Branch: perl
36288            ! pad.c regcomp.c sv.c
36289 ____________________________________________________________________________
36290 [ 23432] By: steveh                                on 2004/10/29  14:12:02
36291         Log: Document sv_magic() changes brought about by sv_magicext()
36292
36293              Change 14335 made sv_magic() a wrapper to a new sv_magicext(),
36294              but didn't update the documentation for sv_magic() to reflect
36295              the changed handling of the name/namlen arguments.
36296
36297              Also correct a couple of typos, and mention sv_magicext() in
36298              perlguts.
36299      Branch: perl
36300            ! pod/perlapi.pod pod/perlguts.pod sv.c
36301 ____________________________________________________________________________
36302 [ 23431] By: merijn                                on 2004/10/29  13:56:03
36303         Log: Subject: [PATCH] 36 additional tests for B
36304              From: Steve Peters <steve@fisharerojo.org>
36305              Date: Fri, 29 Oct 2004 00:53:22 -0500
36306              Message-Id: <200410290053.22947.steve@fisharerojo.org>
36307      Branch: perl
36308            ! ext/B/t/b.t
36309 ____________________________________________________________________________
36310 [ 23426] By: davem                                 on 2004/10/27  22:50:57
36311         Log: include flags and refcount in the list of leaked scalars
36312      Branch: perl
36313            ! perl.c
36314 ____________________________________________________________________________
36315 [ 23425] By: ams                                   on 2004/10/27  11:27:27
36316         Log: Subject: [PATCH] lib/Carp.t improvements
36317              From: "Craig A. Berry" <craigberry@mac.com>
36318              Date: Tue, 26 Oct 2004 23:32:25 -0500
36319              Message-Id: <417F24D9.1000904@mac.com>
36320      Branch: perl
36321            ! lib/Carp.t
36322 ____________________________________________________________________________
36323 [ 23424] By: rgs                                   on 2004/10/25  15:31:21
36324         Log: Fix [perl #32130] Errno.pm must not pass references to "prototype"
36325      Branch: perl
36326            ! ext/Errno/Errno_pm.PL ext/Errno/t/Errno.t
36327 ____________________________________________________________________________
36328 [ 23423] By: rgs                                   on 2004/10/25  15:09:27
36329         Log: Small updates to the web addresses for Perl, noticed by Robert Spier
36330      Branch: perl
36331            ! pod/perl.pod pod/perlfaq2.pod
36332 ____________________________________________________________________________
36333 [ 23422] By: rgs                                   on 2004/10/25  14:56:37
36334         Log: Subject: [perl #30227] [PATCH]splain vs. -w
36335              From: "Steve Peters via RT" <perlbug-followup@perl.org>
36336              Date: 23 Oct 2004 13:55:41 -0000
36337              Message-ID: <rt-3.0.11-30227-98375.1.28465791111211@perl.org>
36338      Branch: perl
36339            ! lib/diagnostics.pm
36340 ____________________________________________________________________________
36341 [ 23421] By: rgs                                   on 2004/10/25  07:29:50
36342         Log: Upgrade to Encode 2.08.
36343      Branch: perl
36344            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
36345            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
36346            ! ext/Encode/Unicode/Unicode.xs
36347            ! ext/Encode/lib/Encode/Encoding.pm
36348 ____________________________________________________________________________
36349 [ 23420] By: mhx                                   on 2004/10/24  07:53:45
36350         Log: Subject: Re: [perl #31937] perlop: add basic =~ examples
36351              From: Steve Peters <steve@fisharerojo.org>
36352              Date: Sat, 23 Oct 2004 08:01:51 -0500
36353              Message-Id: <200410230801.51649.steve@fisharerojo.org>
36354      Branch: perl
36355            ! pod/perlop.pod
36356 ____________________________________________________________________________
36357 [ 23419] By: mhx                                   on 2004/10/23  23:39:18
36358         Log: Subject: [PATCH] Re: Devel::Peek: hash quality 125%?
36359              From: Tels <perl_dummy@bloodgate.com>
36360              Date: Sat, 23 Oct 2004 16:56:31 +0200
36361              Message-Id: <200410231656.40995@bloodgate.com>
36362      Branch: perl
36363            ! ext/Devel/Peek/Changes ext/Devel/Peek/Peek.pm
36364 ____________________________________________________________________________
36365 [ 23418] By: davem                                 on 2004/10/23  21:50:19
36366         Log: Chained goto &sub drops data too early.
36367
36368              Change 22373 to stop a memory leak in goto &foo intead caused
36369              the elements of @_ to be freed too early. This revised fix
36370              just transfers the reifiedness of the old @_ to the new @_
36371      Branch: perl
36372            ! pp_ctl.c t/op/goto.t
36373 ____________________________________________________________________________
36374 [ 23417] By: rgs                                   on 2004/10/23  19:58:07
36375         Log: Upgrade to Encode 2.07
36376      Branch: perl
36377            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
36378            ! ext/Encode/Encode.xs ext/Encode/META.yml
36379            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
36380            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/Encode.t
36381            ! ext/Encode/t/fallback.t ext/Encode/ucm/macArabic.ucm
36382            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macChinsimp.ucm
36383            ! ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDingbats.ucm
36384            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macKorean.ucm
36385            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macSymbol.ucm
36386            ! ext/Encode/ucm/macThai.ucm
36387 ____________________________________________________________________________
36388 [ 23416] By: nicholas                              on 2004/10/23  17:15:46
36389         Log: Subject: [PATCH] ext/IO/IO.xs: fix blocking on sparc linux
36390              Message-ID: <20041022033033.GA12362@londo.c47.org>
36391              From: Brendan O'Dea <bod@debian.org>
36392              Date: Fri, 22 Oct 2004 13:30:33 +1000
36393      Branch: perl
36394            ! ext/IO/IO.xs
36395 ____________________________________________________________________________
36396 [ 23410] By: rgs                                   on 2004/10/21  15:51:32
36397         Log: Subject: docpatch for perltie.pod
36398              From: David Cantrell <david@cantrell.org.uk>
36399              Date: Thu, 21 Oct 2004 12:21:52 +0100
36400              Message-ID: <20041021112151.GA22862@bytemark.barnyard.co.uk>
36401      Branch: perl
36402            ! pod/perltie.pod
36403 ____________________________________________________________________________
36404 [ 23396] By: ams                                   on 2004/10/21  01:36:49
36405         Log: Subject: [PATCH] Math::BigInt v1.73 final
36406              From: Tels <perl_dummy@bloodgate.com>
36407              Date: Wed, 20 Oct 2004 21:06:40 +0200
36408              Message-Id: <200410202106.41840@bloodgate.com>
36409
36410              Subject: [PATCH] Math::BigRat v0.13 (pre-release)
36411              From: Tels <tels@bloodgate.com>
36412              Date: Wed, 20 Oct 2004 22:03:55 +0200
36413              Message-Id: <200410202203.56063@bloodgate.com>
36414      Branch: perl
36415            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/BigRat.pm
36416            ! lib/Math/BigRat/t/big_ap.t lib/Math/BigRat/t/bigrat.t
36417            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
36418            ! lib/Math/BigRat/t/bigratup.t
36419 ____________________________________________________________________________
36420 [ 23395] By: nicholas                              on 2004/10/20  22:39:36
36421         Log: Need to skip optree walking tests if perlio not built
36422      Branch: perl
36423            ! ext/B/t/f_map.t ext/B/t/f_sort.t
36424 ____________________________________________________________________________
36425 [ 23394] By: rgs                                   on 2004/10/20  07:42:34
36426         Log: Remove opmini.c when cleaning up.
36427      Branch: perl
36428            ! Makefile.SH
36429 ____________________________________________________________________________
36430 [ 23393] By: rgs                                   on 2004/10/20  07:36:45
36431         Log: Ensure that PVA.pl returns a true value.
36432      Branch: perl
36433            ! lib/unicore/mktables
36434 ____________________________________________________________________________
36435 [ 23392] By: ams                                   on 2004/10/20  06:19:03
36436         Log: Subject: [PATCH perl.c pod/perl.pod pod/perlfaq2.pod]
36437              Rephrase "Perl Home Page" References
36438              From: chromatic <chromatic@wgz.org>
36439              Date: Tue, 19 Oct 2004 22:52:19 -0700
36440              Message-Id: <1098251539.20976.53.camel@localhost>
36441      Branch: perl
36442            ! AUTHORS perl.c pod/perl.pod pod/perlfaq2.pod
36443 ____________________________________________________________________________
36444 [ 23384] By: rgs                                   on 2004/10/19  13:17:01
36445         Log: Upgrade to Encode 2.05
36446      Branch: perl
36447            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
36448            ! ext/Encode/encoding.pm
36449 ____________________________________________________________________________
36450 [ 23383] By: rgs                                   on 2004/10/19  11:38:37
36451         Log: More Data::Dumper docs nits, fix the previous one,
36452              suggested by Yves Orton.
36453      Branch: perl
36454            ! ext/Data/Dumper/Dumper.pm
36455 ____________________________________________________________________________
36456 [ 23382] By: rgs                                   on 2004/10/19  11:21:55
36457         Log: Subject: [PATCH] perlfaq2.pod (add a book)
36458              From: <richard.foley@ubs.com>
36459              Date: Tue, 19 Oct 2004 07:29:31 +0200
36460              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E3A@NZURC900PEX1.ubsgs.ubsgroup.net>
36461      Branch: perl
36462            ! pod/perlfaq2.pod
36463 ____________________________________________________________________________
36464 [ 23381] By: mhx                                   on 2004/10/19  03:51:59
36465         Log: Re-apply the encoding.pm part of:
36466
36467              Subject: [PATCH] encoding and open pragmas
36468              From: Jarkko Hietaniemi <jhi@iki.fi>
36469              Date: Mon, 16 Aug 2004 22:27:00 +0300
36470              Message-ID: <41210A84.6060506@iki.fi>
36471      Branch: perl
36472            ! ext/Encode/encoding.pm
36473 ____________________________________________________________________________
36474 [ 23380] By: mhx                                   on 2004/10/18  21:00:26
36475         Log: Upgrade to Encode 2.04.
36476      Branch: perl
36477            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
36478            ! ext/Encode/JP/JP.pm ext/Encode/META.yml ext/Encode/Makefile.PL
36479            ! ext/Encode/bin/piconv ext/Encode/bin/ucmsort
36480            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
36481            ! ext/Encode/lib/Encode/Supported.pod
36482            ! ext/Encode/ucm/big5-hkscs.ucm
36483 ____________________________________________________________________________
36484 [ 23379] By: mhx                                   on 2004/10/18  15:44:05
36485         Log: Fix a typo.
36486      Branch: perl
36487            ! utils/c2ph.PL
36488 ____________________________________________________________________________
36489 [ 23378] By: rgs                                   on 2004/10/18  11:25:20
36490         Log: Add a missing warning categorisation in perldiag.
36491      Branch: perl
36492            ! pod/perldiag.pod
36493 ____________________________________________________________________________
36494 [ 23377] By: ams                                   on 2004/10/16  23:52:18
36495         Log: Subject: [PATCH] test_harness tweak for VMS
36496              From: "Craig A. Berry" <craigberry@mac.com>
36497              Date: Sat, 16 Oct 2004 12:15:02 -0500
36498              Message-Id: <41715716.5000108@mac.com>
36499      Branch: perl
36500            ! vms/descrip_mms.template vms/test.com
36501 ____________________________________________________________________________
36502 [ 23376] By: nicholas                              on 2004/10/16  18:16:12
36503         Log: Merge code from vdie and vcroak into S_vdie_croak_common
36504      Branch: perl
36505            ! util.c
36506 ____________________________________________________________________________
36507 [ 23375] By: nicholas                              on 2004/10/16  14:39:48
36508         Log: Merge the common code from Perl_vdie and Perl_vwarner into a
36509              S_vdie_common
36510      Branch: perl
36511            ! util.c
36512 ____________________________________________________________________________
36513 [ 23374] By: nicholas                              on 2004/10/16  12:57:39
36514         Log: The second half of Perl_vwarner is actually a straight cut&paste job
36515              from Perl_vwarn, so convert it into a (tail) call to Perl_vwarn.
36516              cut&paste is bad, m'kay.
36517      Branch: perl
36518            ! util.c
36519 ____________________________________________________________________________
36520 [ 23373] By: nicholas                              on 2004/10/15  17:11:08
36521         Log: Implement sv_svset _nosteal variants by passing a flag into
36522              sv_set_flags rather than messing with the SvTEMP() flag on either
36523              side of the call.
36524      Branch: perl
36525            ! sv.c sv.h
36526 ____________________________________________________________________________
36527 [ 23372] By: rgs                                   on 2004/10/15  14:09:54
36528         Log: Implement a new -dt command-line flag, to enable threads under the
36529              debugger (bug #31666).
36530
36531              Subject: RE: [PATCH] debugger handles threads [perl #31666]
36532              From: <richard.foley@ubs.com>
36533              Date: Wed, 13 Oct 2004 13:01:18 +0200
36534              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E12@NZURC900PEX1.ubsgs.ubsgroup.net>
36535
36536              Subject: Re: [PATCH] debugger handles threads [perl #31666]
36537              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
36538              Date: Wed, 13 Oct 2004 02:49:58 -0700
36539              Message-ID: <20041013094957.GA17184@efn.org>
36540      Branch: perl
36541            ! lib/perl5db.pl perl.c pod/perlrun.pod
36542 ____________________________________________________________________________
36543 [ 23371] By: steveh                                on 2004/10/15  12:54:29
36544         Log: Make autodoc.pl write its output with UNIX style EOL's.
36545
36546              This saves the Win32 committer(s?) having to dos2unix the files
36547              before committing.  Maybe Perforce's "LineEnd: share" suffices
36548              anyway, but there's no harm in playing safe.
36549      Branch: perl
36550            ! autodoc.pl
36551 ____________________________________________________________________________
36552 [ 23370] By: nicholas                              on 2004/10/15  11:01:18
36553         Log: Include opmini.c in the dependency generation.
36554      Branch: perl
36555            ! Makefile.SH
36556 ____________________________________________________________________________
36557 [ 23369] By: rgs                                   on 2004/10/15  10:20:16
36558         Log: Doc nit to Data::Dumper, suggested by Peter Kay.
36559      Branch: perl
36560            ! ext/Data/Dumper/Dumper.pm
36561 ____________________________________________________________________________
36562 [ 23368] By: steveh                                on 2004/10/15  10:12:31
36563         Log: Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.
36564
36565              These are already in the API supported by Devel::PPPort, and are
36566              often more useful than sv_vcatpvfn and sv_vsetpvfn which were
36567              already documented.
36568      Branch: perl
36569            ! embed.fnc pod/perlapi.pod sv.c
36570 ____________________________________________________________________________
36571 [ 23367] By: mhx                                   on 2004/10/14  18:00:04
36572         Log: Subject: [PATCH] Re: [NOT OK] 23353 OpenVMS 7.2 VAX
36573              From: "Craig A. Berry" <craigberry@mac.com>
36574              Date: Thu, 14 Oct 2004 10:09:41 -0500
36575              Message-ID: <416E96B5.5020100@mac.com>
36576      Branch: perl
36577            ! ext/Devel/PPPort/parts/inc/ppphtest
36578            ! ext/Devel/PPPort/t/ppphtest.t
36579 ____________________________________________________________________________
36580 [ 23366] By: rgs                                   on 2004/10/14  15:50:49
36581         Log: Subject: AW: [perl #31864] IO::Poll - undef fd not checked in mask()
36582              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
36583              Date: Mon, 11 Oct 2004 09:54:15 +0200
36584              Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net>
36585      Branch: perl
36586            ! ext/IO/lib/IO/Poll.pm
36587 ____________________________________________________________________________
36588 [ 23365] By: rgs                                   on 2004/10/14  14:58:21
36589         Log: Fix [perl #31971] local $^D gives noise
36590      Branch: perl
36591            ! embed.fnc embed.h mg.c perl.c proto.h
36592 ____________________________________________________________________________
36593 [ 23364] By: rgs                                   on 2004/10/14  14:25:29
36594         Log: A few fixes in the list of -D debugging flags
36595      Branch: perl
36596            ! perl.c pod/perlrun.pod
36597 ____________________________________________________________________________
36598 [ 23363] By: rgs                                   on 2004/10/14  14:01:50
36599         Log: Subject: [PATCH@23361] RE: [PATCH-for-23358] enable statically linked exte nsions for Win32
36600              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
36601              Date: Wed, 13 Oct 2004 09:45:31 +0400
36602              Message-ID: <7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com>
36603      Branch: perl
36604            ! win32/buildext.pl win32/makefile.mk
36605 ____________________________________________________________________________
36606 [ 23362] By: rgs                                   on 2004/10/12  16:49:53
36607         Log: Minor tweaks for the test.utf16 target, by Jarkko
36608      Branch: perl
36609            ! t/TEST
36610 ____________________________________________________________________________
36611 [ 23361] By: rgs                                   on 2004/10/12  16:07:54
36612         Log: Subject: [perl #31843] warnings::warn($obj,...) fails when $obj overloads ""
36613              From: kaminsky@math.huji.ac.il (via RT) <perlbug-followup@perl.org>
36614              Date: 5 Oct 2004 09:52:07 -0000
36615              Message-ID: <rt-3.0.11-31843-97358.2.89612012687236@perl.org>
36616              (with tweaks)
36617      Branch: perl
36618            ! lib/warnings.pm warnings.pl
36619 ____________________________________________________________________________
36620 [ 23360] By: rgs                                   on 2004/10/12  13:02:44
36621         Log: Subject: [PATCH-for-23358] enable statically linked extensions for Win32
36622              From: Vadim Konovalov <konovalo@mail.wplus.net>
36623              Date: Mon, 11 Oct 2004 22:57:00 +0400
36624              Message-ID: <80173417046.20041011225700@vkonovalov.ru>
36625      Branch: perl
36626            ! makedef.pl win32/Makefile win32/buildext.pl win32/dl_win32.xs
36627            ! win32/makefile.mk win32/perllib.c win32/sync_ext.pl
36628 ____________________________________________________________________________
36629 [ 23359] By: rgs                                   on 2004/10/12  12:54:27
36630         Log: Subject: Patch: BigInt v1.73 (pre-release)
36631              From: Tels <perl_dummy@bloodgate.com>
36632              Date: Sun, 10 Oct 2004 22:36:03 +0200
36633              Message-Id: <200410102236.03637@bloodgate.com>
36634      Branch: perl
36635            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
36636            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
36637            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
36638            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
36639            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
36640            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
36641            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
36642 ____________________________________________________________________________
36643 [ 23358] By: rgs                                   on 2004/10/11  07:28:34
36644         Log: Subject: [PATCH] add the 'test_harness' target to vms "makefile"
36645              From: Abe Timmerman <abe@ztreet.demon.nl>
36646              Date: Sat, 9 Oct 2004 18:13:38 +0200
36647              Message-Id: <200410091813.38673.abe@ztreet.demon.nl>
36648      Branch: perl
36649            ! t/harness vms/descrip_mms.template vms/test.com
36650 ____________________________________________________________________________
36651 [ 23357] By: davem                                 on 2004/10/10  19:18:00
36652         Log: Turn regcomp into a list op
36653      Branch: perl
36654            ! embed.fnc ext/B/B/Deparse.pm lib/overload.t op.c perly.act
36655            ! perly.h perly.tab perly.y pp_ctl.c proto.h toke.c
36656 ____________________________________________________________________________
36657 [ 23356] By: nicholas                              on 2004/10/10  15:21:24
36658         Log: Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all tests
36659      Branch: perl
36660            ! ext/B/t/OptreeCheck.pm
36661 ____________________________________________________________________________
36662 [ 23355] By: nicholas                              on 2004/10/10  15:03:25
36663         Log: Restore runtime loading of Encode and Encode-related modules, so that
36664              open.pm will work when the Encode extension isn't build.
36665      Branch: perl
36666            ! lib/open.pm
36667 ____________________________________________________________________________
36668 [ 23354] By: merijn                                on 2004/10/09  12:27:39
36669         Log: Make AIX 5 + gcc work in 64bitall
36670      Branch: perl
36671            ! hints/aix.sh
36672 ____________________________________________________________________________
36673 [ 23353] By: merijn                                on 2004/10/08  09:52:59
36674         Log: A new machine type, some reformatting, some reorganization
36675              and a bit of additional info on Sleepycat's db.
36676      Branch: perl
36677            ! README.hpux
36678 ____________________________________________________________________________
36679 [ 23352] By: rgs                                   on 2004/10/08  08:56:49
36680         Log: Briefly document the test.utf16 make target.
36681      Branch: perl
36682            ! pod/perlhack.pod
36683 ____________________________________________________________________________
36684 [ 23351] By: rgs                                   on 2004/10/08  08:52:39
36685         Log: Make the perl interpreter more tolerant of UTF-16-encoded script
36686              (patch by Jarkko Hietaniemi)
36687      Branch: perl
36688            ! Makefile.SH t/TEST toke.c utf8.c
36689 ____________________________________________________________________________
36690 [ 23350] By: rgs                                   on 2004/10/04  16:05:20
36691         Log: Subject: [perl #31697] [PATCH] B::Showlex::newlex enhancement and pod
36692              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
36693              Date: 23 Sep 2004 21:45:42 -0000
36694              Message-ID: <rt-3.0.11-31697-96840.0.810265136907162@perl.org>
36695              (with doc nits)
36696      Branch: perl
36697            ! ext/B/B/Concise.pm ext/B/B/Showlex.pm ext/B/t/showlex.t
36698 ____________________________________________________________________________
36699 [ 23349] By: rgs                                   on 2004/10/04  15:46:28
36700         Log: Increment $overload::VERSION after change #23347
36701      Branch: perl
36702            ! ext/B/B/Concise.pm lib/overload.pm
36703 ____________________________________________________________________________
36704 [ 23348] By: rgs                                   on 2004/10/04  14:00:11
36705         Log: Subject: [PATCH-for-23341] dynaloader improvements and cleanup
36706              From: Vadim Konovalov <vadim@vkonovalov.ru>
36707              Date: Sun, 3 Oct 2004 22:10:06 +0400
36708              Message-ID: <138-1837306906.20041003221006@vkonovalov.ru>
36709      Branch: perl
36710            ! ext/DynaLoader/DynaLoader_pm.PL
36711 ____________________________________________________________________________
36712 [ 23347] By: rgs                                   on 2004/10/04  10:57:15
36713         Log: Subject: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
36714              From: Rick Delaney <rick@bort.ca>
36715              Date: Sat, 2 Oct 2004 01:04:49 -0400
36716              Message-ID: <20041002050448.GB5059@biff.bort.ca>
36717      Branch: perl
36718            ! lib/overload.pm lib/overload.t
36719 ____________________________________________________________________________
36720 [ 23346] By: rgs                                   on 2004/10/04  10:18:49
36721         Log: Subject: [PATCH] vms/t/filespec.t tweak
36722              From: "Craig A. Berry" <craigberry@mac.com>
36723              Date: Fri, 01 Oct 2004 13:18:03 -0500
36724              Message-ID: <415D9F5B.5040306@mac.com>
36725      Branch: perl
36726            ! vms/ext/filespec.t
36727 ____________________________________________________________________________
36728 [ 23345] By: rgs                                   on 2004/10/04  08:53:04
36729         Log: More caveats on the non-portability of stat(), suggested by
36730              Stas Bekman.
36731      Branch: perl
36732            ! pod/perlfunc.pod
36733 ____________________________________________________________________________
36734 [ 23344] By: nicholas                              on 2004/10/02  21:49:15
36735         Log: Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without
36736              any check on whether it's valid.
36737      Branch: perl
36738            ! sv.c
36739 ____________________________________________________________________________
36740 [ 23343] By: merijn                                on 2004/10/02  11:08:32
36741         Log: Subject: [PATCH] make t/uni/class.t pass on VMS
36742              From: "Craig A. Berry" <craigberry@mac.com>
36743              Date: Fri, 01 Oct 2004 12:57:55 -0500
36744              Message-ID: <415D9AA3.1000908@mac.com>
36745      Branch: perl
36746            ! t/uni/class.t
36747 ____________________________________________________________________________
36748 [ 23342] By: davem                                 on 2004/09/30  20:51:31
36749         Log: open $1, "file" doesn't raise an exception
36750      Branch: perl
36751            ! pp.c t/io/open.t
36752 ____________________________________________________________________________
36753 [ 23341] By: rgs                                   on 2004/09/30  15:41:40
36754         Log: Subject: [patch] Sys::Syslog POD - $Sys::Syslog::host
36755              From: "Jay Hannah" <jhannah@omnihotels.com>
36756              Date: Wed, 15 Sep 2004 14:51:42 -0500
36757              Message-ID: <002001c49b5d$6d0d79c0$4722000a@omarests2>
36758      Branch: perl
36759            ! ext/Sys/Syslog/Syslog.pm
36760 ____________________________________________________________________________
36761 [ 23340] By: rgs                                   on 2004/09/30  15:12:29
36762         Log: A fix for [perl #31692] : as PerlIO::scalar accesses directly the
36763              PV of the scalar it reads from, avoid to read it when it's an
36764              undefined PV.
36765      Branch: perl
36766            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
36767 ____________________________________________________________________________
36768 [ 23339] By: davem                                 on 2004/09/28  18:05:52
36769         Log: the improved -DT output of #23325 could print an uninit stack value
36770      Branch: perl
36771            ! toke.c
36772 ____________________________________________________________________________
36773 [ 23338] By: nicholas                              on 2004/09/28  16:55:08
36774         Log: Spelling correction spotted by Greg McCarroll
36775      Branch: perl
36776            ! README.epoc
36777 ____________________________________________________________________________
36778 [ 23337] By: rgs                                   on 2004/09/28  15:28:58
36779         Log: Subject: Patch for perl.c fixing an obscure environment bug
36780              From: Merijn Broeren <merijnb@iloquent.com>
36781              Date: Thu, 23 Sep 2004 17:18:17 +0200
36782              Message-ID: <20040923151817.GA15782@brugman.iloquent.nl>
36783      Branch: perl
36784            ! perl.c
36785 ____________________________________________________________________________
36786 [ 23336] By: rgs                                   on 2004/09/28  08:08:24
36787         Log: Perl -DT segfaults when parsing a 'use' statement
36788      Branch: perl
36789            ! toke.c
36790 ____________________________________________________________________________
36791 [ 23334] By: rgs                                   on 2004/09/23  07:33:15
36792         Log: Typo fix.
36793              Subject: [PATCH] Re: Smoke [5.9.2] 23330 FAIL(X) hp-ux 11.11/64 (PA-2.0/64/2 cpu)
36794              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
36795              Date: Wed, 22 Sep 2004 11:20:53 +0200
36796              Message-ID: <20040922112053.686562b6@valis.local>
36797      Branch: perl
36798            ! lib/open.pm
36799 ____________________________________________________________________________
36800 [ 23333] By: rgs                                   on 2004/09/23  07:30:16
36801         Log: Remove a couple of C<> to avoid confusing double quotes in text
36802              rendering. [perl #31678]
36803      Branch: perl
36804            ! pod/perlop.pod
36805 ____________________________________________________________________________
36806 [ 23332] By: rgs                                   on 2004/09/22  09:08:04
36807         Log: Document that $ENV{PATH} may not contain relative directories under -T
36808      Branch: perl
36809            ! pod/perldiag.pod pod/perlsec.pod
36810 ____________________________________________________________________________
36811 [ 23331] By: davem                                 on 2004/09/20  22:11:29
36812         Log: Subject:  Re: [perl #31586] utime does not reach expectations [PATCH]
36813              From:  LAUN Wolfgang <wolfgang.laun@alcatel.at>
36814              Date:  Fri, 17 Sep 2004 14:01:11 +0200
36815              Message-Id:  <DF27CDCBD2581D4B88431901094E4B4D02B0C88B@attmsx1.aut.alcatel.at>
36816
36817              Clarify the effect of utime when the file isn't owned by the user
36818      Branch: perl
36819            ! pod/perlfunc.pod
36820 ____________________________________________________________________________
36821 [ 23330] By: rgs                                   on 2004/09/20  17:20:38
36822         Log: Upgrade to MIME::Base64 3.05.
36823      Branch: perl
36824            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
36825            ! ext/MIME/Base64/t/warn.t
36826 ____________________________________________________________________________
36827 [ 23329] By: rgs                                   on 2004/09/20  17:13:20
36828         Log: Upgrade to Time::HiRes 1.65.
36829      Branch: perl
36830            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
36831            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
36832            ! ext/Time/HiRes/ppport.h ext/Time/HiRes/t/HiRes.t
36833 ____________________________________________________________________________
36834 [ 23327] By: rgs                                   on 2004/09/20  08:23:58
36835         Log: Subject: [perl #27576] [PATCH] Pod::Usage -exitvalue => "NOEXIT" requires -output be set (Doc bug)
36836              From: "Steve Peters via RT" <perlbug-followup@perl.org>
36837              Date: 26 Aug 2004 19:06:52 -0000
36838              Message-ID: <rt-3.0.11-27576-94411.2.28321880730803@perl.org>
36839      Branch: perl
36840            ! lib/Pod/Usage.pm
36841 ____________________________________________________________________________
36842 [ 23326] By: rgs                                   on 2004/09/20  08:10:47
36843         Log: Subject: [PATCH] encoding and open pragmas
36844              From: Jarkko Hietaniemi <jhi@iki.fi>
36845              Date: Mon, 16 Aug 2004 22:27:00 +0300
36846              Message-ID: <41210A84.6060506@iki.fi>
36847
36848              Subject: Re: [PATCH] encoding and open pragmas
36849              From: Jarkko Hietaniemi <jhi@iki.fi>
36850              Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST)
36851              Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi>
36852      Branch: perl
36853            ! ext/Encode/encoding.pm lib/open.pm lib/open.t t/io/layers.t
36854 ____________________________________________________________________________
36855 [ 23325] By: davem                                 on 2004/09/19  21:47:18
36856         Log: improve lexer debugging output (-DT)
36857              Decode yylex() return values, and show lexer state each time
36858              yylex() is called
36859      Branch: perl
36860            ! embed.fnc embed.h proto.h toke.c
36861 ____________________________________________________________________________
36862 [ 23323] By: rgs                                   on 2004/09/15  16:12:42
36863         Log: The XSUB.h patch from:
36864
36865              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
36866              From: John Peacock <jpeacock@rowman.com>
36867              Date: Wed, 18 Aug 2004 08:26:35 -0400
36868              Message-ID: <41234AFB.1020009@rowman.com>
36869
36870              Now it will use version object logic for version comparison
36871              when loading XS modules.
36872      Branch: perl
36873            ! XSUB.h
36874 ____________________________________________________________________________
36875 [ 23322] By: rgs                                   on 2004/09/15  15:48:23
36876         Log: Upgrade to Time::HiRes 1.63.
36877              Note that it includes a ppport.h file. See if the one
36878              previously built in Devel::PPPort can be used instead.
36879      Branch: perl
36880            + ext/Time/HiRes/ppport.h
36881            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
36882            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
36883            ! ext/Time/HiRes/t/HiRes.t
36884 ____________________________________________________________________________
36885 [ 23321] By: davem                                 on 2004/09/14  21:57:10
36886         Log: Subject:  Re: [perl #31459] Bug in read()
36887              From:  Chris Heath <chris@heathens.co.nz>
36888              Date:  06 Sep 2004 00:03:12 -0400
36889              Message-Id:  <1094443392.12379.35.camel@linux.heathens.co.nz>
36890
36891              a read(F) into a UTF8-encoded buffer with an offset off the
36892              end of the buffer, miss-calculated buffer lengths
36893      Branch: perl
36894            ! pp_sys.c
36895 ____________________________________________________________________________
36896 [ 23320] By: davem                                 on 2004/09/12  22:09:51
36897         Log: Memory leak in nested shared data structures in 5.8.4
36898              A pop of an item from a shared array ref causes a leak due to
36899              AVf_REAL not having been set after an sv_upgrade(sv, SVt_PVAV).
36900              Make sv_upgrade() set always this flag.
36901      Branch: perl
36902            ! sv.c
36903 ____________________________________________________________________________
36904 [ 23319] By: nicholas                              on 2004/09/10  16:40:17
36905         Log: Integrate:
36906              [ 23318]
36907              Update the skips for the no perlio case
36908      Branch: perl
36909           !> ext/B/t/optree_check.t ext/B/t/optree_concise.t
36910           !> ext/B/t/showlex.t
36911 ____________________________________________________________________________
36912 [ 23300] By: nicholas                              on 2004/09/09  15:54:18
36913         Log: A single version of B that supports 5.8 and 5.10
36914      Branch: perl
36915            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
36916            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
36917 ____________________________________________________________________________
36918 [ 23283] By: mhx                                   on 2004/09/08  20:33:55
36919         Log: Subject: [PATCH-5.8.5] lib/bigint.pm tiny typo fix
36920              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
36921              Date: Mon, 6 Sep 2004 11:09:51 +0400
36922              Message-ID: <7DD1BE2C50259746ABB8683672D2089E081132@itotest-1.spb.lucent.com>
36923      Branch: perl
36924            ! lib/bigint.pm
36925 ____________________________________________________________________________
36926 [ 23282] By: mhx                                   on 2004/09/08  20:19:18
36927         Log: Upgrade to Devel::PPPort 3.03.
36928      Branch: perl
36929            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
36930            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
36931            ! ext/Devel/PPPort/PPPort_pm.PL
36932            ! ext/Devel/PPPort/parts/inc/MY_CXT ext/Devel/PPPort/t/MY_CXT.t
36933 ____________________________________________________________________________
36934 [ 23281] By: davem                                 on 2004/09/08  19:42:15
36935         Log: Subject:  [perl #21553] Re: Solaris Perl (fwd)
36936              From:  Andy Dougherty <doughera@lafayette.edu>
36937              Date:  Wed, 8 Sep 2004 11:32:26 -0400 (EDT)
36938              Message-Id:  <Pine.SOL.4.58.0409081129180.17582@maxwell.phys.lafayette.edu>
36939              Clarify whether it's safe to replace the perl bundled with Solaris
36940      Branch: perl
36941            ! README.solaris
36942 ____________________________________________________________________________
36943 [ 23280] By: mhx                                   on 2004/09/08  19:18:06
36944         Log: Upgrade to Devel::PPPort 3.02.
36945      Branch: perl
36946            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
36947            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
36948            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
36949            ! ext/Devel/PPPort/parts/base/5004050
36950            ! ext/Devel/PPPort/parts/base/5005000
36951            ! ext/Devel/PPPort/parts/base/5006000
36952            ! ext/Devel/PPPort/parts/base/5008001
36953            ! ext/Devel/PPPort/parts/base/5009002
36954            ! ext/Devel/PPPort/parts/inc/MY_CXT
36955            ! ext/Devel/PPPort/parts/inc/misc ext/Devel/PPPort/t/MY_CXT.t
36956            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/call.t
36957            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/grok.t
36958            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
36959            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/misc.t
36960            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
36961            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/sv_xpvf.t
36962            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
36963 ____________________________________________________________________________
36964 [ 23279] By: mhx                                   on 2004/09/08  18:46:56
36965         Log: Add MY_CXT_CLONE to the core. (Taken from Time::HiRes.) See also:
36966              http://groups.google.com/groups?selm=r5l1vv00ca033k7a06d40fgei1ion91rnp%404ax.com
36967      Branch: perl
36968            ! perl.h
36969 ____________________________________________________________________________
36970 [ 23278] By: nicholas                              on 2004/09/08  16:53:34
36971         Log: backport B to work on 5.8.x, so that a single version of the source
36972              can be maintained, and ultimately dual-lifed on CPAN
36973              (the version conditional changes are actually surprisingly small)
36974      Branch: perl
36975            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
36976            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_samples.t
36977            ! ext/B/t/stash.t
36978 ____________________________________________________________________________
36979 [ 23277] By: mhx                                   on 2004/09/08  16:49:59
36980         Log: Subject: SvO?OK_off()'s return value
36981              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
36982              Date: Sun, 1 Aug 2004 12:46:48 +0200
36983              Message-Id: <20040801124648.7f9b3cee@r2d2>
36984
36985              Move (void) casts into SvOOK_off macro.
36986      Branch: perl
36987            ! gv.c mg.c perl.c pp.c pp_ctl.c pp_hot.c scope.c sv.c sv.h
36988 ____________________________________________________________________________
36989 [ 23276] By: merijn                                on 2004/09/07  12:57:58
36990         Log: Subject: [PATCH] perlintro.pod
36991              From: Paul Johnson <paul@pjcj.net>
36992              Date: Tue, 7 Sep 2004 15:13:51 +0200
36993              Message-ID: <20040907131351.GD2513@pjcj.net>
36994      Branch: perl
36995            ! pod/perlintro.pod
36996 ____________________________________________________________________________
36997 [ 23275] By: steveh                                on 2004/09/06  10:16:12
36998         Log: Implement new environment variable to allow the use of non-IFS
36999              compatible LSP's on Windows to allow Perl to work in conjunction
37000              with a firewall such as McAfee Guardian.
37001
37002              Bug report and possible solutions by Ken Fox <kfox@ford.com>;
37003              further assistance by Artiom Morozov <artiom@phreaker.net>.
37004      Branch: perl
37005            ! pod/perlrun.pod win32/win32sck.c
37006 ____________________________________________________________________________
37007 [ 23274] By: merijn                                on 2004/09/06  08:49:24
37008         Log: Subject: [PATCH] -Dunlink_all_versions for VMS
37009              From: "Craig A. Berry" <craigberry@mac.com>
37010              Date: Sat, 04 Sep 2004 11:58:56 -0500
37011              Message-ID: <4139F450.7040708@mac.com>
37012      Branch: perl
37013            ! configure.com
37014 ____________________________________________________________________________
37015 [ 23271] By: davem                                 on 2004/09/05  21:36:57
37016         Log: only mortalize deleted array elements for AvREAL
37017              (update to change #23158)
37018      Branch: perl
37019            ! av.c
37020 ____________________________________________________________________________
37021 [ 23267] By: davem                                 on 2004/09/05  20:16:55
37022         Log: I somehow managed to omit the base.pm change from #23266
37023      Branch: perl
37024            ! lib/base.pm
37025 ____________________________________________________________________________
37026 [ 23266] By: davem                                 on 2004/09/05  20:04:35
37027         Log: Fields package bug
37028              An intermediate class with no fields messes up private fields
37029              in the base class.
37030      Branch: perl
37031            ! lib/base.pm lib/base/t/fields-base.t
37032 ____________________________________________________________________________
37033 [ 23258] By: rgs                                   on 2004/09/02  15:37:55
37034         Log: Upgrade to Encode 2.02
37035      Branch: perl
37036            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
37037            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
37038            ! ext/Encode/bin/ucmsort ext/Encode/lib/Encode/Alias.pm
37039            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
37040            ! ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
37041            ! ext/Encode/ucm/big5-hkscs.ucm
37042 ____________________________________________________________________________
37043 [ 23257] By: rgs                                   on 2004/09/02  15:01:39
37044         Log: Upgrade to version 0.42.
37045              From:
37046              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
37047              From: John Peacock <jpeacock@rowman.com>
37048              Date: Wed, 18 Aug 2004 08:26:35 -0400
37049              Message-ID: <41234AFB.1020009@rowman.com>
37050      Branch: perl
37051            ! lib/version.pm lib/version.t util.c
37052 ____________________________________________________________________________
37053 [ 23256] By: davem                                 on 2004/09/01  23:41:25
37054         Log: Subject:  [PATCH] fields.pm lost compile-time benefit
37055              From:  Rick Delaney <rick@bort.ca>
37056              Date:  Fri, 13 Aug 2004 19:54:12 -0400
37057              Message-Id:  <20040813235412.GB12980@biff.bort.ca>
37058
37059              restore the compile-time field checking for
37060              my Dog $spot; $spot->{'walkies'};
37061              that was lost when pseudo-hashes were removed
37062      Branch: perl
37063            ! lib/base/t/fields-base.t lib/base/t/fields.t op.c
37064            ! pod/perldiag.pod
37065 ____________________________________________________________________________
37066 [ 23255] By: davem                                 on 2004/09/01  23:37:07
37067         Log: whoops, fix 'formline undef' test broken by change #23251
37068      Branch: perl
37069            ! t/lib/warnings/9uninit
37070 ____________________________________________________________________________
37071 [ 23253] By: davem                                 on 2004/09/01  22:45:07
37072         Log: Subject:  PATCH: Taintedness and ternary conditional
37073              From:  Andy Lester <andy@petdance.com>
37074              Date:  Thu, 26 Aug 2004 23:44:47 -0500
37075              Message-Id:  <20040827044447.GA5268@petdance.com>
37076
37077              add tests and documentation to the effect that ($tainted ? $a : $b)
37078              doesn't necessarily return a tainted value. Also tidy the markup in
37079              perldoc.pod
37080      Branch: perl
37081            ! pod/perlsec.pod t/op/taint.t
37082 ____________________________________________________________________________
37083 [ 23252] By: davem                                 on 2004/09/01  22:20:05
37084         Log: delete spurious blank lines added by change 23251
37085      Branch: perl
37086            ! pp_ctl.c
37087 ____________________________________________________________________________
37088 [ 23251] By: davem                                 on 2004/09/01  22:17:47
37089         Log: Random made scripts crashing perl
37090              fix 'formline undef' coredump
37091      Branch: perl
37092            ! pp_ctl.c t/lib/warnings/9uninit
37093 ____________________________________________________________________________
37094 [ 23250] By: davem                                 on 2004/09/01  20:46:13
37095         Log: From: david nicol <whatever@davidnicol.com>
37096              Subject: [perl #31228] no no-op
37097              Message-Id: 1093659222.1436.70.camel@plaza.davidnicol.com>
37098              Date: 27 Aug 2004 21:13:42 -0500
37099
37100              Document that 0 and 1 can (sort of) be used as no-ops.
37101      Branch: perl
37102            ! pod/perlop.pod
37103 ____________________________________________________________________________
37104 [ 23249] By: davem                                 on 2004/09/01  18:54:25
37105         Log: Subject:  [ PATCH ] 2 added private flags for B::Concise
37106              From:  Jim Cromie <jcromie@divsol.com>
37107              Date:  Tue, 31 Aug 2004 23:19:54 -0600
37108              Message-Id:  <41355BFA.8010900@divsol.com>
37109
37110              The OPpENTERSUB_NOMOD and OPpCONST_SHORTCIRCUIT flags weren't
37111              displayed by B::Concise.
37112      Branch: perl
37113            ! ext/B/B/Concise.pm
37114 ____________________________________________________________________________
37115 [ 23248] By: rgs                                   on 2004/09/01  15:35:20
37116         Log: Upgrade to Cwd 2.21.
37117      Branch: perl
37118            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
37119 ____________________________________________________________________________
37120 [ 23247] By: rgs                                   on 2004/09/01  15:11:45
37121         Log: Update to File::Spec 0.90
37122      Branch: perl
37123            ! lib/File/Spec.pm lib/File/Spec/VMS.pm
37124 ____________________________________________________________________________
37125 [ 23246] By: mhx                                   on 2004/08/30  18:36:18
37126         Log: Skip Time::HiRes tests if configured without that module.
37127      Branch: perl
37128            ! ext/Time/HiRes/t/HiRes.t
37129 ____________________________________________________________________________
37130 [ 23245] By: mhx                                   on 2004/08/30  18:34:58
37131         Log: Fix skipping of a Dumpvalue test when configured without Devel::Peek.
37132      Branch: perl
37133            ! lib/Dumpvalue.t
37134 ____________________________________________________________________________
37135 [ 23244] By: mhx                                   on 2004/08/30  18:33:27
37136         Log: Skip a Data::Dumper test if configured without B module.
37137      Branch: perl
37138            ! ext/Data/Dumper/t/dumper.t
37139 ____________________________________________________________________________
37140 [ 23243] By: mhx                                   on 2004/08/29  13:22:48
37141         Log: Fix typo in B::Assembler.
37142      Branch: perl
37143            ! ext/B/B/Assembler.pm
37144 ____________________________________________________________________________
37145 [ 23242] By: mhx                                   on 2004/08/29  13:21:50
37146         Log: Skip ext/B/t/assembler.t when configured without B.
37147      Branch: perl
37148            ! ext/B/t/assembler.t
37149 ____________________________________________________________________________
37150 [ 23241] By: merijn                                on 2004/08/28  08:05:19
37151         Log: Subject: [PATCH] File::Spec::VMS update
37152              From: "Craig A. Berry" <craigberry@mac.com>
37153              Date: Fri, 27 Aug 2004 18:51:09 -0500
37154              Message-ID: <412FC8ED.1020300@mac.com>
37155      Branch: perl
37156            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
37157 ____________________________________________________________________________
37158 [ 23240] By: merijn                                on 2004/08/28  07:41:47
37159         Log: Pumpkinship updates
37160      Branch: perl
37161            ! pod/perlhack.pod
37162 ____________________________________________________________________________
37163 [ 23239] By: mhx                                   on 2004/08/26  21:57:39
37164         Log: Fix nasty line break in Storable test file.
37165      Branch: perl
37166            ! ext/Storable/t/just_plain_nasty.t
37167 ____________________________________________________________________________
37168 [ 23238] By: rgs                                   on 2004/08/26  13:02:14
37169         Log: Upgrade to MIME::Base64 3.03
37170      Branch: perl
37171            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
37172            ! ext/MIME/Base64/QuotedPrint.pm
37173 ____________________________________________________________________________
37174 [ 23237] By: rgs                                   on 2004/08/25  08:32:41
37175         Log: Upgrade to MIME::Base64 3.02.
37176      Branch: perl
37177            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
37178            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
37179            ! ext/MIME/Base64/t/quoted-print.t
37180 ____________________________________________________________________________
37181 [ 23236] By: rgs                                   on 2004/08/24  17:24:40
37182         Log: Grammatical nit by Hugo.
37183      Branch: perl
37184            ! pod/perlnewmod.pod
37185 ____________________________________________________________________________
37186 [ 23235] By: rgs                                   on 2004/08/23  12:32:33
37187         Log: Subject: [perl #31295] PATCH: Test comp/use.t fails on Tru64
37188              From: Nikola Milutinovic (via RT) <perlbug-followup@perl.org>
37189              Date: 23 Aug 2004 10:37:31 -0000
37190              Message-ID: <rt-3.0.11-31295-94232.1.74127465250315@perl.org>
37191      Branch: perl
37192            ! t/comp/use.t
37193 ____________________________________________________________________________
37194 [ 23234] By: mhx                                   on 2004/08/23  05:33:39
37195         Log: Upgrade to Devel::PPPort 3.01.
37196      Branch: perl
37197            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
37198            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
37199            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/parts/inc/ppphtest
37200            ! ext/Devel/PPPort/parts/inc/version
37201            ! ext/Devel/PPPort/t/ppphtest.t
37202 ____________________________________________________________________________
37203 [ 23233] By: mhx                                   on 2004/08/22  22:18:56
37204         Log: Fix some backwards-compatibility problems with Storable.
37205      Branch: perl
37206            ! ext/Storable/Storable.xs ext/Storable/t/weak.t
37207 ____________________________________________________________________________
37208 [ 23232] By: rgs                                   on 2004/08/22  19:14:57
37209         Log: Upgrade to Time::HiRes 1.61
37210      Branch: perl
37211            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
37212            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
37213            ! ext/Time/HiRes/hints/solaris.pl ext/Time/HiRes/t/HiRes.t
37214 ____________________________________________________________________________
37215 [ 23231] By: mhx                                   on 2004/08/22  15:36:36
37216         Log: Fix Storable's MANIFEST.
37217      Branch: perl
37218            ! ext/Storable/MANIFEST
37219 ____________________________________________________________________________
37220 [ 23230] By: davem                                 on 2004/08/20  21:20:48
37221         Log: a regex in STDOUT destructor coredumped because regex pad already
37222              freed
37223      Branch: perl
37224            ! perl.c t/op/ref.t
37225 ____________________________________________________________________________
37226 [ 23229] By: mhx                                   on 2004/08/20  13:18:08
37227         Log: Upgrade to Devel::PPPort 3.00_03.
37228      Branch: perl
37229            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
37230            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
37231            ! ext/Devel/PPPort/parts/inc/ppphtest
37232            ! ext/Devel/PPPort/t/ppphtest.t
37233 ____________________________________________________________________________
37234 [ 23228] By: mhx                                   on 2004/08/19  23:14:00
37235         Log: Tweak 'h2xs -h' output.
37236      Branch: perl
37237            ! utils/h2xs.PL
37238 ____________________________________________________________________________
37239 [ 23227] By: mhx                                   on 2004/08/19  17:05:48
37240         Log: Delete superfluous "with".
37241      Branch: perl
37242            ! README.win32
37243 ____________________________________________________________________________
37244 [ 23226] By: mhx                                   on 2004/08/19  11:22:15
37245         Log: Upgrade to Devel::PPPort 3.00_02.
37246      Branch: perl
37247            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
37248            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
37249            ! ext/Devel/PPPort/PPPort_pm.PL
37250 ____________________________________________________________________________
37251 [ 23225] By: rgs                                   on 2004/08/19  07:58:59
37252         Log: Mark a test that relies on tainting behavior as TODO on Windows.
37253      Branch: perl
37254            ! t/comp/opsubs.t
37255 ____________________________________________________________________________
37256 [ 23224] By: steveh                                on 2004/08/18  13:44:13
37257         Log: Add notes for building with MS VC++ Toolkit 2003
37258      Branch: perl
37259            ! README.win32
37260 ____________________________________________________________________________
37261 [ 23223] By: mhx                                   on 2004/08/17  21:33:41
37262         Log: Upgrade to Devel::PPPort 3.00_01.
37263      Branch: perl
37264            + ext/Devel/PPPort/parts/inc/sv_xpvf ext/Devel/PPPort/t/cop.t
37265            + ext/Devel/PPPort/t/sv_xpvf.t
37266            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
37267            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
37268            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
37269            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl
37270            ! ext/Devel/PPPort/parts/inc/misc
37271            ! ext/Devel/PPPort/parts/inc/ppphbin
37272            ! ext/Devel/PPPort/parts/inc/ppphtest
37273            ! ext/Devel/PPPort/parts/inc/uv
37274            ! ext/Devel/PPPort/parts/ppptools.pl
37275            ! ext/Devel/PPPort/parts/todo/5004000
37276            ! ext/Devel/PPPort/parts/todo/5004050
37277            ! ext/Devel/PPPort/parts/todo/5006000
37278            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/uv.t
37279 ____________________________________________________________________________
37280 [ 23222] By: mhx                                   on 2004/08/17  10:14:46
37281         Log: Upgrade to Devel::PPPort 3.00.
37282      Branch: perl
37283            + (add 103 files)
37284            - ext/Devel/PPPort/t/test.t
37285            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
37286            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
37287            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/README
37288            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/module2.c
37289            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/ppport_h.PL
37290            ! ext/Devel/PPPort/soak
37291 ____________________________________________________________________________
37292 [ 23221] By: rgs                                   on 2004/08/17  08:25:39
37293         Log: Subject: [PATCH] Document Carp's global variables + provide tests
37294              From: "Jos I. Boumans" <kane@dwim.org>
37295              Date: Mon, 16 Aug 2004 15:53:40 +0200
37296              Message-Id: <ADC6DEC6-EF8B-11D8-8425-000A95EF62E2@dwim.org>
37297              (tests a bit reworked)
37298      Branch: perl
37299            ! lib/Carp.pm lib/Carp.t
37300 ____________________________________________________________________________
37301 [ 23220] By: rgs                                   on 2004/08/17  07:29:11
37302         Log: Subject: Updates to modules-related pod
37303              From: Kirrily Skud Robert <skud@infotrope.net>
37304              Date: Mon, 16 Aug 2004 16:00:14 -0400
37305              Message-ID: <20040816200014.GC27764@infotrope.net>
37306      Branch: perl
37307            ! pod/perlnewmod.pod
37308 ____________________________________________________________________________
37309 [ 23219] By: rgs                                   on 2004/08/16  17:59:22
37310         Log: Subject: [PATCH] running mktables on VMS
37311              From: "Craig A. Berry" <craigberry@mac.com>
37312              Date: Tue, 10 Aug 2004 22:28:04 -0500
37313              Message-ID: <41199244.9020706@mac.com>
37314      Branch: perl
37315            ! vms/descrip_mms.template
37316 ____________________________________________________________________________
37317 [ 23218] By: rgs                                   on 2004/08/16  07:23:56
37318         Log: Subject: [PATCH] make cygwin ld2 executable
37319              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
37320              Date: Sun, 15 Aug 2004 17:14:59 -0700
37321              Message-ID: <20040816001252.GA2148@efn.org>
37322      Branch: perl
37323            ! cygwin/Makefile.SHs
37324 ____________________________________________________________________________
37325 [ 23217] By: davem                                 on 2004/08/14  22:32:16
37326         Log: make pp_goto() cope potential stack reallocation in EXTEND
37327              The code for goto &foo had local pointers to the stack that
37328              pointed to the wrong place after a realloc.
37329      Branch: perl
37330            ! pp_ctl.c t/op/goto.t
37331 ____________________________________________________________________________
37332 [ 23216] By: rgs                                   on 2004/08/13  13:18:37
37333         Log: Subject: [PATCH] pre Math::BigInt v1.72
37334              From: Tels <perl_dummy@bloodgate.com>
37335              Date: Fri, 13 Aug 2004 14:02:50 +0200
37336              Message-Id: <200408131402.52270@bloodgate.com>
37337      Branch: perl
37338            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
37339            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
37340            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
37341            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
37342 ____________________________________________________________________________
37343 [ 23215] By: rgs                                   on 2004/08/13  12:09:35
37344         Log: Subject: Test for functions with operator names
37345              From: Andy Lester <andy@petdance.com>
37346              Date: Thu, 12 Aug 2004 11:31:03 -0500
37347              Message-ID: <20040812163103.GA26687@petdance.com>
37348      Branch: perl
37349            + t/comp/opsubs.t
37350            ! MANIFEST
37351 ____________________________________________________________________________
37352 [ 23214] By: rgs                                   on 2004/08/13  07:13:38
37353         Log: Subject: api doc fix for SvSetMagicSV_nosteal
37354              From: Stas Bekman <stas@stason.org>
37355              Date: Thu, 12 Aug 2004 18:10:36 -0700
37356              Message-ID: <411C150C.5020602@stason.org>
37357      Branch: perl
37358            ! pod/perlapi.pod sv.h
37359 ____________________________________________________________________________
37360 [ 23213] By: rgs                                   on 2004/08/10  13:17:40
37361         Log: Subject: Re: 2 patches: goto.t, B.pm/xs
37362              From: Jim Cromie <jcromie@divsol.com>
37363              Date: Tue, 10 Aug 2004 07:29:08 -0600
37364              Message-ID: <4118CDA4.3060700@divsol.com>
37365      Branch: perl
37366            ! t/op/goto.t
37367 ____________________________________________________________________________
37368 [ 23212] By: rgs                                   on 2004/08/10  07:21:19
37369         Log: Subject: 2 patches: goto.t, B.pm/xs
37370              From: Jim Cromie <jcromie@divsol.com>
37371              Date: Sun, 08 Aug 2004 18:42:47 -0600
37372              Message-ID: <4116C887.9080400@divsol.com>
37373      Branch: perl
37374            ! ext/B/B.pm ext/B/B.xs
37375 ____________________________________________________________________________
37376 [ 23211] By: rgs                                   on 2004/08/10  07:00:01
37377         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
37378              From: Alan Burlison <Alan.Burlison@sun.com>
37379              Date: Mon, 09 Aug 2004 19:00:12 +0100
37380              Message-ID: <4117BBAC.7080603@sun.com>
37381      Branch: perl
37382            ! ext/POSIX/POSIX.xs
37383 ____________________________________________________________________________
37384 [ 23210] By: davem                                 on 2004/08/09  19:58:35
37385         Log: Fix a typo and remove some debugging crud from change #23209
37386      Branch: perl
37387            ! ext/XS/APItest/t/call.t
37388 ____________________________________________________________________________
37389 [ 23209] By: davem                                 on 2004/08/09  19:48:57
37390         Log: eval_sv() failing a taint test could corrupt the stack
37391      Branch: perl
37392            ! ext/XS/APItest/t/call.t perl.c
37393 ____________________________________________________________________________
37394 [ 23208] By: davem                                 on 2004/08/09  18:28:33
37395         Log: made eq_array in t/test.pl handle undef values better
37396      Branch: perl
37397            ! t/test.pl
37398 ____________________________________________________________________________
37399 [ 23207] By: davem                                 on 2004/08/09  17:21:27
37400         Log: fix minor nit in file description, to keep Jarkko happy
37401      Branch: perl
37402            ! utf8.c
37403 ____________________________________________________________________________
37404 [ 23206] By: rgs                                   on 2004/08/09  15:33:54
37405         Log: Subject: Patch for t/op/sleep.t
37406              From: Andy Lester <andy@petdance.com>
37407              Date: Mon, 9 Aug 2004 00:11:51 -0500
37408              Message-ID: <20040809051151.GA13872@petdance.com>
37409      Branch: perl
37410            ! t/op/sleep.t
37411 ____________________________________________________________________________
37412 [ 23205] By: rgs                                   on 2004/08/09  12:10:25
37413         Log: Add a note in perltodo about a potential extension of readpipe()
37414      Branch: perl
37415            ! pod/perltodo.pod
37416 ____________________________________________________________________________
37417 [ 23204] By: rgs                                   on 2004/08/09  09:13:27
37418         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
37419              From: Alan Burlison <Alan.Burlison@sun.com>
37420              Date: Mon, 09 Aug 2004 10:30:25 +0100
37421              Message-ID: <41174431.6050803@sun.com>
37422      Branch: perl
37423            ! ext/POSIX/POSIX.xs
37424 ____________________________________________________________________________
37425 [ 23203] By: davem                                 on 2004/08/07  15:10:40
37426         Log: Add tests for XS call_*() API
37427      Branch: perl
37428            + ext/XS/APItest/t/call.t
37429            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
37430            ! ext/XS/APItest/MANIFEST pod/perlcall.pod
37431 ____________________________________________________________________________
37432 [ 23202] By: mhx                                   on 2004/08/07  15:10:39
37433         Log: Subject: [PATCH] DB_File 1.810
37434              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
37435              Date: Sat, 7 Aug 2004 15:22:09 +0100
37436              Message-Id: <20040807142059.CTQC10838.mta10-svc.ntlworld.com@MARQUESSPT21>
37437      Branch: perl
37438            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
37439            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
37440 ____________________________________________________________________________
37441 [ 23200] By: steveh                                on 2004/08/06  12:55:31
37442         Log: Fix [perl #24269] socket() call uses non-IFS providers
37443              causing subsequent print/read to hang or misbehave
37444
37445              Patch supplied by Artiom Morozov <artiom@phreaker.net>
37446              in the bug report at http://rt.perl.org/rt3/index.html?q=24269
37447      Branch: perl
37448            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
37449            ! win32/win32.h win32/win32sck.c
37450 ____________________________________________________________________________
37451 [ 23199] By: steveh                                on 2004/08/06  11:57:59
37452         Log: Another small clean-up following changes #23190 and #23198
37453      Branch: perl
37454            ! gv.c
37455 ____________________________________________________________________________
37456 [ 23198] By: davem                                 on 2004/08/06  10:06:46
37457         Log: remove leaks associated with version object change #23190
37458      Branch: perl
37459            ! gv.c util.c
37460 ____________________________________________________________________________
37461 [ 23197] By: rgs                                   on 2004/08/06  06:53:08
37462         Log: Subject: [PATCH sv.c]  signedness nit in #23190
37463              From: "Craig A. Berry" <craigberry@mac.com>
37464              Date: Thu, 05 Aug 2004 13:10:55 -0500
37465              Message-ID: <4112782F.7040302@mac.com>
37466      Branch: perl
37467            ! sv.c
37468 ____________________________________________________________________________
37469 [ 23196] By: mhx                                   on 2004/08/04  18:29:23
37470         Log: Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg.
37471      Branch: perl
37472            ! pod/perlapi.pod sv.h
37473 ____________________________________________________________________________
37474 [ 23195] By: nick                                  on 2004/08/04  18:16:47
37475         Log: Comment describing purpose.
37476      Branch: perl
37477            ! globals.c
37478 ____________________________________________________________________________
37479 [ 23194] By: rgs                                   on 2004/08/04  07:18:49
37480         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
37481              From: Alan Burlison <Alan.Burlison@sun.com>
37482              Date: Mon, 19 Jul 2004 12:07:02 +0100
37483              Message-ID: <40FBAB56.1030208@sun.com>
37484
37485              (last chunk only)
37486      Branch: perl
37487            ! ext/POSIX/POSIX.xs
37488 ____________________________________________________________________________
37489 [ 23193] By: rgs                                   on 2004/08/04  07:00:21
37490         Log: Remove compilation warnings about uninitialized variables.
37491      Branch: perl
37492            ! sv.c
37493 ____________________________________________________________________________
37494 [ 23192] By: rgs                                   on 2004/08/04  06:55:46
37495         Log: Remove the "Newline in left-justified string" warning.
37496      Branch: perl
37497            ! pod/perldiag.pod sv.c t/lib/warnings/sv
37498 ____________________________________________________________________________
37499 [ 23191] By: rgs                                   on 2004/08/04  06:30:58
37500         Log: Subject: [PATCH] extension to diagnostics.pm
37501              From: Fergal Daly <fergal@esatclear.ie>
37502              Date: Wed, 4 Aug 2004 00:33:09 +0100
37503              Message-ID: <20040803233309.GA239@dyn.fergaldaly.com>
37504      Branch: perl
37505            ! lib/diagnostics.pm
37506 ____________________________________________________________________________
37507 [ 23190] By: rgs                                   on 2004/08/04  06:19:27
37508         Log: Subject: [PATCH] Final version object core patch?
37509              From: John Peacock <jpeacock@rowman.com>
37510              Date: Tue, 03 Aug 2004 22:23:57 -0400
37511              Message-ID: <411048BD.3080700@rowman.com>
37512      Branch: perl
37513            ! gv.c perl.c pp_ctl.c sv.c t/comp/require.t t/op/ver.t util.c
37514 ____________________________________________________________________________
37515 [ 23189] By: merijn                                on 2004/08/03  23:51:13
37516         Log: gcc on AIX 4 doesn't like -G on the commandline too
37517      Branch: perl
37518            ! hints/aix_4.sh
37519 ____________________________________________________________________________
37520 [ 23188] By: merijn                                on 2004/08/03  23:48:13
37521         Log: gcc on AIX doesn't like -G on the commandline
37522      Branch: perl
37523            ! hints/aix.sh
37524 ____________________________________________________________________________
37525 [ 23187] By: davem                                 on 2004/08/03  19:20:18
37526         Log: more typo fixes for change 3176 (comments at top of .c files)
37527      Branch: perl
37528            ! mg.c miniperlmain.c perl.c run.c scope.c
37529 ____________________________________________________________________________
37530 [ 23186] By: rgs                                   on 2004/08/03  10:22:54
37531         Log: Subject: [perl #30914] ExtUtils::Embed should use libperl name from Config
37532              From: Marek Rouchal (via RT) <perlbug-followup@perl.org>
37533              Date: 2 Aug 2004 07:00:33 -0000
37534              Message-ID: <rt-3.0.11-30914-93038.14.5123598132685@perl.org>
37535      Branch: perl
37536            ! lib/ExtUtils/Embed.pm
37537 ____________________________________________________________________________
37538 [ 23185] By: rgs                                   on 2004/08/03  09:39:35
37539         Log: Subject: [PATCH] additional -V:foo tests
37540              From: Jim Cromie <jcromie@divsol.com>
37541              Date: Mon, 02 Aug 2004 09:15:23 -0600
37542              Message-ID: <410E5A8B.9030307@divsol.com>
37543      Branch: perl
37544            ! configpm lib/Config.t pod/perlrun.pod
37545 ____________________________________________________________________________
37546 [ 23184] By: rgs                                   on 2004/08/02  16:40:36
37547         Log: Enhance the caveat in the description of tell()
37548
37549              Subject: Re: [perl #30788] Error in documentation
37550              From: Nick Ing-Simmons <nick@ing-simmons.net>
37551              Date: Wed, 28 Jul 2004 15:12:54 +0100
37552              Message-Id: <20040728141254.3861.5@llama.ing-simmons.net>
37553      Branch: perl
37554            ! pod/perlfunc.pod
37555 ____________________________________________________________________________
37556 [ 23183] By: rgs                                   on 2004/08/02  09:16:13
37557         Log: Remove empty rpath from .so files
37558      Branch: perl
37559            ! lib/ExtUtils/MM_Unix.pm
37560 ____________________________________________________________________________
37561 [ 23182] By: rgs                                   on 2004/08/02  09:11:12
37562         Log: Subject: [PATCH] mention refaddr() in overload::StrVal docs
37563              From: Fergal Daly <fergal@esatclear.ie>
37564              Date: Fri, 30 Jul 2004 16:09:19 +0100
37565              Message-ID: <20040730150919.GB19022@dyn.fergaldaly.com>
37566      Branch: perl
37567            ! lib/overload.pm
37568 ____________________________________________________________________________
37569 [ 23181] By: steveh                                on 2004/08/02  08:05:05
37570         Log: Fix breakage caused by Change 23179
37571      Branch: perl
37572            ! t/run/fresh_perl.t
37573 ____________________________________________________________________________
37574 [ 23180] By: davem                                 on 2004/08/01  16:49:20
37575         Log: Add comment to top of reentr.c and fix typos in other files
37576      Branch: perl
37577            ! deb.c dump.c miniperlmain.c pad.c perly.y reentr.c reentr.h
37578            ! reentr.pl regcomp.c regexec.c scope.c utf8.c
37579 ____________________________________________________________________________
37580 [ 23179] By: mhx                                   on 2004/08/01  16:10:19
37581         Log: Skip test when building without Encode.
37582      Branch: perl
37583            ! t/run/fresh_perl.t
37584 ____________________________________________________________________________
37585 [ 23178] By: mhx                                   on 2004/08/01  10:19:46
37586         Log: Remove redundant SvOOK_off (called implicitly by SvOK_off)
37587              and merge identical cases.
37588      Branch: perl
37589            ! scope.c
37590 ____________________________________________________________________________
37591 [ 23177] By: davem                                 on 2004/07/31  16:27:09
37592         Log: shut up a warning in mg.c
37593      Branch: perl
37594            ! mg.c
37595 ____________________________________________________________________________
37596 [ 23176] By: davem                                 on 2004/07/31  16:21:50
37597         Log: Add comment to the top of most .c files explaining their purpose
37598      Branch: perl
37599            ! deb.c doio.c doop.c dump.c gv.c hv.c locale.c malloc.c mg.c
37600            ! miniperlmain.c numeric.c op.c pad.c perl.c perlio.c perly.act
37601            ! perly.h perly.tab perly.y pp.c pp_ctl.c pp_hot.c pp_pack.c
37602            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c taint.c
37603            ! universal.c utf8.c util.c
37604 ____________________________________________________________________________
37605 [ 23175] By: mhx                                   on 2004/07/31  15:19:13
37606         Log: Fix copy & paste bugs in mX?PUSH macro tests.
37607      Branch: perl
37608            ! ext/XS/APItest/APItest.xs
37609 ____________________________________________________________________________
37610 [ 23174] By: merijn                                on 2004/07/31  08:32:31
37611         Log: First steps towards an explicit perl.exp-less AIX build
37612              Previous method can still be used by undeffing usenativedlopen
37613              If that is ever tested at all on AIX
37614      Branch: perl
37615            ! hints/aix.sh hints/aix_4.sh
37616 ____________________________________________________________________________
37617 [ 23173] By: mhx                                   on 2004/07/31  08:29:54
37618         Log: Fix and update Perl_grok_* docs.
37619      Branch: perl
37620            ! numeric.c pod/perlapi.pod
37621 ____________________________________________________________________________
37622 [ 23172] By: steveh                                on 2004/07/30  14:31:08
37623         Log: A few minor updates to README.win32 (aka perlwin32)
37624      Branch: perl
37625            ! README.win32
37626 ____________________________________________________________________________
37627 [ 23171] By: rgs                                   on 2004/07/30  14:24:08
37628         Log: Upgrade to Math::BigInt v1.71.
37629      Branch: perl
37630            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
37631            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
37632            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
37633            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
37634 ____________________________________________________________________________
37635 [ 23170] By: steveh                                on 2004/07/30  13:27:41
37636         Log: Bug report #30132 was resolved before it was finished!
37637              Here's the last piece in the puzzle.
37638      Branch: perl
37639            ! ext/IO/lib/IO/File.pm
37640 ____________________________________________________________________________
37641 [ 23168] By: rgs                                   on 2004/07/28  12:13:36
37642         Log: Upgrade to File::Spec 0.88.
37643      Branch: perl
37644            ! lib/File/Spec.pm lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
37645 ____________________________________________________________________________
37646 [ 23167] By: rgs                                   on 2004/07/28  09:20:12
37647         Log: Subject: Re: [perl #30783] Test::Builder does not handle overloaded "name" values
37648              From: Autrijus Tang <autrijus@gmail.com>
37649              Date: Thu, 22 Jul 2004 20:17:58 -0700
37650              Message-ID: <1912f0e204072220171790193a@mail.gmail.com>
37651      Branch: perl
37652            ! lib/Test/Builder.pm
37653 ____________________________________________________________________________
37654 [ 23166] By: rgs                                   on 2004/07/28  06:31:06
37655         Log: Subject: Re: more 5.9 sort tests (second draft)
37656              From: david nicol <whatever@davidnicol.com>
37657              Date: 21 Jul 2004 17:10:05 -0500
37658              Message-Id: <1090447805.995.24.camel@plaza.davidnicol.com>
37659      Branch: perl
37660            ! t/op/sort.t
37661 ____________________________________________________________________________
37662 [ 23165] By: rgs                                   on 2004/07/28  06:25:15
37663         Log: Subject: Re: AW: [perl #7558] [PATCH] README.solaris
37664              From: Andy Dougherty <doughera@lafayette.edu>
37665              Date: Tue, 27 Jul 2004 14:12:06 -0400 (EDT)
37666              Message-ID: <Pine.SOL.4.58.0407271335550.22839@maxwell.phys.lafayette.edu>
37667      Branch: perl
37668            ! README.solaris
37669 ____________________________________________________________________________
37670 [ 23164] By: davem                                 on 2004/07/26  22:08:32
37671         Log: Subject:  [perl #7558] [PATCH] README.solaris
37672              From:  Andy Dougherty <doughera@lafayette.edu>
37673              Date:  Mon, 26 Jul 2004 15:32:35 -0400 (EDT)
37674              Message-Id:  <Pine.SOL.4.58.0407261530350.19559@maxwell.phys.lafayette.edu>
37675
37676              Add more info on /dev/random under solaris
37677      Branch: perl
37678            ! README.solaris
37679 ____________________________________________________________________________
37680 [ 23163] By: mhx                                   on 2004/07/26  17:14:37
37681         Log: The byte-order modifiers won't go into 5.8.
37682      Branch: perl
37683            ! pod/perlfunc.pod pod/perlport.pod
37684 ____________________________________________________________________________
37685 [ 23162] By: steveh                                on 2004/07/26  10:41:56
37686         Log: Windows-related updates to Porting/repository.pod
37687      Branch: perl
37688            ! Porting/repository.pod
37689 ____________________________________________________________________________
37690 [ 23161] By: davem                                 on 2004/07/25  19:05:28
37691         Log: make -Dl log runops loop entry and exit, and jump level popping
37692      Branch: perl
37693            ! dump.c scope.h
37694 ____________________________________________________________________________
37695 [ 23160] By: davem                                 on 2004/07/24  10:00:27
37696         Log: document that -i messes soft as well hard hard links.
37697      Branch: perl
37698            ! pod/perlrun.pod
37699 ____________________________________________________________________________
37700 [ 23159] By: davem                                 on 2004/07/23  21:15:32
37701         Log: make a note in perlrun that -i doesn't preserve UNIX hard links.
37702      Branch: perl
37703            ! pod/perlrun.pod
37704 ____________________________________________________________________________
37705 [ 23158] By: davem                                 on 2004/07/23  11:06:02
37706         Log: memory leak in array delete
37707              av_delete() wasn't mortalizing the returned value
37708      Branch: perl
37709            ! av.c t/op/delete.t
37710 ____________________________________________________________________________
37711 [ 23157] By: davem                                 on 2004/07/23  10:35:16
37712         Log: remove binary compat from #23156 (remove PL_retstack)
37713      Branch: perl
37714            ! cop.h embed.fnc embed.h embedvar.h perlapi.h proto.h scope.c
37715            ! thrdvar.h
37716 ____________________________________________________________________________
37717 [ 23156] By: davem                                 on 2004/07/23  09:52:59
37718         Log: remove the return stack PL_retstack, and store return ops in the CX
37719              structure directly instead
37720      Branch: perl
37721            ! cc_runtime.h cop.h deb.c mg.c perl.c pp_ctl.c pp_hot.c
37722            ! pp_sys.c scope.c sv.c thrdvar.h
37723 ____________________________________________________________________________
37724 [ 23155] By: nicholas                              on 2004/07/22  18:50:31
37725         Log: Build the perldelta copying command for the main Unix makefile with
37726              buildtoc, so that it doesn't get forgotten on version increments.
37727      Branch: perl
37728            ! Makefile.SH pod/buildtoc
37729 ____________________________________________________________________________
37730 [ 23154] By: nicholas                              on 2004/07/22  18:19:58
37731         Log: Grab perl585delta.pod from maint and
37732
37733              Integrate:
37734              [ 23069]
37735              This is RC2. Maybe this one will last longer.
37736
37737              [ 23141]
37738              Break a leg
37739
37740              [perlhist.pod]
37741      Branch: perl
37742           +> pod/perl585delta.pod
37743            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
37744            ! vms/descrip_mms.template win32/pod.mak
37745           !> pod/perlhist.pod
37746 ____________________________________________________________________________
37747 [ 23152] By: rgs                                   on 2004/07/22  16:16:41
37748         Log: Upgrade to Cwd 2.20
37749      Branch: perl
37750            + ext/Cwd/t/win32.t
37751            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
37752            ! lib/Cwd.pm
37753 ____________________________________________________________________________
37754 [ 23151] By: rgs                                   on 2004/07/22  15:50:34
37755         Log: Sort perldiag.
37756      Branch: perl
37757            ! pod/perldiag.pod
37758 ____________________________________________________________________________
37759 [ 23150] By: rgs                                   on 2004/07/22  13:15:12
37760         Log: Subject: Re: "Too late for -T" could be more descriptive
37761              From: Jim Cromie <jcromie@divsol.com>
37762              Date: Wed, 21 Jul 2004 11:21:50 -0600
37763              Message-ID: <40FEA62E.2010809@divsol.com>
37764              (with tweaks)
37765      Branch: perl
37766            ! perl.c perl.h pod/perldebug.pod pod/perldiag.pod
37767            ! pod/perlrun.pod
37768 ____________________________________________________________________________
37769 [ 23149] By: rgs                                   on 2004/07/22  12:09:40
37770         Log: Email change for Steffen Mueller.
37771      Branch: perl
37772            ! AUTHORS
37773 ____________________________________________________________________________
37774 [ 23148] By: rgs                                   on 2004/07/22  11:32:16
37775         Log: Grammar fix by Paul Johnson.
37776      Branch: perl
37777            ! pod/perldiag.pod
37778 ____________________________________________________________________________
37779 [ 23147] By: nicholas                              on 2004/07/22  10:51:48
37780         Log: Config::config_re and config_sh would report the byteorder as 'ffff'
37781      Branch: perl
37782            ! configpm lib/Config.t
37783 ____________________________________________________________________________
37784 [ 23146] By: rgs                                   on 2004/07/21  12:01:32
37785         Log: Subject: [PATCH] Mention common dynaloader errors in perldiag.pod
37786              From: "Jos I. Boumans" <kane@dwim.org>
37787              Date: Wed, 21 Jul 2004 13:47:35 +0200
37788              Message-Id: <C226C05A-DB0B-11D8-A551-000A95EF62E2@dwim.org>
37789              (with tweaks)
37790      Branch: perl
37791            ! pod/perldiag.pod
37792 ____________________________________________________________________________
37793 [ 23145] By: rgs                                   on 2004/07/21  08:47:14
37794         Log: Subject: [PATCH perl-current] Re: [perl #30688] Empty slice arg with ($;$) prototype
37795              From: Rick Delaney <rick@bort.ca>
37796              Date: Tue, 20 Jul 2004 16:53:54 -0400
37797              Message-ID: <20040720205353.GA970@biff.bort.ca>
37798      Branch: perl
37799            ! pp.c t/op/list.t
37800 ____________________________________________________________________________
37801 [ 23142] By: rgs                                   on 2004/07/19  15:49:12
37802         Log: Subject: [perl #30609] [PATCH] BigInt v1.71 - first try
37803              From: Tels <perl_dummy@bloodgate.com>
37804              Date: Sat, 17 Jul 2004 16:22:57 +0200
37805              Message-Id: <200407171622.58443@bloodgate.com>
37806      Branch: perl
37807            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
37808            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
37809            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
37810            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
37811            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
37812            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
37813 ____________________________________________________________________________
37814 [ 23135] By: nicholas                              on 2004/07/19  08:33:13
37815         Log: Turn 2 strcpy()s into memcpy() because we know the length.
37816      Branch: perl
37817            ! toke.c
37818 ____________________________________________________________________________
37819 [ 23130] By: nicholas                              on 2004/07/16  13:41:22
37820         Log: Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses
37821              1970
37822      Branch: perl
37823            ! pod/perlfunc.pod
37824 ____________________________________________________________________________
37825 [ 23129] By: nicholas                              on 2004/07/16  13:21:33
37826         Log: Typo fix from Julian Gilbey, forwarded upstream from Debian by
37827              Brendan O'Dea
37828      Branch: perl
37829            ! pod/perluniintro.pod
37830 ____________________________________________________________________________
37831 [ 23128] By: nick                                  on 2004/07/16  12:16:05
37832         Log: Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk().
37833              From: Steve Hay <steve.hay@uk.radan.com>
37834              CC: perl-win32-porters@listserv.ActiveState.com
37835              Message-ID: <40F6B295.8010804@uk.radan.com>
37836
37837              Assumes perl's malloc can now handle non-contiguous memory (believed
37838              to be true).
37839              Does not address threading issues.
37840
37841              "The attached patch (against blead) makes sbrk() initially try to
37842              extend the existing block of memory exactly as it currently does, but
37843              to not  fail immediately if it can't -- it now frees up that part of
37844              whatever it  had previously reserved+committed which hadn't actually
37845              been used yet,  resets all its static variables and basically starts
37846              anew."
37847      Branch: perl
37848            ! win32/win32.c
37849 ____________________________________________________________________________
37850 [ 23127] By: nicholas                              on 2004/07/16  11:14:45
37851         Log: glob('*.c') to find documentation is dangerous when run in unclean
37852              trees, so isntead use MANIFEST to only scan the legitimate source
37853              files.
37854      Branch: perl
37855            ! autodoc.pl
37856 ____________________________________________________________________________
37857 [ 23126] By: nicholas                              on 2004/07/16  11:04:37
37858         Log: Encourage compilers to tail call optimise in sv_savepv, sv_savepvn
37859              and sv_savesharedpv. Need to create non-void returning versions of
37860              Copy and Zero, as the existing macros deliberately cast to (void)
37861      Branch: perl
37862            ! handy.h malloc.c perl.c pod/perlapi.pod sv.c util.c
37863 ____________________________________________________________________________
37864 [ 23125] By: nicholas                              on 2004/07/16  10:59:08
37865         Log: Rebuild perlapi.pod
37866      Branch: perl
37867            ! pod/perlapi.pod
37868 ____________________________________________________________________________
37869 [ 23124] By: merijn                                on 2004/07/16  10:30:53
37870         Log: Be sure HP-UX' ANSI C compiler's PATH is found *before*
37871              the path to the bundled braindead C compiler. This might
37872              influence ccache's behaviour in finding the correct path
37873      Branch: perl
37874            ! Configure
37875 ____________________________________________________________________________
37876 [ 23122] By: nicholas                              on 2004/07/16  10:14:24
37877         Log: oslevel can fail on AIX, but the output generated would confuse
37878              Configure
37879      Branch: perl
37880            ! Configure
37881 ____________________________________________________________________________
37882 [ 23121] By: nicholas                              on 2004/07/16  08:53:28
37883         Log: Some calls to PerlMemShared_alloc() aren't checking the return value.
37884              Bug spotted by Nigel Sandever
37885      Branch: perl
37886            ! ext/threads/threads.xs util.c
37887 ____________________________________________________________________________
37888 [ 23120] By: nicholas                              on 2004/07/15  19:09:15
37889         Log: threads.xs doesn't check the return value of the thread creation
37890              call. D'oh! This gives SEGVs if the OS fails to create another thread.
37891              Cause of problem located by Nigel Sandever
37892      Branch: perl
37893            ! ext/threads/threads.pm ext/threads/threads.xs
37894 ____________________________________________________________________________
37895 [ 23118] By: nicholas                              on 2004/07/15  16:28:03
37896         Log: Assimilate Cwd 2.19
37897      Branch: perl
37898            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
37899 ____________________________________________________________________________
37900 [ 23117] By: merijn                                on 2004/07/15  14:16:07
37901         Log: Trailing semi-colon are not allowed on #ifdef's in ANSI
37902      Branch: perl
37903            ! ext/Storable/Storable.xs
37904 ____________________________________________________________________________
37905 [ 23116] By: nicholas                              on 2004/07/15  12:50:31
37906         Log: Abigail notes that a re-entrant regexp engine is a todo
37907      Branch: perl
37908            ! pod/perltodo.pod
37909 ____________________________________________________________________________
37910 [ 23115] By: nicholas                              on 2004/07/15  12:47:50
37911         Log: for (reverse @foo) now iterates in reverse in place.
37912      Branch: perl
37913            ! op.c pod/perltodo.pod pp_ctl.c
37914 ____________________________________________________________________________
37915 [ 23114] By: nicholas                              on 2004/07/15  10:05:23
37916         Log: Optimise for (reverse ...)
37917      Branch: perl
37918            ! op.c
37919 ____________________________________________________________________________
37920 [ 23113] By: nicholas                              on 2004/07/15  09:44:16
37921         Log: Now optimising for $a (reverse ...)
37922      Branch: perl
37923            ! op.c
37924 ____________________________________________________________________________
37925 [ 23112] By: nicholas                              on 2004/07/15  09:16:43
37926         Log: The optrees for C<for $_ (...)> and C<for (...)> differ, so even more
37927              tests.
37928      Branch: perl
37929            ! t/cmd/for.t
37930 ____________________________________________________________________________
37931 [ 23111] By: nicholas                              on 2004/07/15  09:02:36
37932         Log: This seems to be needed to get COW working on Win32
37933      Branch: perl
37934            ! win32/win32.c
37935 ____________________________________________________________________________
37936 [ 23109] By: nicholas                              on 2004/07/14  23:35:24
37937         Log: "That's the way to do it"
37938              In taking out a bug spotted by my regression tests in t/cmd/for.t
37939              I actually managed to disable the entire optimisation. Which means
37940              that I didn't find the other bug. This optimisation is live, and
37941              passes all tests.
37942      Branch: perl
37943            ! op.c pp_hot.c
37944 ____________________________________________________________________________
37945 [ 23108] By: nicholas                              on 2004/07/14  20:55:30
37946         Log: Optimise foreach my $i (reverse ...)
37947              foreach without a lexical iterator not yet optimised
37948      Branch: perl
37949            ! ext/B/B/Concise.pm op.c op.h pp_ctl.c pp_hot.c
37950 ____________________________________________________________________________
37951 [ 23107] By: nicholas                              on 2004/07/14  17:44:08
37952         Log: Subject:  [PATCH] split doc clarification
37953              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
37954              Date:  Wed, 14 Jul 2004 10:19:36 -0700
37955              Message-Id:  <20040714171936.GA1092@efn.org>
37956      Branch: perl
37957            ! pod/perlfunc.pod
37958 ____________________________________________________________________________
37959 [ 23106] By: nicholas                              on 2004/07/14  15:36:57
37960         Log: Numeric comparison operators mustn't compare addresses of references
37961              that are overloaded.
37962      Branch: perl
37963            ! lib/overload.t pp.c pp_hot.c
37964 ____________________________________________________________________________
37965 [ 23105] By: nicholas                              on 2004/07/14  10:40:54
37966         Log: Lots of tests for for reverse ...
37967      Branch: perl
37968            ! t/cmd/for.t
37969 ____________________________________________________________________________
37970 [ 23104] By: nicholas                              on 2004/07/13  21:10:21
37971         Log: Some thoughts on foreach reverse
37972      Branch: perl
37973            ! pod/perltodo.pod
37974 ____________________________________________________________________________
37975 [ 23103] By: nicholas                              on 2004/07/13  19:10:20
37976         Log: s/sort/split/; - my mistake spotted by Dave.
37977      Branch: perl
37978            ! pod/perltodo.pod
37979 ____________________________________________________________________________
37980 [ 23102] By: nicholas                              on 2004/07/13  18:59:46
37981         Log: Optimise list context reverse sort to reverse as part of the sort op
37982      Branch: perl
37983            ! op.c pp_sort.c
37984 ____________________________________________________________________________
37985 [ 23101] By: nicholas                              on 2004/07/13  18:58:41
37986         Log: Work around evil compiler bug on OS X. (Sucks all memory)
37987      Branch: perl
37988            ! util.c
37989 ____________________________________________________________________________
37990 [ 23100] By: nicholas                              on 2004/07/13  15:05:09
37991         Log: check that reverse (sort (@a), @b) etc work.
37992              Join some lines that don't need wrapping
37993      Branch: perl
37994            ! t/op/sort.t
37995 ____________________________________________________________________________
37996 [ 23099] By: nicholas                              on 2004/07/13  14:46:06
37997         Log: Check that non-optimimisable sort comparisons work when reversed
37998              (Not optimised yet, but might be coming soon)
37999      Branch: perl
38000            ! t/op/sort.t
38001 ____________________________________________________________________________
38002 [ 23098] By: nicholas                              on 2004/07/13  14:34:03
38003         Log: Test reverse sort as the return from a function in list and scalar
38004              contexts.
38005      Branch: perl
38006            ! t/op/sort.t
38007 ____________________________________________________________________________
38008 [ 23097] By: nicholas                              on 2004/07/13  14:23:28
38009         Log: Also test reverse sort in scalar context
38010      Branch: perl
38011            ! t/op/sort.t
38012 ____________________________________________________________________________
38013 [ 23096] By: nicholas                              on 2004/07/13  14:06:36
38014         Log: A proper, working, stable optimisation for sort {$b cmp $a}
38015      Branch: perl
38016            ! ext/B/B/Concise.pm ext/B/t/f_sort.t op.c pp_sort.c
38017 ____________________________________________________________________________
38018 [ 23095] By: rgs                                   on 2004/07/13  13:29:54
38019         Log: Tweak to change #23089, as suggested by Tim Bunce
38020      Branch: perl
38021            ! lib/perl5db.pl
38022 ____________________________________________________________________________
38023 [ 23094] By: nicholas                              on 2004/07/13  11:28:49
38024         Log: Generalised "how many in list context" would be useful
38025      Branch: perl
38026            ! pod/perltodo.pod
38027 ____________________________________________________________________________
38028 [ 23093] By: nicholas                              on 2004/07/13  11:19:31
38029         Log: The current optimisation for sort {$b cmp $a} is bogus now that we
38030              guarantee a stable sort. Disable it, pending a correct optimisation.
38031      Branch: perl
38032            ! ext/B/t/f_sort.t op.c op.h t/op/sort.t
38033 ____________________________________________________________________________
38034 [ 23092] By: rgs                                   on 2004/07/13  09:30:11
38035         Log: Subject: Re: [perl #30568] splice generates undef? [PATCH]
38036              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
38037              Date: Mon, 12 Jul 2004 08:26:01 +0200
38038              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C7D2@attmsx1.aut.alcatel.at>
38039      Branch: perl
38040            ! pp.c t/op/splice.t
38041 ____________________________________________________________________________
38042 [ 23091] By: nicholas                              on 2004/07/13  09:14:22
38043         Log: Check each line of config_re output.
38044      Branch: perl
38045            ! lib/Config.t
38046 ____________________________________________________________________________
38047 [ 23090] By: nicholas                              on 2004/07/13  09:13:39
38048         Log: no_plan support in test.pl
38049      Branch: perl
38050            ! t/test.pl
38051 ____________________________________________________________________________
38052 [ 23089] By: rgs                                   on 2004/07/13  08:53:46
38053         Log: Subject: Re: debugger 'R'estart and open database connections
38054              From: Andrew Pimlott <andrew@pimlott.net>
38055              Date: Mon, 12 Jul 2004 21:06:01 -0400
38056              Message-ID: <20040713010601.GF8232@pimlott.net>
38057      Branch: perl
38058            ! lib/perl5db.pl
38059 ____________________________________________________________________________
38060 [ 23088] By: rgs                                   on 2004/07/13  08:27:11
38061         Log: Subject: [PATCH] was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warning
38062              From: John Peacock <jpeacock@rowman.com>
38063              Date: Mon, 12 Jul 2004 23:16:51 -0400
38064              Message-ID: <40F35423.5080304@rowman.com>
38065      Branch: perl
38066            ! lib/version.pm lib/version.t util.c
38067 ____________________________________________________________________________
38068 [ 23085] By: nicholas                              on 2004/07/12  17:27:28
38069         Log: Bodge to make Tk work - like the UTF8 flag, the READONLY flag has too
38070              many meanings. const const vs mutable in this case.
38071      Branch: perl
38072            ! sv.c
38073 ____________________________________________________________________________
38074 [ 23084] By: nick                                  on 2004/07/12  14:26:12
38075         Log: NI-S: IMHO utf8_upgrade is just changing representation not the value
38076              so it has no business calling SvSETMAGIC.
38077      Branch: perl
38078            ! sv.c
38079 ____________________________________________________________________________
38080 [ 23083] By: nick                                  on 2004/07/12  12:17:56
38081         Log: Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
38082              Can now handle the case
38083              is_utf8_string(NULL,0)
38084              again.
38085              Why do we have code dup for Perl_is_utf8_string_loc() ?
38086      Branch: perl
38087            ! utf8.c
38088 ____________________________________________________________________________
38089 [ 23082] By: nicholas                              on 2004/07/11  20:09:00
38090         Log: A decent benchmark would be useful. But it is vague.
38091      Branch: perl
38092            ! pod/perltodo.pod
38093 ____________________________________________________________________________
38094 [ 23081] By: nicholas                              on 2004/07/11  18:36:49
38095         Log: Finding a way to put "I'm MAINT" in perl -v is a TODO
38096      Branch: perl
38097            ! pod/perltodo.pod
38098 ____________________________________________________________________________
38099 [ 23079] By: nicholas                              on 2004/07/10  21:58:34
38100         Log: Store weak references.
38101      Branch: perl
38102            + ext/Storable/t/testlib.pl ext/Storable/t/weak.t
38103            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
38104            ! ext/Storable/README ext/Storable/Storable.pm
38105            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
38106 ____________________________________________________________________________
38107 [ 23078] By: nicholas                              on 2004/07/10  21:11:56
38108         Log: Dual lifing and dists is a TODO
38109      Branch: perl
38110            ! pod/perltodo.pod
38111 ____________________________________________________________________________
38112 [ 23077] By: nicholas                              on 2004/07/10  18:51:35
38113         Log: Resurrect the TODO items about Unicode filenames and Unicode %ENV
38114              Rant a bit more about POD -> HTML
38115      Branch: perl
38116            ! pod/perltodo.pod
38117 ____________________________________________________________________________
38118 [ 23076] By: nicholas                              on 2004/07/10  16:00:44
38119         Log: Perl_mode_from_discipline must update len. (else SEGV)
38120              Diagnosis and patch from clkao
38121      Branch: perl
38122            ! doio.c
38123 ____________________________________________________________________________
38124 [ 23075] By: rgs                                   on 2004/07/10  13:03:56
38125         Log: Subject: Bug with NEXT when called from an eval block
38126              From: Dave Rolsky <autarch@urth.org>
38127              Date: Fri, 9 Jul 2004 17:06:07 -0500 (CDT)
38128              Message-ID: <Pine.LNX.4.58.0407091703010.4578@urth.org>
38129      Branch: perl
38130            ! lib/NEXT.pm lib/NEXT/t/next.t
38131 ____________________________________________________________________________
38132 [ 23074] By: nicholas                              on 2004/07/09  21:03:11
38133         Log: Subject: Re: Segfault using HTML::Entities
38134              From: Jarkko Hietaniemi <jhi@iki.fi>
38135              Message-ID: <40EDBE1A.6080205@iki.fi>
38136              Date: Fri, 09 Jul 2004 00:35:22 +0300
38137      Branch: perl
38138            ! pp_ctl.c regexec.c t/run/fresh_perl.t
38139 ____________________________________________________________________________
38140 [ 23073] By: nicholas                              on 2004/07/09  14:49:16
38141         Log: A more honest TODO
38142      Branch: perl
38143            ! pod/perltodo.pod
38144 ____________________________________________________________________________
38145 [ 23072] By: nicholas                              on 2004/07/09  11:34:17
38146         Log: dor and // fulfil a TODO
38147              Correct a deviation from the Nicholas Clark style guide.
38148      Branch: perl
38149            ! pod/perltodo.pod
38150 ____________________________________________________________________________
38151 [ 23071] By: rgs                                   on 2004/07/09  08:08:05
38152         Log: Subject: [PATCH] prime_env_iter and zero-length values on VMS
38153              From: "Craig A. Berry" <craigberry@mac.com>
38154              Date: Thu, 08 Jul 2004 23:19:05 -0500
38155              Message-ID: <40EE1CB9.8030407@mac.com>
38156      Branch: perl
38157            ! vms/vms.c
38158 ____________________________________________________________________________
38159 [ 23065] By: nicholas                              on 2004/07/08  13:09:44
38160         Log: Randal notes:
38161
38162              "perldoc perldelta" still says 5.8.3 to 5.8.4, even though there
38163              *is* a "perldoc perl583delta" properly.
38164
38165              This is because perl584delta still thinks it's the perldelta
38166      Branch: perl
38167            ! pod/perl584delta.pod
38168 ____________________________________________________________________________
38169 [ 23063] By: rgs                                   on 2004/07/07  17:48:29
38170         Log: Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef
38171              as an argument.
38172      Branch: perl
38173            ! sv.c
38174 ____________________________________________________________________________
38175 [ 23062] By: nicholas                              on 2004/07/07  15:14:39
38176         Log: First stab at explaining that CLONE may get more parameters in future.
38177              More eloquent rewording desired. Patches welcome.
38178      Branch: perl
38179            ! pod/perlmod.pod
38180 ____________________________________________________________________________
38181 [ 23061] By: nicholas                              on 2004/07/07  13:30:27
38182         Log: hv_store was not passing hash onwards (spotted by Dave)
38183      Branch: perl
38184            ! hv.c
38185 ____________________________________________________________________________
38186 [ 23060] By: mhx                                   on 2004/07/06  21:43:05
38187         Log: Failing matches don't reset numbered variables.
38188              Change #22997 could cause Text::ParseWords to loop forever if the
38189              regex didn't not match. Explicitly return if the match fails.
38190      Branch: perl
38191            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
38192 ____________________________________________________________________________
38193 [ 23059] By: nicholas                              on 2004/07/06  21:39:27
38194         Log: Integrate:
38195              [ 23057]
38196              This is RC1
38197      Branch: perl
38198           !> pod/perlhist.pod
38199 ____________________________________________________________________________
38200 [ 23058] By: nicholas                              on 2004/07/06  20:45:53
38201         Log: Stop ENV_IS_CASELESS hv.c picking up the wrong hash value from a
38202              shared string scalar.
38203      Branch: perl
38204            ! hv.c
38205 ____________________________________________________________________________
38206 [ 23052] By: nicholas                              on 2004/07/06  09:26:24
38207         Log: A tool to check the AUTHORS file
38208      Branch: perl
38209            + Porting/checkAUTHORS.pl
38210            ! MANIFEST
38211 ____________________________________________________________________________
38212 [ 23051] By: nicholas                              on 2004/07/06  09:25:16
38213         Log: Add some missing authors and remove 1 duplicate
38214      Branch: perl
38215            ! AUTHORS
38216 ____________________________________________________________________________
38217 [ 23048] By: nicholas                              on 2004/07/05  17:26:09
38218         Log: There was no need to bump $Text::ParseWords::VERSION to 3.24
38219      Branch: perl
38220            ! lib/Text/ParseWords.pm
38221 ____________________________________________________________________________
38222 [ 23047] By: rgs                                   on 2004/07/05  17:05:55
38223         Log: Update tests and $VERSION for change 23046
38224      Branch: perl
38225            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
38226 ____________________________________________________________________________
38227 [ 23046] By: rgs                                   on 2004/07/05  16:53:54
38228         Log: Subject: Re: [perl #30504] B::Deparse scoping problem with for loop
38229              From: Stephen McCamant <smcc@MIT.EDU>
38230              Date: Mon, 28 Jun 2004 18:26:24 -0700
38231              Message-ID: <16608.50496.787002.560481@apocalypse.OCF.Berkeley.EDU>
38232      Branch: perl
38233            ! ext/B/B/Deparse.pm
38234 ____________________________________________________________________________
38235 [ 23042] By: nicholas                              on 2004/07/05  14:54:15
38236         Log: Bump $B::Deparse::VERSION
38237      Branch: perl
38238            ! ext/B/B/Deparse.pm
38239 ____________________________________________________________________________
38240 [ 23040] By: nicholas                              on 2004/07/05  10:24:17
38241         Log: t/op/tie.t test 23 is failing when run with utf8 everywhere.
38242              Problem appears to be due to theft of temporaries
38243      Branch: perl
38244            ! mg.c
38245 ____________________________________________________________________________
38246 [ 23029] By: nicholas                              on 2004/07/04  16:39:07
38247         Log: Subject: [PATCH Cwd 2.18] _vms_abs_path on non-directories
38248              From: "Craig A. Berry" <craigberry@mac.com>
38249              Message-ID: <40E704AA.4090801@mac.com>
38250              Date: Sat, 03 Jul 2004 14:10:34 -0500
38251      Branch: perl
38252            ! ext/Cwd/t/cwd.t lib/Cwd.pm
38253 ____________________________________________________________________________
38254 [ 23028] By: nicholas                              on 2004/07/04  15:14:33
38255         Log: /usr/bin/locale steadfastly delivers 8 bit output independent of
38256              LC_ALL. So when perl's expecting utf8, things don't quite work right.
38257              This has become visible since fix 22842
38258      Branch: perl
38259            ! lib/locale.t
38260 ____________________________________________________________________________
38261 [ 23027] By: mhx                                   on 2004/07/02  14:44:37
38262         Log: More microperl tweaks.
38263      Branch: perl
38264            ! Makefile.micro README.micro uconfig.h uconfig.sh
38265 ____________________________________________________________________________
38266 [ 23026] By: rgs                                   on 2004/07/02  13:05:23
38267         Log: Maintainer change for Safe
38268      Branch: perl
38269            ! Porting/Maintainers.pl
38270 ____________________________________________________________________________
38271 [ 23025] By: rgs                                   on 2004/07/02  10:06:29
38272         Log: Bump version number of Safe for CPAN release
38273      Branch: perl
38274            ! ext/Opcode/Safe.pm
38275 ____________________________________________________________________________
38276 [ 23024] By: rgs                                   on 2004/07/02  07:50:42
38277         Log: Upgrade to I18N::LangTags 0.33
38278      Branch: perl
38279            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
38280            ! lib/I18N/LangTags/t/80_all_env.t
38281 ____________________________________________________________________________
38282 [ 23023] By: davem                                 on 2004/07/02  01:49:11
38283         Log: utf8 POPSTACK crash on split execution
38284              split() does a SWITCHSTACK to directly split to an array, but
38285              if it subsequently dies (eg the regex triggers a 'use utf8' which
38286              is then denied by Safe), then the switch doesn't get undone. Add
38287              a new save type to allow for this.
38288      Branch: perl
38289            ! pp.c scope.c scope.h
38290 ____________________________________________________________________________
38291 [ 23022] By: mhx                                   on 2004/07/01  21:08:44
38292         Log: The microperl config didn't know about usemallocwrap yet.
38293      Branch: perl
38294            ! uconfig.h uconfig.sh
38295 ____________________________________________________________________________
38296 [ 23021] By: mhx                                   on 2004/07/01  14:30:05
38297         Log: Check for definedness of sv before calling sv_derived_from()
38298              to prevent "Use of uninitialized value..." warning.
38299      Branch: perl
38300            ! universal.c
38301 ____________________________________________________________________________
38302 [ 23019] By: nicholas                              on 2004/07/01  10:14:03
38303         Log: Bump version numbers
38304      Branch: perl
38305            ! ext/File/Glob/Glob.pm ext/XS/APItest/APItest.pm
38306            ! ext/threads/threads.pm lib/Carp.pm lib/File/Copy.pm
38307            ! lib/Text/ParseWords.pm lib/Text/Wrap.pm lib/autouse.pm
38308            ! lib/charnames.pm lib/diagnostics.pm lib/utf8.pm
38309 ____________________________________________________________________________
38310 [ 23018] By: nicholas                              on 2004/06/30  21:37:12
38311         Log: Assert that we aren't leaking memory.
38312      Branch: perl
38313            ! sv.c
38314 ____________________________________________________________________________
38315 [ 23016] By: gbarr                                 on 2004/06/30  13:47:36
38316         Log: Sync to libnet-1.19
38317      Branch: perl
38318            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
38319            ! lib/Net/POP3.pm lib/Net/SMTP.pm lib/Net/t/datasend.t
38320 ____________________________________________________________________________
38321 [ 23014] By: rgs                                   on 2004/06/30  12:12:24
38322         Log: Subject: [PATCH pod/perlop.pod] Documenting undefined behaviour of $i = $i ++.
38323              From: Abigail <abigail@abigail.nl>
38324              Date: Wed, 30 Jun 2004 12:00:21 +0200
38325              Message-ID: <20040630100021.GA23752@abigail.nl>
38326      Branch: perl
38327            ! pod/perlop.pod
38328 ____________________________________________________________________________
38329 [ 23011] By: nicholas                              on 2004/06/29  15:26:34
38330         Log: Note that sv_2mortal isn't just "increase reference count by 1, and
38331              mark that it needs a deferred recount"
38332      Branch: perl
38333            ! sv.c
38334 ____________________________________________________________________________
38335 [ 23010] By: rgs                                   on 2004/06/29  12:12:58
38336         Log: More caveats in B::Deparse's documentation
38337              (suggested by Yves Orton)
38338      Branch: perl
38339            ! ext/B/B/Deparse.pm
38340 ____________________________________________________________________________
38341 [ 23007] By: merijn                                on 2004/06/29  10:57:46
38342         Log: HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI
38343              11.00 and on are ANSI by default for /opt/ansic/bin
38344              Error was introduced by #22975 in re-enabling 10.01
38345      Branch: perl
38346            ! hints/hpux.sh
38347 ____________________________________________________________________________
38348 [ 23006] By: davem                                 on 2004/06/28  22:50:01
38349         Log: use encoding and "eq" cause memory leak
38350              Perl_sv_eq() was creating a temp and not always freeing it
38351      Branch: perl
38352            ! sv.c
38353 ____________________________________________________________________________
38354 [ 23002] By: nicholas                              on 2004/06/27  20:57:50
38355         Log: Assimilate Locale-Codes-2.07
38356      Branch: perl
38357            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
38358            ! lib/Locale/Codes/t/all.t lib/Locale/Codes/t/constants.t
38359            ! lib/Locale/Codes/t/country.t lib/Locale/Codes/t/currency.t
38360            ! lib/Locale/Codes/t/uk.t lib/Locale/Constants.pm
38361            ! lib/Locale/Constants.pod lib/Locale/Country.pm
38362            ! lib/Locale/Country.pod lib/Locale/Currency.pm
38363            ! lib/Locale/Currency.pod lib/Locale/Language.pm
38364            ! lib/Locale/Language.pod lib/Locale/Script.pm
38365            ! lib/Locale/Script.pod
38366 ____________________________________________________________________________
38367 [ 23001] By: nicholas                              on 2004/06/27  18:27:43
38368         Log: Stop 80_all_env.t failing when LC_ALL is set
38369      Branch: perl
38370            ! lib/I18N/LangTags/t/80_all_env.t
38371 ____________________________________________________________________________
38372 [ 22998] By: nicholas                              on 2004/06/25  22:19:51
38373         Log: Correct detection of absent modules. Based on
38374
38375              Subject: [PATCH] Config{extensions} uses filesystem names as extensions
38376              From: Andy Dougherty <doughera@lafayette.edu>
38377              Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu>
38378              Date: Thu, 24 Jun 2004 15:09:47 -0400 (EDT)
38379
38380              with improvements from Marcus Holland-Moritz
38381      Branch: perl
38382            ! ext/Devel/PPPort/t/test.t ext/PerlIO/t/scalar.t
38383            ! ext/PerlIO/t/via.t ext/threads/shared/t/disabled.t lib/DB.t
38384            ! lib/Dumpvalue.t lib/PerlIO/via/t/QuotedPrint.t
38385            ! lib/Tie/RefHash.t lib/autouse.t lib/dumpvar.t lib/h2xs.t
38386            ! lib/overload.t t/io/crlf.t
38387 ____________________________________________________________________________
38388 [ 22997] By: mhx                                   on 2004/06/25  20:27:05
38389         Log: Cleanup the main regex in Text::ParseWords and make the
38390              parse_line() routine faster. Add a Unicode test case.
38391      Branch: perl
38392            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
38393 ____________________________________________________________________________
38394 [ 22996] By: merijn                                on 2004/06/25  15:27:21
38395         Log: Subject: [perl #30450] perl 5.8.4: enhancement to hints/solaris_2.sh
38396              From: Nicholas Gianniotis (via RT) <perlbug-followup@perl.org>
38397              Date: 25 Jun 2004 09:39:51 -0000
38398              Message-ID: <rt-3.0.9-30450-91340.10.3279898804255@perl.org>
38399              and
38400              From: Andy Dougherty <doughera@lafayette.edu>
38401              Date: Fri, 25 Jun 2004 11:30:11 -0400 (EDT)
38402              Message-ID: <Pine.SOL.4.58.0406251113420.15961@maxwell.phys.lafayette.edu>
38403      Branch: perl
38404            ! hints/solaris_2.sh
38405 ____________________________________________________________________________
38406 [ 22995] By: rgs                                   on 2004/06/25  15:07:51
38407         Log: Subject: [PATCH] regcomp.c, t/op/regmesg.t -- False range with \p and \P
38408              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
38409              Date: Thu, 24 Jun 2004 16:42:54 -0400 (EDT)
38410              Message-ID: <Pine.LNX.4.44.0406241636340.8774-200000@perlmonk.org>
38411      Branch: perl
38412            ! regcomp.c t/op/regmesg.t
38413 ____________________________________________________________________________
38414 [ 22994] By: rgs                                   on 2004/06/25  08:36:33
38415         Log: More @INC test fixes
38416      Branch: perl
38417            ! t/op/threads.t t/run/switch_A.t t/uni/chomp.t t/uni/tr_7jis.t
38418            ! t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t
38419 ____________________________________________________________________________
38420 [ 22993] By: rgs                                   on 2004/06/25  08:28:34
38421         Log: Fix the Cwd tests for the core.
38422      Branch: perl
38423            ! ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
38424 ____________________________________________________________________________
38425 [ 22992] By: mhx                                   on 2004/06/24  19:51:06
38426         Log: Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline inside quoted text
38427              Use the suggested regex fix, plus some tests.
38428      Branch: perl
38429            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
38430 ____________________________________________________________________________
38431 [ 22991] By: rgs                                   on 2004/06/24  16:47:24
38432         Log: Upgrade to Cwd 2.18
38433              (with local changes to cwd.t, to adapt it to the core)
38434      Branch: perl
38435            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
38436 ____________________________________________________________________________
38437 [ 22990] By: mhx                                   on 2004/06/24  16:22:05
38438         Log: Fix for: [perl #2738] perl segfautls on input
38439              The parser was incorrectly accepting <> as a subroutine prototype and
38440              newATTRSUB didn't validate the proto argument before accessing op_sv.
38441      Branch: perl
38442            ! op.c pod/perldiag.pod t/comp/parser.t toke.c
38443 ____________________________________________________________________________
38444 [ 22988] By: rgs                                   on 2004/06/24  12:58:35
38445         Log: Upgrade to Cwd 2.17_03
38446      Branch: perl
38447            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm
38448 ____________________________________________________________________________
38449 [ 22977] By: nicholas                              on 2004/06/23  08:38:47
38450         Log: Test that [] // 0 is []
38451      Branch: perl
38452            ! t/op/dor.t
38453 ____________________________________________________________________________
38454 [ 22976] By: rgs                                   on 2004/06/23  08:28:15
38455         Log: Add a regression test for bug #23765 (by Jarkko)
38456      Branch: perl
38457            ! t/op/substr.t
38458 ____________________________________________________________________________
38459 [ 22975] By: merijn                                on 2004/06/23  06:56:15
38460         Log: Backward compatibility issues for HP-UX 10.01 and older
38461              Yes, it is still actively used in production environment
38462              One more patch expected for toke.c optimization level
38463      Branch: perl
38464            ! hints/hpux.sh
38465 ____________________________________________________________________________
38466 [ 22972] By: mhx                                   on 2004/06/22  21:23:59
38467         Log: Proposed patch + test case.
38468
38469              Subject: [perl #30409] charnames.pm clobbers default variable
38470              From: Marcel "Grünauer" (via RT) <perlbug-followup@perl.org>
38471              Date: 22 Jun 2004 16:43:50 -0000
38472              Message-ID: <rt-3.0.9-30409-91174.12.8617678524438@perl.org>
38473      Branch: perl
38474            ! lib/charnames.pm lib/charnames.t
38475 ____________________________________________________________________________
38476 [ 22971] By: mhx                                   on 2004/06/22  21:00:10
38477         Log: Adjust array index in FileCache.pm.
38478
38479              Subject: [perl #30291] Use of uninitialized value (array index reference) in FileCache.pm module at line 140
38480              From: bbucklan@jpl-devvax.jpl.nasa.gov (via RT) <perlbug-followup@perl.org>
38481              Date: 15 Jun 2004 16:55:22 -0000
38482              Message-ID: <rt-3.0.9-30291-90552.18.5392299690759@perl.org>
38483      Branch: perl
38484            ! lib/FileCache.pm
38485 ____________________________________________________________________________
38486 [ 22970] By: mhx                                   on 2004/06/22  20:26:11
38487         Log: Subject: [PATCH] DB_File 1.809  was RE: [perl #30237] DB_File methods and substr don't mix
38488              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
38489              Date: Tue, 22 Jun 2004 21:29:12 +0100
38490              Message-Id: <20040622202910.WBSU21846.mta08-svc.ntlworld.com@MARQUESSPT21>
38491      Branch: perl
38492            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
38493            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
38494            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
38495            ! ext/DB_File/typemap
38496 ____________________________________________________________________________
38497 [ 22969] By: nicholas                              on 2004/06/22  13:25:11
38498         Log: Abolish the "Tied variable freed while still in use" error - I have
38499              a way to cleanly avoid the coredump.
38500      Branch: perl
38501            ! mg.c pod/perldiag.pod t/op/tie.t
38502 ____________________________________________________________________________
38503 [ 22968] By: nicholas                              on 2004/06/22  12:28:58
38504         Log: Subject: [PATCH] Storable signedness nit
38505              From: "Craig A. Berry" <craigberry@mac.com>
38506              Message-ID: <40D3AAC7.6030407@mac.com>
38507              Date: Fri, 18 Jun 2004 21:53:59 -0500
38508      Branch: perl
38509            ! ext/Storable/Storable.xs
38510 ____________________________________________________________________________
38511 [ 22967] By: nicholas                              on 2004/06/22  09:57:23
38512         Log: Skip tests if List::Util not built
38513      Branch: perl
38514            ! lib/DB.t lib/Dumpvalue.t lib/autouse.t lib/dumpvar.t
38515            ! lib/overload.t
38516 ____________________________________________________________________________
38517 [ 22966] By: nicholas                              on 2004/06/22  09:56:59
38518         Log: Skip test if Data::Dumper not built
38519      Branch: perl
38520            ! lib/Tie/RefHash.t
38521 ____________________________________________________________________________
38522 [ 22965] By: nicholas                              on 2004/06/22  09:56:34
38523         Log: Skip test if Devel::PPPort is not built.
38524              Probably should fix h2xs to work without it.
38525      Branch: perl
38526            ! lib/h2xs.t
38527 ____________________________________________________________________________
38528 [ 22964] By: rgs                                   on 2004/06/22  07:34:40
38529         Log: Upgrade to I18N::LangTags 0.32
38530      Branch: perl
38531            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
38532            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/80_all_env.t
38533 ____________________________________________________________________________
38534 [ 22963] By: davem                                 on 2004/06/20  12:00:56
38535         Log: make mktables always update modifed time to play better with make
38536      Branch: perl
38537            ! Makefile.SH lib/unicore/mktables
38538 ____________________________________________________________________________
38539 [ 22962] By: davem                                 on 2004/06/20  11:50:19
38540         Log: fix typo in gp_free
38541      Branch: perl
38542            ! gv.c
38543 ____________________________________________________________________________
38544 [ 22961] By: davem                                 on 2004/06/19  12:36:58
38545         Log: 'make test' without preceeding 'make' fails.
38546              Change #22872 added a target to run mktables, but this was
38547              skipped if 'make test' was run first, causing the build of
38548              Unicode::Normalize to fail.
38549      Branch: perl
38550            ! Makefile.SH
38551 ____________________________________________________________________________
38552 [ 22960] By: nicholas                              on 2004/06/18  20:18:02
38553         Log: When expecting an error, it's best to check the text you got, rather
38554              than blindly assuming that it's correct.
38555      Branch: perl
38556            ! t/op/write.t
38557 ____________________________________________________________________________
38558 [ 22959] By: nicholas                              on 2004/06/18  18:57:30
38559         Log: Case insensitive file systems are bad, m'kay
38560      Branch: perl
38561            ! ext/IO/t/IO.t
38562 ____________________________________________________________________________
38563 [ 22958] By: nicholas                              on 2004/06/18  13:45:51
38564         Log: This needs POSIX, so skip if no POSIX
38565      Branch: perl
38566            ! lib/Pod/t/basic.t
38567 ____________________________________________________________________________
38568 [ 22957] By: nicholas                              on 2004/06/18  13:44:27
38569         Log: Also needs skipping if PerlIO::via not built
38570      Branch: perl
38571            ! lib/PerlIO/via/t/QuotedPrint.t
38572 ____________________________________________________________________________
38573 [ 22956] By: nicholas                              on 2004/06/18  13:24:13
38574         Log: Skip tests when PerlIO::scalar and PerlIO::via aren't built
38575      Branch: perl
38576            ! ext/PerlIO/t/scalar.t ext/PerlIO/t/via.t
38577 ____________________________________________________________________________
38578 [ 22955] By: nicholas                              on 2004/06/18  13:19:16
38579         Log: Not ideal, but skip all of IO's tests if Socket is not built.
38580      Branch: perl
38581            ! ext/IO/t/IO.t
38582 ____________________________________________________________________________
38583 [ 22954] By: nicholas                              on 2004/06/18  13:11:31
38584         Log: Skip test if perl configured without threads::shared
38585      Branch: perl
38586            ! ext/threads/shared/t/disabled.t
38587 ____________________________________________________________________________
38588 [ 22953] By: nicholas                              on 2004/06/18  13:09:24
38589         Log: Skip test if Devel::PPPort not built
38590      Branch: perl
38591            ! ext/Devel/PPPort/t/test.t
38592 ____________________________________________________________________________
38593 [ 22952] By: nicholas                              on 2004/06/18  13:07:40
38594         Log: Skip re tests if re not built.
38595      Branch: perl
38596            ! ext/re/t/re.t
38597 ____________________________________________________________________________
38598 [ 22951] By: nicholas                              on 2004/06/18  11:38:24
38599         Log: If we don't build B, we should skip all its tests.
38600      Branch: perl
38601            ! ext/B/t/asmdata.t ext/B/t/b.t ext/B/t/bblock.t
38602            ! ext/B/t/bytecode.t ext/B/t/concise.t ext/B/t/debug.t
38603            ! ext/B/t/deparse.t ext/B/t/f_map.t ext/B/t/f_sort.t
38604            ! ext/B/t/lint.t ext/B/t/o.t ext/B/t/optree_check.t
38605            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
38606            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
38607            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t ext/B/t/stash.t
38608            ! ext/B/t/terse.t ext/B/t/xref.t
38609 ____________________________________________________________________________
38610 [ 22950] By: nicholas                              on 2004/06/18  11:27:51
38611         Log: D'oh. Don't turn on warnings on the #! line without actually testing
38612              the full code in case it warns.
38613      Branch: perl
38614            ! lib/Unicode/UCD.t
38615 ____________________________________________________________________________
38616 [ 22949] By: nicholas                              on 2004/06/18  09:43:12
38617         Log: Unicode::UCD uses Storable, so we can't test if Storable isn't built.
38618      Branch: perl
38619            ! lib/Unicode/UCD.t
38620 ____________________________________________________________________________
38621 [ 22948] By: nicholas                              on 2004/06/18  09:23:20
38622         Log: Can't test the B modules if we didn't build 'em
38623      Branch: perl
38624            ! t/lib/1_compile.t
38625 ____________________________________________________________________________
38626 [ 22947] By: nicholas                              on 2004/06/18  08:59:01
38627         Log: Need to skip test 7 if perl built without the PerlIO::scalar extension
38628      Branch: perl
38629            ! t/io/crlf.t
38630 ____________________________________________________________________________
38631 [ 22946] By: rgs                                   on 2004/06/18  07:44:34
38632         Log: Upgrade to I18N::LangTags 0.31.
38633      Branch: perl
38634            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
38635            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/10_http.t
38636            ! lib/I18N/LangTags/t/80_all_env.t
38637 ____________________________________________________________________________
38638 [ 22945] By: nicholas                              on 2004/06/17  19:27:05
38639         Log: As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't
38640              seem that memzero() of everything is the most efficient idea.
38641      Branch: perl
38642            ! sv.c
38643 ____________________________________________________________________________
38644 [ 22944] By: nicholas                              on 2004/06/17  14:57:14
38645         Log: Change 22516 forgot to add make_overload.pl to generate test data
38646              (submitted from the pub via wireless, bluetooth and then GPRS out
38647              to the Internet)
38648      Branch: perl
38649            + ext/Storable/t/make_overload.pl
38650            ! MANIFEST
38651 ____________________________________________________________________________
38652 [ 22943] By: nicholas                              on 2004/06/17  12:03:48
38653         Log: Storable should cope if the string to thaw happens to be utf8 encoded
38654              And anything with bytes >=256 is corrupt
38655      Branch: perl
38656            ! ext/Storable/ChangeLog ext/Storable/README
38657            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
38658            ! ext/Storable/t/utf8.t
38659 ____________________________________________________________________________
38660 [ 22942] By: rgs                                   on 2004/06/17  09:57:14
38661         Log: Upgrade to Locale::Maketext 1.09
38662      Branch: perl
38663            + lib/Locale/Maketext/t/01_about_verbose.t
38664            + lib/Locale/Maketext/t/10_make.t lib/Locale/Maketext/t/20_get.t
38665            + lib/Locale/Maketext/t/40_super.t
38666            + lib/Locale/Maketext/t/50_super.t
38667            + lib/Locale/Maketext/t/60_super.t
38668            + lib/Locale/Maketext/t/90_utf8.t
38669            - lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
38670            - lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
38671            - lib/Locale/Maketext/t/04super.t
38672            - lib/Locale/Maketext/t/05super.t
38673            - lib/Locale/Maketext/t/06super.t lib/Locale/Maketext/t/90utf8.t
38674            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
38675            ! lib/Locale/Maketext/README
38676 ____________________________________________________________________________
38677 [ 22941] By: rgs                                   on 2004/06/17  09:43:48
38678         Log: Upgrade to I18N::LangTags 0.30.
38679      Branch: perl
38680            + lib/I18N/LangTags/Detect.pm
38681            + lib/I18N/LangTags/t/01_about_verbose.t
38682            + lib/I18N/LangTags/t/05_main.t lib/I18N/LangTags/t/07_listy.t
38683            + lib/I18N/LangTags/t/10_http.t lib/I18N/LangTags/t/50_super.t
38684            + lib/I18N/LangTags/t/55_supers_strict.t
38685            + lib/I18N/LangTags/t/80_all_env.t
38686            - lib/I18N/LangTags/t/01test.t lib/I18N/LangTags/t/02decency.t
38687            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
38688            ! lib/I18N/LangTags/List.pm
38689 ____________________________________________________________________________
38690 [ 22940] By: rgs                                   on 2004/06/17  08:54:41
38691         Log: More forgiving version comparison in perlivp.
38692      Branch: perl
38693            ! utils/perlivp.PL
38694 ____________________________________________________________________________
38695 [ 22939] By: nicholas                              on 2004/06/16  09:05:57
38696         Log: Improve the substitution to cc_r for threading so that compilers
38697              specified with a full path or as a parameter to ccache are changed
38698      Branch: perl
38699            ! hints/aix.sh
38700 ____________________________________________________________________________
38701 [ 22938] By: rgs                                   on 2004/06/15  14:35:00
38702         Log: Subject: [PATCH] File::Basename docs
38703              From: Boris Zentner <bzm@2bz.de>
38704              Date: Sat, 12 Jun 2004 16:29:42 +0200
38705              Message-Id: <200406121629.42595.bzm@2bz.de>
38706      Branch: perl
38707            ! lib/File/Basename.pm
38708 ____________________________________________________________________________
38709 [ 22937] By: nicholas                              on 2004/06/15  09:21:22
38710         Log: It seems that our assert() macro wasn't good enough.
38711              Changed to one that that is an expression, rather than a statement.
38712              Fix new macros definitions in sv.h to be clean enough C to keep the
38713              AIX compiler happy.
38714      Branch: perl
38715            ! perl.h sv.h
38716 ____________________________________________________________________________
38717 [ 22936] By: rgs                                   on 2004/06/15  08:22:32
38718         Log: Subject: [PATCH] perlop.pod: add an example to the .. and ... operators
38719              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
38720              Date: Tue, 15 Jun 2004 10:15:15 +0300 (IDT)
38721              Message-ID: <Pine.LNX.4.56.0406151013140.14618@vipe.technion.ac.il>
38722      Branch: perl
38723            ! pod/perlop.pod
38724 ____________________________________________________________________________
38725 [ 22935] By: nicholas                              on 2004/06/15  07:17:17
38726         Log: Assert SvTYPE is at least PGMV whenever accessing SvSTASH
38727      Branch: perl
38728            ! ext/Storable/Storable.xs sv.h
38729 ____________________________________________________________________________
38730 [ 22934] By: nicholas                              on 2004/06/14  15:26:38
38731         Log: Assert that SV type has magic member when reading/writing.
38732              Will catch buggy code.
38733      Branch: perl
38734            ! sv.c sv.h
38735 ____________________________________________________________________________
38736 [ 22933] By: rgs                                   on 2004/06/13  17:54:47
38737         Log: More h2ph voodoo.
38738      Branch: perl
38739            ! utils/h2ph.PL
38740 ____________________________________________________________________________
38741 [ 22932] By: rgs                                   on 2004/06/13  15:35:00
38742         Log: Subject: [PATCH] t/TEST
38743              From: Abe Timmerman <abe@ztreet.demon.nl>
38744              Date: Sun, 13 Jun 2004 11:41:49 +0200
38745              Message-Id: <200406131141.50361.abe@ztreet.demon.nl>
38746      Branch: perl
38747            ! t/TEST
38748 ____________________________________________________________________________
38749 [ 22931] By: rgs                                   on 2004/06/11  16:54:00
38750         Log: Reapply change #20983, rolled back by change #22920,
38751              as noticed by Craig Berry.
38752      Branch: perl
38753            ! pod/pod2usage.PL pod/podselect.PL
38754 ____________________________________________________________________________
38755 [ 22930] By: rgs                                   on 2004/06/11  14:22:55
38756         Log: More h2ph tweaks: recognition of C types
38757      Branch: perl
38758            ! utils/h2ph.PL
38759 ____________________________________________________________________________
38760 [ 22929] By: rgs                                   on 2004/06/11  13:46:53
38761         Log: More h2ph tweaking for gcc __inline functions
38762      Branch: perl
38763            ! utils/h2ph.PL
38764 ____________________________________________________________________________
38765 [ 22928] By: mhx                                   on 2004/06/11  09:37:42
38766         Log: t/comp/utf.t failed when configuring with -Dnoextensions=Encode
38767      Branch: perl
38768            ! t/comp/utf.t
38769 ____________________________________________________________________________
38770 [ 22927] By: rgs                                   on 2004/06/11  08:28:19
38771         Log: Remove a warning against unsafe signals in perlipc.pod,
38772              now that we have "safe signals".
38773      Branch: perl
38774            ! pod/perlipc.pod
38775 ____________________________________________________________________________
38776 [ 22926] By: rgs                                   on 2004/06/10  19:03:51
38777         Log: Subject: Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparsed code properly
38778              From: Mathieu Arnold <m@absolight.fr>
38779              Date: Thu, 10 Jun 2004 16:43:58 +0200
38780              Message-ID: <34D483170C7F84E0DFBE442B@andromede.in.reaumur.net>
38781              (with a test adjustment)
38782      Branch: perl
38783            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
38784 ____________________________________________________________________________
38785 [ 22925] By: rgs                                   on 2004/06/10  17:26:15
38786         Log: Make h2ph able to understand a limited set of inline functions.
38787              The glibc apparently now ships headers that use inline functions
38788              instead of plain old macros.
38789      Branch: perl
38790            ! utils/h2ph.PL
38791 ____________________________________________________________________________
38792 [ 22924] By: rgs                                   on 2004/06/10  07:55:41
38793         Log: Subject: Change 22872 breaks shared miniperl invocation
38794              From: Alexey Tourbin <at@altlinux.ru>
38795              Date: Fri, 4 Jun 2004 13:24:17 +0400
38796              Message-ID: <20040604092417.GA13447@solemn.turbinal.org>
38797      Branch: perl
38798            ! Makefile.SH
38799 ____________________________________________________________________________
38800 [ 22923] By: rgs                                   on 2004/06/09  19:47:47
38801         Log: Subject: Re: [perl #30045] Transliteration replacement not terminated message obscure
38802              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
38803              Date: Mon, 7 Jun 2004 00:28:55 -0700
38804              Message-ID: <20040607072854.GB1028@efn.org>
38805      Branch: perl
38806            ! pod/perldiag.pod
38807 ____________________________________________________________________________
38808 [ 22922] By: rgs                                   on 2004/06/09  18:40:45
38809         Log: Remove the "malloc wrappage" tests, due to their unportability
38810              (as suggested by Jarkko.)
38811      Branch: perl
38812            ! t/op/array.t t/op/repeat.t
38813 ____________________________________________________________________________
38814 [ 22921] By: rgs                                   on 2004/06/09  15:57:58
38815         Log: Subject: [PATCH] Re: [perl #24081] invalid regexp in perl -V
38816              From: Robin Barker <Robin.Barker@npl.co.uk>
38817              Date: Wed, 9 Jun 2004 12:02:01 +0100
38818              Message-ID: <533D273D4014D411AB1D00062938C4D9040468F1@hotel.npl.co.uk>
38819              with further adjustements for bleadperl
38820      Branch: perl
38821            ! configpm lib/Config.t
38822 ____________________________________________________________________________
38823 [ 22920] By: rgs                                   on 2004/06/09  13:13:29
38824         Log: Upgrade to Pod::Parser 1.28
38825              (except Pod::Find, which has local patches not yet on CPAN)
38826      Branch: perl
38827            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Parser.pm
38828            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
38829            ! t/pod/find.t
38830 ____________________________________________________________________________
38831 [ 22919] By: mhx                                   on 2004/06/09  12:50:12
38832         Log: s/64bit/64-bit/g for consistency in the READMEs.
38833      Branch: perl
38834            ! README.aix README.hpux
38835 ____________________________________________________________________________
38836 [ 22918] By: rgs                                   on 2004/06/09  12:43:59
38837         Log: Subject: [patch] Windows/Win32 thread handle leak with threads join
38838              From: "Kevin Chase" <kevincha99@hotmail.com>
38839              Date: Sun, 06 Jun 2004 09:44:44 -0700
38840              Message-ID: <BAY2-F172Ih5h5xf4rJ0001a3a6@hotmail.com>
38841      Branch: perl
38842            ! ext/threads/threads.xs
38843 ____________________________________________________________________________
38844 [ 22917] By: merijn                                on 2004/06/09  11:46:23
38845         Log: Several updates, major, and minor corrections, model updates,
38846              explained the model numbering of HP-UX servers.
38847      Branch: perl
38848            ! README.hpux
38849 ____________________________________________________________________________
38850 [ 22916] By: rgs                                   on 2004/06/09  09:53:58
38851         Log: Upgrade to Pod::Perldoc 3.13
38852      Branch: perl
38853            + lib/Pod/Perldoc/t/01_about_verbose.t
38854            ! MANIFEST lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
38855 ____________________________________________________________________________
38856 [ 22915] By: rgs                                   on 2004/06/09  09:08:46
38857         Log: Upgrade to Digest 1.08.
38858      Branch: perl
38859            ! lib/Digest.pm
38860 ____________________________________________________________________________
38861 [ 22914] By: rgs                                   on 2004/06/09  08:08:55
38862         Log: Upgrade to CGI.pm 3.05
38863      Branch: perl
38864            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Util.pm lib/CGI/t/html.t
38865 ____________________________________________________________________________
38866 [ 22913] By: davem                                 on 2004/06/08  22:20:40
38867         Log: double DESTROY in for loop
38868              pp_iter decremented the ref count of the previous iterant before
38869              unaliasing it. This could lead to DESTROY being called with the
38870              loop variable still aliased to the freed value. If the DESTROY
38871              also contained a for loop with the same iterator variable, the
38872              freed value would get resurrected then freed for a second time.
38873      Branch: perl
38874            ! pp_hot.c t/cmd/for.t
38875 ____________________________________________________________________________
38876 [ 22912] By: rgs                                   on 2004/06/08  18:51:03
38877         Log: Upgrade to Pod::LaTeX 0.57
38878      Branch: perl
38879            + lib/Pod/t/user.t
38880            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
38881 ____________________________________________________________________________
38882 [ 22911] By: rgs                                   on 2004/06/08  18:42:29
38883         Log: Upgrade to Unicode::Normalize 0.30.
38884      Branch: perl
38885            ! ext/Unicode/Normalize/Changes
38886            ! ext/Unicode/Normalize/Normalize.pm
38887            ! ext/Unicode/Normalize/Normalize.xs
38888            ! ext/Unicode/Normalize/t/illegal.t
38889            ! ext/Unicode/Normalize/t/short.t
38890            ! ext/Unicode/Normalize/t/split.t
38891 ____________________________________________________________________________
38892 [ 22910] By: rgs                                   on 2004/06/08  18:40:38
38893         Log: Remove a spurious \n in a perltie example,
38894              noticed by Geoffrey Young.
38895      Branch: perl
38896            ! pod/perltie.pod
38897 ____________________________________________________________________________
38898 [ 22909] By: rgs                                   on 2004/06/08  18:34:23
38899         Log: Upgrade to Unicode::Collate 0.40
38900      Branch: perl
38901            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/hangul.t
38902 ____________________________________________________________________________
38903 [ 22908] By: rgs                                   on 2004/06/08  18:23:54
38904         Log: Upgrade to Time::Local 1.10.
38905      Branch: perl
38906            ! lib/Time/Local.pm lib/Time/Local.t
38907 ____________________________________________________________________________
38908 [ 22907] By: rgs                                   on 2004/06/08  18:02:59
38909         Log: Upgrade to Test::Harness 2.42
38910      Branch: perl
38911            ! lib/Test/Harness.pm lib/Test/Harness/Changes
38912            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/prove-switches.t
38913 ____________________________________________________________________________
38914 [ 22906] By: nicholas                              on 2004/06/08  14:59:20
38915         Log: Patch 22835 Failed to upgrade all the new files in Encode 2.01
38916              As spotted by Jerry D. Hedden
38917      Branch: perl
38918            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
38919 ____________________________________________________________________________
38920 [ 22905] By: rgs                                   on 2004/06/08  13:53:40
38921         Log: Subject: Re: newSVpvn(NULL, 0); doesn't work as advertised
38922              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
38923              Date: Fri, 4 Jun 2004 16:29:44 +0200
38924              Message-Id: <20040604162944.4011f1c6@r2d2>
38925      Branch: perl
38926            ! pod/perlapi.pod sv.c
38927 ____________________________________________________________________________
38928 [ 22904] By: rgs                                   on 2004/06/08  13:44:27
38929         Log: Subject: Re: [PATCH] Re: Lack of error for large string on Solaris
38930              From: Jarkko Hietaniemi <jhi@iki.fi>
38931              Date: Mon, 07 Jun 2004 20:09:42 +0300
38932              Message-ID: <40C4A156.5030205@iki.fi>
38933      Branch: perl
38934            ! av.c pod/perldiag.pod pp.c pp_hot.c t/op/array.t t/op/repeat.t
38935 ____________________________________________________________________________
38936 [ 22903] By: rgs                                   on 2004/06/08  10:19:27
38937         Log: Subject: [perl #30073] Misleading docs of Text::Wrap
38938              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
38939              Date: 6 Jun 2004 21:50:19 -0000
38940              Message-ID: <rt-3.0.9-30073-89834.19.0927626986204@perl.org>
38941      Branch: perl
38942            ! lib/Text/Wrap.pm
38943 ____________________________________________________________________________
38944 [ 22902] By: rgs                                   on 2004/06/06  07:49:27
38945         Log: Subject: Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T
38946              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
38947              Date: Sun, 06 Jun 2004 00:37:21 +0900
38948              Message-Id: <20040606003344.57B2.BQW10602@nifty.com>
38949      Branch: perl
38950            ! lib/utf8.pm pod/perlapi.pod sv.c t/op/utftaint.t
38951 ____________________________________________________________________________
38952 [ 22901] By: rgs                                   on 2004/06/03  15:19:52
38953         Log: Subject: [PATCH] Have win32/makefile.mk default to gcc, and update docs
38954              From: Steve Hay <steve.hay@uk.radan.com>
38955              Date: Thu, 03 Jun 2004 15:46:17 +0100
38956              Message-ID: <40BF39B9.3060207@uk.radan.com>
38957      Branch: perl
38958            ! README.win32 win32/makefile.mk
38959 ____________________________________________________________________________
38960 [ 22900] By: rgs                                   on 2004/06/03  13:20:37
38961         Log: perlpodspec uses 'nonbreaking' and 'non-breaking'.
38962              Normalize on the hyphenated spelling.
38963      Branch: perl
38964            ! pod/perlpodspec.pod
38965 ____________________________________________________________________________
38966 [ 22899] By: rgs                                   on 2004/06/03  13:03:20
38967         Log: Workaround a dmake oddity.
38968              Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
38969              From: Steve Hay <steve.hay@uk.radan.com>
38970              Date: Thu, 03 Jun 2004 12:16:13 +0100
38971              Message-ID: <40BF087D.8030005@uk.radan.com>
38972      Branch: perl
38973            ! win32/makefile.mk
38974 ____________________________________________________________________________
38975 [ 22898] By: rgs                                   on 2004/06/03  09:02:31
38976         Log: Carp was mostly unusable with Safe because it may require
38977              Carp::Heavy at run-time (while require() is forbidden.)
38978              Have Safe load Carp::Heavy.
38979      Branch: perl
38980            ! ext/Opcode/Safe.pm lib/Carp.pm
38981 ____________________________________________________________________________
38982 [ 22897] By: mhx                                   on 2004/06/02  18:03:40
38983         Log: Make change #22889 work for threaded builds, Part 2.
38984      Branch: perl
38985            ! XSUB.h
38986 ____________________________________________________________________________
38987 [ 22896] By: mhx                                   on 2004/06/02  17:18:44
38988         Log: Make change #22889 work for threaded builds.
38989      Branch: perl
38990            ! pad.c pp.c
38991 ____________________________________________________________________________
38992 [ 22895] By: mhx                                   on 2004/06/02  16:48:41
38993         Log: Fix apidoc entries for PUSHMARK and newXSproto.
38994      Branch: perl
38995            ! XSUB.h pod/perlapi.pod pp.h
38996 ____________________________________________________________________________
38997 [ 22894] By: mhx                                   on 2004/06/02  16:42:24
38998         Log: Document embed.fnc 'U' and 's' flags.
38999      Branch: perl
39000            ! embed.fnc
39001 ____________________________________________________________________________
39002 [ 22893] By: rgs                                   on 2004/06/02  08:21:30
39003         Log: Subject: [PATCH] on VMS, always exit with failure in my_failure_exit
39004              From: "Craig A. Berry" <craigberry@mac.com>
39005              Date: Tue, 01 Jun 2004 23:16:58 -0500
39006              Message-ID: <40BD54BA.9040708@mac.com>
39007      Branch: perl
39008            ! perl.c
39009 ____________________________________________________________________________
39010 [ 22892] By: rgs                                   on 2004/06/02  08:19:30
39011         Log: Subject: Re: [PATCH] [perl #29612] ndbm failure in make test
39012              From: Alexey Tourbin <at@altlinux.ru>
39013              Date: Sat, 22 May 2004 02:22:22 +0400
39014              Message-ID: <20040521222222.GJ2030@solemn.turbinal.org>
39015      Branch: perl
39016            ! ext/NDBM_File/hints/linux.pl
39017 ____________________________________________________________________________
39018 [ 22891] By: rgs                                   on 2004/06/02  06:47:58
39019         Log: Detypo.
39020      Branch: perl
39021            ! pod/perlintern.pod pp_ctl.c
39022 ____________________________________________________________________________
39023 [ 22890] By: rgs                                   on 2004/06/02  06:43:30
39024         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
39025              From: Andrew Dougherty <doughera@lafayette.edu>
39026              Date: Tue, 1 Jun 2004 16:25:48 -0400 (EDT)
39027              Message-ID: <Pine.SOL.4.58.0406011619090.4066@maxwell.phys.lafayette.edu>
39028      Branch: perl
39029            ! INSTALL README
39030 ____________________________________________________________________________
39031 [ 22889] By: rgs                                   on 2004/06/02  06:07:53
39032         Log: Make the dUNDERBAR/UNDERBAR macros work as advertised.
39033              While we're at it, use the same trick to make reverse()
39034              work correctly with lexical $_.
39035      Branch: perl
39036            ! XSUB.h embed.fnc embed.h global.sym pad.c pp.c proto.h
39037            ! t/op/mydef.t
39038 ____________________________________________________________________________
39039 [ 22888] By: rgs                                   on 2004/06/01  15:26:59
39040         Log: Subject: [PATCH] Remove redundant %SIG assignments from FileCache
39041              From: Alan Burlison <Alan.Burlison@Sun.COM>
39042              Date: Fri, 28 May 2004 12:27:06 +0100
39043              Message-ID: <40B7220A.4040305@sun.com>
39044      Branch: perl
39045            ! lib/FileCache.pm
39046 ____________________________________________________________________________
39047 [ 22887] By: merijn                                on 2004/06/01  14:30:48
39048         Log: Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
39049              From: Steve Hay <steve.hay@uk.radan.com>
39050              Date: Tue, 01 Jun 2004 15:30:37 +0100
39051              Message-ID: <40BC930D.90701@uk.radan.com>
39052      Branch: perl
39053            ! win32/Makefile win32/makefile.mk
39054 ____________________________________________________________________________
39055 [ 22886] By: rgs                                   on 2004/06/01  12:24:30
39056         Log: Subject: [Fwd: [PATCH] Pod::Find should ignore SCM files and dirs]
39057              From: Alan Burlison <Alan.Burlison@sun.com>
39058              Date: Fri, 28 May 2004 23:28:44 +0100
39059              Message-ID: <40B7BD1C.40309@sun.com>
39060      Branch: perl
39061            ! lib/Pod/Find.pm
39062 ____________________________________________________________________________
39063 [ 22885] By: rgs                                   on 2004/06/01  12:17:18
39064         Log: Subject: Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (sysopen)
39065              From: Paul Fenwick <pjf@perltraining.com.au>
39066              Date: Tue, 1 Jun 2004 11:31:34 +1000
39067              Message-ID: <20040601013134.GA11005@perltraining.com.au>
39068      Branch: perl
39069            ! pod/perlfunc.pod
39070 ____________________________________________________________________________
39071 [ 22884] By: merijn                                on 2004/06/01  10:51:33
39072         Log: Subject: [PATCH] configure.com and PERL_API_REVISION
39073              From: "Craig A. Berry" <craigberry@mac.com>
39074              Date: Mon, 31 May 2004 21:04:07 -0500
39075              Message-ID: <40BBE417.2090001@mac.com>
39076      Branch: perl
39077            ! configure.com
39078 ____________________________________________________________________________
39079 [ 22883] By: rgs                                   on 2004/06/01  09:25:32
39080         Log: Subject: [PATCH] Shell.pm: pod rewrite and new mini-feature $Shell::raw
39081              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
39082              Date: Tue, 1 Jun 2004 07:52:58 +0200
39083              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C744@attmsx1.aut.alcatel.at>
39084      Branch: perl
39085            ! lib/Shell.pm
39086 ____________________________________________________________________________
39087 [ 22882] By: rgs                                   on 2004/06/01  08:44:01
39088         Log: Subject: [PATCH] perlhack.pod - working with the Perl source
39089              From: Dave Rolsky <autarch@urth.org>
39090              Date: Mon, 31 May 2004 12:52:43 -0500 (CDT)
39091              Message-ID: <Pine.LNX.4.58.0405311250520.7714@urth.org>
39092      Branch: perl
39093            ! pod/perlhack.pod
39094 ____________________________________________________________________________
39095 [ 22881] By: nicholas                              on 2004/05/31  19:06:21
39096         Log: replace the run time code in lib/utf8_pva.pl with data generated
39097              at build by mktables, stored in lib/unicore/PVA.pl
39098      Branch: perl
39099            - lib/utf8_pva.pl
39100            ! MANIFEST Makefile.SH lib/unicore/mktables lib/utf8_heavy.pl
39101            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
39102 ____________________________________________________________________________
39103 [ 22880] By: nicholas                              on 2004/05/31  17:26:56
39104         Log: Don't need to require utf8_pva.pl at top of file
39105      Branch: perl
39106            ! lib/utf8_heavy.pl
39107 ____________________________________________________________________________
39108 [ 22879] By: nicholas                              on 2004/05/31  14:24:56
39109         Log: Run mktables as part of the build process.
39110              Don't ship any of the files that it generates in lib/unicore
39111      Branch: perl
39112            - (delete 419 files)
39113            ! MANIFEST Makefile.SH lib/unicore/mktables
39114            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
39115 ____________________________________________________________________________
39116 [ 22878] By: rgs                                   on 2004/05/31  14:20:53
39117         Log: Subject: [perl #29937] Entries missing from .packlist
39118              From: jdhedden@1979.usna.com (via RT) <perlbug-followup@perl.org>
39119              Date: 28 May 2004 19:23:48 -0000
39120              Message-ID: <rt-3.0.9-29937-88315.2.18472609678159@perl.org>
39121      Branch: perl
39122            ! installman installperl
39123 ____________________________________________________________________________
39124 [ 22877] By: rgs                                   on 2004/05/31  12:50:57
39125         Log: Subject: [PATCH] Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph
39126              From: <wolfgang.laun@chello.at>
39127              Date: Sun, 30 May 2004 17:27:07 +0200
39128              Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost>
39129      Branch: perl
39130            ! utils/h2ph.PL
39131 ____________________________________________________________________________
39132 [ 22876] By: rgs                                   on 2004/05/31  09:52:05
39133         Log: Subject: [PATCH] Fix anomalies in Carp functions
39134              From: Steve Hay <steve.hay@uk.radan.com>
39135              Date: Tue, 25 May 2004 16:05:02 +0100
39136              Message-ID: <40B3609E.5060502@uk.radan.com>
39137      Branch: perl
39138            ! lib/Carp.t lib/Carp/Heavy.pm lib/autouse.t
39139 ____________________________________________________________________________
39140 [ 22875] By: rgs                                   on 2004/05/31  09:25:37
39141         Log: Subject: [PATCH] Fix generation of perlapi.pod
39142              From: Steve Hay <steve.hay@uk.radan.com>
39143              Date: Fri, 28 May 2004 11:46:41 +0100
39144              Message-ID: <40B71891.6090806@uk.radan.com>
39145      Branch: perl
39146            ! autodoc.pl pod/perlapi.pod
39147 ____________________________________________________________________________
39148 [ 22874] By: davem                                 on 2004/05/30  22:31:03
39149         Log: Subject:  Re: my $x->{foo} doesn't work
39150              From:  Shinya Hayakawa <hayakawa@livedoor.jp>
39151              Date:  Tue, 25 May 2004 00:06:06 +0900
39152              Message-Id:  <200405250006.06387.hayakawa@livedoor.jp>
39153
39154              Allow autovivification of (my $x)->{foo}
39155      Branch: perl
39156            ! pp_hot.c t/op/my.t
39157 ____________________________________________________________________________
39158 [ 22873] By: nicholas                              on 2004/05/30  21:58:36
39159         Log: Convert to using File::Spec, so that we can build Unicode files
39160              on all platforms
39161      Branch: perl
39162            ! lib/unicore/mktables
39163 ____________________________________________________________________________
39164 [ 22872] By: nicholas                              on 2004/05/30  20:34:07
39165         Log: First step to generating Unicode files for the regexp engine at build
39166              time - targets in the Makefile
39167      Branch: perl
39168            ! Makefile.SH
39169 ____________________________________________________________________________
39170 [ 22870] By: davem                                 on 2004/05/30  14:30:45
39171         Log: Problem with autouse (causing Perl to crash)
39172              @_ sometimes wasn't getting created right
39173      Branch: perl
39174            ! pad.c pp_ctl.c t/op/goto.t
39175 ____________________________________________________________________________
39176 [ 22868] By: nicholas                              on 2004/05/30  13:57:05
39177         Log: Upgrade to Encode 2.01.
39178      Branch: perl
39179            ! ext/Encode/lib/Encode/CN/HZ.pm
39180            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
39181 ____________________________________________________________________________
39182 [ 22866] By: nicholas                              on 2004/05/30  13:11:41
39183         Log: Skip in minitest
39184      Branch: perl
39185            ! t/comp/utf.t
39186 ____________________________________________________________________________
39187 [ 22853] By: rgs                                   on 2004/05/28  06:29:28
39188         Log: Subject: [PATCH doc] Re: undef loses it magicness when assigned to a variable?
39189              From: Stas Bekman <stas@stason.org>
39190              Date: Thu, 27 May 2004 11:25:08 -0700
39191              Message-ID: <40B63284.5040203@stason.org>
39192      Branch: perl
39193            ! pod/perlapi.pod pod/perlguts.pod sv.h
39194 ____________________________________________________________________________
39195 [ 22852] By: merijn                                on 2004/05/28  05:31:25
39196         Log: Subject: TEST needs to ignore SCM files
39197              From: Alan Burlison <Alan.Burlison@sun.com>
39198              Date: Thu, 27 May 2004 23:32:28 +0100
39199              Message-ID: <40B66C7C.8030303@sun.com>
39200      Branch: perl
39201            ! t/TEST
39202 ____________________________________________________________________________
39203 [ 22850] By: rgs                                   on 2004/05/26  16:17:24
39204         Log: Subject: [PATCH] 'perl -v' fails if local_patches contains code snippets
39205              From: Alan Burlison <Alan.Burlison@sun.com>
39206              Date: Wed, 26 May 2004 16:24:03 +0100
39207              Message-ID: <40B4B693.9090905@sun.com>
39208              (using \0 as a separator for q//)
39209      Branch: perl
39210            ! perl.c
39211 ____________________________________________________________________________
39212 [ 22848] By: rgs                                   on 2004/05/26  08:15:29
39213         Log: Subject: [PATCH] correctly handle C<< >> and C<<< >>> in diagnostics
39214              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39215              Date: Tue, 25 May 2004 02:29:37 -0700
39216              Message-ID: <20040525092937.GA2332@efn.org>
39217      Branch: perl
39218            ! lib/diagnostics.pm
39219 ____________________________________________________________________________
39220 [ 22843] By: rgs                                   on 2004/05/24  16:12:41
39221         Log: Tests for change #22842, by SADAHIRO Tomoyuki
39222              (adapted to the core)
39223      Branch: perl
39224            + t/op/utftaint.t
39225            ! MANIFEST
39226 ____________________________________________________________________________
39227 [ 22842] By: rgs                                   on 2004/05/24  15:55:23
39228         Log: Subject: Re: utf-8 and taint don't work together
39229              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
39230              Date: Sat, 22 May 2004 21:38:33 +0900
39231              Message-Id: <20040522212704.C068.BQW10602@nifty.com>
39232
39233              Date: Sun, 23 May 2004 09:56:15 +0900
39234              Message-Id: <20040523095609.E404.BQW10602@nifty.com>
39235      Branch: perl
39236            ! ext/Encode/lib/Encode/CN/HZ.pm
39237            ! ext/Encode/lib/Encode/Unicode/UTF7.pm sv.c
39238 ____________________________________________________________________________
39239 [ 22841] By: rgs                                   on 2004/05/24  11:43:32
39240         Log: Subject: [PATCH] win32_chsize is not exported on Win32
39241              From: Steve Hay <steve.hay@uk.radan.com>
39242              Date: Mon, 24 May 2004 12:52:48 +0100
39243              Message-ID: <40B1E210.4050202@uk.radan.com>
39244      Branch: perl
39245            ! makedef.pl
39246 ____________________________________________________________________________
39247 [ 22840] By: rgs                                   on 2004/05/24  11:23:31
39248         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
39249              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39250              Date: Fri, 21 May 2004 11:35:34 -0700
39251              Message-ID: <20040521183533.GA5108@efn.org>
39252              (plus whitespace removal)
39253      Branch: perl
39254            ! INSTALL
39255 ____________________________________________________________________________
39256 [ 22839] By: davem                                 on 2004/05/22  11:15:34
39257         Log: Optimization busted: '@a = "b", sort @a' drops "b"
39258              Fix the sort-in-place optimization of change #22349.
39259      Branch: perl
39260            ! op.c t/op/sort.t
39261 ____________________________________________________________________________
39262 [ 22838] By: gbarr                                 on 2004/05/22  07:41:21
39263         Log: Update to Scalar-List-Utils-1.14
39264      Branch: perl
39265            + ext/List/Util/Changes
39266            - ext/List/Util/ChangeLog
39267            ! MANIFEST ext/List/Util/README ext/List/Util/Util.xs
39268            ! ext/List/Util/lib/List/Util.pm
39269            ! ext/List/Util/lib/Scalar/Util.pm
39270 ____________________________________________________________________________
39271 [ 22837] By: rgs                                   on 2004/05/21  15:40:49
39272         Log: Subject: Proposed doc patch for getsockopt
39273              From: perl5-porters@ton.iguana.be (Ton Hospel)
39274              Date: Sun, 16 May 2004 13:35:20 +0000 (UTC)
39275              Message-Id: <c87qmo$u9b$1@post.home.lunix>
39276      Branch: perl
39277            ! pod/perlfunc.pod
39278 ____________________________________________________________________________
39279 [ 22836] By: rgs                                   on 2004/05/21  08:45:28
39280         Log: Subject: [PATCH] h2xs doesn't recognize indented enums
39281              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
39282              Date: Fri, 21 May 2004 10:51:58 +0200
39283              Message-id: <20040521085158.GA10660@ethan>
39284              (modified regexp)
39285      Branch: perl
39286            ! utils/h2xs.PL
39287 ____________________________________________________________________________
39288 [ 22835] By: rgs                                   on 2004/05/20  13:30:25
39289         Log: Upgrade to Encode 2.00.
39290      Branch: perl
39291            ! (edit 147 files)
39292 ____________________________________________________________________________
39293 [ 22833] By: rgs                                   on 2004/05/20  11:48:29
39294         Log: Test portability nit.
39295              Subject: [PATCH] Re: Smoke [5.9.2] 22821 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
39296              From: Steve Hay <steve.hay@uk.radan.com>
39297              Date: Tue, 18 May 2004 11:31:04 +0100
39298              Message-ID: <40A9E5E8.7030800@uk.radan.com>
39299      Branch: perl
39300            ! ext/B/t/optree_specials.t
39301 ____________________________________________________________________________
39302 [ 22831] By: davem                                 on 2004/05/19  21:02:04
39303         Log: improve hashing algorithm for ptr tables in perl_clone:
39304              the bottom few bits of a pointer are usually zero
39305      Branch: perl
39306            ! sv.c
39307 ____________________________________________________________________________
39308 [ 22830] By: davem                                 on 2004/05/19  20:17:55
39309         Log: Thread creation time is hypersensitive
39310
39311              Due to a logic error, the dup ptr table sometimes wans't being
39312              grown, leading to extremely slow cloning.
39313      Branch: perl
39314            ! sv.c
39315 ____________________________________________________________________________
39316 [ 22829] By: rgs                                   on 2004/05/18  13:05:48
39317         Log: perlrun.pod minor fixes :
39318              - the parameter to -x is optional
39319              - pod nit
39320      Branch: perl
39321            ! pod/perlrun.pod
39322 ____________________________________________________________________________
39323 [ 22828] By: rgs                                   on 2004/05/18  12:54:47
39324         Log: Subject: [perl #29623] Patch for h2xs.t in Perl 5.8.4
39325              From: mats@sm5sxl.net (via RT) <perlbug-followup@perl.org>
39326              Date: 16 May 2004 13:33:32 -0000
39327              Message-ID: <rt-3.0.9-29623-87522.10.1965589695082@perl.org>
39328      Branch: perl
39329            ! lib/h2xs.t
39330 ____________________________________________________________________________
39331 [ 22827] By: rgs                                   on 2004/05/18  12:16:42
39332         Log: Subject: [PATCH] Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
39333              From: Steve Hay <steve.hay@uk.radan.com>
39334              Date: Fri, 14 May 2004 17:33:17 +0100
39335              Message-ID: <40A4F4CD.2000003@uk.radan.com>
39336      Branch: perl
39337            ! t/comp/utf.t
39338 ____________________________________________________________________________
39339 [ 22826] By: rgs                                   on 2004/05/18  08:15:27
39340         Log: Error message too wide.
39341      Branch: perl
39342            ! perl.c
39343 ____________________________________________________________________________
39344 [ 22825] By: rgs                                   on 2004/05/17  15:12:03
39345         Log: Remove a TODO test that is no longer to do.
39346      Branch: perl
39347            ! ext/B/t/f_sort.t
39348 ____________________________________________________________________________
39349 [ 22824] By: rgs                                   on 2004/05/17  15:08:40
39350         Log: Fix new B::Concise test output
39351              Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu)
39352              From: Jim Cromie <jcromie@divsol.com>
39353              Date: Mon, 17 May 2004 09:19:00 -0600
39354              Message-ID: <40A8D7E4.1020007@divsol.com>
39355      Branch: perl
39356            ! ext/B/t/f_sort.t t/TEST
39357 ____________________________________________________________________________
39358 [ 22823] By: rgs                                   on 2004/05/17  08:54:15
39359         Log: Subject: [PATCH] Re: [perl #29581] glob() misses a lot of matches
39360              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
39361              Date: Mon, 17 May 2004 07:38:19 +0200
39362              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C71E@attmsx1.aut.alcatel.at>
39363      Branch: perl
39364            ! ext/File/Glob/Glob.xs
39365 ____________________________________________________________________________
39366 [ 22822] By: rgs                                   on 2004/05/17  08:49:53
39367         Log: David Manura is the new maintainer of Text::Balanced.
39368      Branch: perl
39369            ! Porting/Maintainers.pl
39370 ____________________________________________________________________________
39371 [ 22821] By: davem                                 on 2004/05/16  15:31:42
39372         Log: make Text::Balanced skip "case /..../" correctly for Switch.pm
39373      Branch: perl
39374            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extcbk.t
39375 ____________________________________________________________________________
39376 [ 22820] By: rgs                                   on 2004/05/14  16:30:07
39377         Log: Subject: Re: more B::Concise stuff (PATCH - updated)
39378              From: Jim Cromie <jcromie@divsol.com>
39379              Date: Mon, 10 May 2004 05:28:11 -0600
39380              Message-ID: <409F674B.2000506@divsol.com>
39381      Branch: perl
39382            + ext/B/t/f_map ext/B/t/f_map.t ext/B/t/f_sort ext/B/t/f_sort.t
39383            + ext/B/t/optree_specials.t
39384            ! MANIFEST ext/B/B/Concise.pm ext/B/B/Showlex.pm
39385            ! ext/B/B/Terse.pm ext/B/t/OptreeCheck.pm ext/B/t/concise.t
39386            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
39387            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
39388            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t
39389 ____________________________________________________________________________
39390 [ 22819] By: rgs                                   on 2004/05/14  09:38:43
39391         Log: Add new dUNDERBAR and UNDERBAR macros, to help XS writers to
39392              access the $_ variable, even when there is a lexical one in scope.
39393      Branch: perl
39394            ! XSUB.h pod/perlapi.pod
39395 ____________________________________________________________________________
39396 [ 22818] By: nicholas                              on 2004/05/13  12:15:17
39397         Log: Subject: BOM-marked and (BOMless) UTF-16 scripts not working
39398              From: Jarkko Hietaniemi <jhi@iki.fi>
39399              Message-ID: <40A26D75.8080406@iki.fi>
39400              Date: Wed, 12 May 2004 21:31:17 +0300
39401      Branch: perl
39402            + t/comp/utf.t
39403            ! MANIFEST pod/perldiag.pod pod/perlunicode.pod toke.c
39404 ____________________________________________________________________________
39405 [ 22817] By: rgs                                   on 2004/05/12  16:29:07
39406         Log: Subject: [perl #29527] Perl 5.8.4 build problems on LynxOS
39407              From: Olli Savia (via RT) <perlbug-followup@perl.org>
39408              Date: 12 May 2004 13:02:41 -0000
39409              Message-ID: <rt-3.0.9-29527-87290.17.3367022021997@perl.org>
39410      Branch: perl
39411            ! sv.c
39412 ____________________________________________________________________________
39413 [ 22816] By: rgs                                   on 2004/05/12  16:16:50
39414         Log: Make XSLoader update @DynaLoader::dl_shared_objects.
39415      Branch: perl
39416            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
39417 ____________________________________________________________________________
39418 [ 22815] By: merijn                                on 2004/05/12  10:43:42
39419         Log: Subject: [PATCH] Configure shouldn't unconditionally add in -pipe
39420              From: Andy Dougherty <doughera@lafayette.edu>
39421              Date: Tue, 11 May 2004 13:14:42 -0400 (EDT)
39422              Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu>
39423      Branch: perl
39424            ! Configure hints/darwin.sh hints/rhapsody.sh
39425 ____________________________________________________________________________
39426 [ 22812] By: mhx                                   on 2004/05/11  17:42:13
39427         Log: Add the byte-order modifiers '<' and '>' to the pack tutorial.
39428              This completes the series: #22734, #22745, #22754, #22780
39429      Branch: perl
39430            ! pod/perlpacktut.pod
39431 ____________________________________________________________________________
39432 [ 22811] By: mhx                                   on 2004/05/11  17:21:35
39433         Log: 'v' unpacks unsigned shorts.
39434      Branch: perl
39435            ! pod/perlpacktut.pod
39436 ____________________________________________________________________________
39437 [ 22810] By: rgs                                   on 2004/05/11  16:35:49
39438         Log: Subject: various -V: searches [PATCH]
39439              From: Jim Cromie <jcromie@divsol.com>
39440              Date: Tue, 11 May 2004 00:15:46 -0600
39441              Message-ID: <40A06F92.1070607@divsol.com>
39442      Branch: perl
39443            ! configpm lib/Config.t pod/perlrun.pod
39444 ____________________________________________________________________________
39445 [ 22809] By: rgs                                   on 2004/05/11  11:00:31
39446         Log: More pod names in the debugger for the runman command
39447      Branch: perl
39448            ! lib/perl5db.pl
39449 ____________________________________________________________________________
39450 [ 22808] By: rgs                                   on 2004/05/11  10:52:27
39451         Log: Subject: [PATCH] debugger (step backwards)
39452              From: Richard.Foley@t-online.de (Richard Foley)
39453              Date: Tue, 11 May 2004 11:04:11 +0200
39454              Message-Id: <200405111104.11484.richard.foley@rfi.net>
39455      Branch: perl
39456            ! lib/perl5db.pl
39457 ____________________________________________________________________________
39458 [ 22807] By: rgs                                   on 2004/05/11  09:16:56
39459         Log: Subject: void context !~ generates "Useless use of not at line..." warning
39460              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39461              Date: Sun, 9 May 2004 00:59:19 -0700
39462              Message-ID: <20040509075919.GA3752@efn.org>
39463      Branch: perl
39464            ! op.c
39465 ____________________________________________________________________________
39466 [ 22806] By: ams                                   on 2004/05/10  22:12:31
39467         Log: Subject: Re: a little extra cmdline help. [PATCH]
39468              From: Jim Cromie <jcromie@divsol.com>
39469              Date: Mon, 10 May 2004 15:25:07 -0600
39470              Message-Id: <409FF333.4020104@divsol.com>
39471      Branch: perl
39472            ! perl.c
39473 ____________________________________________________________________________
39474 [ 22804] By: ams                                   on 2004/05/10  11:10:34
39475         Log: Remove stray '.
39476      Branch: perl
39477            ! lib/File/Copy.pm
39478 ____________________________________________________________________________
39479 [ 22803] By: ams                                   on 2004/05/10  10:14:40
39480         Log: Subject: [PATCH] File::Copy Pod
39481              From: slaven@rezic.de
39482              Date: Mon, 10 May 2004 09:57:37 +0000
39483              Message-Id: <1084183057.10822@devpc01.iconmobile.de>
39484      Branch: perl
39485            ! lib/File/Copy.pm
39486 ____________________________________________________________________________
39487 [ 22802] By: davem                                 on 2004/05/07  19:12:29
39488         Log: symbolic references like ${"foo$index"}*3 would incorrectly warn
39489              that $index was the uninitialized value, when in fact it was $foo1
39490      Branch: perl
39491            ! sv.c t/lib/warnings/9uninit
39492 ____________________________________________________________________________
39493 [ 22801] By: davem                                 on 2004/05/07  18:21:22
39494         Log: Subject:  Re: stdio still supported?
39495              From:  Jim Cromie <jcromie@divsol.com>
39496              Date:  Thu, 06 May 2004 16:37:56 -0600
39497              Message-Id:  <409ABE44.8060307@divsol.com>
39498
39499              Update B::Concise tests to skip stuff requiring the
39500              "open to a scalar" feature of Perlio is it isn't available.
39501              Also note this caveat in perlfunc.pod
39502      Branch: perl
39503            ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_check.t
39504            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
39505            ! ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
39506            ! pod/perlfunc.pod
39507 ____________________________________________________________________________
39508 [ 22800] By: mhx                                   on 2004/05/07  16:58:57
39509         Log: Windows issues with select() are already documented in perlport.
39510      Branch: perl
39511            ! pod/perlfunc.pod
39512 ____________________________________________________________________________
39513 [ 22799] By: ams                                   on 2004/05/07  13:38:16
39514         Log: Subject: [perl #29397] Change in pod2man arguments
39515              From: Thorsten Glaser (via RT) <perlbug-followup@perl.org>
39516              Date: 6 May 2004 22:08:10 -0000
39517              Message-Id: <rt-3.0.9-29397-86929.5.37563386041974@perl.org>
39518      Branch: perl
39519            ! pod/pod2man.PL
39520 ____________________________________________________________________________
39521 [ 22798] By: mhx                                   on 2004/05/07  11:42:37
39522         Log: Scalar::Util::refaddr falsely returns false
39523              Add mg_get() to refaddr() when SV is magical.
39524              Fix the non-xs version of looks_like_number().
39525      Branch: perl
39526            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
39527            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/refaddr.t
39528 ____________________________________________________________________________
39529 [ 22797] By: mhx                                   on 2004/05/07  10:57:23
39530         Log: Document that select() on Windows doesn't work on non-socket filehandles.
39531      Branch: perl
39532            ! pod/perlfunc.pod
39533 ____________________________________________________________________________
39534 [ 22796] By: mhx                                   on 2004/05/06  17:19:17
39535         Log: Double warning for int(undef) and abs(undef)
39536              Remove the duplicate warnings and update tests.
39537      Branch: perl
39538            ! pp.c t/lib/warnings/9uninit
39539 ____________________________________________________________________________
39540 [ 22793] By: rgs                                   on 2004/05/06  14:43:08
39541         Log: Add a small script to check whether a perl source tree
39542              (with or without generated files) is friendly with
39543              case-insensitive filesystems.
39544              Adapted from :
39545              Subject: Re: STerm.pl vs Sterm.pl
39546              From: James Mastros <james@mastros.biz>
39547              Date: Thu, 06 May 2004 14:45:53 +0200
39548              Message-ID: <20040506124556.2402.qmail@onion.perl.org>
39549      Branch: perl
39550            + Porting/checkcase.pl
39551            ! MANIFEST
39552 ____________________________________________________________________________
39553 [ 22789] By: rgs                                   on 2004/05/06  12:33:14
39554         Log: Subject: Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x)
39555              From: bilbo@ua.fm
39556              Date: Wed, 28 Apr 2004 00:19:55 +0300
39557              Message-ID: <611491036.20040428001955@ua.fm>
39558      Branch: perl
39559            ! win32/win32.c
39560 ____________________________________________________________________________
39561 [ 22788] By: merijn                                on 2004/05/06  11:35:21
39562         Log: add -pipe to gcc's default flags
39563              it has shown a compile time speed increase of about 40% on
39564              Linux and HP-UX, and also works on cygwin-1.5.9. On failing
39565              OS/gcc combo's remove it in the hints
39566      Branch: perl
39567            ! Configure
39568 ____________________________________________________________________________
39569 [ 22783] By: mhx                                   on 2004/05/05  19:02:28
39570         Log: Add tests for mX?PUSH[inup] macros.
39571
39572              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
39573              From: Steve Hay <steve.hay@uk.radan.com>
39574              Date: Wed, 05 May 2004 15:34:45 +0100
39575              Message-ID: <4098FB85.1060602@uk.radan.com>
39576      Branch: perl
39577            + ext/XS/APItest/t/push.t
39578            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
39579            ! ext/XS/APItest/MANIFEST
39580 ____________________________________________________________________________
39581 [ 22782] By: rgs                                   on 2004/05/05  16:14:25
39582         Log: Subject: Problem with h2xs
39583              From: David Cannings <lists@edeca.net>
39584              Date: Mon, 3 May 2004 13:44:33 +0100
39585              Message-Id: <200405031344.33723.lists@edeca.net>
39586              (Second patch only)
39587      Branch: perl
39588            ! utils/h2xs.PL
39589 ____________________________________________________________________________
39590 [ 22781] By: davem                                 on 2004/05/04  19:20:36
39591         Log: Bizarre copy of ARRAY
39592              make sure a pad op's flags are updated after optimising away
39593              the assignment in my @a = () (see change 22520).
39594      Branch: perl
39595            ! op.c t/op/my.t
39596 ____________________________________________________________________________
39597 [ 22780] By: mhx                                   on 2004/05/04  14:46:05
39598         Log: Add byte-order group modifiers to (un)pack templates.
39599              Follow-up on: #22734, #22745, #22753, #22754.
39600
39601              Subject: Group modifiers in (un)pack templates
39602              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
39603              Date: Mon, 3 May 2004 20:14:41 +0200
39604              Message-Id: <20040503201441.1b058e0d@r2d2>
39605      Branch: perl
39606            ! perl.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
39607 ____________________________________________________________________________
39608 [ 22779] By: mhx                                   on 2004/05/04  14:30:39
39609         Log: Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757)
39610
39611              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
39612              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
39613              Date: Mon, 3 May 2004 20:03:28 +0200
39614              Message-Id: <20040503200328.24efcda5@r2d2>
39615      Branch: perl
39616            ! pp.h
39617 ____________________________________________________________________________
39618 [ 22778] By: davem                                 on 2004/05/03  21:07:44
39619         Log: add test for change #22746 ([perl #29102] Crash on assign to lex fh)
39620      Branch: perl
39621            ! t/io/open.t
39622 ____________________________________________________________________________
39623 [ 22777] By: davem                                 on 2004/05/03  20:48:53
39624         Log: add test for change #22776 ("open m" crashes Perl)
39625      Branch: perl
39626            ! t/io/open.t
39627 ____________________________________________________________________________
39628 [ 22776] By: davem                                 on 2004/05/03  20:26:22
39629         Log: perl -e "open m" crashes Perl
39630      Branch: perl
39631            ! toke.c
39632 ____________________________________________________________________________
39633 [ 22775] By: davem                                 on 2004/05/03  18:52:39
39634         Log: scalar delete of empty slice returned garbage
39635      Branch: perl
39636            ! pp.c t/op/delete.t
39637 ____________________________________________________________________________
39638 [ 22774] By: davem                                 on 2004/05/03  17:44:44
39639         Log: split could leave an array without &PL_sv_undef
39640              in the unused elements
39641      Branch: perl
39642            ! pp.c t/op/split.t
39643 ____________________________________________________________________________
39644 [ 22773] By: nicholas                              on 2004/05/03  13:59:08
39645         Log: Subject: Re: "fuzzy" in mktables
39646              From: Jarkko Hietaniemi <jhi@iki.fi>
39647              Message-ID: <4093A82B.6040609@iki.fi>
39648              Date: Sat, 01 May 2004 16:37:47 +0300
39649      Branch: perl
39650            ! lib/unicore/mktables
39651 ____________________________________________________________________________
39652 [ 22772] By: davem                                 on 2004/05/03  13:33:21
39653         Log: remove spurious intentation in utf8_pva.pl
39654      Branch: perl
39655            ! lib/utf8_pva.pl
39656 ____________________________________________________________________________
39657 [ 22771] By: davem                                 on 2004/05/03  13:28:24
39658         Log: ensure that utf8 Perl code magically called from a regex localizes $.
39659      Branch: perl
39660            ! lib/utf8_pva.pl
39661 ____________________________________________________________________________
39662 [ 22770] By: nicholas                              on 2004/05/03  11:19:10
39663         Log: Integrate:
39664              [ 22694]
39665              For maint, I don't think that we can have sperl go sulky if invoked
39666              from a #! line. So keep .../sperl functional, and have the /dev/fd/...
39667              only set ID exectuable reside under a different name (suidperl)
39668
39669              [ 22700]
39670              The set uid perl is now called setuidperl. Not suidperl.
39671              Which I discover is hardlinked from sperl by ./installperl
39672              elsewhere. Helpfully confusing installperl script.
39673
39674              [ 22718]
39675              Revert 22700 (as part of changes suggested by Brendan O'Dea)
39676
39677              [ 22719]
39678              Revert 22694
39679
39680              [ 22720]
39681              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
39682              binary must have fd script conundrum, as suggested by Brendan O'Dea
39683              Plus restore the more helpful error message from 22694 and the gist
39684              of the perl584delta changes from 22700
39685      Branch: perl
39686           !> INSTALL installperl perl.c pod/perldiag.pod pod/perlsec.pod
39687 ____________________________________________________________________________
39688 [ 22769] By: nicholas                              on 2004/05/03  10:37:45
39689         Log: Subject: [perl #29073] Reference to incorrect method in documentation of
39690              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
39691              Message-ID: <rt-3.0.8-29073-85903.18.1381766820328@perl.org>
39692              Date: 22 Apr 2004 10:49:22 -0000
39693      Branch: perl
39694            ! lib/Text/ParseWords.pm
39695 ____________________________________________________________________________
39696 [ 22768] By: nicholas                              on 2004/05/02  22:40:18
39697         Log: It seems daft to me that we have a synopis example that will fail if
39698              gcc happened to be invoked via the name cc, and completely ignores
39699              the far more reliable 'gccversion' variable
39700              So here's one using 'usethreads' that ought to work everywhere.
39701      Branch: perl
39702            ! configpm
39703 ____________________________________________________________________________
39704 [ 22765] By: nicholas                              on 2004/05/02  18:18:25
39705         Log: Make t/uni/class.t pass on case insensitive file systems
39706      Branch: perl
39707            ! t/uni/class.t
39708 ____________________________________________________________________________
39709 [ 22764] By: nicholas                              on 2004/05/02  17:57:12
39710         Log: Save some repeated strlen()s in Perl_swash_init
39711      Branch: perl
39712            ! utf8.c
39713 ____________________________________________________________________________
39714 [ 22763] By: nicholas                              on 2004/05/01  14:07:45
39715         Log: And that same fool forgot to add the not-really-needed "fuzzy" versions
39716              of some binary property files
39717      Branch: perl
39718            + lib/unicore/lib/gc_sc/Dash2.pl
39719            + lib/unicore/lib/gc_sc/Hyphen2.pl
39720            + lib/unicore/lib/gc_sc/Radical2.pl
39721 ____________________________________________________________________________
39722 [ 22762] By: nicholas                              on 2004/05/01  14:06:05
39723         Log: Some fool removed lib/unicore/ArabicShaping.txt    in change 22760
39724      Branch: perl
39725            ! MANIFEST
39726 ____________________________________________________________________________
39727 [ 22761] By: nicholas                              on 2004/05/01  14:02:59
39728         Log: Avoid mktables generating Sterm.pl and Sterm.pl in the same directory
39729              by making the %BaseName check global
39730      Branch: perl
39731            + lib/unicore/lib/gc_sc/Sterm2.pl
39732            - lib/unicore/lib/gc_sc/Sterm.pl
39733            ! MANIFEST lib/unicore/Canonical.pl
39734            ! lib/unicore/lib/gc_sc/Dash.pl lib/unicore/lib/gc_sc/Hyphen.pl
39735            ! lib/unicore/lib/gc_sc/Radical.pl lib/unicore/mktables
39736 ____________________________________________________________________________
39737 [ 22760] By: nicholas                              on 2004/05/01  13:17:09
39738         Log: Remove the no-longer autogenerated Unicode files
39739      Branch: perl
39740            - (delete 322 files)
39741            ! MANIFEST
39742 ____________________________________________________________________________
39743 [ 22759] By: nicholas                              on 2004/05/01  11:16:35
39744         Log: mktables requires post 5.005
39745      Branch: perl
39746            ! lib/unicore/mktables
39747 ____________________________________________________________________________
39748 [ 22758] By: davem                                 on 2004/04/30  11:48:55
39749         Log: disable problematical 'uninitialized value' warning tests
39750      Branch: perl
39751            ! t/lib/warnings/9uninit
39752 ____________________________________________________________________________
39753 [ 22757] By: rgs                                   on 2004/04/30  11:32:03
39754         Log: Follow-up to previous patch: the mX?PUSH[inup] macros
39755              should handle 'set' magic, just like the X?PUSH[inup]
39756              counterparts.
39757      Branch: perl
39758            ! pod/perlapi.pod pp.h
39759 ____________________________________________________________________________
39760 [ 22756] By: rgs                                   on 2004/04/30  10:15:00
39761         Log: Subject: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
39762              From: Steve Hay <steve.hay@uk.radan.com>
39763              Date: Fri, 30 Apr 2004 10:07:21 +0100
39764              Message-ID: <40921749.3050600@uk.radan.com>
39765      Branch: perl
39766            ! pod/perlapi.pod pod/perlguts.pod pp.h
39767 ____________________________________________________________________________
39768 [ 22755] By: nicholas                              on 2004/04/29  18:30:18
39769         Log: Fix 29149 - another UTF8 cache bug hit by substr.
39770              Regression test from:
39771
39772              Subject: Re: [perl #29149] substr/UTF8 related problem with perl 5.8.3 on linux
39773              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
39774              Message-Id: <20040429103926.5BA6.BQW10602@nifty.com>
39775              Date: Thu, 29 Apr 2004 10:53:17 +0900
39776      Branch: perl
39777            ! sv.c t/op/substr.t
39778 ____________________________________________________________________________
39779 [ 22754] By: mhx                                   on 2004/04/29  18:29:28
39780         Log: More unpack cleanups.
39781      Branch: perl
39782            ! pp_pack.c
39783 ____________________________________________________________________________
39784 [ 22753] By: mhx                                   on 2004/04/29  17:50:40
39785         Log: CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
39786              Remove all associated code.
39787      Branch: perl
39788            ! hints/cxux.sh pp_pack.c
39789 ____________________________________________________________________________
39790 [ 22752] By: mhx                                   on 2004/04/29  17:38:32
39791         Log: The openbsd 64-bit test should use $uquadtype rather
39792              than hardcoding unsigned long long.
39793      Branch: perl
39794            ! hints/openbsd.sh
39795 ____________________________________________________________________________
39796 [ 22751] By: ams                                   on 2004/04/29  08:24:31
39797         Log: Update to Test.pm 1.25 (from SBURKE).
39798      Branch: perl
39799            + lib/Test/t/05_about_verbose.t lib/Test/t/multiline.t
39800            ! MANIFEST lib/Test.pm
39801 ____________________________________________________________________________
39802 [ 22750] By: mhx                                   on 2004/04/28  20:53:29
39803         Log: When configuring for 64-bit support, check that the
39804              C library functions for casting floating point values
39805              to 64-bit integer values are not broken.
39806      Branch: perl
39807            ! hints/openbsd.sh
39808 ____________________________________________________________________________
39809 [ 22749] By: rgs                                   on 2004/04/28  18:28:07
39810         Log: Fix for [perl #28963]: find2perl was sometimes generating
39811              invalid code.
39812      Branch: perl
39813            ! x2p/find2perl.PL
39814 ____________________________________________________________________________
39815 [ 22748] By: rgs                                   on 2004/04/28  13:01:13
39816         Log: Subject: [PATCH] Add diagnostics section to base.pm
39817              From: "Jos I. Boumans" <kane@dwim.org>
39818              Date: Wed, 28 Apr 2004 13:04:47 +0200
39819              Message-Id: <DC9B4A9C-9903-11D8-BA95-000A956B0E06@dwim.org>
39820      Branch: perl
39821            ! lib/base.pm
39822 ____________________________________________________________________________
39823 [ 22747] By: merijn                                on 2004/04/28  12:42:50
39824         Log: Subject: [perl #29033] typo in description of sleep in documentation of POSIX module
39825              Date: 21 Apr 2004 11:07:22 -0000
39826              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
39827              Message-ID: <rt-3.0.8-29033-85811.17.0452776199501@perl.org>
39828      Branch: perl
39829            ! ext/POSIX/POSIX.pod
39830 ____________________________________________________________________________
39831 [ 22746] By: davem                                 on 2004/04/27  22:21:35
39832         Log: fix a coredump caused by rv2gv not fully converting a PV to an RV
39833      Branch: perl
39834            ! pp.c
39835 ____________________________________________________________________________
39836 [ 22745] By: mhx                                   on 2004/04/27  20:38:00
39837         Log: Cleanup variables in S_(un)pack_rec().
39838              This also works around a gcc optimizer bug on dec_osf/alpha.
39839      Branch: perl
39840            ! pp_pack.c
39841 ____________________________________________________________________________
39842 [ 22744] By: rgs                                   on 2004/04/27  08:43:38
39843         Log: Subject: [PATCH utf8_heavy.pl, mktables, et. al.] candidate for TR18 compliance
39844              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
39845              Date: Thu, 22 Apr 2004 14:31:30 -0400 (EDT)
39846              Message-ID: <Pine.LNX.4.44.0404221429040.10466-101000@perlmonk.org>
39847
39848              Date: Mon, 26 Apr 2004 12:37:21 -0400 (EDT)
39849              Message-ID: <Pine.LNX.4.44.0404261222320.7154-400000@perlmonk.org>
39850      Branch: perl
39851            + (add 406 files)
39852            ! MANIFEST lib/unicore/Canonical.pl
39853            ! lib/unicore/CombiningClass.pl lib/unicore/Decomposition.pl
39854            ! lib/unicore/Exact.pl lib/unicore/Name.pl
39855            ! lib/unicore/Properties lib/unicore/To/Digit.pl
39856            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
39857            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
39858            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perlunicode.pod
39859            ! t/op/pat.t t/uni/class.t
39860 ____________________________________________________________________________
39861 [ 22743] By: merijn                                on 2004/04/26  22:20:30
39862         Log: usemallocwrap works on AIX, but not with vac-5
39863              Date: Mon, 26 Apr 2004 15:35:23 +0200
39864              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39865              Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1
39866              Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl>
39867      Branch: perl
39868            ! hints/aix.sh hints/aix_4.sh
39869 ____________________________________________________________________________
39870 [ 22742] By: davem                                 on 2004/04/24  12:53:07
39871         Log: fix 64-bit casting error in change 22741 (uninit var warnings)
39872      Branch: perl
39873            ! sv.c
39874 ____________________________________________________________________________
39875 [ 22741] By: davem                                 on 2004/04/23  20:43:02
39876         Log: Include variable names in "Use of uninitialized value" warnings
39877      Branch: perl
39878            + t/lib/warnings/9uninit
39879            ! MANIFEST doio.c embed.fnc embed.h ext/DB_File/DB_File.pm
39880            ! ext/DB_File/t/db-recno.t lib/Math/BigInt.pm
39881            ! lib/Math/BigInt/t/mbimbf.inc lib/Tie/RefHash.t lib/charnames.t
39882            ! mg.c perl.h pod/perldiag.pod pod/perlintern.pod pp.c pp_hot.c
39883            ! proto.h sv.c t/lib/warnings/1global t/lib/warnings/2use
39884            ! t/lib/warnings/3both t/lib/warnings/4lint
39885            ! t/lib/warnings/7fatal t/lib/warnings/doio t/lib/warnings/mg
39886            ! t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
39887            ! t/lib/warnings/pp_pack t/lib/warnings/sv t/lib/warnings/util
39888            ! t/run/fresh_perl.t t/run/runenv.t
39889 ____________________________________________________________________________
39890 [ 22739] By: rgs                                   on 2004/04/23  13:32:31
39891         Log: Subject: [PATCH] unfork the debugger (patch for 5.9.x)
39892              From: Richard.Foley@t-online.de (Richard Foley)
39893              Date: Fri, 23 Apr 2004 06:33:34 +0200
39894              Message-Id: <200404230633.34402.richard.foley@rfi.net>
39895      Branch: perl
39896            ! lib/perl5db.pl
39897 ____________________________________________________________________________
39898 [ 22737] By: nicholas                              on 2004/04/23  10:31:20
39899         Log: Ooops. Forgot to update pod.lst, and all that ensues with that
39900      Branch: perl
39901            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
39902            ! vms/descrip_mms.template win32/pod.mak
39903 ____________________________________________________________________________
39904 [ 22736] By: nicholas                              on 2004/04/23  10:11:26
39905         Log: Integrate:
39906              [ 22165]
39907              Create perl584delta.pod
39908              (Not that I'm really proposing to start work on 5.8.4 today)
39909
39910              [ 22650]
39911              Updates from Stas Bekman, Brendan O'Dea and Hugo
39912
39913              [ 22655]
39914              Tweaks from Hugo and Liz
39915
39916              [ 22677]
39917              Improvements from Jarkko
39918
39919              [ 22684]
39920              Integrate:
39921              [ 22665]
39922              AIX-4 with xlc does not like malloc wrap
39923
39924              [ 22666]
39925              Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
39926
39927              [ 22698]
39928              Clarify AIX and win32's malloc wrapping
39929
39930              [ 22700]
39931              The set uid perl is now called setuidperl. Not suidperl.
39932              Which I discover is hardlinked from sperl by ./installperl
39933              elsewhere. Helpfully confusing installperl script.
39934
39935              [ 22703]
39936              More perldelta updates
39937
39938              [ 22710]
39939              Subject:  spelling
39940              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
39941              Date:  Fri, 16 Apr 2004 21:18:18 +0300 (EEST)
39942              Message-Id:  <200404161818.i3GIIILh391648@kosh.hut.fi>
39943
39944              [ 22718]
39945              Revert 22700 (as part of changes suggested by Brendan O'Dea)
39946
39947              [ 22720]
39948              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
39949              binary must have fd script conundrum, as suggested by Brendan O'Dea
39950              Plus restore the more helpful error message from 22694 and the gist
39951              of the perl584delta changes from 22700
39952
39953              [ 22731]
39954              Oink, oink, flap, flap!
39955      Branch: perl
39956           +> pod/perl584delta.pod
39957            ! MANIFEST
39958           !> pod/perlhist.pod
39959 ____________________________________________________________________________
39960 [ 22735] By: merijn                                on 2004/04/23  10:11:23
39961         Log: Subject: [PATCH] Where to find nmake for windows
39962              From: Abe Timmerman <abe@ztreet.demon.nl>
39963              Date: Thu, 22 Apr 2004 23:57:40 +0200
39964              Message-Id: <200404222357.40508.abe@ztreet.demon.nl>
39965              Changed download URL references for nmake
39966      Branch: perl
39967            ! README.win32 pod/perlmodinstall.pod
39968 ____________________________________________________________________________
39969 [ 22734] By: mhx                                   on 2004/04/23  04:07:25
39970         Log: Subject: [PATCH for testing/review] byte-order modifiers for (un)pack templates
39971              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
39972              Date: Wed, 21 Apr 2004 21:09:20 +0200
39973              Message-Id: <20040421210920.3c467772@r2d2>
39974      Branch: perl
39975            ! embed.fnc embed.h perl.h pod/perldiag.pod pod/perlfunc.pod
39976            ! pod/perlport.pod pp_pack.c proto.h t/op/pack.t util.c
39977 ____________________________________________________________________________
39978 [ 22733] By: rgs                                   on 2004/04/22  12:08:35
39979         Log: Missing copyright in the README.
39980      Branch: perl
39981            ! README
39982 ____________________________________________________________________________
39983 [ 22727] By: nicholas                              on 2004/04/21  15:22:29
39984         Log: Subject: [perl #28456] Typo in perlipc man page, and suggestions for same
39985              From: Axel Boldt (via RT) <perlbug-followup@perl.org>
39986              Message-ID: <rt-3.0.8-28456-84424.10.5222745276547@perl.org>
39987              Date: 11 Apr 2004 13:08:17 -0000
39988      Branch: perl
39989            ! pod/perlipc.pod
39990 ____________________________________________________________________________
39991 [ 22725] By: nicholas                              on 2004/04/21  14:21:57
39992         Log: Punt the "reporting bugs" section to the top.
39993              Reorder the description of what to do, to start with the most common
39994              case.
39995              Clarify "how to report bugs effectively" (and why it benefits you)
39996      Branch: perl
39997            ! INSTALL
39998 ____________________________________________________________________________
39999 [ 22724] By: nicholas                              on 2004/04/21  12:51:43
40000         Log: This should be L<>
40001      Branch: perl
40002            ! INSTALL
40003 ____________________________________________________________________________
40004 [ 22723] By: nicholas                              on 2004/04/21  09:42:35
40005         Log: INSTALL didn't mention the 5.8.2 hash changes. Fixed
40006      Branch: perl
40007            ! INSTALL
40008 ____________________________________________________________________________
40009 [ 22722] By: nicholas                              on 2004/04/21  09:25:34
40010         Log: We should be telling people about ..exp, else they use the unexpanded
40011              forms and shaft anyone who installs a private perl within ~
40012      Branch: perl
40013            ! INSTALL
40014 ____________________________________________________________________________
40015 [ 22721] By: rgs                                   on 2004/04/21  08:36:38
40016         Log: Subject: [patch] log the interpreter id in warnings
40017              From: Stas Bekman <stas@stason.org>
40018              Date: Mon, 19 Apr 2004 18:10:01 -0700
40019              Message-ID: <40847869.1000906@stason.org>
40020      Branch: perl
40021            ! gv.c handy.h hv.c perl.c sv.c
40022 ____________________________________________________________________________
40023 [ 22717] By: rgs                                   on 2004/04/20  12:27:18
40024         Log: Subject: [PATCH] Sync Term::Cap with CPAN version
40025              From: Jonathan Stowe <jns@gellyfish.com>
40026              Date: Tue, 20 Apr 2004 12:37:28 +0100
40027              Message-Id: <1082461047.2736.96.camel@localhost>
40028      Branch: perl
40029            ! lib/Term/Cap.pm
40030 ____________________________________________________________________________
40031 [ 22716] By: rgs                                   on 2004/04/19  12:26:35
40032         Log: Fix for [perl #28919] : sometimes the function ck_ftst was trying
40033              to read an op that was just freed, which was obviously illegal.
40034      Branch: perl
40035            ! op.c
40036 ____________________________________________________________________________
40037 [ 22715] By: rgs                                   on 2004/04/19  09:34:01
40038         Log: Upgrade to FileCache 1.04.
40039      Branch: perl
40040            ! lib/FileCache.pm
40041 ____________________________________________________________________________
40042 [ 22714] By: rgs                                   on 2004/04/19  08:57:17
40043         Log: New file left out of the last commit.
40044      Branch: perl
40045            + t/uni/class.t
40046 ____________________________________________________________________________
40047 [ 22713] By: rgs                                   on 2004/04/19  08:56:28
40048         Log: Subject: Re: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
40049              From: "Jeff 'japhy' Pinyan" <japhy@perlmonk.org>
40050              Date: Wed, 14 Apr 2004 17:01:38 -0400 (EDT)
40051              Message-ID: <Pine.LNX.4.44.0404141659480.11423-301000@perlmonk.org>
40052      Branch: perl
40053            ! MANIFEST pod/perlunicode.pod
40054 ____________________________________________________________________________
40055 [ 22712] By: rgs                                   on 2004/04/19  08:30:20
40056         Log: Subject: Re: [perl #28532] optional match of an anchor gets ignored
40057              From: hv@crypt.org
40058              Date: Wed, 14 Apr 2004 19:30:46 +0100
40059              Message-Id: <200404141830.i3EIUko03728@zen.crypt.org>
40060      Branch: perl
40061            ! regcomp.c regexec.c t/op/pat.t
40062 ____________________________________________________________________________
40063 [ 22708] By: nicholas                              on 2004/04/17  13:25:41
40064         Log: Integrate:
40065              [ 22661]
40066              This is RC1
40067
40068              [ 22705]
40069              This is RC2
40070      Branch: perl
40071           !> pod/perlhist.pod
40072 ____________________________________________________________________________
40073 [ 22706] By: rgs                                   on 2004/04/16  15:53:37
40074         Log: On Linux-PPC, using gcc, downgrade to the -O1 optimisation
40075              level (with -O2 miniperl behaves really badly.)
40076      Branch: perl
40077            ! hints/linux.sh
40078 ____________________________________________________________________________
40079 [ 22697] By: merijn                                on 2004/04/15  11:56:32
40080         Log: d_getservbyname_r undef up to at least OpenBSD 3.5
40081              Thanks to Campo Weijerman and Gerard Gerritsen off-list
40082      Branch: perl
40083            ! hints/openbsd.sh
40084 ____________________________________________________________________________
40085 [ 22696] By: merijn                                on 2004/04/14  16:04:40
40086         Log: #24121: Configure under turkish locale fails
40087              toupper (i) != I  in turkish, but U+0130
40088              \N{LATIN CAPITAL LETTER I WITH DOT ABOVE}
40089              Patch supplied by Rafael
40090      Branch: perl
40091            ! Configure
40092 ____________________________________________________________________________
40093 [ 22693] By: rgs                                   on 2004/04/14  08:28:15
40094         Log: Subject: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
40095              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
40096              Date: Mon, 12 Apr 2004 20:24:48 -0400 (EDT)
40097              Message-ID: <Pine.LNX.4.44.0404122011160.3038-200000@perlmonk.org>
40098      Branch: perl
40099            ! lib/utf8_heavy.pl
40100 ____________________________________________________________________________
40101 [ 22692] By: rgs                                   on 2004/04/14  07:26:04
40102         Log: Subject: [PATCH]'s to bring bleadperl up to version-0.39
40103              From: John Peacock <jpeacock@rowman.com>
40104              Date: Tue, 13 Apr 2004 20:51:31 -0400
40105              Message-ID: <407C8B13.9020104@rowman.com>
40106      Branch: perl
40107            ! lib/version.pm lib/version.t t/comp/use.t universal.c util.c
40108 ____________________________________________________________________________
40109 [ 22691] By: rgs                                   on 2004/04/14  07:08:52
40110         Log: Subject: re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3
40111              From: Jan Dubois <jand@ActiveState.com>
40112              Date: Tue, 13 Apr 2004 19:49:32 -0700
40113              Message-ID: <vm7p70h7au8unrnq4jp85oich7n71ar5ab@4ax.com
40114      Branch: perl
40115            ! win32/win32.c
40116 ____________________________________________________________________________
40117 [ 22689] By: mhx                                   on 2004/04/12  06:53:24
40118         Log: Borland C doesn't like PERL_MALLOC_WRAP.
40119              Until I know why, the fix is to disable it.
40120      Branch: perl
40121            ! win32/config_H.bc
40122 ____________________________________________________________________________
40123 [ 22688] By: davem                                 on 2004/04/11  14:27:26
40124         Log: Stop PL_comppad pointing to a freed pad during global destruction
40125      Branch: perl
40126            ! sv.c
40127 ____________________________________________________________________________
40128 [ 22687] By: davem                                 on 2004/04/11  13:13:35
40129         Log: Make global cleanup fractionally faster by giving S_visit()
40130              flags/mask to compare SVs against.
40131      Branch: perl
40132            ! embed.fnc embed.h proto.h sv.c
40133 ____________________________________________________________________________
40134 [ 22686] By: gbarr                                 on 2004/04/10  08:08:42
40135         Log: Sync with libnet 1.18
40136      Branch: perl
40137            + lib/Net/Changes.libnet lib/Net/t/datasend.t
40138            - lib/Net/ChangeLog.libnet
40139            ! MANIFEST lib/Net/Cmd.pm lib/Net/FTP.pm lib/Net/NNTP.pm
40140            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
40141            ! lib/Net/Time.pm lib/Net/t/hostname.t
40142 ____________________________________________________________________________
40143 [ 22685] By: mhx                                   on 2004/04/10  06:37:30
40144         Log: Remove two unused variables that gcc used to warn about.
40145      Branch: perl
40146            ! util.c
40147 ____________________________________________________________________________
40148 [ 22682] By: rgs                                   on 2004/04/09  11:44:34
40149         Log: Subject: Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to fix universal.c)
40150              From: David Dyck <david.dyck@fluke.com>
40151              Date: Thu, 8 Apr 2004 19:02:26 -0700 (PDT)
40152              Message-ID: <Pine.LNX.4.51.0404081843290.29618@dd.tc.fluke.com>
40153      Branch: perl
40154            ! universal.c
40155 ____________________________________________________________________________
40156 [ 22681] By: rgs                                   on 2004/04/09  07:04:48
40157         Log: find2perl should not default to -print when -eval is specified.
40158              Noticed by David Dyck.
40159      Branch: perl
40160            ! x2p/find2perl.PL
40161 ____________________________________________________________________________
40162 [ 22680] By: rgs                                   on 2004/04/09  06:58:51
40163         Log: Upgrade to Time::HiRes 1.59.
40164      Branch: perl
40165            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
40166            ! ext/Time/HiRes/HiRes.xs
40167 ____________________________________________________________________________
40168 [ 22675] By: rgs                                   on 2004/04/08  13:00:59
40169         Log: Upgrade to Digest 1.06.
40170      Branch: perl
40171            ! lib/Digest.pm
40172 ____________________________________________________________________________
40173 [ 22674] By: rgs                                   on 2004/04/08  12:57:48
40174         Log: Upgrade to Digest 1.06.
40175      Branch: perl
40176            ! lib/Digest.pm
40177 ____________________________________________________________________________
40178 [ 22673] By: rgs                                   on 2004/04/08  09:59:22
40179         Log: Upgrade to Time::HiRes 1.57.
40180      Branch: perl
40181            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
40182            ! ext/Time/HiRes/HiRes.xs
40183 ____________________________________________________________________________
40184 [ 22672] By: nicholas                              on 2004/04/07  20:48:04
40185         Log: Make gmtime and localtime cross reference each other.
40186              Suggested by Dan Jacobson
40187      Branch: perl
40188            ! pod/perlfunc.pod
40189 ____________________________________________________________________________
40190 [ 22671] By: merijn                                on 2004/04/07  17:54:10
40191         Log: Integrated Time-Local-1.09 from Dave Rolsky
40192              Corrected a wrap error from the CPAN version to match #22670
40193              Tested on AIX to make sure the skip is still needed
40194      Branch: perl
40195            ! lib/Time/Local.pm lib/Time/Local.t
40196 ____________________________________________________________________________
40197 [ 22670] By: merijn                                on 2004/04/07  12:03:11
40198         Log: Disable the edge case tests for timegm and timelocal on
40199              AIX-4.3 since the OS is obsoleted, and fixes are not to
40200              be expected
40201      Branch: perl
40202            ! lib/Time/Local.t
40203 ____________________________________________________________________________
40204 [ 22669] By: rgs                                   on 2004/04/07  08:26:48
40205         Log: Fix command-line quoting under Windows for the new optree tests
40206              Subject: Re: Smoke [5.9.2] 22666 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
40207              From: Steve Hay <steve.hay@uk.radan.com>
40208              Date: Wed, 07 Apr 2004 09:46:01 +0100
40209              Message-ID: <4073BFC9.10707@uk.radan.com>
40210      Branch: perl
40211            ! ext/B/t/optree_samples.t
40212 ____________________________________________________________________________
40213 [ 22668] By: rgs                                   on 2004/04/07  08:00:07
40214         Log: Subject: [PATCH] Bleadperl to version 0.37
40215              From: John Peacock <jpeacock@rowman.com>
40216              Date: Tue, 06 Apr 2004 21:56:19 -0400
40217              Message-ID: <40735FC3.5010305@rowman.com>
40218      Branch: perl
40219            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
40220            ! pod/perlapi.pod proto.h t/comp/use.t t/op/universal.t
40221            ! universal.c util.c
40222 ____________________________________________________________________________
40223 [ 22667] By: rgs                                   on 2004/04/07  07:37:59
40224         Log: The optree builder was looping when constructing the ops
40225              for a map/grep block containing a while(1).
40226              (Bug reported by Pixel.)
40227      Branch: perl
40228            ! op.c t/op/grep.t
40229 ____________________________________________________________________________
40230 [ 22666] By: merijn                                on 2004/04/06  14:44:29
40231         Log: Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
40232      Branch: perl
40233            ! hints/hpux.sh
40234 ____________________________________________________________________________
40235 [ 22665] By: merijn                                on 2004/04/06  13:34:14
40236         Log: AIX-4 with xlc does not like malloc wrap
40237      Branch: perl
40238            ! hints/aix_4.sh
40239 ____________________________________________________________________________
40240 [ 22664] By: rgs                                   on 2004/04/06  07:29:30
40241         Log: Subject: Re: tests for change #22539
40242              From: Jim Cromie <jcromie@divsol.com>
40243              Date: Tue, 30 Mar 2004 14:39:31 -0700
40244              Message-ID: <4069E913.5040906@divsol.com>
40245              (with some spelling tweaks)
40246      Branch: perl
40247            + ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
40248            + ext/B/t/optree_concise.t ext/B/t/optree_samples.t
40249            + ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
40250            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t t/test.pl
40251 ____________________________________________________________________________
40252 [ 22663] By: mhx                                   on 2004/04/06  03:40:10
40253         Log: Make the ! suffix handle n/N/v/V as signed integers
40254              within pack templates.
40255      Branch: perl
40256            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
40257 ____________________________________________________________________________
40258 [ 22662] By: mhx                                   on 2004/04/05  20:03:03
40259         Log: C<undef> doesn't look like a number. See also:
40260
40261              Subject: Re: [perl #27606] undef "looks like" a number
40262              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
40263              Date: Mon, 15 Mar 2004 22:16:26 +0100
40264              Message-Id: <20040315221626.48061c67@r2d2>
40265      Branch: perl
40266            ! ext/List/Util/lib/List/Util.pm
40267            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
40268            ! pp_ctl.c sv.c
40269 ____________________________________________________________________________
40270 [ 22656] By: nicholas                              on 2004/04/05  15:55:18
40271         Log: Subject: Re: perldelta584
40272              From: Craig Berry <craigberry@mac.com>
40273              Message-ID: <12587569.1081180932766.JavaMail.craigberry@mac.com>
40274              Date: Mon, 05 Apr 2004 11:02:12 -0500
40275
40276              (makes malloc wrap the default on VMS)
40277      Branch: perl
40278            ! configure.com
40279 ____________________________________________________________________________
40280 [ 22654] By: rgs                                   on 2004/04/05  15:24:49
40281         Log: Subject: ref ($proto) || $proto patch
40282              From: Ovid <publiustemp-p5p@yahoo.com>
40283              Date: Sat, 03 Apr 2004 18:59:22 -0800
40284              Message-ID: <406F7A0A.50702@yahoo.com>
40285              (with minor reformatting)
40286      Branch: perl
40287            ! pod/perlobj.pod pod/perltoot.pod
40288 ____________________________________________________________________________
40289 [ 22652] By: rgs                                   on 2004/04/05  12:51:10
40290         Log: Subject: sv_pvutf8n_force and sv_pvbyten_force
40291              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
40292              Date: Wed, 24 Mar 2004 00:16:52 +0900
40293              Message-Id: <20040324001126.098F.BQW10602@nifty.com>
40294      Branch: perl
40295            ! sv.c
40296 ____________________________________________________________________________
40297 [ 22651] By: rgs                                   on 2004/04/05  11:50:10
40298         Log: wantarray docs should mention effect of eval { wantarray }
40299              as reported by Tim Bunce. Add a note to this effect in perlfunc,
40300              and regression tests for it.
40301      Branch: perl
40302            ! pod/perlfunc.pod t/op/wantarray.t
40303 ____________________________________________________________________________
40304 [ 22649] By: nicholas                              on 2004/04/05  08:57:18
40305         Log: More AUTHORS who deserve credit for patches
40306      Branch: perl
40307            ! AUTHORS
40308 ____________________________________________________________________________
40309 [ 22646] By: nicholas                              on 2004/04/04  16:32:54
40310         Log: Hand merge patch from maint back to blead.
40311      Branch: perl
40312            ! ext/threads/threads.pm
40313 ____________________________________________________________________________
40314 [ 22642] By: nicholas                              on 2004/04/04  13:07:50
40315         Log: Bump version numbers for modules that have changed since 5.8.3
40316      Branch: perl
40317            ! ext/B/B/Assembler.pm ext/B/B/Deparse.pm
40318            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/Handle.pm
40319            ! ext/IO/lib/IO/Pipe.pm ext/ODBM_File/ODBM_File.pm
40320            ! ext/threads/threads.pm lib/ExtUtils/Liblist/Kid.pm
40321            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
40322            ! lib/IPC/Open3.pm lib/Unicode/UCD.pm lib/base.pm lib/utf8.pm
40323 ____________________________________________________________________________
40324 [ 22641] By: rgs                                   on 2004/04/02  15:40:15
40325         Log: Fix bug #27940 : \cX escapes weren't working correctly in regular
40326              expression ranges.
40327      Branch: perl
40328            ! t/op/pat.t toke.c
40329 ____________________________________________________________________________
40330 [ 22637] By: davem                                 on 2004/04/02  10:02:06
40331         Log: Subject:  [PATCH] fix utils install problems on VMS
40332              From:  "Craig A. Berry" <craigberry@mac.com>
40333              Date:  Thu, 01 Apr 2004 20:19:53 -0600
40334              Message-Id:  <406CCDC9.7000500@mac.com>
40335
40336              We were not running utils/instmodsh.PL or utils/xsubpp.PL during
40337              the build, so installperl would not find the generated programs at
40338              install time.
40339              Also fixed several problems with the command definitions for the
40340              utilities
40341      Branch: perl
40342            ! configure.com vms/descrip_mms.template
40343 ____________________________________________________________________________
40344 [ 22636] By: davem                                 on 2004/04/01  22:00:40
40345         Log: Subject:  [PATCH] archname salad on VMS
40346              From:  "Craig A. Berry" <craigberry@mac.com>
40347              Date:  Thu, 01 Apr 2004 14:16:32 -0600
40348              Message-Id:  <406C78A0.2070009@mac.com>
40349
40350              sort out architecture-specific directory names for OpenVMS
40351              Itanium port
40352      Branch: perl
40353            ! configure.com vms/descrip_mms.template
40354 ____________________________________________________________________________
40355 [ 22635] By: davem                                 on 2004/04/01  20:27:14
40356         Log: Fix change #22376. Only mark a const as short-circuited
40357              if it's actually a const!
40358      Branch: perl
40359            ! op.c
40360 ____________________________________________________________________________
40361 [ 22630] By: nicholas                              on 2004/04/01  15:15:10
40362         Log: debug the instructions on upgrading Unicode
40363      Branch: perl
40364            ! lib/unicore/README.perl
40365 ____________________________________________________________________________
40366 [ 22625] By: mhx                                   on 2004/04/01  06:01:25
40367         Log: Fix and tests for [perl #28123] Perl optimizes // away incorrectly
40368      Branch: perl
40369            ! op.c t/op/dor.t
40370 ____________________________________________________________________________
40371 [ 22624] By: davem                                 on 2004/03/31  20:33:52
40372         Log: + (\$) prototype = bad free
40373              av_delete() didn't reify. I also updated its description
40374      Branch: perl
40375            ! av.c t/op/args.t
40376 ____________________________________________________________________________
40377 [ 22621] By: nicholas                              on 2004/03/31  15:05:40
40378         Log: Upgrade to Unicode 4.0.1
40379      Branch: perl
40380            + lib/unicore/lib/Katakan2.pl lib/unicore/lib/Sterm.pl
40381            + lib/unicore/lib/Variatio.pl
40382            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabLink.pl
40383            ! lib/unicore/ArabLnkGrp.pl lib/unicore/ArabicShaping.txt
40384            ! lib/unicore/Bidirectional.pl lib/unicore/Blocks.pl
40385            ! lib/unicore/Blocks.txt lib/unicore/Canonical.pl
40386            ! lib/unicore/CaseFolding.txt lib/unicore/Category.pl
40387            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
40388            ! lib/unicore/Jamo.txt lib/unicore/Lbrk.pl
40389            ! lib/unicore/LineBreak.txt lib/unicore/PropList.txt
40390            ! lib/unicore/PropValueAliases.txt lib/unicore/Properties
40391            ! lib/unicore/PropertyAliases.txt lib/unicore/ReadMe.txt
40392            ! lib/unicore/Scripts.pl lib/unicore/Scripts.txt
40393            ! lib/unicore/SpecialCasing.txt lib/unicore/To/Digit.pl
40394            ! lib/unicore/UnicodeData.txt lib/unicore/lib/Arabic.pl
40395            ! lib/unicore/lib/Armenian.pl lib/unicore/lib/Bengali.pl
40396            ! lib/unicore/lib/BidiBN.pl lib/unicore/lib/BidiCS.pl
40397            ! lib/unicore/lib/BidiEN.pl lib/unicore/lib/BidiES.pl
40398            ! lib/unicore/lib/BidiET.pl lib/unicore/lib/BidiL.pl
40399            ! lib/unicore/lib/BidiON.pl lib/unicore/lib/Bopomofo.pl
40400            ! lib/unicore/lib/Braille.pl lib/unicore/lib/Buhid.pl
40401            ! lib/unicore/lib/C.pl lib/unicore/lib/Canadian.pl
40402            ! lib/unicore/lib/Cf.pl lib/unicore/lib/Cherokee.pl
40403            ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Common.pl
40404            ! lib/unicore/lib/Cypriot.pl lib/unicore/lib/Cyrillic.pl
40405            ! lib/unicore/lib/Deseret.pl lib/unicore/lib/Devanaga.pl
40406            ! lib/unicore/lib/Ethiopic.pl lib/unicore/lib/Georgian.pl
40407            ! lib/unicore/lib/Gothic.pl lib/unicore/lib/Greek.pl
40408            ! lib/unicore/lib/Gujarati.pl lib/unicore/lib/Gurmukhi.pl
40409            ! lib/unicore/lib/Han.pl lib/unicore/lib/Hangul.pl
40410            ! lib/unicore/lib/Hanunoo.pl lib/unicore/lib/Hebrew.pl
40411            ! lib/unicore/lib/Hiragana.pl lib/unicore/lib/InCyril2.pl
40412            ! lib/unicore/lib/Inherite.pl lib/unicore/lib/Kannada.pl
40413            ! lib/unicore/lib/Katakana.pl lib/unicore/lib/Khmer.pl
40414            ! lib/unicore/lib/Lao.pl lib/unicore/lib/Latin.pl
40415            ! lib/unicore/lib/Limbu.pl lib/unicore/lib/LinearB.pl
40416            ! lib/unicore/lib/Malayala.pl lib/unicore/lib/Math.pl
40417            ! lib/unicore/lib/Mongolia.pl lib/unicore/lib/Myanmar.pl
40418            ! lib/unicore/lib/Ogham.pl lib/unicore/lib/OldItali.pl
40419            ! lib/unicore/lib/Oriya.pl lib/unicore/lib/Osmanya.pl
40420            ! lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
40421            ! lib/unicore/lib/OtherMat.pl lib/unicore/lib/Runic.pl
40422            ! lib/unicore/lib/Shavian.pl lib/unicore/lib/Sinhala.pl
40423            ! lib/unicore/lib/SoftDott.pl lib/unicore/lib/Syriac.pl
40424            ! lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
40425            ! lib/unicore/lib/TaiLe.pl lib/unicore/lib/Tamil.pl
40426            ! lib/unicore/lib/Telugu.pl lib/unicore/lib/Terminal.pl
40427            ! lib/unicore/lib/Thaana.pl lib/unicore/lib/Thai.pl
40428            ! lib/unicore/lib/Tibetan.pl lib/unicore/lib/Ugaritic.pl
40429            ! lib/unicore/lib/Yi.pl lib/unicore/lib/Z.pl
40430            ! lib/unicore/lib/Zs.pl lib/unicore/version t/op/pat.t
40431 ____________________________________________________________________________
40432 [ 22619] By: merijn                                on 2004/03/31  13:02:32
40433         Log: Regenerated Configure after backported #22571
40434              Some indent leftovers from earlier patches
40435              We don't like double negatives, not even in comment
40436      Branch: perl
40437            ! Configure
40438 ____________________________________________________________________________
40439 [ 22617] By: merijn                                on 2004/03/31  11:33:09
40440         Log: Subject: Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXT
40441              From: Gisle Aas <gisle@ActiveState.com>
40442              Date: 30 Mar 2004 04:29:18 -0800
40443              Message-ID: <lrk712bjs1.fsf@caliper.activestate.com>
40444      Branch: perl
40445            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
40446            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
40447 ____________________________________________________________________________
40448 [ 22615] By: nicholas                              on 2004/03/31  08:24:29
40449         Log: Unknowingly for years we've had a test that has assumed the order
40450              of results from readdir. Fixed.
40451      Branch: perl
40452            ! lib/File/Find/t/find.t
40453 ____________________________________________________________________________
40454 [ 22614] By: nicholas                              on 2004/03/30  21:50:15
40455         Log: Subject: Zaurus SL-[78]60 native compile patch
40456              Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp>
40457              From: Dan Kogai <dankogai@dan.co.jp>
40458              Date: Tue, 30 Mar 2004 00:53:52 +0900
40459      Branch: perl
40460            ! ext/Errno/Errno_pm.PL
40461 ____________________________________________________________________________
40462 [ 22610] By: davem                                 on 2004/03/29  21:20:35
40463         Log: various win32 build fixes
40464
40465              Subject: Re: [PATCH] Re: MinGW/GCC vs MSVC++ on Win32
40466              From: Steve Hay <steve.hay@uk.radan.com>
40467              Date: Tue, 23 Mar 2004 10:42:12 +0000
40468              Message-ID: <40601484.7040905@uk.radan.com>
40469
40470              Subject: [PATCH] distclean on Win32 should delete perl.base
40471              From: Steve Hay <steve.hay@uk.radan.com>
40472              Date: Tue, 23 Mar 2004 11:35:56 +0000
40473              Message-ID: <4060211C.8020704@uk.radan.com>
40474
40475              Subject: Re: [PATCH] Create debug symbols files on Windows even for release
40476              From: Steve Hay <steve.hay@uk.radan.com>
40477              Date: Fri, 26 Mar 2004 10:46:07 +0000
40478              Message-ID: <406409EF.9020404@uk.radan.com>
40479      Branch: perl
40480            ! win32/Makefile win32/makefile.mk
40481 ____________________________________________________________________________
40482 [ 22609] By: davem                                 on 2004/03/29  20:46:36
40483         Log: Subject: [perl #27986] IPC::Open3 fails in mod_perl (tie bug)
40484              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
40485              Date: 26 Mar 2004 21:02:19 -0000
40486              Message-ID: <rt-3.0.8-27986-82842.3.55447645581215@perl.org>
40487
40488              The forked child should make sure STDIN and STDOUT aren't tied
40489              before messing with them
40490      Branch: perl
40491            ! lib/IPC/Open3.pm
40492 ____________________________________________________________________________
40493 [ 22608] By: davem                                 on 2004/03/29  20:10:05
40494         Log: backout change 22606 (make gv_fullname() include a literal '^')
40495              it breaks select.
40496      Branch: perl
40497            ! gv.c t/op/gv.t
40498 ____________________________________________________________________________
40499 [ 22607] By: davem                                 on 2004/03/28  15:10:48
40500         Log: update -Dx to cope with lexical version of OP_AELEMFAST
40501      Branch: perl
40502            ! dump.c
40503 ____________________________________________________________________________
40504 [ 22606] By: davem                                 on 2004/03/28  15:08:23
40505         Log: make gv_fullname() etc include a literal '^' for *^FOO style names
40506      Branch: perl
40507            ! gv.c t/op/gv.t
40508 ____________________________________________________________________________
40509 [ 22605] By: davem                                 on 2004/03/28  13:11:30
40510         Log: pv_display() had code to display \n etc as escapes but it didn't
40511              actually work.
40512      Branch: perl
40513            ! dump.c
40514 ____________________________________________________________________________
40515 [ 22604] By: davem                                 on 2004/03/28  10:55:30
40516         Log: fix typo in change 22597
40517      Branch: perl
40518            ! op.h
40519 ____________________________________________________________________________
40520 [ 22601] By: davem                                 on 2004/03/27  10:22:52
40521         Log: Subject:  [PATCH] -Dusemallocwrap for VMS)
40522              From:  "Craig A. Berry" <craigberry@mac.com>
40523              Date:  Fri, 26 Mar 2004 22:46:50 -0600
40524              Message-Id:  <4065073A.30007@mac.com>
40525
40526              Mimic in configure.com what Configure does to enable or disable
40527              the new feature -Dusemallocwrap
40528      Branch: perl
40529            ! configure.com
40530 ____________________________________________________________________________
40531 [ 22600] By: davem                                 on 2004/03/27  02:04:03
40532         Log: Subject:  [PATCH] don't clean-up perly.* on VMS
40533              From:  "Craig A. Berry" <craigberry@mac.com>
40534              Date:  Fri, 26 Mar 2004 16:54:44 -0600
40535              Message-Id:  <4064B4B4.2030203@mac.com>
40536
40537              refrain from getting rid of perly.c and perly.h now that there are
40538              no longer VMS-specific overrides for these files
40539      Branch: perl
40540            ! vms/descrip_mms.template
40541 ____________________________________________________________________________
40542 [ 22599] By: davem                                 on 2004/03/27  01:54:09
40543         Log: string corruption with lvalue sub
40544              Depending on the context, the same substr OP may want to return
40545              a PVLV or an LV on subsequent invcations. If TARG is the wrong
40546              type, use a mortal instead.
40547      Branch: perl
40548            ! pp.c t/op/substr.t
40549 ____________________________________________________________________________
40550 [ 22597] By: davem                                 on 2004/03/26  18:56:50
40551         Log: Clarify op.h comments for which ops the OPpDEREF* private flags
40552              are actually used; update Concise.pm to match
40553      Branch: perl
40554            ! ext/B/B/Concise.pm op.h
40555 ____________________________________________________________________________
40556 [ 22596] By: davem                                 on 2004/03/26  18:53:09
40557         Log: fix for change #22594; if using test.pl, must tell perl where to
40558              find it!
40559      Branch: perl
40560            ! t/comp/hints.t
40561 ____________________________________________________________________________
40562 [ 22595] By: davem                                 on 2004/03/26  17:28:48
40563         Log: document the return value of an empty sub
40564      Branch: perl
40565            ! pod/perlsub.pod
40566 ____________________________________________________________________________
40567 [ 22594] By: davem                                 on 2004/03/26  13:05:50
40568         Log: - hints hash was being double freed on scope exit
40569      Branch: perl
40570            ! op.c scope.c scope.h t/comp/hints.t
40571 ____________________________________________________________________________
40572 [ 22593] By: ams                                   on 2004/03/26  08:59:15
40573         Log: Subject: Re: [perl #27906] stat documentation correction
40574              From: Andy Lester <andy@petdance.com>
40575              Date: Wed, 24 Mar 2004 21:48:30 -0600
40576              Message-Id: <20040325034830.GA5865@petdance.com>
40577              (Applied with a correction from Spider Boardman.)
40578      Branch: perl
40579            ! pod/perlfunc.pod t/op/stat.t
40580 ____________________________________________________________________________
40581 [ 22592] By: davem                                 on 2004/03/26  01:24:24
40582         Log: fix some comments in perly.y
40583      Branch: perl
40584            ! perly.y
40585 ____________________________________________________________________________
40586 [ 22591] By: davem                                 on 2004/03/26  01:16:55
40587         Log: Blessed reference to anonymous glob
40588              Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning
40589      Branch: perl
40590            ! sv.c t/op/ref.t
40591 ____________________________________________________________________________
40592 [ 22586] By: davem                                 on 2004/03/24  22:16:30
40593         Log: Subject: [perl #27748] 'find2perl' bug: -exec causes chdir error
40594              From: "jdhedden@1979.usna.com (via RT)" <perlbug-followup@perl.org>
40595              Date: 18 Mar 2004 20:25:50 -0000
40596              Message-ID: <rt-3.0.8-27748-82270.2.99482909739062@perl.org>
40597
40598              Cwd code was planted in the output executable after the exit, so
40599              was never run.
40600      Branch: perl
40601            ! x2p/find2perl.PL
40602 ____________________________________________________________________________
40603 [ 22585] By: nicholas                              on 2004/03/24  21:42:25
40604         Log: Remaining smoked platforms where malloc wrap is known to work.
40605              Data for Irix and NetBSD would be useful - they probably will work too.
40606              Will Unicos work? Place bets now...
40607      Branch: perl
40608            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/freebsd.sh
40609            ! hints/hpux.sh hints/linux.sh hints/openbsd.sh
40610            ! hints/solaris_2.sh
40611 ____________________________________________________________________________
40612 [ 22584] By: davem                                 on 2004/03/24  21:14:08
40613         Log: Subject: [perl #27790] split docs: say the string is EXPR
40614              From: Dan Jacobson (via RT) <perlbug-followup@perl.org>
40615              Date: 20 Mar 2004 05:21:07 -0000
40616              Message-ID: <rt-3.0.8-27790-82358.14.5476352902536@perl.org>
40617
40618              Minor documentation nit in split
40619      Branch: perl
40620            ! pod/perlfunc.pod
40621 ____________________________________________________________________________
40622 [ 22582] By: nicholas                              on 2004/03/24  19:15:29
40623         Log: mintest will pass if I skip the correct number of tests. D'oh!
40624      Branch: perl
40625            ! t/op/magic.t
40626 ____________________________________________________________________________
40627 [ 22579] By: nicholas                              on 2004/03/24  14:59:16
40628         Log: Subject: Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
40629              From: Steve Hay <steve.hay@uk.radan.com>
40630              Message-ID: <40618D1C.7000601@uk.radan.com>
40631              Date: Wed, 24 Mar 2004 13:29:00 +0000
40632      Branch: perl
40633            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40634            ! win32/config_H.vc64
40635 ____________________________________________________________________________
40636 [ 22578] By: rgs                                   on 2004/03/24  13:54:31
40637         Log: Good catch from Dave Mitchell; plus a null pointer protection.
40638      Branch: perl
40639            ! scope.c
40640 ____________________________________________________________________________
40641 [ 22577] By: nicholas                              on 2004/03/24  11:51:46
40642         Log: Unlike perl, 0 in void context isn't special cased in C :-)
40643              (So it warns). Tweak the no-action malloc wrap checkers to avoid
40644              warnings.
40645      Branch: perl
40646            ! handy.h
40647 ____________________________________________________________________________
40648 [ 22576] By: nicholas                              on 2004/03/24  10:29:16
40649         Log: Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
40650              NO_MALLOC_WRAP following Configure changes. Identical patch to
40651              mine supplied by Steve Hay while I was working on this.
40652              IP shootout at dawn :-)
40653      Branch: perl
40654            ! makedef.pl
40655 ____________________________________________________________________________
40656 [ 22572] By: nicholas                              on 2004/03/24  09:14:21
40657         Log: Tidy up function prototypes in the light of suidpatch
40658      Branch: perl
40659            ! embed.fnc embed.h perl.c proto.h
40660 ____________________________________________________________________________
40661 [ 22571] By: nicholas                              on 2004/03/23  22:35:09
40662         Log: Make usemallocwrap a Configure-time question. Default is yes for
40663              usedevel, no otherwise, but I'm expecting hints files on known
40664              good platforms to override this. (and known bad)
40665              Demonstration hints file for darwin.
40666      Branch: perl
40667            ! Configure config_h.SH hints/darwin.sh perl.h
40668 ____________________________________________________________________________
40669 [ 22569] By: nicholas                              on 2004/03/23  17:47:44
40670         Log: hv_delete_common was freeing the key, then passing the freed pointer
40671              to S_hv_notallowed. D'oh!
40672      Branch: perl
40673            ! hv.c
40674 ____________________________________________________________________________
40675 [ 22566] By: nicholas                              on 2004/03/23  16:23:58
40676         Log: Unify 5.008 and 5.009's B::Concise 0.58
40677      Branch: perl
40678            ! ext/B/B/Concise.pm
40679 ____________________________________________________________________________
40680 [ 22565] By: nicholas                              on 2004/03/23  16:05:28
40681         Log: Unify 5.008 and 5.009's B::Concise 0.56
40682      Branch: perl
40683            ! ext/B/B/Concise.pm
40684 ____________________________________________________________________________
40685 [ 22564] By: rgs                                   on 2004/03/23  13:43:49
40686         Log: Fix bug [perl #27839] returning @+ out of scope loses its value :
40687
40688              Subject: Re: Wondering about returned regex special arrays on going out of scope
40689              From: hv@crypt.org
40690              Date: Fri, 05 Mar 2004 17:42:25 +0000
40691              Message-Id: <200403051742.i25HgPd11240@zen.crypt.org>
40692
40693              plus a test case.
40694      Branch: perl
40695            ! pp_hot.c t/op/magic.t
40696 ____________________________________________________________________________
40697 [ 22563] By: nicholas                              on 2004/03/23  13:38:11
40698         Log: Subject: [PATCH] 5.9.1 suidperl
40699              From: psz@maths.usyd.edu.au (Paul Szabo)
40700              Message-Id: <200403182117.i2ILHug513080@milan.maths.usyd.edu.au>
40701              Date: Fri, 19 Mar 2004 08:17:56 +1100 (EST)
40702
40703              (which variables renamed as requested, plus tweaks to work on platforms
40704              with no ST_NOEXEC)
40705      Branch: perl
40706            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h
40707 ____________________________________________________________________________
40708 [ 22560] By: rgs                                   on 2004/03/22  21:29:51
40709         Log: Update the -v copyright notice.
40710      Branch: perl
40711            ! perl.c
40712 ____________________________________________________________________________
40713 [ 22559] By: nicholas                              on 2004/03/22  21:05:09
40714         Log: Don't assume that the chmod will always work.
40715              (It won't for files on *BSD where chflags has set uchg, which is
40716              what the OS X perforce client does)
40717      Branch: perl
40718            ! t/op/filetest.t
40719 ____________________________________________________________________________
40720 [ 22557] By: rgs                                   on 2004/03/22  20:46:52
40721         Log: Clarifications on constants subroutines, based on:
40722
40723              Subject: [perl #27768] [patch] wrong examples in perlsub/"Constant Functions"
40724              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
40725              Date: 19 Mar 2004 14:56:09 -0000
40726              Message-ID: <rt-3.0.8-27768-82310.5.12766475665209@perl.org>
40727      Branch: perl
40728            ! pod/perlsub.pod
40729 ____________________________________________________________________________
40730 [ 22556] By: rgs                                   on 2004/03/22  20:30:41
40731         Log: Subject: [PATCH] Re: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC
40732              From: Steve Hay <steve.hay@uk.radan.com>
40733              Date: Mon, 22 Mar 2004 14:44:46 +0000
40734              Message-ID: <405EFBDE.4090209@uk.radan.com>
40735      Branch: perl
40736            ! README.win32
40737 ____________________________________________________________________________
40738 [ 22553] By: rgs                                   on 2004/03/22  19:25:59
40739         Log: Subject: Re: [PATCH] warn on !=~
40740              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
40741              Date: Mon, 22 Mar 2004 10:32:05 -0800
40742              Message-ID: <20040322183106.GA1284@efn.org>
40743
40744              More warnings for this case.
40745      Branch: perl
40746            ! t/lib/warnings/toke toke.c
40747 ____________________________________________________________________________
40748 [ 22549] By: rgs                                   on 2004/03/21  17:22:42
40749         Log: Finally, this "Negative repeat count" warning wasn't such a great
40750              idea. Disable it. But add tests for this :
40751
40752              Subject: Re: [perl #27811] (@x) x -1 is a panic
40753              From: Andy Lester <andy@petdance.com>
40754              Date: Sun, 21 Mar 2004 09:27:04 -0600
40755              Message-ID: <20040321152704.GA9041@petdance.com>
40756      Branch: perl
40757            ! pp.c t/lib/warnings/pp t/op/repeat.t
40758 ____________________________________________________________________________
40759 [ 22548] By: rgs                                   on 2004/03/21  16:40:27
40760         Log: Subject: [PATCH sv.h] Nobody has used SvPVbyte_force?
40761              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
40762              Date: Sun, 21 Mar 2004 21:49:53 +0900
40763              Message-Id: <20040321213628.2461.BQW10602@nifty.com>
40764      Branch: perl
40765            ! sv.h
40766 ____________________________________________________________________________
40767 [ 22547] By: rgs                                   on 2004/03/21  13:36:27
40768         Log: I must be tired today.
40769      Branch: perl
40770            ! lib/utf8.t
40771 ____________________________________________________________________________
40772 [ 22546] By: rgs                                   on 2004/03/21  13:26:33
40773         Log: Silence a gcc warning.
40774      Branch: perl
40775            ! sv.c
40776 ____________________________________________________________________________
40777 [ 22545] By: rgs                                   on 2004/03/21  13:18:01
40778         Log: Subject: Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar)
40779              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
40780              Date: Sun, 21 Mar 2004 15:19:22 +0900
40781              Message-Id: <20040321151828.DAC6.BQW10602@nifty.com>
40782      Branch: perl
40783            ! lib/utf8.t sv.c
40784 ____________________________________________________________________________
40785 [ 22544] By: rgs                                   on 2004/03/21  13:12:53
40786         Log: Subject: [PATCH] fix memory bug in vms.c:mp_do_tounixspec
40787              From: "Craig A. Berry" <craigberry@mac.com>
40788              Date: Sat, 20 Mar 2004 21:51:45 -0600
40789              Message-ID: <405D1151.3040308@mac.com>
40790      Branch: perl
40791            ! vms/vms.c
40792 ____________________________________________________________________________
40793 [ 22543] By: rgs                                   on 2004/03/21  13:06:20
40794         Log: Add a new warning "Negative repeat count"
40795              for the cases $x x -1.
40796      Branch: perl
40797            ! pod/perlop.pod pp.c t/lib/warnings/pp
40798 ____________________________________________________________________________
40799 [ 22542] By: rgs                                   on 2004/03/20  11:49:21
40800         Log: Subject: [PATCH] warn on !=~
40801              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
40802              Date: Thu, 18 Mar 2004 22:24:09 -0800
40803              Message-ID: <20040319062035.GA3768@efn.org>
40804
40805              with an improvement suggested by Ton Hospel.
40806      Branch: perl
40807            ! pod/perldiag.pod t/lib/warnings/toke toke.c
40808 ____________________________________________________________________________
40809 [ 22541] By: rgs                                   on 2004/03/20  10:19:59
40810         Log: Subject: makefile.95 tweak
40811              From: Greg Matheson <lang@ms.chinmin.edu.tw>
40812              Date: Fri, 19 Mar 2004 18:15:25 +0800
40813              Message-ID: <20040319181525.A6347@ms.chinmin.edu.tw>
40814      Branch: perl
40815            ! win32/makefile.mk
40816 ____________________________________________________________________________
40817 [ 22540] By: rgs                                   on 2004/03/20  10:15:36
40818         Log: \x80\xFF is not valid UTF-8.
40819      Branch: perl
40820            ! pod/perluniintro.pod
40821 ____________________________________________________________________________
40822 [ 22539] By: rgs                                   on 2004/03/19  23:09:13
40823         Log: Subject: [perl #24821] enhancement patch for B::Concise
40824              From: jim cromie <jcromie@divsol.com>
40825              Date: Wed, 17 Mar 2004 14:12:43 -0700
40826              Message-ID: <4058BF4B.1000004@divsol.com>
40827              (Only the Concise.pm part, with documentation nits)
40828      Branch: perl
40829            ! ext/B/B/Concise.pm
40830 ____________________________________________________________________________
40831 [ 22538] By: nicholas                              on 2004/03/19  12:15:23
40832         Log: Subject:  [PATCH] open.pm: allow upper-cased EUC
40833              From:  Autrijus Tang <autrijus@autrijus.org>
40834              Date:  Fri, 19 Mar 2004 18:27:10 +0800
40835              Message-Id:  <20040319102710.GA91216@aut.dyndns.org>
40836      Branch: perl
40837            ! lib/open.pm
40838 ____________________________________________________________________________
40839 [ 22537] By: nicholas                              on 2004/03/19  11:59:01
40840         Log: Subject: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
40841              From: Jan Dubois <jand@activestate.com>
40842              Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com>
40843              Date: Thu, 18 Mar 2004 13:13:49 -0800
40844
40845              Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
40846              From: Steve Hay <steve.hay@uk.radan.com>
40847              Message-ID: <405ACC6D.1040804@uk.radan.com>
40848              Date: Fri, 19 Mar 2004 10:33:17 +0000
40849      Branch: perl
40850            + win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
40851            + win32/ext/Win32/Win32.xs
40852            - lib/Win32.pod
40853            ! MANIFEST win32/Makefile win32/makefile.mk
40854 ____________________________________________________________________________
40855 [ 22536] By: nicholas                              on 2004/03/19  11:43:35
40856         Log: Change Storable.xs to conditionally include ppport.h for pre 5.8.0
40857              This allows the ppport.h to be deleted from ext/Storable, which will
40858              reduce the potential for confusion.
40859              Bump Storable's version to 2.12; update the ChangeLog
40860      Branch: perl
40861            - ext/Storable/ppport.h
40862            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
40863            ! ext/Storable/README ext/Storable/Storable.pm
40864            ! ext/Storable/Storable.xs
40865 ____________________________________________________________________________
40866 [ 22535] By: nicholas                              on 2004/03/19  11:03:18
40867         Log: Move Beau Cox's ppport.h fixes into PPPort.pm
40868      Branch: perl
40869            ! ext/Devel/PPPort/PPPort.pm
40870 ____________________________________________________________________________
40871 [ 22534] By: rgs                                   on 2004/03/19  10:13:14
40872         Log: Nit in perluniintro about the U0 and C0 templates,
40873              noticed by Steve Hay.
40874      Branch: perl
40875            ! pod/perluniintro.pod
40876 ____________________________________________________________________________
40877 [ 22533] By: ams                                   on 2004/03/19  02:57:40
40878         Log: Subject: [PATCH] Storable PERL_NO_GET_CONTEXT
40879              From: beau@beaucox.com
40880              Date: Thu, 18 Mar 2004 12:45:45 -1000
40881              Message-Id: <20040318_224545_009145.beau@beaucox.com>
40882      Branch: perl
40883            + ext/Storable/ppport.h
40884            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.xs
40885 ____________________________________________________________________________
40886 [ 22532] By: rgs                                   on 2004/03/18  20:33:02
40887         Log: Subject: [PATCH] range operator warnings / 64-bit fix
40888              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
40889              Date: Wed, 10 Mar 2004 21:45:48 +0100
40890              Message-Id: <20040310214548.4f5e3ab1@r2d2>
40891      Branch: perl
40892            ! pp_ctl.c pp_hot.c t/op/range.t
40893 ____________________________________________________________________________
40894 [ 22531] By: davem                                 on 2004/03/18  19:02:32
40895         Log: add code comment for change 22525
40896      Branch: perl
40897            ! pp.c
40898 ____________________________________________________________________________
40899 [ 22530] By: rgs                                   on 2004/03/18  18:21:32
40900         Log: Add a perl592delta.pod man page.
40901      Branch: perl
40902            + pod/perl592delta.pod
40903            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
40904            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
40905            ! win32/pod.mak
40906 ____________________________________________________________________________
40907 [ 22528] By: nicholas                              on 2004/03/18  16:58:06
40908         Log: Corrections and explanations in comments
40909      Branch: perl
40910            ! ext/Storable/Storable.xs
40911 ____________________________________________________________________________
40912 [ 22527] By: nicholas                              on 2004/03/18  16:50:25
40913         Log: Subject:  pumpkin fodder
40914              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
40915              Date:  Fri, 12 Mar 2004 15:16:57 +0200 (EET)
40916              Message-Id:  <200403121316.i2CDGv1Y254951@kosh.hut.fi>
40917      Branch: perl
40918            ! lib/unicore/README.perl
40919 ____________________________________________________________________________
40920 [ 22526] By: rgs                                   on 2004/03/18  14:33:14
40921         Log: Detypo.
40922      Branch: perl
40923            ! makedef.pl
40924 ____________________________________________________________________________
40925 [ 22525] By: davem                                 on 2004/03/18  14:13:16
40926         Log: make ~$x give warning is $x isn't initialised.
40927              Also add test for uninitialised warning in & op.
40928      Branch: perl
40929            ! pp.c t/lib/warnings/sv
40930 ____________________________________________________________________________
40931 [ 22524] By: rgs                                   on 2004/03/18  13:20:07
40932         Log: Try to fix the AIX and Windows builds regarding the
40933              definedness of the PL_memory_wrap symbol.
40934      Branch: perl
40935            ! makedef.pl
40936 ____________________________________________________________________________
40937 [ 22523] By: rgs                                   on 2004/03/18  08:27:34
40938         Log: Bump bleadperl's version number to 5.9.2.
40939      Branch: perl
40940            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
40941            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
40942            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
40943            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
40944            ! win32/makefile.mk wince/Makefile.ce
40945 ____________________________________________________________________________
40946 [ 22521] By: rgs                                   on 2004/03/17  19:13:03
40947         Log: Subject: [PATCH] format/casting/warning RE: perl 5.9.1
40948              From: Robin Barker <Robin.Barker@npl.co.uk>
40949              Date: Wed, 17 Mar 2004 18:37:10 -0000
40950              Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk>
40951      Branch: perl
40952            ! dump.c ext/Socket/Socket.xs pad.c util.c
40953 ____________________________________________________________________________
40954 [ 22520] By: rgs                                   on 2004/03/17  18:20:54
40955         Log: Optimize away the assignment in the constructs C<my $s = undef>,
40956              C<my @a = ()>, C<my %h = ()>.
40957      Branch: perl
40958            ! op.c
40959 ____________________________________________________________________________
40960 [ 22517] By: nicholas                              on 2004/03/17  17:58:44
40961         Log: Subject: malloc wrappage
40962              From: Jarkko Hietaniemi <jhi@iki.fi>
40963              Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi>
40964              Date: Tue, 10 Feb 2004 23:15:14 +0200
40965
40966              plus change croak to Perl_croak_nocontext to make ithread safe
40967              plus make it conditional on PERL_MALLOC_WRAP (default for blead is on)
40968      Branch: perl
40969            ! av.c handy.h perl.h pod/perldiag.pod pp.c
40970 ____________________________________________________________________________
40971 [ 22516] By: nicholas                              on 2004/03/17  16:10:57
40972         Log: Add auto-require of modules to restore overloading (and tests)
40973      Branch: perl
40974            + ext/Storable/t/HAS_OVERLOAD.pm
40975            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
40976            ! ext/Storable/Storable.xs ext/Storable/t/overload.t
40977 ____________________________________________________________________________
40978 [ 22515] By: nicholas                              on 2004/03/17  15:48:03
40979         Log: Add regression tests for the auto-require of STORABLE_thaw
40980      Branch: perl
40981            + ext/Storable/t/HAS_HOOK.pm
40982            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
40983            ! ext/Storable/t/blessed.t
40984 ____________________________________________________________________________
40985 [ 22514] By: nicholas                              on 2004/03/16  22:36:49
40986         Log: Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
40987              block. This allows the re-entrant API to be used with ithreads,
40988              which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads
40989              (Which may seem inane, but makes perl threaded at the C level
40990              without enabling ithreads)
40991      Branch: perl
40992            ! intrpvar.h
40993 ____________________________________________________________________________
40994 [ 22513] By: rgs                                   on 2004/03/16  21:55:10
40995         Log: Add a lchown() call to the POSIX module. [perl #27547]
40996      Branch: perl
40997            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
40998 ____________________________________________________________________________
40999 [ 22512] By: rgs                                   on 2004/03/16  21:29:41
41000         Log: Subject: [PATCH] Re: Perl and Parrot disagree about sched_yield on Solaris
41001              From: Andrew Dougherty <doughera@lafayette.edu>
41002              Date: Tue, 16 Mar 2004 16:38:58 -0500 (EST)
41003              Message-ID: <Pine.SOL.4.58.0403161635590.27628@maxwell.phys.lafayette.edu>
41004      Branch: perl
41005            ! hints/solaris_2.sh
41006 ____________________________________________________________________________
41007 [ 22511] By: rgs                                   on 2004/03/16  21:27:02
41008         Log: Restore the "DEVEL" locally-applied-patches version tag in blead.
41009      Branch: perl
41010            ! patchlevel.h
41011 ____________________________________________________________________________
41012 [ 22510] By: rgs                                   on 2004/03/16  18:29:39
41013         Log: Update Changes. (again)
41014      Branch: perl
41015            ! Changes
41016 ____________________________________________________________________________
41017 [ 22509] By: rgs                                   on 2004/03/16  18:19:52
41018         Log: Update copyright notices
41019      Branch: perl
41020            ! cop.h cv.h doio.c doop.c dump.c embed.h embed.pl embedvar.h
41021            ! form.h global.sym gv.c handy.h hv.c mg.c op.c op.h opcode.h
41022            ! opcode.pl opnames.h pad.c patchlevel.h perl.c perl.h perlapi.h
41023            ! perlio.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
41024            ! proto.h regexec.c scope.c scope.h sv.c sv.h thread.h
41025            ! universal.c utf8.c util.c
41026 ____________________________________________________________________________
41027 [ 22508] By: rgs                                   on 2004/03/16  16:31:03
41028         Log: Regenerate META.yml
41029      Branch: perl
41030            ! META.yml
41031 ____________________________________________________________________________
41032 [ 22507] By: rgs                                   on 2004/03/16  15:36:32
41033         Log: Update Changes.
41034      Branch: perl
41035            ! Changes
41036 ____________________________________________________________________________
41037 [ 22506] By: rgs                                   on 2004/03/16  15:32:42
41038         Log: This is 5.9.1.
41039      Branch: perl
41040            ! patchlevel.h
41041 ____________________________________________________________________________
41042 [ 22505] By: rgs                                   on 2004/03/16  15:28:55
41043         Log: We'll ship 5.9.1 today.
41044      Branch: perl
41045            ! pod/perlhist.pod
41046 ____________________________________________________________________________
41047 [ 22504] By: rgs                                   on 2004/03/16  15:25:22
41048         Log: More perldelta updates.
41049      Branch: perl
41050            ! pod/perl591delta.pod
41051 ____________________________________________________________________________
41052 [ 22503] By: rgs                                   on 2004/03/16  13:23:34
41053         Log: Since the signature.t test of CPAN relies on a non-core module,
41054              it's not relevant to the perl core distribution.
41055      Branch: perl
41056            - lib/CPAN/t/signature.t
41057            ! MANIFEST
41058 ____________________________________________________________________________
41059 [ 22502] By: rgs                                   on 2004/03/15  21:54:56
41060         Log: Fix the order of arguments in the usage message of
41061              POSIX::chown(). It's different from the POSIX order but
41062              it's the same than CORE::chown(). Damn.
41063      Branch: perl
41064            ! ext/POSIX/POSIX.pm
41065 ____________________________________________________________________________
41066 [ 22501] By: rgs                                   on 2004/03/15  17:09:26
41067         Log: Subject: Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
41068              From: Steve Hay <steve.hay@uk.radan.com>
41069              Date: Mon, 15 Mar 2004 10:28:02 +0000
41070              Message-ID: <40558532.30002@uk.radan.com>
41071
41072              Plus, restore patch #22489
41073      Branch: perl
41074            ! win32/Makefile win32/makefile.mk
41075 ____________________________________________________________________________
41076 [ 22500] By: davem                                 on 2004/03/14  20:13:47
41077         Log: scope exit could expose freed local() value
41078      Branch: perl
41079            ! scope.c t/op/localref.t
41080 ____________________________________________________________________________
41081 [ 22499] By: davem                                 on 2004/03/14  17:01:34
41082         Log: strict 'subs' didn't warn on bareword array index
41083      Branch: perl
41084            ! op.c t/lib/strict/subs
41085 ____________________________________________________________________________
41086 [ 22498] By: rgs                                   on 2004/03/14  12:52:17
41087         Log: Four Storable patches towards Storable 2.11 :
41088
41089              Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order
41090              From: Nicholas Clark <nick@ccl4.org>
41091              Date: Sat, 13 Mar 2004 15:13:28 +0000
41092              Message-ID: <20040313151327.GS701@plum.flirble.org>
41093
41094              Date: Sat, 13 Mar 2004 20:23:45 +0000
41095              Message-ID: <20040313202345.GX701@plum.flirble.org>
41096
41097              Date: Sat, 13 Mar 2004 22:20:07 +0000
41098              Message-ID: <20040313222007.GZ701@plum.flirble.org>
41099
41100              Date: Sat, 13 Mar 2004 23:03:46 +0000
41101              Message-ID: <20040313230345.GB701@plum.flirble.org>
41102      Branch: perl
41103            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
41104            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
41105            ! ext/Storable/t/restrict.t
41106 ____________________________________________________________________________
41107 [ 22497] By: rgs                                   on 2004/03/13  21:27:57
41108         Log: Subject: [perl #27567] [patch] a typo and a mistake in perltoot.pod
41109              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
41110              Date: 10 Mar 2004 17:05:09 -0000
41111              Message-ID: <rt-3.0.8-27567-81174.13.282806825515@perl.org>
41112      Branch: perl
41113            ! pod/perltoot.pod
41114 ____________________________________________________________________________
41115 [ 22496] By: rgs                                   on 2004/03/13  21:16:59
41116         Log: More small perldelta updates.
41117      Branch: perl
41118            ! pod/perl591delta.pod
41119 ____________________________________________________________________________
41120 [ 22495] By: rgs                                   on 2004/03/13  20:05:20
41121         Log: Revert change #22489, that seems to cause build failures on Windows.
41122      Branch: perl
41123            ! win32/Makefile win32/makefile.mk
41124 ____________________________________________________________________________
41125 [ 22494] By: rgs                                   on 2004/03/13  19:55:43
41126         Log: Subject: Re: [PATCH] Stop splitpod truncating sprintf manpage
41127              From: Steve Hay <steve.hay@uk.radan.com>
41128              Date: Fri, 12 Mar 2004 08:38:41 +0000
41129              Message-ID: <40517711.9030204@uk.radan.com>
41130      Branch: perl
41131            ! pod/splitpod
41132 ____________________________________________________________________________
41133 [ 22493] By: rgs                                   on 2004/03/12  23:39:16
41134         Log: perl591delta nits. Regenerate the tables of contents.
41135      Branch: perl
41136            ! pod/perl591delta.pod pod/perlmodlib.pod pod/perltoc.pod
41137 ____________________________________________________________________________
41138 [ 22492] By: rgs                                   on 2004/03/12  21:35:49
41139         Log: Update perl591delta. Include a small to-do list in it.
41140      Branch: perl
41141            ! pod/perl591delta.pod
41142 ____________________________________________________________________________
41143 [ 22491] By: rgs                                   on 2004/03/12  20:08:31
41144         Log: Subject: [PATCH] Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12
41145              From: Tels <perl_dummy@bloodgate.com>
41146              Date: Fri, 12 Mar 2004 18:02:30 +0100
41147              Message-Id: <200403121802.31679@bloodgate.com>
41148      Branch: perl
41149            + lib/Math/BigInt/t/_e_math.t
41150            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt/t/bare_mbf.t
41151            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
41152            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
41153            ! lib/bigint.pm lib/bignum.pm
41154 ____________________________________________________________________________
41155 [ 22490] By: rgs                                   on 2004/03/12  18:31:12
41156         Log: Fix a bug in the cloning of regexps
41157
41158              Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
41159              From: hv@crypt.org
41160              Date: Thu, 11 Mar 2004 16:21:50 +0000
41161              Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org>
41162              (plus another similar fix)
41163      Branch: perl
41164            ! sv.c
41165 ____________________________________________________________________________
41166 [ 22489] By: rgs                                   on 2004/03/12  18:26:34
41167         Log: Subject: [PATCH] Fix minitest target in Win32 makefiles
41168              From: Steve Hay <steve.hay@uk.radan.com>
41169              Date: Fri, 12 Mar 2004 15:52:23 +0000
41170              Message-ID: <4051DCB7.107@uk.radan.com>
41171      Branch: perl
41172            ! win32/Makefile win32/makefile.mk
41173 ____________________________________________________________________________
41174 [ 22488] By: rgs                                   on 2004/03/11  22:57:29
41175         Log: Document the new behaviour of the substr lvalue :
41176              Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue window
41177              From: Dave Mitchell <davem@fdisolutions.com>
41178              Date: Mon, 1 Mar 2004 23:59:21 +0000
41179              Message-ID: <20040301235921.GC6469@fdisolutions.com>
41180      Branch: perl
41181            ! pod/perlfunc.pod
41182 ____________________________________________________________________________
41183 [ 22485] By: davem                                 on 2004/03/11  14:52:58
41184         Log: make op/write.t work better under stdio by running the subtests
41185              in the child process rather than the parent.
41186      Branch: perl
41187            ! t/op/write.t
41188 ____________________________________________________________________________
41189 [ 22484] By: merijn                                on 2004/03/11  10:08:17
41190         Log: Subject: Re: [PATCH] Re: Proposal to remove support for MachTen
41191              From: Dominic Dunlop <shouldbedomo@mac.com>
41192              Date: Thu, 11 Mar 2004 10:34:01 +0100
41193              Message-Id: <3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com>
41194      Branch: perl
41195            ! README.machten hints/machten.sh
41196 ____________________________________________________________________________
41197 [ 22483] By: nicholas                              on 2004/03/10  20:38:49
41198         Log: croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake
41199              back this out until we have a tangible policy
41200      Branch: perl
41201            ! sv.c
41202 ____________________________________________________________________________
41203 [ 22482] By: rgs                                   on 2004/03/10  16:16:00
41204         Log: Upgrade to Cwd 2.17.
41205      Branch: perl
41206            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
41207 ____________________________________________________________________________
41208 [ 22481] By: rgs                                   on 2004/03/10  10:55:12
41209         Log: Subject: Re: [PATCH] More "distclean" tidy ups on Win32
41210              From: Steve Hay <steve.hay@uk.radan.com>
41211              Date: Wed, 10 Mar 2004 10:58:15 +0000
41212              Message-ID: <404EF4C7.9090107@uk.radan.com>
41213      Branch: perl
41214            ! win32/Makefile win32/makefile.mk
41215 ____________________________________________________________________________
41216 [ 22480] By: rgs                                   on 2004/03/10  09:25:36
41217         Log: Change 22476 left out a similar fix for ExtUtils::MM_Win32
41218              (noticed by Steve Hay.)
41219              Also, update MANIFEST.SKIP to be in line with the renaming
41220              "blibdirs" to "blibdirs.exists".
41221      Branch: perl
41222            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Win32.pm
41223 ____________________________________________________________________________
41224 [ 22479] By: rgs                                   on 2004/03/10  09:07:03
41225         Log: A patch by Richard Foley to reduce the amount of
41226              forkage between the 5.8 and 5.9 debuggers.
41227      Branch: perl
41228            ! lib/perl5db.pl
41229 ____________________________________________________________________________
41230 [ 22478] By: chip                                  on 2004/03/09  23:51:41
41231         Log: In line-buffered mode, flush on the *last* newline,
41232              not on every newline.
41233      Branch: perl
41234            ! perlio.c
41235 ____________________________________________________________________________
41236 [ 22477] By: rgs                                   on 2004/03/09  22:27:22
41237         Log: Subject: [PATCH] More "distclean" tidy ups on Win32
41238              From: Steve Hay <steve.hay@uk.radan.com>
41239              Date: Fri, 05 Mar 2004 09:56:36 +0000
41240              Message-ID: <40484ED4.1050001@uk.radan.com>
41241              (only the win32 makefiles part)
41242      Branch: perl
41243            ! win32/Makefile win32/makefile.mk
41244 ____________________________________________________________________________
41245 [ 22476] By: rgs                                   on 2004/03/09  21:45:49
41246         Log: Subject: [PATCH] bleadperl/MM/VMS (was Re: perl@22413)
41247              From: "Craig A. Berry" <craigberry@mac.com>
41248              Date: Mon, 08 Mar 2004 08:18:43 -0600
41249              Message-ID: <404C80C3.6090009@mac.com>
41250
41251              Avoid to build everything twice on VMS.
41252              This is done by renaming the blibdirs target to blibdirs.exists.
41253              No, I don't understand why.
41254      Branch: perl
41255            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
41256            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
41257            ! lib/ExtUtils/t/INST_PREFIX.t
41258 ____________________________________________________________________________
41259 [ 22474] By: rgs                                   on 2004/03/09  20:29:02
41260         Log: Improve the "Prototype mismatch" error message when
41261              the redefined subroutine didn't have any prototype.
41262      Branch: perl
41263            ! op.c t/comp/redef.t
41264 ____________________________________________________________________________
41265 [ 22473] By: mhx                                   on 2004/03/09  19:09:20
41266         Log: Revert change #22472, but keep the new tests.
41267      Branch: perl
41268            ! pp_ctl.c t/op/range.t
41269 ____________________________________________________________________________
41270 [ 22472] By: mhx                                   on 2004/03/09  18:41:15
41271         Log: Subject: Re: undef and the range operator
41272              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
41273              Date: Mon, 8 Mar 2004 21:49:55 +0100
41274              Message-Id: <20040308214955.3d8be3a6@r2d2>
41275      Branch: perl
41276            ! pp_ctl.c t/op/range.t
41277 ____________________________________________________________________________
41278 [ 22471] By: nicholas                              on 2004/03/09  16:11:37
41279         Log: Make a temporary copy of the input buffer in pp_send, so that send
41280              and syswrite don't gratuitously upgrade their input to UTF8
41281      Branch: perl
41282            ! pp_sys.c t/op/sysio.t
41283 ____________________________________________________________________________
41284 [ 22470] By: rgs                                   on 2004/03/09  15:27:38
41285         Log: Upgrade to Cwd 2.16
41286      Branch: perl
41287            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
41288 ____________________________________________________________________________
41289 [ 22469] By: rgs                                   on 2004/03/09  14:56:10
41290         Log: Upgrade to CGI.pm 3.04.
41291      Branch: perl
41292            ! lib/CGI.pm lib/CGI/Cookie.pm
41293 ____________________________________________________________________________
41294 [ 22468] By: rgs                                   on 2004/03/08  15:35:59
41295         Log: perl591delta.pod update.
41296      Branch: perl
41297            ! pod/perl591delta.pod
41298 ____________________________________________________________________________
41299 [ 22467] By: rgs                                   on 2004/03/08  10:43:23
41300         Log: Another makefile portability fix for Win32 by Steve Hay.
41301      Branch: perl
41302            ! win32/Makefile win32/makefile.mk
41303 ____________________________________________________________________________
41304 [ 22466] By: rgs                                   on 2004/03/08  08:06:33
41305         Log: Subject: [PATCH] win32_fstat has a potential buffer overrun problem
41306              From: Jan Dubois <jand@ActiveState.com>
41307              Date: Sun, 07 Mar 2004 17:04:35 -0800
41308              Message-ID: <8lgn409p4k2kpde8d428d7a4r7fsgjc8b4@4ax.com>
41309      Branch: perl
41310            ! win32/win32.c
41311 ____________________________________________________________________________
41312 [ 22465] By: nicholas                              on 2004/03/07  23:31:49
41313         Log: Fix Dave's original shared hash key corruption bug
41314      Branch: perl
41315            ! sv.c
41316 ____________________________________________________________________________
41317 [ 22463] By: nicholas                              on 2004/03/07  21:34:01
41318         Log: Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test
41319              in utf8.t, and fix 3 bugs it exposed in utfhash.t
41320      Branch: perl
41321            ! lib/utf8.t sv.c t/op/utfhash.t
41322 ____________________________________________________________________________
41323 [ 22462] By: rgs                                   on 2004/03/07  20:34:05
41324         Log: Subject: undef and the range operator
41325              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
41326              Date: Sun, 7 Mar 2004 21:11:20 +0100
41327              Message-Id: <20040307211120.10e46933@r2d2>
41328      Branch: perl
41329            ! pp_ctl.c t/op/range.t
41330 ____________________________________________________________________________
41331 [ 22459] By: rgs                                   on 2004/03/07  18:41:36
41332         Log: Subject: Re: [PATCH Cwd 2.15] test tweak for VMS
41333              From: "Ken Williams" <ken@mathforum.org>
41334              Date: Sun, 7 Mar 2004 09:37:19 -0600
41335              Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org>
41336      Branch: perl
41337            ! ext/Cwd/t/cwd.t
41338 ____________________________________________________________________________
41339 [ 22456] By: rgs                                   on 2004/03/07  14:08:43
41340         Log: Subject: [PATCH t/op/closure.t] line-end tweak for VMS
41341              From: "Craig A. Berry" <craigberry@mac.com>
41342              Date: Sat, 06 Mar 2004 22:50:25 -0600
41343              Message-ID: <404AAA11.8050001@mac.com>
41344      Branch: perl
41345            ! t/op/closure.t
41346 ____________________________________________________________________________
41347 [ 22452] By: rgs                                   on 2004/03/06  21:24:45
41348         Log: Subject: [PATCH Cwd 2.15] test tweak for VMS
41349              From: "Craig A. Berry" <craigberry@mac.com>
41350              Date: Sat, 06 Mar 2004 13:51:55 -0600
41351              Message-ID: <404A2BDB.8030401@mac.com>
41352      Branch: perl
41353            ! ext/Cwd/t/cwd.t
41354 ____________________________________________________________________________
41355 [ 22451] By: rgs                                   on 2004/03/06  21:09:10
41356         Log: Allow syslog() to use numeric constants in addition to strings for
41357              facility names and priorities.
41358
41359              Subject: Patch for Sys::Syslog
41360              From: Jim Schneider <jschneid@netilla.com>
41361              Date: Fri, 5 Mar 2004 14:03:10 -0500
41362              Message-Id: <200403051403.10674.jschneid@netilla.com>
41363      Branch: perl
41364            ! ext/Sys/Syslog/Syslog.pm
41365 ____________________________________________________________________________
41366 [ 22446] By: nicholas                              on 2004/03/06  16:13:48
41367         Log: Make threads tests pass make minitest (by skipping)
41368      Branch: perl
41369            ! t/op/getpid.t t/op/threads.t
41370 ____________________________________________________________________________
41371 [ 22445] By: davem                                 on 2004/03/06  15:25:32
41372         Log: fix coredump in /(?{sub{}})/
41373      Branch: perl
41374            ! pad.c
41375 ____________________________________________________________________________
41376 [ 22444] By: rgs                                   on 2004/03/05  21:19:06
41377         Log: A small perluniintro clarification by Jarkko.
41378      Branch: perl
41379            ! pod/perluniintro.pod
41380 ____________________________________________________________________________
41381 [ 22443] By: rgs                                   on 2004/03/05  14:13:50
41382         Log: Subject: [PATCH] Re: Strange segfault
41383              From: mhx-perl@gmx.net (Marcus Holland-Moritz)
41384              Date: Fri, 5 Mar 2004 15:13:53 +0100
41385              Message-ID: <20040305151353.5f3e913c@r2d2>
41386      Branch: perl
41387            ! pp_ctl.c t/op/range.t
41388 ____________________________________________________________________________
41389 [ 22442] By: rgs                                   on 2004/03/05  09:31:22
41390         Log: Subject: [PATCH] Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32
41391              From: steve.hay@uk.radan.com (Steve Hay)
41392              Date: Fri, 05 Mar 2004 09:42:32 +0000
41393              Message-ID: <40484B88.7070608@uk.radan.com>
41394      Branch: perl
41395            ! win32/makefile.mk
41396 ____________________________________________________________________________
41397 [ 22441] By: rgs                                   on 2004/03/05  08:53:08
41398         Log: Change 22436 broke the Windows build.
41399              Fix by Steve Hay.
41400      Branch: perl
41401            ! ext/POSIX/POSIX.xs
41402 ____________________________________________________________________________
41403 [ 22440] By: davem                                 on 2004/03/05  00:09:23
41404         Log: silence some compiler warnings
41405      Branch: perl
41406            ! pp_ctl.c sv.c
41407 ____________________________________________________________________________
41408 [ 22439] By: davem                                 on 2004/03/04  23:56:42
41409         Log: ensure utf8::encode() normalises its arg
41410      Branch: perl
41411            ! sv.c
41412 ____________________________________________________________________________
41413 [ 22438] By: davem                                 on 2004/03/04  23:32:38
41414         Log: Memory leak in continue loop
41415              make sure redo always frees temps
41416      Branch: perl
41417            ! pp_ctl.c t/op/loopctl.t
41418 ____________________________________________________________________________
41419 [ 22437] By: davem                                 on 2004/03/04  22:03:17
41420         Log: Add perldiag entry for change #22435 (deprecate my $x if 0)
41421      Branch: perl
41422            ! pod/perldiag.pod
41423 ____________________________________________________________________________
41424 [ 22436] By: rgs                                   on 2004/03/04  21:52:18
41425         Log: Subject: [PATCH] Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
41426              From: Andrew Dougherty <doughera@lafayette.edu>
41427              Date: Thu, 4 Mar 2004 14:41:07 -0500 (EST)
41428              Message-ID: <Pine.SOL.4.58.0403041438350.5863@maxwell.phys.lafayette.edu>
41429      Branch: perl
41430            ! ext/POSIX/POSIX.xs
41431 ____________________________________________________________________________
41432 [ 22435] By: davem                                 on 2004/03/04  21:39:47
41433         Log: add deprecation warning for my $x if 0
41434      Branch: perl
41435            ! op.c t/lib/warnings/op
41436 ____________________________________________________________________________
41437 [ 22434] By: davem                                 on 2004/03/04  21:38:57
41438         Log: remove an 'if $a if 0' from AutoSplit.t
41439      Branch: perl
41440            ! lib/AutoSplit.t
41441 ____________________________________________________________________________
41442 [ 22433] By: davem                                 on 2004/03/04  20:33:44
41443         Log: retract 22328 and 22332: deprecation warning for my $x if foo
41444      Branch: perl
41445            ! embed.h op.c opcode.h opcode.pl pod/perldiag.pod pp.sym
41446            ! pp_proto.h t/lib/warnings/op
41447 ____________________________________________________________________________
41448 [ 22432] By: rgs                                   on 2004/03/04  12:18:11
41449         Log: Maintainers.pl update by MJD.
41450      Branch: perl
41451            ! Porting/Maintainers.pl
41452 ____________________________________________________________________________
41453 [ 22431] By: rgs                                   on 2004/03/04  10:35:59
41454         Log: Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3
41455              (by Steve Hay)
41456      Branch: perl
41457            + t/win32/getosversion.t
41458            ! MANIFEST win32/win32.c
41459 ____________________________________________________________________________
41460 [ 22430] By: rgs                                   on 2004/03/04  08:03:54
41461         Log: Clarify the difference between utf8::downgrade/upgrade
41462              and utf8::encode/decode (patch by Jarkko).
41463      Branch: perl
41464            ! lib/utf8.pm pod/perluniintro.pod
41465 ____________________________________________________________________________
41466 [ 22429] By: rgs                                   on 2004/03/03  23:01:56
41467         Log: A couple of notes in perl591delta
41468              (about Benchmark and the debugger.)
41469      Branch: perl
41470            ! pod/perl591delta.pod
41471 ____________________________________________________________________________
41472 [ 22428] By: rgs                                   on 2004/03/03  22:15:42
41473         Log: Subject: [PATCH] simplify sv.h
41474              From: Arthur Bergman <sky@nanisky.com>
41475              Date: Sun, 29 Feb 2004 22:04:53 +0000
41476              Message-Id: <4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com>
41477      Branch: perl
41478            ! sv.h
41479 ____________________________________________________________________________
41480 [ 22427] By: rgs                                   on 2004/03/03  21:55:03
41481         Log: Speed up the unicode case mappings (for /i, lc, uc, etc).
41482              Subject: [PATCH] [perl #24826]
41483              From: Jarkko Hietaniemi <jhi@iki.fi>
41484              Date: Wed, 3 Mar 2004 09:37:21 +0200
41485              Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi>
41486      Branch: perl
41487            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
41488            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
41489            ! lib/unicore/mktables t/uni/case.pl utf8.c
41490 ____________________________________________________________________________
41491 [ 22426] By: rgs                                   on 2004/03/03  21:04:48
41492         Log: Subject: [PATCH] debugger (5.8.x and 5.9.x)
41493              From: Richard.Foley@t-online.de (Richard Foley)
41494              Date: Wed, 3 Mar 2004 16:10:25 +0100
41495              Message-Id: <200403031610.25080.richard.foley@rfi.net>
41496      Branch: perl
41497            ! lib/perl5db.pl
41498 ____________________________________________________________________________
41499 [ 22425] By: davem                                 on 2004/03/03  00:02:51
41500         Log: stop t/op/write.t failures under stdio by always closing files
41501              before reading them back; also replace `cat file` with a function
41502              to read in the file
41503      Branch: perl
41504            ! t/op/write.t
41505 ____________________________________________________________________________
41506 [ 22424] By: nicholas                              on 2004/03/02  22:22:49
41507         Log: Change the skip logic on the unicode tests so that they don't rely on
41508              miniperl's "dynamic loading unavailable" message
41509      Branch: perl
41510            ! t/uni/chomp.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
41511            ! t/uni/tr_utf8.t
41512 ____________________________________________________________________________
41513 [ 22423] By: nicholas                              on 2004/03/02  22:02:36
41514         Log: Work on eliminating systematic failures on make minitest:
41515              make minitest passes a -minitest flag to t/TEST
41516              t/TEST sees this and sets $ENV{PERL_CORE_MINITEST}
41517              Tests can choose to skip based on this.
41518              (Other tactic is to make loading of Errno by %! happen at run time.)
41519      Branch: perl
41520            ! Makefile.SH t/TEST t/io/binmode.t t/io/crlf.t t/io/layers.t
41521            ! t/io/open.t t/io/print.t t/io/read.t t/op/magic.t
41522 ____________________________________________________________________________
41523 [ 22422] By: davem                                 on 2004/03/02  21:33:22
41524         Log: Remove machine-dependent rounding dependency from write overflow
41525              tests
41526      Branch: perl
41527            ! t/op/write.t
41528 ____________________________________________________________________________
41529 [ 22421] By: rgs                                   on 2004/03/02  21:25:12
41530         Log: Subject: [PATCH] nmake distclean cleans too much from lib/Digest on Win32
41531              From: Steve Hay <steve.hay@uk.radan.com>
41532              Date: Fri, 27 Feb 2004 17:42:26 +0000
41533              Message-ID: <403F8182.5090607@uk.radan.com>
41534      Branch: perl
41535            ! win32/Makefile win32/makefile.mk
41536 ____________________________________________________________________________
41537 [ 22419] By: davem                                 on 2004/03/01  22:17:52
41538         Log: add tests for change 22414 (lvalue substr jollity)
41539              courtesy of Graham Barr.
41540      Branch: perl
41541            ! t/op/substr.t
41542 ____________________________________________________________________________
41543 [ 22418] By: davem                                 on 2004/03/01  22:00:11
41544         Log: integrate Time::HiRes 1.56 from CPAN
41545              (which is itself mostly derived from the bleedperl version)
41546      Branch: perl
41547            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
41548            ! ext/Time/HiRes/Makefile.PL
41549 ____________________________________________________________________________
41550 [ 22417] By: mhx                                   on 2004/02/29  21:46:19
41551         Log: Make panics a bit more verbose to ease debugging.
41552      Branch: perl
41553            ! thread.h
41554 ____________________________________________________________________________
41555 [ 22415] By: davem                                 on 2004/02/29  18:06:45
41556         Log: make test breaks permissions on /dev/tty
41557              perl -i could fchmod(stdin) by mistake
41558      Branch: perl
41559            ! doio.c
41560 ____________________________________________________________________________
41561 [ 22414] By: davem                                 on 2004/02/29  16:21:34
41562         Log: Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue
41563              From: Graham Barr <gbarr@pobox.com>
41564              Date: Wed, 29 Oct 2003 09:56:53 +0000
41565              Message-Id: <3993BF6C-09F6-11D8-B6DD-0003938857CC@pobox.com>
41566
41567              make a variable aliased to an lvalue substr value work as expected
41568      Branch: perl
41569            ! mg.c
41570 ____________________________________________________________________________
41571 [ 22411] By: nicholas                              on 2004/02/29  13:08:28
41572         Log: Bump Socket's version to a real floating point value
41573      Branch: perl
41574            ! ext/Socket/Socket.pm
41575 ____________________________________________________________________________
41576 [ 22410] By: ams                                   on 2004/02/29  04:29:24
41577         Log: Back out _01 version suffix.
41578      Branch: perl
41579            ! ext/Storable/Storable.pm
41580 ____________________________________________________________________________
41581 [ 22409] By: davem                                 on 2004/02/28  23:29:10
41582         Log: Bump version numbers of moules affected by change #22258
41583              (removing /tmp and other insecurities)
41584      Branch: perl
41585            ! ext/DB_File/DB_File.pm ext/Devel/PPPort/PPPort.pm
41586            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
41587            ! ext/Time/HiRes/HiRes.pm lib/CGI/Cookie.pm
41588            ! lib/ExtUtils/MakeMaker.pm lib/Memoize.pm lib/Shell.pm
41589            ! lib/perl5db.pl
41590 ____________________________________________________________________________
41591 [ 22408] By: davem                                 on 2004/02/28  22:37:08
41592         Log: make the bison-based parser threadsafe and capable of deep
41593              recursion by eradicating Perl_yylex_r()
41594      Branch: perl
41595            ! embed.fnc embed.h embedvar.h intrpvar.h mg.c perl.h perlapi.h
41596            ! perly.c proto.h toke.c
41597 ____________________________________________________________________________
41598 [ 22407] By: nicholas                              on 2004/02/28  16:10:20
41599         Log: Use File::Temp for tempfiles if it is available.
41600              (Based on a patch from Solar Designer <solar@openwall.com> in
41601              Message-ID: <20040125222218.GA13499@openwall.com>, the bulk of which
41602              was applied as change 22258)
41603      Branch: perl
41604            ! utils/perlbug.PL
41605 ____________________________________________________________________________
41606 [ 22406] By: mhx                                   on 2004/02/28  15:04:41
41607         Log: Fix segfaults when running under -Dx.
41608      Branch: perl
41609            ! dump.c
41610 ____________________________________________________________________________
41611 [ 22403] By: nicholas                              on 2004/02/27  17:56:30
41612         Log: Assimilate Cwd 2.15 from CPAN
41613      Branch: perl
41614            ! ext/Cwd/Changes lib/Cwd.pm
41615 ____________________________________________________________________________
41616 [ 22401] By: nicholas                              on 2004/02/27  16:27:19
41617         Log: Create a new local $_ without triggering tie by using local *_ = \my $a
41618              (an idea from Ton Hospel, Message-Id: <c1igq3$n84$1@post.home.lunix>)
41619      Branch: perl
41620            ! lib/File/Find.pm lib/File/Find/t/find.t
41621 ____________________________________________________________________________
41622 [ 22400] By: merijn                                on 2004/02/27  15:25:27
41623         Log: When threads are active we need -lpthread, but previous `fix' of
41624              now linked libraries invalidated the regex for sed (AIX 5 has no
41625              seperate libc.a and libc_r.a the latter links to the first)
41626      Branch: perl
41627            ! hints/aix.sh
41628 ____________________________________________________________________________
41629 [ 22397] By: nicholas                              on 2004/02/27  13:13:43
41630         Log: Correct thinko in comment.
41631      Branch: perl
41632            ! op.c
41633 ____________________________________________________________________________
41634 [ 22393] By: nicholas                              on 2004/02/27  10:41:39
41635         Log: In hsplit, if a normal hash has placeholders then clear them before
41636              splitting. We can do this safely because Storable ensures hsplit is
41637              not called while it builds restricted hashes (actually any hashes)
41638              This change may not make things faster, but now we have the choice.
41639      Branch: perl
41640            ! ext/Storable/t/restrict.t hv.c
41641 ____________________________________________________________________________
41642 [ 22391] By: nicholas                              on 2004/02/27  10:27:38
41643         Log: My re-implementation of hv_clear_placeholders was buggy - not sure why
41644              the tests still passed. Fixed.
41645      Branch: perl
41646            ! hv.c
41647 ____________________________________________________________________________
41648 [ 22383] By: nicholas                              on 2004/02/26  14:59:40
41649         Log: Moving all the e-mail addresses over by 1 column makes them start on
41650              an 8 column tabstop, which makes editing this file easier.
41651              So then I replaced spaces with tabs and made it smaller too.
41652      Branch: perl
41653            ! AUTHORS
41654 ____________________________________________________________________________
41655 [ 22382] By: nicholas                              on 2004/02/26  14:49:13
41656         Log: Add Mark Fowler
41657      Branch: perl
41658            ! AUTHORS
41659 ____________________________________________________________________________
41660 [ 22381] By: nicholas                              on 2004/02/26  13:11:07
41661         Log: Integrate:
41662              [ 22339]
41663              Mention 5.005_04 RC2
41664
41665              [ 22360]
41666              Update for 5.005_04 release
41667      Branch: perl
41668           !> pod/perlhist.pod
41669 ____________________________________________________________________________
41670 [ 22380] By: rgs                                   on 2004/02/26  13:03:43
41671         Log: Subject: [PATCH] Improved perlapi documentation for croak
41672              From: Mark Fowler <mark@twoshortplanks.com>
41673              Date: Wed, 25 Feb 2004 22:47:21 +0000 (GMT)
41674              Message-ID: <Pine.LNX.4.55.0402252242510.32152@gan.twoshortplanks.com>
41675
41676              (and regenerate perlapi.pod.)
41677      Branch: perl
41678            ! pod/perlapi.pod util.c
41679 ____________________________________________________________________________
41680 [ 22379] By: merijn                                on 2004/02/26  08:44:53
41681         Log: From: Art Haas <ahaas@airmail.net>
41682              Subject: Replacing '-rdynamic' in Configure script
41683              Date: Fri, 20 Feb 2004 13:53:56 -0600
41684              Message-ID: <20040220195400.31177.qmail@onion.perl.org>
41685      Branch: perl
41686            ! Configure
41687 ____________________________________________________________________________
41688 [ 22377] By: davem                                 on 2004/02/25  21:07:44
41689         Log: remove my work address
41690      Branch: perl
41691            ! AUTHORS
41692 ____________________________________________________________________________
41693 [ 22376] By: davem                                 on 2004/02/25  17:10:56
41694         Log: stop "const in void context" warning for a const in an
41695              optimised-away boolean expresssion, eg 5 || print;
41696      Branch: perl
41697            ! op.c op.h t/lib/warnings/op
41698 ____________________________________________________________________________
41699 [ 22375] By: merijn                                on 2004/02/25  11:13:12
41700         Log: Skip the Net/Ping/450_service failures on HP-UX for the time being
41701      Branch: perl
41702            ! lib/Net/Ping/t/450_service.t
41703 ____________________________________________________________________________
41704 [ 22374] By: merijn                                on 2004/02/25  09:32:12
41705         Log: AIX hints stage 3: remove AIX 3 and AIX 4 after split off
41706              One open issue left: promoting to cc_r for threaded builds
41707              need a review to permit users using -Dcc=xlc_r for non
41708              threaded builds
41709      Branch: perl
41710            ! hints/aix.sh
41711 ____________________________________________________________________________
41712 [ 22373] By: davem                                 on 2004/02/24  23:25:52
41713         Log: fix memory leak in @_ = ...; goto &sub
41714      Branch: perl
41715            ! pp_ctl.c
41716 ____________________________________________________________________________
41717 [ 22372] By: rgs                                   on 2004/02/24  22:44:34
41718         Log: Enhance test cleanliness by a very small factor.
41719      Branch: perl
41720            ! t/comp/parser.t
41721 ____________________________________________________________________________
41722 [ 22371] By: rgs                                   on 2004/02/24  22:34:06
41723         Log: Fix a segfault during optree construction. (bug #27024)
41724      Branch: perl
41725            ! op.c t/comp/parser.t
41726 ____________________________________________________________________________
41727 [ 22370] By: rgs                                   on 2004/02/24  20:39:26
41728         Log: Update Changes and AUTHORS.
41729      Branch: perl
41730            ! AUTHORS Changes
41731 ____________________________________________________________________________
41732 [ 22369] By: rgs                                   on 2004/02/24  19:53:51
41733         Log: Subject: [PATCH] optimization for map in scalar context
41734              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
41735              Date: Tue, 24 Feb 2004 12:02:57 +0100
41736              Message-id: <20040224110257.GA5510@ethan>
41737      Branch: perl
41738            ! pp_ctl.c
41739 ____________________________________________________________________________
41740 [ 22368] By: rgs                                   on 2004/02/24  19:30:12
41741         Log: Subject: Bugfix for perlrequick and perlretut
41742              From: Mark Kvale <kvale@phy.ucsf.edu>
41743              Date: Tue, 24 Feb 2004 11:32:34 -0800
41744              Message-Id: <200402241132.34656.kvale@phy.ucsf.edu>
41745      Branch: perl
41746            ! pod/perlrequick.pod pod/perlretut.pod
41747 ____________________________________________________________________________
41748 [ 22367] By: rgs                                   on 2004/02/23  22:08:33
41749         Log: Instead of localising *_, use a dummy foreach loop to get
41750              a local value of $_
41751      Branch: perl
41752            ! lib/File/Find.pm
41753 ____________________________________________________________________________
41754 [ 22366] By: rgs                                   on 2004/02/23  21:40:02
41755         Log: Subject: Re: [perl #24338] Attribute::Handlers will trash UNIVERSAL
41756              From: alan <alan@pair.com>
41757              Date: Tue, 17 Feb 2004 14:23:08 -0500 (EST)
41758              Message-ID: <Pine.BSF.4.58.0402171418090.80983@smx.pair.com>
41759      Branch: perl
41760            ! lib/Attribute/Handlers.pm
41761 ____________________________________________________________________________
41762 [ 22365] By: rgs                                   on 2004/02/23  21:30:42
41763         Log: Update perl591delta.
41764      Branch: perl
41765            ! pod/perl591delta.pod
41766 ____________________________________________________________________________
41767 [ 22364] By: rgs                                   on 2004/02/23  20:56:38
41768         Log: Fix bug #26910: hints were not propagated into (?{...})
41769              blocks, except the utf8 pragma.
41770      Branch: perl
41771            ! pp_ctl.c t/lib/strict/refs t/lib/strict/subs t/lib/strict/vars
41772 ____________________________________________________________________________
41773 [ 22363] By: rgs                                   on 2004/02/23  19:15:53
41774         Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation
41775              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
41776              Date: Sun, 22 Feb 2004 16:09:33 +0900
41777              Message-Id: <20040222160505.98E5.BQW10602@nifty.com>
41778
41779              Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation)
41780              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
41781              Date: Sun, 22 Feb 2004 18:41:43 +0900
41782              Message-Id: <20040222182357.6B39.BQW10602@nifty.com>
41783
41784              Plus, add a "_01" to the theoretical version number of Encode::CN::HZ.
41785      Branch: perl
41786            ! ext/Encode/lib/Encode/CN/HZ.pm pp_hot.c t/op/concat.t
41787 ____________________________________________________________________________
41788 [ 22362] By: rgs                                   on 2004/02/23  18:31:31
41789         Log: Subject: [PATCH] Benchmark for child processes
41790              From: Chia-liang Kao <clkao@clkao.org>
41791              Date: Mon, 23 Feb 2004 22:53:51 +0800
41792              Message-ID: <20040223145351.GH94376@portege.clkao.org>
41793      Branch: perl
41794            ! lib/Benchmark.pm
41795 ____________________________________________________________________________
41796 [ 22359] By: merijn                                on 2004/02/23  11:55:08
41797         Log: Subject: Re: Perl 5.8.1 on IRIX 5.3
41798              Date: Thu, 22 Jan 2004 18:35:26 +0100 (CET)
41799              From: Georg Schwarz <geos@epost.de>
41800              Message-Id: <E1Ajijm-0006ya-LE@mikro.physik.TU-Berlin.DE>
41801      Branch: perl
41802            ! hints/irix_5.sh
41803 ____________________________________________________________________________
41804 [ 22358] By: rgs                                   on 2004/02/22  21:49:47
41805         Log: Subject: initial patch for cygwin IPC via cygserver
41806              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
41807              Date: Thu, 19 Feb 2004 09:01:13 -0800
41808              Message-ID: <20040219170113.GA2792@efn.org>
41809      Branch: perl
41810            ! ext/IPC/SysV/hints/cygwin.pl hints/cygwin.sh
41811 ____________________________________________________________________________
41812 [ 22357] By: davem                                 on 2004/02/22  15:43:53
41813         Log: Extend OP_AELEMFAST optimisation to lexical arrays
41814      Branch: perl
41815            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm op.c op.h pp_hot.c
41816 ____________________________________________________________________________
41817 [ 22356] By: rgs                                   on 2004/02/21  16:51:52
41818         Log: We're not binary compatible with 5.8.
41819              Change PERL_API_VERSION to 5.9.1.
41820      Branch: perl
41821            ! patchlevel.h
41822 ____________________________________________________________________________
41823 [ 22355] By: rgs                                   on 2004/02/21  16:30:02
41824         Log: Document change #22353 in perldelta.
41825      Branch: perl
41826            ! pod/perl591delta.pod
41827 ____________________________________________________________________________
41828 [ 22354] By: rgs                                   on 2004/02/21  16:23:54
41829         Log: Increment the version number of B, due to the incompatible
41830              API change introduced by #22353 (no more op_seq method.)
41831      Branch: perl
41832            ! ext/B/B.pm
41833 ____________________________________________________________________________
41834 [ 22353] By: rgs                                   on 2004/02/21  16:18:32
41835         Log: Subject: Re: op_seq (was: Freeing code)
41836              From: Paul Johnson <paul@pjcj.net>
41837              Date: Sat, 21 Feb 2004 02:31:47 +0100
41838              Message-ID: <20040221013147.GB6953@pjcj.net>
41839
41840              Rework the OP structure to use less space.
41841              Remove op_seq (and simulate it in dump.c),
41842              replace it by op_opt and op_static,
41843              shrink op_type, remove PL_op_seqmax.
41844      Branch: perl
41845            ! bytecode.pl dump.c embed.h embedvar.h ext/B/B.xs
41846            ! ext/B/B/Asmdata.pm ext/B/B/C.pm ext/B/B/Concise.pm
41847            ! ext/B/B/Debug.pm ext/ByteLoader/byterun.c
41848            ! ext/ByteLoader/byterun.h intrpvar.h op.c op.h perlapi.h
41849            ! pod/perlintern.pod sv.c
41850 ____________________________________________________________________________
41851 [ 22352] By: rgs                                   on 2004/02/20  17:29:32
41852         Log: When you write C<my $_ ; for (...) {...}>, the lexical $_
41853              is not actually introduced by the for statement.
41854      Branch: perl
41855            ! op.c
41856 ____________________________________________________________________________
41857 [ 22351] By: davem                                 on 2004/02/20  15:38:10
41858         Log: remove a split test's dependence on -Dx output
41859              (needed after change #22343)
41860      Branch: perl
41861            ! t/op/split.t
41862 ____________________________________________________________________________
41863 [ 22350] By: davem                                 on 2004/02/20  15:34:27
41864         Log: add Deparse/Concise support for inplace sort (change 22349)
41865      Branch: perl
41866            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
41867 ____________________________________________________________________________
41868 [ 22349] By: davem                                 on 2004/02/20  14:54:35
41869         Log: optimise the sorting inplace of plain arrays: @a = sort @a
41870      Branch: perl
41871            ! op.c op.h pp_sort.c t/op/sort.t
41872 ____________________________________________________________________________
41873 [ 22348] By: davem                                 on 2004/02/20  14:18:13
41874         Log: Document the SVf_PADSTALE flag
41875      Branch: perl
41876            ! pad.c
41877 ____________________________________________________________________________
41878 [ 22347] By: rgs                                   on 2004/02/20  10:46:51
41879         Log: Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)
41880      Branch: perl
41881            - lib/IPC/SysV.t
41882            ! MANIFEST
41883 ____________________________________________________________________________
41884 [ 22346] By: rgs                                   on 2004/02/20  10:23:51
41885         Log: Subject: [PATCH] genmk95.pl touchup for distclean on Win98
41886              From: Greg Matheson <lang@ms.chinmin.edu.tw>
41887              Date: Fri, 20 Feb 2004 15:34:59 +0800
41888              Message-ID: <20040220153459.A30249@ms.chinmin.edu.tw>
41889      Branch: perl
41890            ! win32/genmk95.pl
41891 ____________________________________________________________________________
41892 [ 22345] By: rgs                                   on 2004/02/20  08:21:47
41893         Log: Upgrade to Term::ANSIColor 1.08.
41894      Branch: perl
41895            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
41896            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
41897 ____________________________________________________________________________
41898 [ 22344] By: rgs                                   on 2004/02/19  21:17:10
41899         Log: Upgrade to prereleases of Math::BigInt 1.70 and
41900              Math::BigRat 0.12, by Tels.
41901      Branch: perl
41902            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
41903            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
41904            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
41905            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/bigfltpm.inc
41906            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
41907            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
41908            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
41909            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
41910            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
41911            ! lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/sub_mbf.t
41912            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
41913            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
41914            ! lib/Math/BigInt/t/use_mbfw.t lib/Math/BigInt/t/with_sub.t
41915            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
41916            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
41917            ! lib/bigint.pm t/lib/Math/BigInt/BareCalc.pm
41918            ! t/lib/Math/BigInt/Scalar.pm t/lib/Math/BigRat/Test.pm
41919 ____________________________________________________________________________
41920 [ 22343] By: davem                                 on 2004/02/19  13:43:18
41921         Log: -Dx could coredump on threaded builds because consts are now
41922              stored in the pad
41923      Branch: perl
41924            ! dump.c
41925 ____________________________________________________________________________
41926 [ 22342] By: rgs                                   on 2004/02/18  21:38:13
41927         Log: Add a tool to report dual-lived core modules that don't
41928              have the same version than the corresponding module on CPAN.
41929      Branch: perl
41930            + Porting/corecpan.pl
41931            ! MANIFEST
41932 ____________________________________________________________________________
41933 [ 22341] By: rgs                                   on 2004/02/18  14:04:11
41934         Log: Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.
41935      Branch: perl
41936            ! pod/perl591delta.pod
41937 ____________________________________________________________________________
41938 [ 22338] By: rgs                                   on 2004/02/18  13:32:17
41939         Log: Add base.pm and fields.pm to the maintainer list.
41940              Remove a duplicate file from this list.
41941      Branch: perl
41942            ! Porting/Maintainers.pl
41943 ____________________________________________________________________________
41944 [ 22337] By: davem                                 on 2004/02/18  13:22:13
41945         Log: fix write test: -small_number may be displayed as 00.00 or -0.00
41946      Branch: perl
41947            ! t/op/write.t
41948 ____________________________________________________________________________
41949 [ 22334] By: merijn                                on 2004/02/18  12:18:52
41950         Log: Removed pm_apiversion and xs_apiversion as requested by
41951              the pumpkin. Chainsaw was still in perfect working order.
41952      Branch: perl
41953            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
41954            ! NetWare/config_H.wc Porting/Glossary Porting/config.sh
41955            ! Porting/config_H config_h.SH configure.com epoc/config.sh
41956            ! plan9/config.plan9 plan9/config_h.sample
41957            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
41958            ! win32/config.gc win32/config.vc win32/config.vc64
41959            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41960            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
41961 ____________________________________________________________________________
41962 [ 22332] By: davem                                 on 2004/02/18  11:14:43
41963         Log: Add tests for the C<my $x if foo> deprecation, and change the
41964              warning text
41965      Branch: perl
41966            ! op.c pod/perldiag.pod t/lib/warnings/op
41967 ____________________________________________________________________________
41968 [ 22330] By: mhx                                   on 2004/02/18  08:53:03
41969         Log: 1. Add section to perlxs.pod describing that the refcount of AVs/HVs
41970              returned from XSUBs through RETVAL isn't decremented as it is for
41971              SVs. This causes those XSUBs to leak memory and cannot be fixed
41972              without breaking existing CPAN modules that work around this bug.
41973
41974              2. Fix a memory leak of that kind in POSIX::localconv.
41975      Branch: perl
41976            ! ext/POSIX/POSIX.xs pod/perlxs.pod
41977 ____________________________________________________________________________
41978 [ 22329] By: rgs                                   on 2004/02/18  08:25:58
41979         Log: Encode has local changes. Up-version it.
41980      Branch: perl
41981            ! ext/Encode/Encode.pm
41982 ____________________________________________________________________________
41983 [ 22328] By: davem                                 on 2004/02/17  23:30:50
41984         Log: add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
41985      Branch: perl
41986            ! op.c opcode.h opcode.pl pod/perldiag.pod pp.sym pp_proto.h
41987 ____________________________________________________________________________
41988 [ 22327] By: rgs                                   on 2004/02/17  23:22:45
41989         Log: It's better to localize *_ than $_, to avoid magic leakage
41990      Branch: perl
41991            ! lib/File/Find.pm
41992 ____________________________________________________________________________
41993 [ 22326] By: rgs                                   on 2004/02/17  23:18:25
41994         Log: One of the new tests of MIME::Base64 relies on a non-core module.
41995      Branch: perl
41996            - ext/MIME/Base64/t/bad-sv.t
41997            ! MANIFEST
41998 ____________________________________________________________________________
41999 [ 22325] By: rgs                                   on 2004/02/17  23:10:22
42000         Log: Upgrade to MIME::Base64 3.00.
42001              Fix t/warn.t so it works in the core.
42002              Reintegrate change #22309 in it. Bump $VERSION to 3.00_01.
42003      Branch: perl
42004            + ext/MIME/Base64/t/bad-sv.t ext/MIME/Base64/t/warn.t
42005            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
42006            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
42007            ! ext/MIME/Base64/t/base64.t
42008 ____________________________________________________________________________
42009 [ 22323] By: rgs                                   on 2004/02/17  22:20:25
42010         Log: Be more clear. Use simple words.
42011      Branch: perl
42012            ! pod/perl591delta.pod
42013 ____________________________________________________________________________
42014 [ 22322] By: davem                                 on 2004/02/17  21:52:08
42015         Log: remove C<my $x if foo> construct from core modules
42016      Branch: perl
42017            ! ext/B/B/Deparse.pm ext/IO/lib/IO/Handle.pm
42018            ! ext/IO/lib/IO/Pipe.pm lib/ExtUtils/Liblist/Kid.pm
42019            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
42020            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/SMTP.pm
42021            ! lib/Pod/Parser.pm lib/Test/Harness.pm utils/h2xs.PL
42022 ____________________________________________________________________________
42023 [ 22321] By: rgs                                   on 2004/02/17  21:22:17
42024         Log: Dave Mitchell suggested this perldelta entry for the SVp_* reordering.
42025      Branch: perl
42026            ! pod/perl591delta.pod
42027 ____________________________________________________________________________
42028 [ 22320] By: rgs                                   on 2004/02/17  21:07:11
42029         Log: Bump $B::VERSION (because of change #22315).
42030      Branch: perl
42031            ! ext/B/B.pm
42032 ____________________________________________________________________________
42033 [ 22319] By: rgs                                   on 2004/02/17  21:03:09
42034         Log: Regenerate table of contents and other related files.
42035      Branch: perl
42036            ! MANIFEST pod/perl.pod pod/perltoc.pod
42037 ____________________________________________________________________________
42038 [ 22318] By: rgs                                   on 2004/02/17  20:06:04
42039         Log: Bump up perl's version number to 5.9.1.
42040              Add perl591delta in perl.pod.
42041              Update the sample config files in Porting/.
42042      Branch: perl
42043            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
42044            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
42045            ! plan9/config.plan9 pod/perl.pod win32/Makefile
42046            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
42047            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
42048 ____________________________________________________________________________
42049 [ 22317] By: davem                                 on 2004/02/17  19:28:58
42050         Log: 22316 had stupid precedence thinkos
42051      Branch: perl
42052            ! pp.c pp_hot.c
42053 ____________________________________________________________________________
42054 [ 22316] By: davem                                 on 2004/02/17  18:23:27
42055         Log: Slight update to #22315 ($lval=*FOO); optimise the hot tests,
42056              and fix some incorrect indentation
42057      Branch: perl
42058            ! pp.c pp_hot.c sv.c
42059 ____________________________________________________________________________
42060 [ 22315] By: davem                                 on 2004/02/17  18:01:52
42061         Log: Subject:  Re: [PATCH] GLOB to LVALUE assignment fix
42062              From:  Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
42063              Date:  Tue, 17 Feb 2004 17:32:16 +0100
42064              Message-Id:  <20040217163216.GA6805@ethan>
42065
42066              Make PVLV a superset of PVGV, so that $lvalue = *FOO works
42067      Branch: perl
42068            ! dump.c ext/B/B.pm ext/B/B.xs pp.c pp_hot.c sv.c sv.h t/op/gv.t
42069 ____________________________________________________________________________
42070 [ 22314] By: merijn                                on 2004/02/17  11:22:24
42071         Log: 1. Creating backward compatibility for Configure after patches
42072              #22227 and #22302 to still support 5.8.x and below
42073
42074              2. Small change for building on GNU hurd
42075              Date: Sun, 15 Feb 2004 23:27:17 +1100
42076              From: "Brendan O'Dea" <bod@debian.org>
42077              Message-ID: <20040215122717.GA26812@londo.c47.org>
42078      Branch: perl
42079            ! Configure Makefile.SH hints/gnu.sh
42080 ____________________________________________________________________________
42081 [ 22313] By: mhx                                   on 2004/02/16  20:27:40
42082         Log: Fix for Win32 build failure caused by the byacc to bison switch.
42083      Branch: perl
42084            ! perl.h
42085 ____________________________________________________________________________
42086 [ 22312] By: rgs                                   on 2004/02/16  13:16:43
42087         Log: Revert change 22308 (the patch was against maint, not blead)
42088      Branch: perl
42089            ! lib/ExtUtils/instmodsh
42090 ____________________________________________________________________________
42091 [ 22310] By: merijn                                on 2004/02/16  11:30:29
42092         Log: Fix typo in doc for Encode
42093              From: "Brendan O'Dea" <bod@debian.org>
42094              Date: Sun, 15 Feb 2004 23:27:17 +1100
42095              Message-ID: <20040215122717.GA26812@londo.c47.org>
42096      Branch: perl
42097            ! ext/Encode/Encode.pm
42098 ____________________________________________________________________________
42099 [ 22309] By: merijn                                on 2004/02/16  11:27:34
42100         Log: Missing semi-colon
42101              From: "Brendan O'Dea" <bod@debian.org>
42102              Date: Sun, 15 Feb 2004 23:27:17 +1100
42103              Message-ID: <20040215122717.GA26812@londo.c47.org>
42104      Branch: perl
42105            ! ext/MIME/Base64/Base64.xs
42106 ____________________________________________________________________________
42107 [ 22308] By: merijn                                on 2004/02/16  11:24:59
42108         Log: Add some basic POD to lib/ExtUtils/instmodsh so that
42109              it has a manpage.
42110              From: "Brendan O'Dea" <bod@debian.org>
42111              Date: Sun, 15 Feb 2004 23:27:17 +1100
42112              Message-ID: <20040215122717.GA26812@londo.c47.org>
42113      Branch: perl
42114            ! lib/ExtUtils/instmodsh
42115 ____________________________________________________________________________
42116 [ 22307] By: rgs                                   on 2004/02/15  11:02:49
42117         Log: Subject: [patch perlguts.pod] save_item doesn't handle magic
42118              From: Stas Bekman <stas@stason.org>
42119              Date: Fri, 13 Feb 2004 20:18:59 -0800
42120              Message-ID: <402DA1B3.2010608@stason.org>
42121      Branch: perl
42122            ! pod/perlguts.pod
42123 ____________________________________________________________________________
42124 [ 22306] By: davem                                 on 2004/02/15  00:24:26
42125         Log: Segmentation fault with
42126              sub x { shift; @a = @b; eval +{ use } }
42127      Branch: perl
42128            ! op.c perly.act perly.h perly.tab perly.y t/comp/parser.t
42129 ____________________________________________________________________________
42130 [ 22305] By: davem                                 on 2004/02/14  23:52:09
42131         Log: Enable v (verbose) switch on -Dp to display the top 8 elements
42132              on the parser stack at each reduce.  Also,
42133
42134              Subject: Re: switch from byacc to bison
42135              From: "Craig A. Berry" <craigberry@mac.com>
42136              Date: Sat, 14 Feb 2004 13:26:45 -0600
42137              Message-ID: <craigberry-8058A3.13264414022004@onion.develooper.com>
42138
42139              change #if DEBUGGING to #ifdef ... in perly.c
42140      Branch: perl
42141            ! perly.c pod/perlrun.pod
42142 ____________________________________________________________________________
42143 [ 22304] By: davem                                 on 2004/02/14  13:33:26
42144         Log: Subject:  Re: switch from byacc to bison
42145              From:  Abe Timmerman <abeltje@cpan.org>
42146              Date:  Sat, 14 Feb 2004 11:56:24 +0100
42147              Message-Id:  <200402141156.58185.abeltje@cpan.org>
42148
42149              Fix typos in pumpkin.pod
42150      Branch: perl
42151            ! Porting/pumpkin.pod
42152 ____________________________________________________________________________
42153 [ 22303] By: davem                                 on 2004/02/14  12:28:37
42154         Log: remove binary compatibility stuff from the yacc -> bison switch
42155              of change #22302
42156      Branch: perl
42157            ! embedvar.h intrpvar.h
42158 ____________________________________________________________________________
42159 [ 22302] By: davem                                 on 2004/02/14  02:06:53
42160         Log: Switch from byacc to bison and simplify the perly.* regeneration
42161              process
42162      Branch: perl
42163            + perly.act perly.tab regen_perly.pl
42164            - perly.fixer perly_c.diff perlyline.pl vms/perly_c.vms
42165            - vms/perly_h.vms vms/vms_yfix.pl
42166            ! MANIFEST Makefile.SH Porting/pumpkin.pod embedvar.h intrpvar.h
42167            ! op.c perl.h perlapi.h perly.c perly.h perly.y sv.c toke.c
42168            ! vms/descrip_mms.template
42169 ____________________________________________________________________________
42170 [ 22301] By: rgs                                   on 2004/02/13  21:11:25
42171         Log: Fix an fcntl example in perlopentut, spotted by MJD.
42172      Branch: perl
42173            ! pod/perlopentut.pod
42174 ____________________________________________________________________________
42175 [ 22300] By: davem                                 on 2004/02/12  23:18:20
42176         Log: The new -Dq option didn't actually work!
42177      Branch: perl
42178            ! perl.h
42179 ____________________________________________________________________________
42180 [ 22299] By: merijn                                on 2004/02/12  14:32:15
42181         Log: Subject: [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
42182              From: Stas Bekman <stas@stason.org>
42183              Date: Wed, 11 Feb 2004 16:53:54 -0800
42184              Message-ID: <402ACEA2.4020907@stason.org>
42185      Branch: perl
42186            ! perl.c
42187 ____________________________________________________________________________
42188 [ 22298] By: rgs                                   on 2004/02/10  08:49:12
42189         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
42190              From: Greg Matheson <lang@ms.chinmin.edu.tw>
42191              Date: Tue, 10 Feb 2004 12:36:33 +0800
42192              Message-ID: <20040210043633.GA33671687@momotaro>
42193      Branch: perl
42194            ! win32/makefile.mk
42195 ____________________________________________________________________________
42196 [ 22297] By: rgs                                   on 2004/02/10  08:05:16
42197         Log: Add 5.005_04-RC1 and Leon in perlhist.
42198      Branch: perl
42199            ! pod/perlhist.pod
42200 ____________________________________________________________________________
42201 [ 22295] By: rgs                                   on 2004/02/09  22:48:54
42202         Log: Add a note in Unicode::UCD about the _getcode() function
42203              being copy-n-pasted in charnames.pm. (spotted by Merijn)
42204      Branch: perl
42205            ! lib/Unicode/UCD.pm
42206 ____________________________________________________________________________
42207 [ 22294] By: rgs                                   on 2004/02/09  21:48:15
42208         Log: Implement stacked filetest operators (-f -w -x $file).
42209      Branch: perl
42210            ! doio.c dump.c ext/B/B/Concise.pm op.c op.h
42211            ! pod/perl591delta.pod pod/perlfunc.pod pp_sys.c t/op/filetest.t
42212 ____________________________________________________________________________
42213 [ 22292] By: rgs                                   on 2004/02/09  21:17:40
42214         Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8
42215              From: hv@crypt.org
42216              Date: Mon, 09 Feb 2004 03:21:21 +0000
42217              Message-Id: <200402090321.i193LL907950@zen.crypt.org>
42218      Branch: perl
42219            ! sv.c t/op/sprintf2.t
42220 ____________________________________________________________________________
42221 [ 22291] By: rgs                                   on 2004/02/09  21:09:14
42222         Log: Subject: reduce overhead of charnames.pm, make op/pat.t work under miniperl
42223              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
42224              Date: Mon, 9 Feb 2004 00:51:45 -0800
42225              Message-ID: <20040209085145.GA3204@efn.org>
42226              (plus an etymological notice)
42227      Branch: perl
42228            ! lib/charnames.pm
42229 ____________________________________________________________________________
42230 [ 22290] By: rgs                                   on 2004/02/08  21:34:27
42231         Log: Add the new private flag OPpGREP_LEX in B::Concise.
42232      Branch: perl
42233            ! ext/B/B/Concise.pm
42234 ____________________________________________________________________________
42235 [ 22289] By: rgs                                   on 2004/02/08  21:21:28
42236         Log: map and grep weren't working correctly with lexical $_ in
42237              scalar context, because pp_mapwhile and pp_grepwhile were using
42238              their target as a temporary slot to store the return value.
42239      Branch: perl
42240            ! pp_ctl.c pp_hot.c t/op/mydef.t
42241 ____________________________________________________________________________
42242 [ 22287] By: rgs                                   on 2004/02/08  12:01:35
42243         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
42244              From: Greg Matheson <lang@ms.chinmin.edu.tw>
42245              Date: Mon, 2 Feb 2004 16:52:44 +0800
42246              Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw>
42247      Branch: perl
42248            ! win32/makefile.mk
42249 ____________________________________________________________________________
42250 [ 22286] By: rgs                                   on 2004/02/08  11:48:09
42251         Log: Subject: [PATCH] Correct some prototypes in perlapi.pod
42252              From: Steve Hay <steve.hay@uk.radan.com>
42253              Date: Fri, 06 Feb 2004 12:44:05 +0000
42254              Message-ID: <40238C15.2090200@uk.radan.com>
42255      Branch: perl
42256            ! pod/perlapi.pod sv.h
42257 ____________________________________________________________________________
42258 [ 22285] By: rgs                                   on 2004/02/08  11:44:22
42259         Log: Subject: [PATCH] Fix absolute path handling in installhtml
42260              From: Steve Hay <steve.hay@uk.radan.com>
42261              Date: Fri, 06 Feb 2004 16:14:14 +0000
42262              Message-ID: <4023BD56.6090903@uk.radan.com>
42263      Branch: perl
42264            ! installhtml
42265 ____________________________________________________________________________
42266 [ 22284] By: rgs                                   on 2004/02/08  11:42:08
42267         Log: Subject: [PATCH perlunicode.pod] chomp() cares about Unicode
42268              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
42269              Date: Sat, 07 Feb 2004 00:08:36 +0900
42270              Message-Id: <20040206235116.0E36.BQW10602@nifty.com>
42271      Branch: perl
42272            ! pod/perlunicode.pod
42273 ____________________________________________________________________________
42274 [ 22282] By: nicholas                              on 2004/02/07  22:32:44
42275         Log: Comment to record why we can't clear placeholders in hsplit
42276      Branch: perl
42277            ! hv.c
42278 ____________________________________________________________________________
42279 [ 22281] By: nicholas                              on 2004/02/07  21:46:59
42280         Log: deleting keys in restricted hashes was leaking the entry. Yow!
42281      Branch: perl
42282            ! hv.c lib/Hash/Util.t
42283 ____________________________________________________________________________
42284 [ 22280] By: nicholas                              on 2004/02/07  21:20:16
42285         Log: Now hv_delete is able to ingore placeholders.
42286              (This is an XS visible change in the hash API. But not of documented
42287              behaviour)
42288      Branch: perl
42289            ! hv.c
42290 ____________________________________________________________________________
42291 [ 22279] By: nicholas                              on 2004/02/07  20:56:50
42292         Log: All whitespace is equal, but some whitespace is more equal than others
42293              (lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better)
42294      Branch: perl
42295            ! MANIFEST
42296 ____________________________________________________________________________
42297 [ 22278] By: nicholas                              on 2004/02/07  19:50:10
42298         Log: hv_clear_placeholders now manipulates the linked lists directly, rather
42299              than using the iterator interface and calling hv_delete
42300              This will allow hv_delete to be simplified to remove most of the
42301              special casing related to placeholders.
42302      Branch: perl
42303            ! hv.c
42304 ____________________________________________________________________________
42305 [ 22273] By: merijn                                on 2004/02/06  11:47:14
42306         Log: Added hints_4.sh for specific AIX 4 support
42307              this is the next stage in the general cleanup process
42308              for the AIX hints. More to come
42309      Branch: perl
42310            + hints/aix_4.sh
42311            ! MANIFEST
42312 ____________________________________________________________________________
42313 [ 22272] By: rgs                                   on 2004/02/06  07:32:15
42314         Log: Fix a non-standard NAME pod section
42315              (by Smylers and Casey West)
42316      Branch: perl
42317            ! lib/Carp/Heavy.pm
42318 ____________________________________________________________________________
42319 [ 22268] By: rgs                                   on 2004/02/04  19:50:05
42320         Log: The "my $_" wasn't nice with foreach loops.
42321      Branch: perl
42322            ! op.c t/op/mydef.t
42323 ____________________________________________________________________________
42324 [ 22267] By: merijn                                on 2004/02/04  10:24:33
42325         Log: AIX 3 support removed from default hints after its separation
42326      Branch: perl
42327            ! hints/aix.sh
42328 ____________________________________________________________________________
42329 [ 22266] By: merijn                                on 2004/02/04  10:16:20
42330         Log: AIX 3 hints split off from default hints in preparation
42331              of a hint file cleanup. aix_4.sh will follow soon
42332      Branch: perl
42333            + hints/aix_3.sh
42334            ! MANIFEST
42335 ____________________________________________________________________________
42336 [ 22265] By: rgs                                   on 2004/02/03  21:54:23
42337         Log: More docs and tests for "my $_".
42338      Branch: perl
42339            ! pod/perlfunc.pod pod/perlsub.pod t/op/mydef.t
42340 ____________________________________________________________________________
42341 [ 22264] By: rgs                                   on 2004/02/03  20:33:02
42342         Log: Subject: [PATCH] was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]
42343              From: John Peacock <jpeacock@rowman.com>
42344              Date: Sun, 01 Feb 2004 21:10:07 -0500
42345              Message-ID: <401DB17F.5060808@rowman.com>
42346      Branch: perl
42347            ! embed.fnc embed.h lib/version.pm lib/version.t pod/perlapi.pod
42348            ! proto.h t/comp/use.t t/op/universal.t universal.c util.c
42349 ____________________________________________________________________________
42350 [ 22263] By: rgs                                   on 2004/02/03  19:41:11
42351         Log: Implement "my $_".
42352      Branch: perl
42353            + t/op/mydef.t
42354            ! MANIFEST gv.c op.c op.h opcode.h opcode.pl
42355            ! pod/perl591delta.pod pod/perlapi.pod pod/perlvar.pod pp.c
42356            ! pp_ctl.c pp_hot.c regexec.c toke.c
42357 ____________________________________________________________________________
42358 [ 22262] By: rgs                                   on 2004/02/03  16:38:25
42359         Log: Regenerate perlapi.pod.
42360      Branch: perl
42361            ! pod/perlapi.pod
42362 ____________________________________________________________________________
42363 [ 22261] By: merijn                                on 2004/02/03  12:57:37
42364         Log: If someone chooses xlc as default C compiler, threaded builds
42365              will fail, unless converted to cc_r
42366      Branch: perl
42367            ! hints/aix.sh
42368 ____________________________________________________________________________
42369 [ 22260] By: rgs                                   on 2004/02/01  20:47:35
42370         Log: Subject: patch for IRIX/gcc link issues
42371              From: Martin Pool <mbp@samba.org>
42372              Date: Wed, 28 Jan 2004 10:56:25 +1100
42373              Message-ID: <20040127235624.GA32612@hp.com>
42374      Branch: perl
42375            ! hints/irix_6.sh
42376 ____________________________________________________________________________
42377 [ 22259] By: davem                                 on 2004/02/01  17:42:44
42378         Log: update fix to Shell.pm in change #22254: make /dev/null portable
42379      Branch: perl
42380            ! lib/Shell.pm
42381 ____________________________________________________________________________
42382 [ 22258] By: davem                                 on 2004/02/01  17:40:02
42383         Log: Subject: Re: [perl #15063] /tmp issues
42384              From: Solar Designer <solar@openwall.com>
42385              Date: Mon, 26 Jan 2004 01:22:18 +0300
42386              Message-ID: <20040125222218.GA13499@openwall.com>
42387
42388              Remove insecure usage of /tmp from code and documentation
42389      Branch: perl
42390            ! ext/DB_File/DB_File.pm ext/DB_File/t/db-recno.t
42391            ! ext/Devel/PPPort/PPPort.pm ext/IO/t/io_unix.t
42392            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.pod
42393            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
42394            ! ext/Time/HiRes/Makefile.PL lib/CGI/Cookie.pm
42395            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/instmodsh
42396            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
42397            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
42398            ! lib/Memoize/t/tie_storable.t lib/Shell.pm lib/dotsh.pl
42399            ! lib/perl5db.pl mpeix/nm mpeix/relink perly.fixer
42400            ! pod/perl571delta.pod pod/perl58delta.pod pod/perldbmfilter.pod
42401            ! pod/perldebug.pod pod/perlfaq5.pod pod/perlfaq8.pod
42402            ! pod/perlfunc.pod pod/perlipc.pod pod/perllexwarn.pod
42403            ! pod/perlobj.pod pod/perlop.pod pod/perlopentut.pod
42404            ! utils/c2ph.PL
42405 ____________________________________________________________________________
42406 [ 22257] By: davem                                 on 2004/02/01  15:46:24
42407         Log: threads documentation: fork on UNIX might not copy all threads.
42408      Branch: perl
42409            ! pod/perlthrtut.pod
42410 ____________________________________________________________________________
42411 [ 22256] By: davem                                 on 2004/02/01  15:34:59
42412         Log: add test for Change 22194:
42413              [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks
42414      Branch: perl
42415            ! t/lib/strict/subs
42416 ____________________________________________________________________________
42417 [ 22254] By: davem                                 on 2004/02/01  13:11:00
42418         Log: Subject:  Patch for Shell.pm
42419              From:  Manuel Valente <mvalente@idealx.com>
42420              Date:  Tue, 27 Jan 2004 19:18:26 +0100
42421              Message-Id:  <4016AB72.1080503@idealx.com>
42422
42423              New option for Shell.pm to discard stderr instead of capturing it
42424      Branch: perl
42425            ! lib/Shell.pm
42426 ____________________________________________________________________________
42427 [ 22253] By: davem                                 on 2004/02/01  11:26:47
42428         Log: Make Time/HiRes/t/HiRes.t die more gracefully if its watchdog
42429              timeout triggers
42430      Branch: perl
42431            ! ext/Time/HiRes/t/HiRes.t
42432 ____________________________________________________________________________
42433 [ 22252] By: chip                                  on 2004/01/31  17:29:05
42434         Log: Don't show code closing STD{IN,OUT} before reopening, because
42435              doing so is unnecessary and occasionally harmful.
42436      Branch: perl
42437            ! pod/perlfork.pod pod/perlfunc.pod
42438 ____________________________________________________________________________
42439 [ 22248] By: rgs                                   on 2004/01/30  08:29:55
42440         Log: Another undocumented use of $_ : with reverse().
42441      Branch: perl
42442            ! pod/perlfunc.pod
42443 ____________________________________________________________________________
42444 [ 22247] By: merijn                                on 2004/01/30  08:18:28
42445         Log: Drop optimization for -O3 *and higher*
42446      Branch: perl
42447            ! ext/Storable/hints/linux.pl
42448 ____________________________________________________________________________
42449 [ 22246] By: rgs                                   on 2004/01/29  23:20:01
42450         Log: Regenerate perlapi.pod.
42451      Branch: perl
42452            ! pod/perlapi.pod
42453 ____________________________________________________________________________
42454 [ 22245] By: rgs                                   on 2004/01/29  21:08:28
42455         Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/
42456              From: hv@crypt.org
42457              Date: Thu, 29 Jan 2004 15:12:12 +0000
42458              Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org>
42459      Branch: perl
42460            ! pp_hot.c t/op/pat.t
42461 ____________________________________________________________________________
42462 [ 22244] By: rgs                                   on 2004/01/28  22:00:09
42463         Log: I'm the new maintainer of Switch.
42464              Sync with the CPAN version of Switch 2.10.
42465      Branch: perl
42466            ! Porting/Maintainers.pl lib/Switch.pm lib/Switch/README
42467 ____________________________________________________________________________
42468 [ 22243] By: merijn                                on 2004/01/28  20:30:40
42469         Log: Message-ID: <40113F7B.6050701@davidfavor.com>
42470              Date: Fri, 23 Jan 2004 09:36:27 -0600
42471              From: David Favor <david@davidfavor.com>
42472              Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1
42473              so no compilation stack limits are imposed.
42474      Branch: perl
42475            ! hints/aix.sh
42476 ____________________________________________________________________________
42477 [ 22242] By: rgs                                   on 2004/01/27  22:44:30
42478         Log: Update perl591delta.pod with what we've done so far.
42479      Branch: perl
42480            ! pod/perl591delta.pod
42481 ____________________________________________________________________________
42482 [ 22239] By: rgs                                   on 2004/01/27  21:54:31
42483         Log: Regenerate Changes.
42484              Only include changes from the perl branch.
42485      Branch: perl
42486            ! Changes
42487 ____________________________________________________________________________
42488 [ 22238] By: nicholas                              on 2004/01/27  21:51:27
42489         Log: Storable's hints file shouldn't blanket set optimize to -O2 on Linux
42490              Only *drop* optimize to -O2 if it's -O3 on gcc on Linux
42491      Branch: perl
42492            ! ext/Storable/hints/linux.pl
42493 ____________________________________________________________________________
42494 [ 22235] By: rgs                                   on 2004/01/27  21:19:03
42495         Log: More punctuation, good.
42496      Branch: perl
42497            ! pod/perlfunc.pod
42498 ____________________________________________________________________________
42499 [ 22228] By: rgs                                   on 2004/01/27  10:31:09
42500         Log: Subject: [PATCH] 5.8.3 -- fix signal comments in L<perlfunc/system>
42501              From: Brendan O'Dea <bod@debian.org>
42502              Date: Sun, 25 Jan 2004 11:23:48 +1100
42503              Message-ID: <20040125002348.GA31407@londo.c47.org>
42504      Branch: perl
42505            ! pod/perlfunc.pod
42506 ____________________________________________________________________________
42507 [ 22227] By: davem                                 on 2004/01/26  23:53:06
42508         Log: Subject:  [PATCH] myconfig.SH
42509              From:  "Daniel S. Lewart" <lewart@uiuc.edu>
42510              Date:  Sun, 25 Jan 2004 22:11:25 -0600
42511              Message-Id:  <20040125221125.A5390@staff1.cso.uiuc.edu>
42512
42513              make perl -V show the major release as 5 rather than 5.0
42514      Branch: perl
42515            ! myconfig.SH
42516 ____________________________________________________________________________
42517 [ 22224] By: merijn                                on 2004/01/26  22:10:13
42518         Log: Document change 22192
42519              We still need tests!
42520      Branch: perl
42521            ! lib/Exporter.pm
42522 ____________________________________________________________________________
42523 [ 22223] By: rgs                                   on 2004/01/26  21:58:14
42524         Log: Subject: [PATCH] fix vmsish.t #25
42525              From: "Craig A. Berry" <craigberry@mac.com>
42526              Date: Sat, 24 Jan 2004 18:45:35 -0600
42527              Message-ID: <401311AF.1060706@mac.com>
42528      Branch: perl
42529            ! lib/vmsish.t
42530 ____________________________________________________________________________
42531 [ 22221] By: nicholas                              on 2004/01/26  21:18:31
42532         Log: Merge dynamic perldelta from maint (22081)
42533              So now perldelta.pod is copied at build time from perl591delta.pod
42534              perl590delta.pod is as released to CPAN by Hugo
42535              Regen lots of makefiles, pods and the MANIFEST
42536      Branch: perl
42537            + pod/perl591delta.pod
42538           +> pod/perl590delta.pod
42539            - pod/perldelta.pod
42540            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
42541            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
42542            ! win32/pod.mak
42543 ____________________________________________________________________________
42544 [ 22218] By: rgs                                   on 2004/01/25  23:35:45
42545         Log: Remove the caveat about detached threads crashing on Windows
42546              (fixed by #22201). Bump up the version of threads.pm.
42547      Branch: perl
42548            ! ext/threads/threads.pm
42549 ____________________________________________________________________________
42550 [ 22217] By: nicholas                              on 2004/01/25  22:17:47
42551         Log: Need to skip Storable's threads test on 5.8.2 with ithreads and
42552              -DDEBUGGING, because it tickles a bug. (The same bug that got DBI)
42553      Branch: perl
42554            ! ext/Storable/t/threads.t
42555 ____________________________________________________________________________
42556 [ 22216] By: davem                                 on 2004/01/25  12:06:04
42557         Log: update MANIFEST for 2 new Storable test files introduced by 22205
42558      Branch: perl
42559            ! MANIFEST
42560 ____________________________________________________________________________
42561 [ 22215] By: davem                                 on 2004/01/25  12:00:04
42562         Log: add test for change 22209 (Remove small memory leak in newATTRSUB)
42563      Branch: perl
42564            ! t/op/closure.t
42565 ____________________________________________________________________________
42566 [ 22209] By: davem                                 on 2004/01/25  02:04:23
42567         Log: Remove small memory leak in newATTRSUB that manifested as a
42568              leaking scalar after the interpeter was cloned
42569      Branch: perl
42570            ! op.c
42571 ____________________________________________________________________________
42572 [ 22208] By: davem                                 on 2004/01/24  16:13:17
42573         Log: Subject:  [perl #24942] fields::inherit doesn't bless derived
42574              package's \%FIELDS, results in phash deprecation errors.
42575              From:  "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org>
42576              Date:  18 Jan 2004 15:15:46 -0000
42577              Message-Id:  <rt-3.0.8-24942-70144.16.7177902690315@perl.org>
42578      Branch: perl
42579            ! lib/base.pm lib/base/t/fields-base.t
42580 ____________________________________________________________________________
42581 [ 22207] By: davem                                 on 2004/01/24  15:36:28
42582         Log: Subject:  Re: Doc patches for File::Find
42583              From:  Mark Jason Dominus <mjd@plover.com>
42584              Date:  Thu, 22 Jan 2004 09:30:58 -0500
42585              Message-Id:  <20040122143058.29226.qmail@plover.com>
42586
42587              Better document the fact that neither find() nor finddepth() do a
42588              breath-first search.
42589      Branch: perl
42590            ! lib/File/Find.pm
42591 ____________________________________________________________________________
42592 [ 22206] By: ams                                   on 2004/01/24  11:06:51
42593         Log: Subject: [PATCH] Storable-2.08/t/code.t
42594              From: Slaven Rezic <slaven@rezic.de>
42595              Date: Sat, 8 Nov 2003 16:26:19 +0100 (CET)
42596              Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de>
42597      Branch: perl
42598            ! ext/Storable/t/code.t
42599 ____________________________________________________________________________
42600 [ 22205] By: ams                                   on 2004/01/24  11:03:36
42601         Log: Subject: [patch] make Storable thread-safe
42602              From: Stas Bekman <stas@stason.org>
42603              Date: Mon, 19 Jan 2004 00:20:02 -0800
42604              Message-Id: <400B9332.4070106@stason.org>
42605
42606              Subject: Re: Subroutine reference bug in Storable
42607              From: Slaven Rezic <slaven@rezic.de>
42608              Date: 14 Nov 2003 23:22:55 +0100
42609              Message-Id: <874qx6zj28.fsf@vran.herceg.de>
42610
42611              Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse +
42612              overload + cyclic structures
42613              From: Sam Vilain <sam@vilain.net>
42614              Date: Tue, 20 Jan 2004 22:30:15 +1300
42615              Message-Id: <200401202230.15865.sam@vilain.net>
42616      Branch: perl
42617            + ext/Storable/t/just_plain_nasty.t ext/Storable/t/threads.t
42618            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
42619            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
42620            ! ext/Storable/t/code.t
42621 ____________________________________________________________________________
42622 [ 22204] By: ams                                   on 2004/01/24  08:59:11
42623         Log: Upgrade to Locale::Maketext 1.08.
42624      Branch: perl
42625            + lib/Locale/Maketext/t/06super.t
42626            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
42627            ! lib/Locale/Maketext/TPJ13.pod
42628 ____________________________________________________________________________
42629 [ 22203] By: davem                                 on 2004/01/23  23:06:49
42630         Log: make some t/op/write.t failures more verbose
42631      Branch: perl
42632            ! t/op/write.t
42633 ____________________________________________________________________________
42634 [ 22201] By: davem                                 on 2004/01/23  22:26:47
42635         Log: Subject:  Re: threads::shared::queue;
42636              From:  Jan Dubois <jand@ActiveState.com>
42637              Date:  Thu, 22 Jan 2004 19:18:46 -0800
42638              Message-Id:  <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com>
42639
42640              Avoid threads+win32 crash by freeing Perl interpreter slightly later
42641      Branch: perl
42642            ! ext/threads/threads.xs
42643 ____________________________________________________________________________
42644 [ 22200] By: nicholas                              on 2004/01/23  18:28:43
42645         Log: test that use encoding; doesn't cause references to be stringified
42646      Branch: perl
42647            ! t/uni/chomp.t
42648 ____________________________________________________________________________
42649 [ 22199] By: nicholas                              on 2004/01/23  18:03:41
42650         Log: Document chomp's travels in the wonderful world of use encoding;
42651      Branch: perl
42652            ! pod/perlfunc.pod
42653 ____________________________________________________________________________
42654 [ 22198] By: nicholas                              on 2004/01/23  17:41:01
42655         Log: Check the return values of chomp
42656              (more tricky than it may seem, as the return value is unicode)
42657      Branch: perl
42658            ! t/uni/chomp.t
42659 ____________________________________________________________________________
42660 [ 22197] By: nicholas                              on 2004/01/23  13:57:46
42661         Log: Test return values of all chomps
42662      Branch: perl
42663            ! t/op/chop.t
42664 ____________________________________________________________________________
42665 [ 22196] By: nicholas                              on 2004/01/23  13:24:41
42666         Log: Subject: Re: [perl #24888] chomp ignores utf8
42667              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
42668              Message-Id: <20040116040355.A849.BQW10602@nifty.com>
42669              Date: Fri, 16 Jan 2004 04:13:00 +0900
42670      Branch: perl
42671            + t/uni/chomp.t
42672            ! MANIFEST doop.c t/op/chop.t
42673 ____________________________________________________________________________
42674 [ 22195] By: davem                                 on 2004/01/22  20:48:03
42675         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
42676              From: Steve Hay <steve.hay@uk.radan.com>
42677              Date: Thu, 22 Jan 2004 17:08:29 +0000
42678              Message-ID: <4010038D.4070104@uk.radan.com>
42679      Branch: perl
42680            + win32/makeico.pl win32/perlexe.rc
42681            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
42682 ____________________________________________________________________________
42683 [ 22194] By: davem                                 on 2004/01/22  00:24:51
42684         Log: C<use strict; print if foo> didn't give the
42685              "Bareword not allowed" error unless warnings were enabled
42686      Branch: perl
42687            ! op.c
42688 ____________________________________________________________________________
42689 [ 22193] By: nicholas                              on 2004/01/21  21:58:10
42690         Log: Convert the older parts of op/bop.t over to test.pl
42691      Branch: perl
42692            ! t/op/bop.t
42693 ____________________________________________________________________________
42694 [ 22192] By: merijn                                on 2004/01/21  21:10:10
42695         Log: ':flock' not recognized unless it's first
42696              Exporter::Heavy now will treat :, /, and ! special in
42697              all arguments, not only if the _first_ arg starts with it
42698              Date: Wed, 21 Jan 2004 08:32:47 -0500
42699              Message-ID: <20040121133248.3359.qmail@plover.com>
42700      Branch: perl
42701            ! lib/Exporter/Heavy.pm
42702 ____________________________________________________________________________
42703 [ 22191] By: davem                                 on 2004/01/21  20:45:48
42704         Log: Subject:  PATCH for perl-5.8.4
42705              From:  "Edward S. Peschko" <esp5@pge.com>
42706              Date:  Mon, 19 Jan 2004 17:21:18 -0800
42707              Message-Id:  <20040120012118.GA29151@mdssdev05.comp.pge.com>
42708
42709              Add @DynaLoader::dl_shared_objects feature
42710      Branch: perl
42711            ! ext/DynaLoader/DynaLoader_pm.PL
42712 ____________________________________________________________________________
42713 [ 22190] By: davem                                 on 2004/01/21  20:14:51
42714         Log: remove the platform dependencies of the write.t tests introduced
42715              by change #22161, by hard-coding the expected outputs rather
42716              than using sprintf('%f').
42717      Branch: perl
42718            ! t/op/write.t
42719 ____________________________________________________________________________
42720 [ 22189] By: davem                                 on 2004/01/20  22:41:14
42721         Log: Fix typo in patch #22188
42722      Branch: perl
42723            ! pod/perlfunc.pod
42724 ____________________________________________________________________________
42725 [ 22188] By: davem                                 on 2004/01/20  22:36:10
42726         Log: warn that C<$x : unique> operates on the typeglob, so affects @x
42727              and %x too.
42728      Branch: perl
42729            ! pod/perlfunc.pod
42730 ____________________________________________________________________________
42731 [ 22187] By: davem                                 on 2004/01/20  22:27:50
42732         Log: "sub foo :unique" segfaults
42733
42734              Turn these two into compile-time errors until such time as
42735              someone thinks of a useful meaning for them:
42736              my $x : unique
42737              sub foo : unique
42738      Branch: perl
42739            ! ext/threads/t/problems.t pod/perldiag.pod toke.c xsutils.c
42740 ____________________________________________________________________________
42741 [ 22186] By: rgs                                   on 2004/01/20  21:16:01
42742         Log: Add a new test file for situations where threads may interfere.
42743              Subject: Re: "restricted hashes" hit again !
42744              From: Stas Bekman <stas@stason.org>
42745              Date: Tue, 23 Dec 2003 15:32:26 -0800
42746              Message-ID: <3FE8D08A.4090806@stason.org>
42747      Branch: perl
42748            + t/op/threads.t
42749            ! MANIFEST
42750 ____________________________________________________________________________
42751 [ 22185] By: davem                                 on 2004/01/20  21:01:08
42752         Log: Document CVf_UNIQUE flag better
42753      Branch: perl
42754            ! cv.h
42755 ____________________________________________________________________________
42756 [ 22183] By: rgs                                   on 2004/01/20  20:26:18
42757         Log: Fix precedence errors and add some cleanup in the new
42758              DBM_Filter tests
42759      Branch: perl
42760            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
42761 ____________________________________________________________________________
42762 [ 22182] By: davem                                 on 2004/01/20  00:16:42
42763         Log: second attempt to fix [perl #24914] freeing a CV reference that was
42764              currently being executed caused coredumps. The dounwind called by
42765              die unwinds all the contexts on the context stack before unwinding
42766              the save stack.  To stop premature freeing of the CV, hold
42767              references to it on both stacks.
42768      Branch: perl
42769            ! cop.h pp_ctl.c pp_hot.c pp_sort.c t/op/closure.t
42770 ____________________________________________________________________________
42771 [ 22181] By: davem                                 on 2004/01/19  23:41:37
42772         Log: change #22071 (taint bug in $^0) introduced a potential double
42773              free(), because PL_osname may get freed but not nulled if a taint
42774              test fails in between. Mea cupla and all that...
42775      Branch: perl
42776            ! mg.c
42777 ____________________________________________________________________________
42778 [ 22180] By: rgs                                   on 2004/01/19  22:32:27
42779         Log: Subject: Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
42780              From: Gisle Aas <gisle@ActiveState.com>
42781              Date: 17 Jan 2004 01:29:02 -0800
42782              Message-ID: <lrn08m7wkh.fsf@caliper.activestate.com>
42783              (test rewritten to fit in blead)
42784      Branch: perl
42785            ! pp.c t/op/bop.t
42786 ____________________________________________________________________________
42787 [ 22179] By: merijn                                on 2004/01/19  21:36:48
42788         Log: Subject: [PATCH] dl_unload_file for HP-UX
42789              Date: Mon, 12 Jan 2004 07:49:44 -0800
42790              From: Neil Watkiss <neil.watkiss@sophos.com>
42791              Message-ID: <20040112154944.GA15412@ActiveState.com>
42792      Branch: perl
42793            ! ext/DynaLoader/dl_hpux.xs
42794 ____________________________________________________________________________
42795 [ 22177] By: merijn                                on 2004/01/19  16:11:22
42796         Log: Allow -Uinc_version_list to mean -Dinc_version_list=none
42797              See INSTALL for more details
42798      Branch: perl
42799            ! Configure
42800 ____________________________________________________________________________
42801 [ 22175] By: merijn                                on 2004/01/19  16:05:50
42802         Log: Describe how to limit the perl's default @INC during Configure
42803              to _not_ include older versions
42804      Branch: perl
42805            ! INSTALL
42806 ____________________________________________________________________________
42807 [ 22174] By: merijn                                on 2004/01/19  10:41:24
42808         Log: Subject: [PATCH bleadperl] rescue PerlIO_getname for VMS
42809              Date: Sun, 18 Jan 2004 12:51:23 -0600
42810              From: "Craig A. Berry" <craigberry@mac.com>
42811              Message-ID: <400AD5AB.3080708@mac.com>
42812      Branch: perl
42813            ! perlio.c
42814 ____________________________________________________________________________
42815 [ 22173] By: merijn                                on 2004/01/19  10:27:53
42816         Log: Subject: [PATCH bleadperl] detect nanosleep on VMS
42817              Date: Sun, 18 Jan 2004 17:03:30 -0600
42818              From: "Craig A. Berry" <craigberry@mac.com>
42819              Message-ID: <400B10C2.9060504@mac.com>
42820      Branch: perl
42821            ! configure.com
42822 ____________________________________________________________________________
42823 [ 22172] By: davem                                 on 2004/01/17  23:58:04
42824         Log: back out change #24914 "freeing a CV reference that was currently
42825              being executed caused coredumps".
42826              The new test case sometimes locks up linux's malloc, and with
42827              Perl's malloc the test code still coredumps :-(
42828      Branch: perl
42829            ! perl.c scope.c scope.h sv.c t/op/closure.t
42830 ____________________________________________________________________________
42831 [ 22171] By: rgs                                   on 2004/01/17  22:00:48
42832         Log: Subject: Refactor VOS patches for bleadperl and perl-5.8.x
42833              From: "Green, Paul" <Paul.Green@stratus.com>
42834              Date: Thu, 15 Jan 2004 16:00:15 -0500
42835              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FBB15@exna4.stratus.com>
42836      Branch: perl
42837            ! README.vos hv.c pp_pack.c vos/Changes
42838 ____________________________________________________________________________
42839 [ 22170] By: rgs                                   on 2004/01/17  21:25:08
42840         Log: Subject: Re: open/or inconsistency
42841              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
42842              Date: Sat, 17 Jan 2004 19:59:55 +0900
42843              Message-Id: <20040117195729.623A.BQW10602@nifty.com>
42844              (plus a test.)
42845              Don't produce the warning for constructs like
42846              open my $fh, $file or die;
42847      Branch: perl
42848            ! op.c t/lib/warnings/op
42849 ____________________________________________________________________________
42850 [ 22169] By: davem                                 on 2004/01/17  18:02:31
42851         Log: Subject:  Perl core dumps when running out of memory [PATCH]
42852              From:  Gisle Aas <gisle@ActiveState.com>
42853              Date:  17 Jan 2004 06:18:13 -0800
42854              Message-Id:  <lrsmiebqvu.fsf@caliper.activestate.com>
42855
42856              Display 'out of memeory' errors using low-level I/O to avoid
42857              recursive failure and so coredumps.
42858      Branch: perl
42859            ! util.c
42860 ____________________________________________________________________________
42861 [ 22168] By: davem                                 on 2004/01/17  17:38:21
42862         Log: From: "Paul Marquess" <Paul.Marquess@btinternet.com>
42863              Subject: [PATCH ] Enhanced DBM Filters
42864              Date: Sat, 17 Jan 2004 16:44:53 -0000
42865              Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com>
42866
42867              add DBM_Filter
42868      Branch: perl
42869            + lib/DBM_Filter.pm lib/DBM_Filter/Changes
42870            + lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
42871            + lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
42872            + lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
42873            + lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
42874            + lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
42875            + lib/DBM_Filter/t/utf8.t lib/DBM_Filter/utf8.pm
42876            + lib/dbm_filter_util.pl
42877            ! MANIFEST
42878 ____________________________________________________________________________
42879 [ 22167] By: davem                                 on 2004/01/17  16:12:32
42880         Log: freeing a CV reference that was currently being
42881              executed caused coredumps
42882      Branch: perl
42883            ! perl.c scope.c scope.h sv.c t/op/closure.t
42884 ____________________________________________________________________________
42885 [ 22166] By: nicholas                              on 2004/01/17  15:07:31
42886         Log: Integrate final perl583delta
42887      Branch: perl
42888           !> pod/perl583delta.pod
42889 ____________________________________________________________________________
42890 [ 22163] By: davem                                 on 2004/01/16  19:24:14
42891         Log: Subject:  Re: [perl #24816] Magic vars seem unsure if they are purely numeric
42892              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
42893              Date:  Thu, 15 Jan 2004 14:10:37 -0800
42894              Message-Id:  <20040115221037.GA2392@efn.org>
42895
42896              Add sv_2iv_flags() to allow magic to be optionally processed.
42897      Branch: perl
42898            ! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c
42899            ! proto.h sv.c sv.h t/op/bop.t
42900 ____________________________________________________________________________
42901 [ 22162] By: davem                                 on 2004/01/16  16:39:17
42902         Log: format bug with undefined _TOP
42903              name of format_TOP now derived from the name of the current
42904              filehandle rather then the name of the  format associetd with that
42905              handle
42906      Branch: perl
42907            ! pp_sys.c t/op/write.t
42908 ____________________________________________________________________________
42909 [ 22161] By: davem                                 on 2004/01/16  13:29:26
42910         Log: Subject: [PATCH] format/write (version 2)
42911              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
42912              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1>
42913
42914              Fixes and additions to formats:
42915
42916              Improvement: NULL chars in picture line
42917              Bugfix: C<@*> shown in output if not alone on a line
42918              New feature: C<^*> for variable-width, one-line-at-a-time text
42919              Improvement: Diagnostic on C<@#> and C<~~>
42920              Bugfix: Segmentation fault on big numbers
42921              Improvement (maybe): Truncation of numbers produces misleading output
42922              Bugfix: "}" terminates format
42923              Bugfix: Error when copying non-UTF to UTF (EBCDIC only)
42924      Branch: perl
42925            ! embed.fnc embed.h form.h pod/perldiag.pod pod/perlform.pod
42926            ! pp_ctl.c proto.h t/op/write.t toke.c
42927 ____________________________________________________________________________
42928 [ 22160] By: davem                                 on 2004/01/15  23:49:02
42929         Log: buigid #24905 - the code planted to call glob() retained an
42930              extraneous targ index in a pushmark op, leasing to strangeness
42931              when the op was freed
42932      Branch: perl
42933            ! op.c
42934 ____________________________________________________________________________
42935 [ 22159] By: rgs                                   on 2004/01/15  22:19:25
42936         Log: Upgrade to Time::HiRes 1.55
42937      Branch: perl
42938            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
42939            ! ext/Time/HiRes/HiRes.xs
42940 ____________________________________________________________________________
42941 [ 22155] By: nicholas                              on 2004/01/15  00:03:04
42942         Log: Make chomp heed the utf8 flags on the target string and $/
42943              [Fixes #24888]
42944              More work still needed to make chomp heed the encoding pragma.
42945      Branch: perl
42946            ! doop.c t/op/chop.t
42947 ____________________________________________________________________________
42948 [ 22154] By: nicholas                              on 2004/01/14  21:14:14
42949         Log: Update pod.lst with perl583delta,pod, and rerun pod/buildtoc
42950              [Forgot to do this as part of the integration]
42951      Branch: perl
42952            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
42953            ! vms/descrip_mms.template win32/pod.mak
42954 ____________________________________________________________________________
42955 [ 22153] By: nicholas                              on 2004/01/14  19:28:54
42956         Log: Integrate:
42957              [ 22143]
42958              We're planning on making history today. Mind you, not that much -
42959              only 1 line.
42960
42961              perl583delta.pod
42962      Branch: perl
42963           +> pod/perl583delta.pod
42964            ! MANIFEST
42965           !> pod/perlhist.pod
42966 ____________________________________________________________________________
42967 [ 22150] By: nicholas                              on 2004/01/14  17:48:52
42968         Log: Bump version number as file has changed since 5.8.2
42969      Branch: perl
42970            ! lib/File/Find.pm
42971 ____________________________________________________________________________
42972 [ 22149] By: nicholas                              on 2004/01/14  17:45:54
42973         Log: Subject:  Doc patches for File::Find
42974              From:  Andy Lester <andy@petdance.com>
42975              Date:  Mon, 12 Jan 2004 00:10:50 -0600
42976              Message-Id:  <20040112061050.GB7308@petdance.com>
42977      Branch: perl
42978            ! lib/File/Find.pm
42979 ____________________________________________________________________________
42980 [ 22136] By: nicholas                              on 2004/01/14  13:01:27
42981         Log: Assimilate CGI 3.03
42982      Branch: perl
42983            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm
42984 ____________________________________________________________________________
42985 [ 22133] By: nicholas                              on 2004/01/13  22:53:42
42986         Log: Add VMS to the list of "don't fork" OSes
42987              [In the most simple way possible. Fix this properly post 5.8.3
42988              to use $Config{d_fork} or something more robust]
42989      Branch: perl
42990            ! ext/threads/shared/t/wait.t
42991 ____________________________________________________________________________
42992 [ 22129] By: rgs                                   on 2004/01/13  19:26:24
42993         Log: Subject: [PATCH] [ANNOUNCE] Math::BigInt v1.69
42994              From: Tels <perl_dummy@bloodgate.com>
42995              Date: Tue, 13 Jan 2004 19:28:48 +0100
42996              Message-Id: <200401131928.50247@bloodgate.com>
42997      Branch: perl
42998            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
42999            ! lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/bare_mbi.t
43000            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
43001            ! lib/Math/BigInt/t/sub_mbi.t
43002 ____________________________________________________________________________
43003 [ 22128] By: rgs                                   on 2004/01/13  09:06:11
43004         Log: MANIFEST adjustment.
43005      Branch: perl
43006            ! MANIFEST
43007 ____________________________________________________________________________
43008 [ 22126] By: ams                                   on 2004/01/13  07:16:33
43009         Log: Upgrade to Locale::Maketext 1.07.
43010      Branch: perl
43011            + lib/Locale/Maketext/t/04super.t
43012            + lib/Locale/Maketext/t/05super.t
43013            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
43014            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
43015 ____________________________________________________________________________
43016 [ 22125] By: rgs                                   on 2004/01/12  22:44:53
43017         Log: Document usage of $_ and pos() inside /(?{...})/.
43018              (see change #2367.)
43019      Branch: perl
43020            ! pod/perlre.pod
43021 ____________________________________________________________________________
43022 [ 22124] By: rgs                                   on 2004/01/12  22:10:51
43023         Log: Upgrade to MIME::Base64 2.23.
43024      Branch: perl
43025            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
43026            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
43027 ____________________________________________________________________________
43028 [ 22123] By: rgs                                   on 2004/01/12  21:24:28
43029         Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH]
43030              From: Robin Barker <Robin.Barker@npl.co.uk>
43031              Date: Thu, 8 Jan 2004 16:21:25 -0000
43032              Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk>
43033      Branch: perl
43034            ! handy.h
43035 ____________________________________________________________________________
43036 [ 22122] By: nicholas                              on 2004/01/12  19:52:16
43037         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
43038              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
43039              Message-ID: <Pine.LNX.4.58.0401121127210.15844@benevelle.wi.securepipe.com>
43040              Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST)
43041      Branch: perl
43042            ! ext/threads/shared/t/wait.t
43043 ____________________________________________________________________________
43044 [ 22121] By: nicholas                              on 2004/01/12  17:27:25
43045         Log: use sv_setpvn rather than sv_setpv and save a strlen()
43046      Branch: perl
43047            ! doop.c
43048 ____________________________________________________________________________
43049 [ 22120] By: merijn                                on 2004/01/12  13:04:42
43050         Log: Subject: [PATCH] Make 'Configure -Dcf_by=...' work
43051              From: Gisle Aas <gisle@ActiveState.com>
43052              Date: 12 Jan 2004 02:35:27 -0800
43053              Message-ID: <lrvfnh315c.fsf@caliper.activestate.com>
43054      Branch: perl
43055            ! Configure
43056 ____________________________________________________________________________
43057 [ 22117] By: rgs                                   on 2004/01/12  10:10:43
43058         Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012]
43059              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
43060              Date: Mon, 12 Jan 2004 11:19:37 +0900
43061              Message-Id: <20040112111007.EB69.BQW10602@nifty.com>
43062      Branch: perl
43063            ! doop.c t/op/join.t
43064 ____________________________________________________________________________
43065 [ 22115] By: nicholas                              on 2004/01/11  23:37:09
43066         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
43067              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
43068              Message-ID: <Pine.LNX.4.58.0401111548010.6679@localhost.localdomain>
43069              Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST)
43070      Branch: perl
43071            ! ext/threads/shared/t/wait.t
43072 ____________________________________________________________________________
43073 [ 22113] By: nicholas                              on 2004/01/11  23:14:48
43074         Log: Regenerate win32/Makefile and win32/makefile.mk after
43075
43076              Integrate:
43077              [ 22081]
43078              Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for
43079              a copy to be made at build time.
43080
43081              [ 22111]
43082              Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
43083              From: Abe Timmerman <abe@ztreet.demon.nl>
43084              Message-Id: <200401111813.40829.abe@ztreet.demon.nl>
43085              Date: Sun, 11 Jan 2004 18:13:40 +0100
43086
43087              plus revert 22092 and 22080
43088      Branch: perl
43089            ! pod.lst win32/Makefile win32/makefile.mk
43090           !> pod/buildtoc
43091 ____________________________________________________________________________
43092 [ 22112] By: rgs                                   on 2004/01/11  22:38:08
43093         Log: Upgrade to Cwd 2.14.
43094      Branch: perl
43095            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
43096 ____________________________________________________________________________
43097 [ 22110] By: rgs                                   on 2004/01/11  16:34:43
43098         Log: Upgrade to Math::BigRat 0.11
43099
43100              Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11
43101              From: Tels <perl_dummy@bloodgate.com>
43102              Date: Wed, 7 Jan 2004 18:30:06 +0100
43103              Message-Id: <200401071830.07445@bloodgate.com>
43104      Branch: perl
43105            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
43106            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
43107 ____________________________________________________________________________
43108 [ 22109] By: rgs                                   on 2004/01/10  23:39:38
43109         Log: Subject: [PATCH] Nicer formatting for function arguments in Carp messages
43110              From: Steve Hay <steve.hay@uk.radan.com>
43111              Date: Wed, 07 Jan 2004 13:22:30 +0000
43112              Message-ID: <3FFC0816.9090406@uk.radan.com>
43113
43114              (and increment version number in Carp)
43115      Branch: perl
43116            ! lib/Carp.pm lib/Carp/Heavy.pm
43117 ____________________________________________________________________________
43118 [ 22108] By: adi                                   on 2004/01/10  21:33:59
43119         Log: documentation nit
43120      Branch: perl
43121            ! pod/perlop.pod
43122 ____________________________________________________________________________
43123 [ 22107] By: adi                                   on 2004/01/10  20:19:09
43124         Log: nit to Bytecode - the av_extend opcode wasn't saved when
43125              the array had AvFILL == 0
43126      Branch: perl
43127            ! ext/B/B/Assembler.pm
43128 ____________________________________________________________________________
43129 [ 22106] By: adi                                   on 2004/01/10  20:16:03
43130         Log: still problems with backreferences + reverse cloning
43131              after #21936 - the weak reference may live on the pad.
43132      Branch: perl
43133            ! sv.c
43134 ____________________________________________________________________________
43135 [ 22104] By: nicholas                              on 2004/01/09  19:50:43
43136         Log: Bah. Makefile.PL still tests the sub-MANIFEST
43137      Branch: perl
43138            ! ext/Storable/MANIFEST
43139 ____________________________________________________________________________
43140 [ 22103] By: davem                                 on 2004/01/09  12:20:38
43141         Log: temporarily backout test of thread returning a closure. It crashes
43142              win32.
43143      Branch: perl
43144            ! ext/threads/t/problems.t
43145 ____________________________________________________________________________
43146 [ 22102] By: davem                                 on 2004/01/08  22:32:28
43147         Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)
43148              Message-ID: <20040107121357.GD82921@dansat.data-plan.com>
43149
43150              Returning a closure from a thread (via join) could mess up because
43151              pointers to PL_sv_undef weren't rejigged to point at the joiner's
43152              version of PL_sv_undef. Also, the closure's CvGV got cloned too
43153              but never freed, since CvGV isn't refcounted.
43154      Branch: perl
43155            ! ext/threads/t/problems.t ext/threads/threads.xs sv.c
43156 ____________________________________________________________________________
43157 [ 22101] By: rgs                                   on 2004/01/08  21:00:56
43158         Log: perl582delta.pod was not in the MANIFEST.
43159      Branch: perl
43160            ! MANIFEST
43161 ____________________________________________________________________________
43162 [ 22100] By: nicholas                              on 2004/01/08  17:35:27
43163         Log: Integrate:
43164              [ 22093]
43165              Graham says that the search.cpan.org pod finder hashes on name
43166              The 4 files all thinking they are perldelta.pod confuses it.
43167      Branch: perl
43168           +> pod/perl582delta.pod
43169           !> pod/perl581delta.pod pod/perl58delta.pod
43170 ____________________________________________________________________________
43171 [ 22096] By: nicholas                              on 2004/01/08  13:15:38
43172         Log: Subject: [PATCH pod/perlhist.pod] Mention 5.8.3-RC1
43173              From: Abigail <abigail@abigail.nl>
43174              Message-ID: <20040107230027.GC393@abigail.nl>
43175              Date: Thu, 8 Jan 2004 00:00:27 +0100
43176      Branch: perl
43177            ! pod/perlhist.pod
43178 ____________________________________________________________________________
43179 [ 22091] By: nicholas                              on 2004/01/07  19:09:50
43180         Log: [Integrate]
43181              22088 22089 22090 (datestamp corrections - let's see if this really
43182              works)
43183      Branch: perl
43184           !> (integrate 35 files)
43185 ____________________________________________________________________________
43186 [ 22084] By: rgs                                   on 2004/01/07  09:25:16
43187         Log: Hardcoded numerical flag masks. Bad.
43188      Branch: perl
43189            ! doop.c
43190 ____________________________________________________________________________
43191 [ 22083] By: nicholas                              on 2004/01/06  18:57:29
43192         Log: Seems that sv_setsv_cow needs to be visible to core extensions,
43193              so that re will build properly on Win32. Thanks to Steve Hay for
43194              trying COW and finding the problems.
43195      Branch: perl
43196            ! embed.fnc embed.h
43197 ____________________________________________________________________________
43198 [ 22082] By: rgs                                   on 2004/01/06  18:11:22
43199         Log: Fix bug #24813 : the -0 wasn't recognized on the #! line
43200      Branch: perl
43201            + t/run/switch0.t
43202            ! MANIFEST perl.c
43203 ____________________________________________________________________________
43204 [ 22079] By: nicholas                              on 2004/01/06  12:38:52
43205         Log: Jarkko didn't move the cd ..\pod correctly. Given that it's been
43206              like this pre 5.8.1, I suspect that no-one has used it recently.
43207      Branch: perl
43208            ! win32/makefile.mk
43209 ____________________________________________________________________________
43210 [ 22076] By: rgs                                   on 2004/01/06  08:18:44
43211         Log: The TODO tag should be included also when a TODO test succeeds,
43212              so it's reported by the test harness
43213      Branch: perl
43214            ! t/op/write.t
43215 ____________________________________________________________________________
43216 [ 22075] By: rgs                                   on 2004/01/06  07:56:25
43217         Log: This TODO test seems to pass now.
43218      Branch: perl
43219            ! t/op/write.t
43220 ____________________________________________________________________________
43221 [ 22074] By: rgs                                   on 2004/01/05  23:29:55
43222         Log: Some of the bitwise manipulation PP functions weren't checking
43223              whether their arguments were magical before using them.
43224              (bug [#24816]).
43225      Branch: perl
43226            ! pp.c
43227 ____________________________________________________________________________
43228 [ 22071] By: davem                                 on 2004/01/05  22:17:04
43229         Log: [perl #24674]
43230              stop $^O getting tainted on read access, and disallow tainted
43231              assignment to it
43232      Branch: perl
43233            ! mg.c t/op/taint.t
43234 ____________________________________________________________________________
43235 [ 22068] By: rgs                                   on 2004/01/05  21:48:30
43236         Log: Some mandatory syntax warnings emitted by the lexer weren't
43237              disableable (bug [perl #24815]).
43238      Branch: perl
43239            ! pod/perldiag.pod t/lib/warnings/toke toke.c
43240 ____________________________________________________________________________
43241 [ 22067] By: nicholas                              on 2004/01/05  21:36:07
43242         Log: Change the flag logic in buildtoc
43243      Branch: perl
43244            ! pod.lst pod/buildtoc
43245 ____________________________________________________________________________
43246 [ 22064] By: nicholas                              on 2004/01/05  21:16:09
43247         Log: Fix bug with MANIFEST generation when we also regenerate perltoc.pod
43248      Branch: perl
43249            ! pod/buildtoc
43250 ____________________________________________________________________________
43251 [ 22058] By: rgs                                   on 2004/01/05  06:17:47
43252         Log: Subject: [PATCH] skip num.t #47 on VMS
43253              From: "Craig A. Berry" <craigberry@mac.com>
43254              Date: Sun, 04 Jan 2004 23:16:26 -0600
43255              Message-ID: <3FF8F32A.5000108@mac.com>
43256      Branch: perl
43257            ! t/base/num.t
43258 ____________________________________________________________________________
43259 [ 22057] By: rgs                                   on 2004/01/05  06:17:07
43260         Log: Subject: [PATCH configure.com] future-proof signal check
43261              From: "Craig A. Berry" <craigberry@mac.com>
43262              Date: Sun, 04 Jan 2004 22:53:40 -0600
43263              Message-ID: <3FF8EDD4.3080308@mac.com>
43264      Branch: perl
43265            ! configure.com
43266 ____________________________________________________________________________
43267 [ 22056] By: rgs                                   on 2004/01/04  20:45:31
43268         Log: Upgrade to Cwd 2.13
43269      Branch: perl
43270            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
43271 ____________________________________________________________________________
43272 [ 22055] By: davem                                 on 2004/01/04  19:34:36
43273         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
43274              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
43275              Date: Fri, 2 Jan 2004 11:31:46 +0100
43276              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1>
43277
43278              eval of of a truncated format should fail
43279      Branch: perl
43280            ! t/op/write.t toke.c
43281 ____________________________________________________________________________
43282 [ 22052] By: rgs                                   on 2004/01/03  19:53:53
43283         Log: Upgrade to PerlIO::via::QuotedPrint 0.06
43284      Branch: perl
43285            ! lib/PerlIO/via/QuotedPrint.pm
43286 ____________________________________________________________________________
43287 [ 22051] By: rgs                                   on 2004/01/03  19:51:02
43288         Log: Upgrade to Time::HiRes 1.54
43289      Branch: perl
43290            + ext/Time/HiRes/hints/solaris.pl
43291            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
43292            ! ext/Time/HiRes/HiRes.xs
43293 ____________________________________________________________________________
43294 [ 22050] By: nicholas                              on 2004/01/03  19:24:00
43295         Log: No matter how hard you proof read it, something always slips through.
43296      Branch: perl
43297            ! ext/Storable/ChangeLog
43298 ____________________________________________________________________________
43299 [ 22049] By: nicholas                              on 2004/01/03  19:22:08
43300         Log: Fix minor problems with the CPAN release
43301              1: Make Storable.xs to work on 5.8.2 and later (already in the core)
43302              2: Ship the linux hints file
43303              3: Ship Test::More for the benefit of Perls pre 5.6.2
43304              4: Correct Makefile.PL to install in core for 5.8.0 and later
43305      Branch: perl
43306            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
43307            ! ext/Storable/Makefile.PL ext/Storable/README
43308            ! ext/Storable/Storable.pm
43309 ____________________________________________________________________________
43310 [ 22047] By: rgs                                   on 2004/01/03  00:07:13
43311         Log: Tidy up change #18751, so that the second parameter to unpack()
43312              defaults to $_ at compile-time, instead of run-time (like all
43313              other primitives that default to $_).
43314      Branch: perl
43315            ! embed.h op.c opcode.h opcode.pl pp.sym pp_pack.c pp_proto.h
43316 ____________________________________________________________________________
43317 [ 22044] By: nicholas                              on 2004/01/02  16:17:24
43318         Log: Bump $threads::VERSION as the documentation has changed. Tweak the
43319              documentaiton, update Arthur's e-mail address
43320      Branch: perl
43321            ! ext/threads/threads.pm
43322 ____________________________________________________________________________
43323 [ 22043] By: rgs                                   on 2004/01/02  08:35:22
43324         Log: Use the optimization level -O2 by default on Linux/gcc.
43325              See :
43326              Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?)
43327              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
43328              Date: Thu, 1 Jan 2004 05:32:15 +0100
43329              Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2>
43330      Branch: perl
43331            ! hints/linux.sh
43332 ____________________________________________________________________________
43333 [ 22041] By: nicholas                              on 2004/01/02  00:38:00
43334         Log: Update debugger version number and Changes file
43335      Branch: perl
43336            ! lib/perl5db.pl
43337 ____________________________________________________________________________
43338 [ 22037] By: davem                                 on 2004/01/01  23:22:10
43339         Log: addition to 22036 (document SUPER better): superclass may be plural
43340      Branch: perl
43341            ! pod/perlbot.pod pod/perlobj.pod
43342 ____________________________________________________________________________
43343 [ 22036] By: davem                                 on 2004/01/01  22:23:11
43344         Log: Document the quirks of SUPER, especially the fact that it it
43345              relative to the current package and not to the invoking object.
43346      Branch: perl
43347            ! pod/perlboot.pod pod/perlbot.pod pod/perlobj.pod
43348            ! pod/perltoot.pod
43349 ____________________________________________________________________________
43350 [ 22034] By: davem                                 on 2004/01/01  19:58:08
43351         Log: Fix bug #24383, where hashes with the :unique attribute weren't
43352              getting made readonly on interpreter clone. Also, remove the
43353              :unique attribute from the hashes in warnings.pm, since they may
43354              later be modified by warnings::register.  Finally, adds tests for
43355              the :unique attribute.
43356      Branch: perl
43357            ! ext/threads/t/problems.t lib/warnings.pm sv.c warnings.pl
43358 ____________________________________________________________________________
43359 [ 22033] By: nicholas                              on 2004/01/01  19:22:24
43360         Log: Subject: Perl 5.8.3 patches from the BS2000 port - part 2
43361              From: Dorner Thomas <tdorner@amadeus.net>
43362              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de>
43363              Date: Fri, 19 Dec 2003 07:16:47 +0100
43364      Branch: perl
43365            ! t/io/utf8.t t/op/pat.t
43366 ____________________________________________________________________________
43367 [ 22032] By: rgs                                   on 2004/01/01  17:29:21
43368         Log: Subject: [PATCH 5.8.2 @21574] OS/2 update
43369              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
43370              Date: Thu, 18 Dec 2003 14:10:29 -0800
43371              Message-ID: <20031218221029.GA7898@math.berkeley.edu>
43372      Branch: perl
43373            ! README.os2 hints/os2.sh installperl lib/ExtUtils/MM_Unix.pm
43374            ! makedef.pl os2/Changes os2/OS2/REXX/DLL/Changes
43375            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h os2/perl2cmd.pl
43376 ____________________________________________________________________________
43377 [ 22031] By: rgs                                   on 2004/01/01  16:30:13
43378         Log: Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)
43379      Branch: perl
43380            ! pod/perlunicode.pod
43381 ____________________________________________________________________________
43382 [ 22030] By: rgs                                   on 2004/01/01  13:55:31
43383         Log: Document that detached threads aren't supported on Windows yet.
43384      Branch: perl
43385            ! ext/threads/threads.pm
43386 ____________________________________________________________________________
43387 [ 22029] By: rgs                                   on 2004/01/01  13:30:33
43388         Log: Upgrade to Getopt::Long 2.34_01
43389      Branch: perl
43390            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
43391 ____________________________________________________________________________
43392 [ 22026] By: nicholas                              on 2003/12/31  15:22:31
43393         Log: Tweak 00compile.t to avoid splatting a DIAG over core perl's
43394              beautiful clean run of OKs. You are all getting a clean run of OKs,
43395              aren't you?
43396      Branch: perl
43397            ! lib/Test/Harness/t/00compile.t
43398 ____________________________________________________________________________
43399 [ 22025] By: nicholas                              on 2003/12/31  15:11:51
43400         Log: Subject: [PATCH] "piconv -C 512" badly broken
43401              From: Autrijus Tang <autrijus@autrijus.org>
43402              Message-Id: <1072870210.769.5.camel@localhost>
43403              Date: Wed, 31 Dec 2003 19:30:10 +0800
43404      Branch: perl
43405            ! ext/Encode/bin/piconv
43406 ____________________________________________________________________________
43407 [ 22021] By: rgs                                   on 2003/12/31  08:28:43
43408         Log: Upgrade to Test::Harness 2.40.
43409      Branch: perl
43410            ! lib/Test/Harness.pm lib/Test/Harness/Changes
43411            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
43412            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
43413            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
43414            ! lib/Test/Harness/t/prove-switches.t
43415            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
43416            ! lib/Test/Harness/t/test-harness.t
43417 ____________________________________________________________________________
43418 [ 22020] By: rgs                                   on 2003/12/31  07:59:19
43419         Log: C++ comments, bad.
43420      Branch: perl
43421            ! ext/Cwd/Cwd.xs
43422 ____________________________________________________________________________
43423 [ 22018] By: nicholas                              on 2003/12/30  23:29:59
43424         Log: Bump VERSION numbers
43425      Branch: perl
43426            ! ext/POSIX/POSIX.pm lib/Benchmark.pm lib/File/CheckTree.pm
43427            ! lib/Getopt/Std.pm lib/PerlIO.pm lib/Tie/Hash.pm
43428            ! lib/diagnostics.pm
43429 ____________________________________________________________________________
43430 [ 22016] By: rgs                                   on 2003/12/30  21:10:22
43431         Log: A patch for Test::Harness on VMS by Craig Berry
43432              (see RT CPAN bug #4745)
43433      Branch: perl
43434            ! lib/Test/Harness/Straps.pm
43435 ____________________________________________________________________________
43436 [ 22013] By: nicholas                              on 2003/12/30  18:18:28
43437         Log: Subject: more uni doc tweakage
43438              From: Jarkko Hietaniemi <jhi@iki.fi>
43439              Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
43440              Date: Tue, 30 Dec 2003 15:37:55 +0200
43441
43442              Subject: one more pod fix
43443              From: Jarkko Hietaniemi <jhi@iki.fi>
43444              Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
43445              Date: Tue, 30 Dec 2003 15:56:41 +0200
43446      Branch: perl
43447            ! lib/PerlIO.pm pod/perlunicode.pod
43448 ____________________________________________________________________________
43449 [ 22009] By: davem                                 on 2003/12/30  17:14:44
43450         Log: bug #24757 perlrun.pod's description of find -mtime was ambiguous
43451      Branch: perl
43452            ! pod/perlrun.pod
43453 ____________________________________________________________________________
43454 [ 22007] By: rgs                                   on 2003/12/30  16:04:47
43455         Log: Upgrade to Math::BigInt 1.68.
43456      Branch: perl
43457            + lib/Math/BigInt/t/bigroot.t
43458            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
43459            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
43460            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbi.t
43461            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
43462            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
43463 ____________________________________________________________________________
43464 [ 22005] By: davem                                 on 2003/12/30  15:07:50
43465         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
43466              heuristics for calculating buffer size needed to compile a format
43467              didn't allow for \0
43468      Branch: perl
43469            ! pp_ctl.c t/op/write.t
43470 ____________________________________________________________________________
43471 [ 22003] By: rgs                                   on 2003/12/30  12:54:02
43472         Log: Add a regression test for bug #24762
43473      Branch: perl
43474            ! t/comp/parser.t
43475 ____________________________________________________________________________
43476 [ 22002] By: rgs                                   on 2003/12/30  12:49:09
43477         Log: Updates the notes about byacc in pumpkin.pod.
43478      Branch: perl
43479            ! Porting/pumpkin.pod
43480 ____________________________________________________________________________
43481 [ 22001] By: rgs                                   on 2003/12/30  09:58:08
43482         Log: Bump up UNIVERSAL's version to 1.02
43483              (due to fix #21418)
43484      Branch: perl
43485            ! lib/UNIVERSAL.pm
43486 ____________________________________________________________________________
43487 [ 21999] By: nicholas                              on 2003/12/29  23:53:31
43488         Log: Add Mike Pomraning
43489      Branch: perl
43490            ! AUTHORS
43491 ____________________________________________________________________________
43492 [ 21997] By: rgs                                   on 2003/12/29  20:11:12
43493         Log: Update the README and Changes files for Switch 2.10
43494      Branch: perl
43495            ! lib/Switch/Changes lib/Switch/README
43496 ____________________________________________________________________________
43497 [ 21996] By: rgs                                   on 2003/12/29  20:07:00
43498         Log: Upgrade to Switch 2.10, by integrating some changes by Damian
43499      Branch: perl
43500            ! lib/Switch.pm
43501 ____________________________________________________________________________
43502 [ 21993] By: rgs                                   on 2003/12/29  10:49:29
43503         Log: Windows hasn't getuid/setuid and friends.
43504              Therefore disable the code related to them in POSIX.xs.
43505
43506              Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
43507              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
43508              Date: Mon, 29 Dec 2003 04:51:19 +0100
43509              Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2>
43510      Branch: perl
43511            ! ext/POSIX/POSIX.xs
43512 ____________________________________________________________________________
43513 [ 21992] By: rgs                                   on 2003/12/29  10:31:07
43514         Log: Subject: [PATCH] win32_chsize buglet
43515              From: "Kevin Chase" <kevincha99@hotmail.com>
43516              Date: Sun, 28 Dec 2003 15:48:56 -0800
43517              Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com>
43518      Branch: perl
43519            ! win32/win32.c
43520 ____________________________________________________________________________
43521 [ 21991] By: rgs                                   on 2003/12/29  08:10:51
43522         Log: Upgrade to Encode 1.99.
43523      Branch: perl
43524            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
43525            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
43526            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
43527            ! ext/Encode/t/mime-header.t ext/Encode/ucm/gsm0338.ucm
43528            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
43529            ! ext/Encode/ucm/macHebrew.ucm
43530 ____________________________________________________________________________
43531 [ 21990] By: rgs                                   on 2003/12/28  18:41:35
43532         Log: Fix a little syntax error, reported by Marcus Holland-Moritz
43533      Branch: perl
43534            ! win32/win32.c
43535 ____________________________________________________________________________
43536 [ 21989] By: nicholas                              on 2003/12/28  11:49:20
43537         Log: From: "Nigel Sandever" <njsandever@hotmail.com>
43538              Subject: [PATCH] 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES
43539              Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com>
43540              Date: Thu, 25 Sep 2003 21:49:07 +0000
43541      Branch: perl
43542            ! dosish.h win32/win32.c win32/win32sck.c
43543 ____________________________________________________________________________
43544 [ 21988] By: rgs                                   on 2003/12/27  23:46:40
43545         Log: Regenerate the perly.c patch for byacc output painless fixing
43546      Branch: perl
43547            ! perly_c.diff
43548 ____________________________________________________________________________
43549 [ 21986] By: rgs                                   on 2003/12/27  23:11:59
43550         Log: Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error
43551      Branch: perl
43552            ! perly.c perly.y vms/perly_c.vms
43553 ____________________________________________________________________________
43554 [ 21985] By: nicholas                              on 2003/12/27  22:55:35
43555         Log: Subject: Cross compilation patches for arm.
43556              From: Redvers Davies <red@criticalintegration.com>
43557              Message-Id: <1072098653.4789.6.camel@ragefire>
43558              Date: Mon, 22 Dec 2003 08:11:34 -0500
43559      Branch: perl
43560            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
43561            ! Cross/config.sh-arm-linux Cross/installperl.patch
43562 ____________________________________________________________________________
43563 [ 21983] By: rgs                                   on 2003/12/27  21:29:04
43564         Log: Fix bug [perl #24735] : make sure that the range (..) operator
43565              treats an undefined argument as 0 for numerical ranges and as ""
43566              for magical string ranges.
43567      Branch: perl
43568            ! pp_ctl.c t/op/range.t
43569 ____________________________________________________________________________
43570 [ 21981] By: rgs                                   on 2003/12/27  20:14:09
43571         Log: Subject: PATCH:  *DB*_File
43572              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
43573              Date: Sat, 27 Dec 2003 20:02:30 -0000
43574              Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com>
43575      Branch: perl
43576            ! XSUB.h ext/DB_File/Changes ext/DB_File/DB_File.pm
43577            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
43578            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
43579            ! ext/DB_File/typemap ext/GDBM_File/typemap
43580            ! ext/NDBM_File/typemap ext/ODBM_File/typemap
43581            ! ext/SDBM_File/typemap
43582 ____________________________________________________________________________
43583 [ 21978] By: nicholas                              on 2003/12/27  18:31:27
43584         Log: Straggler from Cwd
43585      Branch: perl
43586            + ext/Cwd/Changes
43587 ____________________________________________________________________________
43588 [ 21977] By: nicholas                              on 2003/12/27  18:29:44
43589         Log: Straggler from Unicode::Collate.
43590              We need to automate this.
43591              For some value of we. (tr/w/m/ I suspect)
43592      Branch: perl
43593            + lib/Unicode/Collate/t/rearrang.t
43594 ____________________________________________________________________________
43595 [ 21976] By: nicholas                              on 2003/12/27  18:28:37
43596         Log: Assimilate Unicode::Collate 0.33
43597      Branch: perl
43598            + lib/Unicode/Collate/t/altern.t lib/Unicode/Collate/t/view.t
43599            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
43600            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
43601            ! lib/Unicode/Collate/t/contract.t
43602            ! lib/Unicode/Collate/t/illegal.t lib/Unicode/Collate/t/test.t
43603            ! lib/Unicode/Collate/t/version.t
43604 ____________________________________________________________________________
43605 [ 21975] By: nicholas                              on 2003/12/27  18:12:33
43606         Log: Assimilate PodParser-1.26
43607      Branch: perl
43608            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
43609            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/PlainText.pm
43610            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/pod2usage.PL
43611            ! pod/podselect.PL t/pod/pod2usage.xr t/pod/podselect.xr
43612 ____________________________________________________________________________
43613 [ 21974] By: nicholas                              on 2003/12/27  17:50:34
43614         Log: Assimilate File::Spec 0.87
43615      Branch: perl
43616            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
43617 ____________________________________________________________________________
43618 [ 21973] By: nicholas                              on 2003/12/27  17:24:27
43619         Log: Assimilate Digest 1.05
43620      Branch: perl
43621            ! lib/Digest.pm lib/Digest/t/digest.t
43622 ____________________________________________________________________________
43623 [ 21972] By: nicholas                              on 2003/12/27  17:20:23
43624         Log: Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change
43625              21646 was only applied to core (must punt this back and thereby unfork)
43626              Need to fix test boilerplate properly for PERL_CORE
43627      Branch: perl
43628            ! MANIFEST Porting/Maintainers.pl ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
43629            ! ext/Cwd/t/taint.t lib/Cwd.pm
43630 ____________________________________________________________________________
43631 [ 21971] By: nicholas                              on 2003/12/27  16:55:54
43632         Log: Subject: [PATCH] Remove Win32 compiler warnings
43633              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
43634              Date: Sat, 27 Dec 2003 17:39:20 +0100
43635              Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2>
43636      Branch: perl
43637            ! ext/XS/APItest/APItest.xs ext/threads/shared/shared.xs sv.c
43638 ____________________________________________________________________________
43639 [ 21970] By: nicholas                              on 2003/12/27  16:39:01
43640         Log: Allow overriding of the p4 settings via environment variables
43641              Make regexp more robust to parse FreeBSD's patch output
43642      Branch: perl
43643            ! Porting/apply
43644 ____________________________________________________________________________
43645 [ 21968] By: rgs                                   on 2003/12/27  14:27:57
43646         Log: Subject: [PATCH] perl 5.8.0, FindBin::again
43647              From: Slaven Rezic <slaven@rezic.de>
43648              Date: 01 May 2003 21:28:10 +0200
43649              Message-ID: <873cjy31rp.fsf@vran.herceg.de>
43650      Branch: perl
43651            ! lib/FindBin.pm lib/FindBin.t
43652 ____________________________________________________________________________
43653 [ 21967] By: nicholas                              on 2003/12/27  13:26:29
43654         Log: Subject: [PATCH: sv.c] Turn Quad_t to Uquad_t in unsigned branch
43655              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
43656              Date: Sat, 27 Dec 2003 02:48:19 +0100
43657              Message-ID: <010001c3cc1b$813763a0$d500a8c0@R2D2>
43658      Branch: perl
43659            ! sv.c
43660 ____________________________________________________________________________
43661 [ 21964] By: nicholas                              on 2003/12/26  20:31:38
43662         Log: Change minimum perl version where the test is run from 5.9.0 to 5.8.3
43663              as I'm going to integrate the core patch
43664      Branch: perl
43665            ! ext/List/Util/t/weak.t
43666 ____________________________________________________________________________
43667 [ 21962] By: nicholas                              on 2003/12/26  19:22:16
43668         Log: Subject: [PATCH: sv.c] Re: GCC bug breaking Perl_sv_catpvfn()?
43669              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
43670              Date: Fri, 26 Dec 2003 02:47:09 +0100
43671              Message-ID: <03ca01c3cb52$2d509b40$5700a8c0@R2D2>
43672      Branch: perl
43673            ! sv.c
43674 ____________________________________________________________________________
43675 [ 21960] By: rgs                                   on 2003/12/26  10:18:24
43676         Log: Refactor the code that checks whether a range is numeric
43677              or string-magical.
43678      Branch: perl
43679            ! pp_ctl.c
43680 ____________________________________________________________________________
43681 [ 21959] By: rgs                                   on 2003/12/26  08:51:06
43682         Log: Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.
43683              This fixes building SDBM_File on AIX.
43684      Branch: perl
43685            ! ext/SDBM_File/sdbm/Makefile.PL
43686 ____________________________________________________________________________
43687 [ 21958] By: rgs                                   on 2003/12/25  21:22:25
43688         Log: Fix bug [perl #24641] : when POSIX::set[ug]id() are called,
43689              update the perl variables PL_uid and PL_euid (resp. PL_gid
43690              and PL_egid) with the new values.
43691      Branch: perl
43692            ! ext/POSIX/POSIX.xs
43693 ____________________________________________________________________________
43694 [ 21957] By: rgs                                   on 2003/12/25  20:14:00
43695         Log: Subject: [PATCH 5.8.2 @21574] INSTALL_PREFIX from C
43696              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
43697              Date: Thu, 18 Dec 2003 12:30:06 -0800
43698              Message-ID: <20031218203006.GA7772@math.berkeley.edu>
43699      Branch: perl
43700            ! config_h.SH
43701 ____________________________________________________________________________
43702 [ 21956] By: rgs                                   on 2003/12/25  19:40:55
43703         Log: Subject: BigInt v1.68 - pre-release
43704              From: Tels <perl_dummy@bloodgate.com>
43705              Date: Tue, 23 Dec 2003 01:09:23 +0100
43706              Message-Id: <200312230106.27661@bloodgate.com>
43707      Branch: perl
43708            + lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/alias.inc
43709            + lib/Math/BigInt/t/mbf_ali.t lib/Math/BigInt/t/mbi_ali.t
43710            + lib/Math/BigInt/t/sub_ali.t
43711            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
43712            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
43713            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
43714            ! lib/Math/BigInt/t/upgrade.inc
43715 ____________________________________________________________________________
43716 [ 21955] By: rgs                                   on 2003/12/25  18:59:54
43717         Log: Subject: [perl #24506] [PATCH] cannot weaken refs to read only values
43718              From: Fergal Daly <fergal@esatclear.ie>
43719              Date: Tue, 2 Dec 2003 23:18:18 +0000
43720              Message-Id: <200312022318.18353.fergal@esatclear.ie>
43721
43722              (tweaked so the test is skipped on perls < 5.9.0)
43723      Branch: perl
43724            ! ext/List/Util/t/weak.t sv.c
43725 ____________________________________________________________________________
43726 [ 21953] By: nicholas                              on 2003/12/23  23:34:48
43727         Log: Subject:  [PATCH: perl@21949] document patch for VMS port on new file systems
43728              From:  PPrymmer@factset.com
43729              Date:  Tue, 23 Dec 2003 17:27:44 -0500
43730              Message-Id:  <OF32243F10.A592C9A9-ON85256E05.007B1741-85256E05.007B63CB@factset.com>
43731      Branch: perl
43732            ! README.vms
43733 ____________________________________________________________________________
43734 [ 21952] By: nicholas                              on 2003/12/23  23:19:19
43735         Log: Subject: [patch t/test.pl] comment fix
43736              From: Stas Bekman <stas@stason.org>
43737              Message-ID: <3FE8C65A.4060708@stason.org>
43738              Date: Tue, 23 Dec 2003 14:48:58 -0800
43739      Branch: perl
43740            ! t/test.pl
43741 ____________________________________________________________________________
43742 [ 21951] By: adi                                   on 2003/12/22  23:22:12
43743         Log: re-fix [perl #24508] without speed regression.
43744              keep an eye on this.
43745      Branch: perl
43746            ! op.c opcode.h opcode.pl
43747 ____________________________________________________________________________
43748 [ 21950] By: adi                                   on 2003/12/22  23:19:25
43749         Log: sanitize some macros - based on Chip Salzenberg suggestions and
43750              on the way GNU people use the gcc-ish 'blocks in parens'
43751      Branch: perl
43752            ! XSUB.h sv.h
43753 ____________________________________________________________________________
43754 [ 21948] By: nicholas                              on 2003/12/22  21:00:30
43755         Log: Subject: Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
43756              Message-ID: <Pine.LNX.4.58.0312220116520.17374@localhost.localdomain>
43757              Date: Mon, 22 Dec 2003 01:52:08 -0600 (CST)
43758              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
43759      Branch: perl
43760            ! ext/threads/shared/shared.xs
43761 ____________________________________________________________________________
43762 [ 21946] By: nicholas                              on 2003/12/22  20:34:06
43763         Log: Subject:  doc nits
43764              From:  Jarkko Hietaniemi <jhi@iki.fi>
43765              Date:  Mon, 22 Dec 2003 21:57:34 +0200
43766              Message-Id:  <20031222195734.GA29441@vipunen.hut.fi>
43767      Branch: perl
43768            ! pod/perltodo.pod pod/perlunicode.pod
43769 ____________________________________________________________________________
43770 [ 21944] By: merijn                                on 2003/12/22  10:13:43
43771         Log: Subject: [PATCH] configure.com archname tweak
43772              From: "Craig A. Berry" <craigberry@mac.com>
43773              Date: Sun, 21 Dec 2003 23:07:13 -0600
43774              Message-ID: <3FE67C01.1000704@mac.com>
43775      Branch: perl
43776            ! configure.com
43777 ____________________________________________________________________________
43778 [ 21942] By: rgs                                   on 2003/12/21  21:29:47
43779         Log: Subject: [perl #24651] Taint bug with multiple backticks in ref consturctors
43780              From: Mike Guy <mjtg@cam.ac.uk>
43781              Date: Fri, 19 Dec 2003 17:17:11 +0000
43782              Message-Id: <E1AXOFT-0007DE-7q@draco.cus.cam.ac.uk>
43783      Branch: perl
43784            ! pod/perlsec.pod
43785 ____________________________________________________________________________
43786 [ 21940] By: rgs                                   on 2003/12/21  15:33:19
43787         Log: Fix a side-effect of bug #24674 in the perl debugger.
43788
43789              Subject: [perl #24674] 5.x odd taint bug
43790              From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org>
43791              Date: 16 Dec 2003 15:03:24 -0000
43792              Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org>
43793      Branch: perl
43794            ! lib/perl5db.pl
43795 ____________________________________________________________________________
43796 [ 21938] By: rgs                                   on 2003/12/20  22:56:24
43797         Log: Subject: Perl 5.8.3 patches from the BS2000 port
43798              From: Dorner Thomas <tdorner@amadeus.net>
43799              Date: Wed, 17 Dec 2003 15:41:17 +0100
43800              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de>
43801      Branch: perl
43802            ! hints/posix-bc.sh t/base/num.t t/comp/parser.t
43803 ____________________________________________________________________________
43804 [ 21937] By: adi                                   on 2003/12/20  21:37:03
43805         Log: after back-references, restricted hashes.
43806              see http://nntp.perl.org/group/perl.perl5.porters/86497
43807              this is hopefully only a temporary solution.
43808      Branch: perl
43809            ! perl.c
43810 ____________________________________________________________________________
43811 [ 21936] By: adi                                   on 2003/12/20  21:32:37
43812         Log: fix [perl #24660], [perl #24663].
43813      Branch: perl
43814            ! mg.c sv.c
43815 ____________________________________________________________________________
43816 [ 21935] By: rgs                                   on 2003/12/20  21:21:50
43817         Log: Upgrade to Time::Local 1.07_94
43818      Branch: perl
43819            ! lib/Time/Local.pm lib/Time/Local.t
43820 ____________________________________________________________________________
43821 [ 21933] By: nicholas                              on 2003/12/20  20:07:44
43822         Log: Subject: [PATCH] OpenVMS I64 support
43823              From: "Craig A. Berry" <craigberry@mac.com>
43824              Message-ID: <3FE2441F.2070603@mac.com>
43825              Date: Thu, 18 Dec 2003 18:19:43 -0600
43826      Branch: perl
43827            ! configure.com vms/gen_shrfls.pl
43828 ____________________________________________________________________________
43829 [ 21932] By: nicholas                              on 2003/12/20  19:57:51
43830         Log: remove duplicate PERL_HASH (as spotted by Enache Adrian in
43831              <20031220124854.GA1265@ratsnest.hole> )
43832      Branch: perl
43833            ! hv.c
43834 ____________________________________________________________________________
43835 [ 21931] By: nicholas                              on 2003/12/20  18:58:06
43836         Log: Solaris gconvert() doesn't like ndigits == 0. Currently we have no
43837              Configure test for troublesome gconvert(), so for now simply avoid
43838              the optimisation that calls gconvert() in this case.
43839      Branch: perl
43840            ! sv.c
43841 ____________________________________________________________________________
43842 [ 21928] By: rgs                                   on 2003/12/19  08:36:11
43843         Log: Upgrade to CGI.pm 3.01
43844      Branch: perl
43845            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
43846            ! lib/CGI/Pretty.pm lib/CGI/Util.pm lib/CGI/t/carp.t
43847            ! lib/CGI/t/request.t
43848 ____________________________________________________________________________
43849 [ 21927] By: rgs                                   on 2003/12/19  08:10:41
43850         Log: Subject: [DOCPATCH] base.pm
43851              From: Elizabeth Mattijsen <liz@dijkmat.nl>
43852              Date: Thu, 18 Dec 2003 22:30:52 +0100
43853              Message-Id: <p05111b12bc07cc596977@[192.168.56.3]>
43854
43855              Plus, remove leftover mentions of pseudo-hashes
43856      Branch: perl
43857            ! lib/base.pm
43858 ____________________________________________________________________________
43859 [ 21924] By: nicholas                              on 2003/12/18  20:24:29
43860         Log: "Richard" - who he? (Add "Richard Clamp" to the list of pumpkings)
43861      Branch: perl
43862            ! pod/perlhist.pod
43863 ____________________________________________________________________________
43864 [ 21923] By: rgs                                   on 2003/12/18  14:58:42
43865         Log: Perl 1.0.16 has been released.
43866      Branch: perl
43867            ! pod/perlhist.pod
43868 ____________________________________________________________________________
43869 [ 21922] By: rgs                                   on 2003/12/17  21:36:36
43870         Log: Subject: [PATCH: embed.fnc] arguments for perl_clone()
43871              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
43872              Date: Wed, 17 Dec 2003 13:26:52 +0100
43873              Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2>
43874      Branch: perl
43875            ! embed.fnc embed.h global.sym
43876 ____________________________________________________________________________
43877 [ 21921] By: rgs                                   on 2003/12/17  17:34:05
43878         Log: Subject: [PATCH] 2-arg cond_wait, cond_timedwait, tests
43879              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
43880              Date: Wed, 17 Dec 2003 00:05:58 -0600 (CST)
43881              Message-ID: <Pine.LNX.4.58.0312092202040.13494@benevelle.wi.securepipe.com>
43882      Branch: perl
43883            + ext/threads/shared/t/wait.t
43884            ! MANIFEST ext/threads/shared/shared.pm
43885            ! ext/threads/shared/shared.xs
43886 ____________________________________________________________________________
43887 [ 21918] By: rgs                                   on 2003/12/16  22:00:39
43888         Log: Sync with the latest MakeMaker snapshot.
43889              But set the $VERSION to 6.21_01.
43890      Branch: perl
43891            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
43892            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
43893            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win95.pm
43894            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
43895            ! lib/ExtUtils/instmodsh
43896 ____________________________________________________________________________
43897 [ 21917] By: alanbur                               on 2003/12/15  09:13:49
43898         Log: Remove incorrect guards around inclusion of <signal.h>
43899              Causes problems with UNIX03/SUSv3
43900              Part 2 of change 21916 - oops!
43901
43902              See:
43903              Message-Id: <3FDD06A5.8010004@sun.com>
43904              Subject: Re: UNIX03 & C99 issue with 5.8.2
43905              From: Alan Burlison <Alan.Burlison@sun.com>
43906              Date: Mon, 15 Dec 2003 00:56:05 +0000
43907      Branch: perl
43908            ! doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h util.c
43909 ____________________________________________________________________________
43910 [ 21916] By: alanbur                               on 2003/12/15  09:02:58
43911         Log: Remove incorrect guards around inclusion of <signal.h>
43912              Causes problems with UNIX03/SUSv3
43913      Branch: perl
43914            ! doio.c
43915 ____________________________________________________________________________
43916 [ 21915] By: rgs                                   on 2003/12/15  07:43:50
43917         Log: Add the macros dAX and dITEMS to PPPort.
43918      Branch: perl
43919            ! ext/Devel/PPPort/PPPort.pm
43920 ____________________________________________________________________________
43921 [ 21914] By: rgs                                   on 2003/12/14  22:53:43
43922         Log: Subject: [patch Porting/pumpkin.pod] trying to ensure that PPPort is up-to-date on each new release
43923              From: Stas Bekman <stas@stason.org>
43924              Date: Sun, 14 Dec 2003 15:12:40 -0800
43925              Message-ID: <3FDCEE68.3080509@stason.org>
43926      Branch: perl
43927            ! Porting/pumpkin.pod
43928 ____________________________________________________________________________
43929 [ 21912] By: rgs                                   on 2003/12/14  22:48:17
43930         Log: Subject: [DOCPATCH] perlfunc delete
43931              From: Elizabeth Mattijsen <liz@dijkmat.nl>
43932              Date: Sun, 14 Dec 2003 20:25:07 +0100
43933              Message-Id: <p05111b07bc0269065a99@[192.168.56.3]>
43934      Branch: perl
43935            ! pod/perlfunc.pod
43936 ____________________________________________________________________________
43937 [ 21910] By: nicholas                              on 2003/12/14  20:06:41
43938         Log: Forgot to remove a comment
43939      Branch: perl
43940            ! pp.c
43941 ____________________________________________________________________________
43942 [ 21907] By: nicholas                              on 2003/12/14  18:35:15
43943         Log: S_save_hek_flags should honour the "free" flag.
43944              Ought to mask the flag bits that shouldn't be stored.
43945      Branch: perl
43946            ! hv.c
43947 ____________________________________________________________________________
43948 [ 21906] By: nicholas                              on 2003/12/14  17:06:13
43949         Log: Some fool missed a letter n.
43950              (and then "optimised" code based on its absense. D'oh)
43951              Restore the correct behaviour - fetch with uppercase key, then if
43952              still not found store with mixed/lowercase key.
43953      Branch: perl
43954            ! hv.c
43955 ____________________________________________________________________________
43956 [ 21905] By: nicholas                              on 2003/12/14  16:34:01
43957         Log: Subject: Re: Change 21862
43958              From: Enache Adrian <enache@rdslink.ro>
43959              Date: Wed, 10 Dec 2003 06:05:58 +0200
43960              Message-ID: <20031210040558.GC1584@ratsnest.hole>
43961
43962              (1st hunk), plus the equivalent for hv_delete_common
43963      Branch: perl
43964            ! hv.c
43965 ____________________________________________________________________________
43966 [ 21904] By: nicholas                              on 2003/12/14  15:32:32
43967         Log: Clean up a bug I introduced into caseless ENV hv_delete
43968              (should be the proper fix for 21870 and 21872's band aid)
43969      Branch: perl
43970            ! hv.c
43971 ____________________________________________________________________________
43972 [ 21902] By: rgs                                   on 2003/12/13  21:56:45
43973         Log: Subject: Re: 5.6.2-RC1 on Cygwin
43974              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
43975              Date: Sat, 6 Dec 2003 22:32:59 -0800
43976              Message-ID: <20031207063259.GA3004@efn.org>
43977              (with tweaks to cleanup code)
43978      Branch: perl
43979            ! t/op/taint.t
43980 ____________________________________________________________________________
43981 [ 21898] By: nicholas                              on 2003/12/13  19:20:41
43982         Log: Add Perl_ceil
43983      Branch: perl
43984            ! perl.h pp.c
43985 ____________________________________________________________________________
43986 [ 21897] By: rgs                                   on 2003/12/13  18:41:51
43987         Log: Reformat a long line in perlembed.pod (bug #24623).
43988      Branch: perl
43989            ! pod/perlembed.pod
43990 ____________________________________________________________________________
43991 [ 21896] By: nicholas                              on 2003/12/13  18:40:59
43992         Log: The binary compatibility notes say that new global functions should
43993              go at the end. Not that I'm anything more than "trainee" when it
43994              comes to this bincompat stuff.
43995      Branch: perl
43996            ! embed.fnc proto.h
43997 ____________________________________________________________________________
43998 [ 21895] By: rgs                                   on 2003/12/13  18:33:38
43999         Log: alarm() is now implemented on Win32.
44000      Branch: perl
44001            ! pod/perlport.pod
44002 ____________________________________________________________________________
44003 [ 21893] By: nicholas                              on 2003/12/13  17:40:32
44004         Log: foreach qw() { # not valid syntax for 5.005. So fix it.
44005      Branch: perl
44006            ! pod/buildtoc
44007 ____________________________________________________________________________
44008 [ 21892] By: rgs                                   on 2003/12/13  17:02:12
44009         Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown
44010              From: David Dyck <david.dyck@fluke.com>
44011              Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST)
44012              Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com>
44013      Branch: perl
44014            ! lib/File/CheckTree.pm
44015 ____________________________________________________________________________
44016 [ 21891] By: rgs                                   on 2003/12/13  16:33:46
44017         Log: Make the XSRETURN macro evaluate its argument only once.
44018      Branch: perl
44019            ! XSUB.h
44020 ____________________________________________________________________________
44021 [ 21886] By: rgs                                   on 2003/12/13  12:30:08
44022         Log: More POD fixes ; regenerate perltoc and perlmodlib.
44023      Branch: perl
44024            ! ext/DynaLoader/DynaLoader_pm.PL pod/perlmodlib.pod
44025            ! pod/perltoc.pod
44026 ____________________________________________________________________________
44027 [ 21885] By: rgs                                   on 2003/12/13  12:21:26
44028         Log: Fix some of the pods to produce more standard manpages,
44029              as reported by Eric S. Raymond.
44030      Branch: perl
44031            ! README.ce README.netware lib/Getopt/Std.pm lib/diagnostics.pm
44032 ____________________________________________________________________________
44033 [ 21884] By: rgs                                   on 2003/12/13  00:09:01
44034         Log: Subject: RE: [perl #24610] Pod::Html infinite recursion
44035              From: Anders Johnson <ajohnson@nvidia.com>
44036              Date: Fri, 12 Dec 2003 14:07:40 -0800
44037              Message-ID: <33171CC36240D94EAF1FE584B1D14E0A06EC6F51@mail-sc-11.nvidia.com>
44038              (with tweaks)
44039      Branch: perl
44040            ! lib/Pod/Html.pm
44041 ____________________________________________________________________________
44042 [ 21883] By: rgs                                   on 2003/12/12  23:54:25
44043         Log: Modify the common guard for the signal.h header, because
44044              C99 compilers don't like it.o
44045
44046              see :
44047              Subject: UNIX03 & C99 issue with 5.8.2
44048              From: Alan Burlison <Alan.Burlison@sun.com>
44049              Date: Fri, 12 Dec 2003 23:04:52 +0000
44050              Message-ID: <3FDA4994.6050209@sun.com>
44051      Branch: perl
44052            ! doio.c doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h
44053            ! util.c
44054 ____________________________________________________________________________
44055 [ 21882] By: rgs                                   on 2003/12/12  22:43:11
44056         Log: Subject: [PATCH] Math::BigInt v1.67 released
44057              From: Tels <perl_dummy@bloodgate.com>
44058              Date: Fri, 12 Dec 2003 18:47:43 +0100
44059              Message-Id: <200312121847.49039@bloodgate.com>
44060      Branch: perl
44061            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
44062            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
44063            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
44064            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/fallback.t
44065            ! lib/Math/BigInt/t/sub_mbi.t
44066 ____________________________________________________________________________
44067 [ 21881] By: merijn                                on 2003/12/12  16:09:14
44068         Log: Subject: [PATCH] d_u32align for win32
44069              From: Gisle Aas <gisle@ActiveState.com>
44070              Date: 11 Dec 2003 01:33:39 -0800
44071              Message-ID: <lrzndzr958.fsf@caliper.activestate.com>
44072      Branch: perl
44073            ! win32/config.bc win32/config.gc win32/config.vc
44074 ____________________________________________________________________________
44075 [ 21879] By: rgs                                   on 2003/12/11  23:53:34
44076         Log: Subject: [PATCH] environ array fix for VMS
44077              From: "Craig A. Berry" <craigberry@mac.com>
44078              Date: Thu, 11 Dec 2003 14:35:29 -0600
44079              Message-ID: <3FD8D511.2030805@mac.com>
44080      Branch: perl
44081            ! vms/vms.c
44082 ____________________________________________________________________________
44083 [ 21878] By: nicholas                              on 2003/12/11  23:49:20
44084         Log: Subject: [PATCH] Perl 5.9.0 AUTHORS
44085              From: Mark Leighton Fisher <mark-fisher@mindspring.com>
44086              Message-ID: <3FD8E74F.7000202@mindspring.com>
44087              Date: Thu, 11 Dec 2003 16:53:19 -0500
44088      Branch: perl
44089            ! AUTHORS
44090 ____________________________________________________________________________
44091 [ 21877] By: rgs                                   on 2003/12/11  23:40:54
44092         Log: Add a mention of the error "DESTROY created new reference
44093              to dead object" in perldiag.
44094      Branch: perl
44095            ! pod/perldiag.pod
44096 ____________________________________________________________________________
44097 [ 21876] By: adi                                   on 2003/12/11  23:04:03
44098         Log: #21866 was wrong. another try to plumb that damn leak.
44099      Branch: perl
44100            ! mg.c sv.c
44101 ____________________________________________________________________________
44102 [ 21875] By: adi                                   on 2003/12/11  20:11:07
44103         Log: fix bug #24605.
44104              substr() wasn't working when used repeatedly on the same utf-8
44105              string.
44106      Branch: perl
44107            ! sv.c t/op/substr.t
44108 ____________________________________________________________________________
44109 [ 21874] By: rgs                                   on 2003/12/09  21:36:58
44110         Log: Suppress a C< $DB::single = 1 > from Switch.pm, as noticed
44111              by Jan Dubois.
44112      Branch: perl
44113            ! lib/Switch.pm
44114 ____________________________________________________________________________
44115 [ 21873] By: rgs                                   on 2003/12/09  21:33:22
44116         Log: Subject: [PATCH perlunicode.pod, encoding.pm] Implicit upgrading docs
44117              From: Autrijus Tang <autrijus@autrijus.org>
44118              Date: Tue, 9 Dec 2003 20:39:16 +0800
44119              Message-ID: <20031209123915.GA1454@not.autrijus.org>
44120      Branch: perl
44121            ! ext/Encode/encoding.pm pod/perlunicode.pod
44122 ____________________________________________________________________________
44123 [ 21872] By: adi                                   on 2003/12/09  03:26:16
44124         Log: temporary fix to avoid t/op/tie.t failures on Win32
44125      Branch: perl
44126            ! hv.c
44127 ____________________________________________________________________________
44128 [ 21871] By: rgs                                   on 2003/12/08  15:22:26
44129         Log: Upgrade to Digest-MD5 2.33.
44130      Branch: perl
44131            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
44132            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
44133            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/typemap
44134 ____________________________________________________________________________
44135 [ 21870] By: rgs                                   on 2003/12/08  08:22:17
44136         Log: Integrate change #21862 from maint-5.8 :
44137
44138              Win32/MinGW tweaks
44139              A. ENV_IS_CASELESS has trys to free(keysave) when
44140              keysave isn't in scope yet.
44141              B. For default makefile.mk which build with perlhost.h
44142              stuff "live" need to link with g++ to find new/delete etc.
44143      Branch: perl
44144           !> hv.c win32/makefile.mk
44145 ____________________________________________________________________________
44146 [ 21869] By: rgs                                   on 2003/12/08  07:37:27
44147         Log: Subject: [PATCH] iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context)
44148              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
44149              Date: Mon, 08 Dec 2003 08:17:46 +0100
44150              Message-id: <20031208071746.GA594@ethan>
44151      Branch: perl
44152            ! hv.c mg.c
44153 ____________________________________________________________________________
44154 [ 21868] By: adi                                   on 2003/12/08  03:38:39
44155         Log: yet another leak. bigger fish still swimming around.
44156              #!perl
44157              eval q{ $_ = "x"; s/x/"in subst"/e } while 1;
44158              __END__
44159      Branch: perl
44160            ! pp_ctl.c
44161 ____________________________________________________________________________
44162 [ 21867] By: adi                                   on 2003/12/08  03:34:37
44163         Log: yet another 2 leaks. example for the second:
44164              #! perl
44165              eval q{ open $p{q}, "foo" } while 1
44166              __END__
44167      Branch: perl
44168            ! op.c
44169 ____________________________________________________________________________
44170 [ 21866] By: adi                                   on 2003/12/08  03:30:16
44171         Log: plumb a leak with pos().
44172
44173              #! perl
44174              while (1) {
44175              my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a);
44176              }
44177              __END__
44178      Branch: perl
44179            ! sv.c
44180 ____________________________________________________________________________
44181 [ 21865] By: rgs                                   on 2003/12/07  21:28:13
44182         Log: Subject: [PATCH] documenting SCALAR gotcha
44183              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
44184              Date: Sun, 07 Dec 2003 16:41:16 +0100
44185              Message-id: <20031207154116.GA825@ethan>
44186      Branch: perl
44187            ! pod/perltie.pod
44188 ____________________________________________________________________________
44189 [ 21864] By: rgs                                   on 2003/12/07  20:13:47
44190         Log: Subject: [PATCH] setenv tweak for VMS
44191              From: "Craig A. Berry" <craigberry@mac.com>
44192              Date: Sat, 06 Dec 2003 18:13:32 -0600
44193              Message-ID: <3FD270AC.3000106@mac.com>
44194      Branch: perl
44195            ! vms/vms.c
44196 ____________________________________________________________________________
44197 [ 21863] By: rgs                                   on 2003/12/06  21:33:22
44198         Log: Missing thingies.
44199      Branch: perl
44200            ! pp.c pp_hot.c
44201 ____________________________________________________________________________
44202 [ 21861] By: rgs                                   on 2003/12/06  20:58:12
44203         Log: Subject: [PATCH] Math::BigInt v1.67 (pre-release)
44204              From: Tels <perl_dummy@bloodgate.com>
44205              Date: Sat, 6 Dec 2003 20:19:44 +0100
44206              Message-Id: <200312062016.50484@bloodgate.com>
44207      Branch: perl
44208            + lib/Math/BigInt/t/const_mbf.t lib/Math/BigInt/t/fallback.t
44209            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
44210            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
44211            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
44212            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
44213            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
44214            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
44215            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
44216            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
44217 ____________________________________________________________________________
44218 [ 21860] By: rgs                                   on 2003/12/06  20:33:09
44219         Log: Forgot to update the MANIFEST.
44220      Branch: perl
44221            ! MANIFEST
44222 ____________________________________________________________________________
44223 [ 21859] By: rgs                                   on 2003/12/06  20:19:16
44224         Log: Math::BigInt::Scalar is only for tests.
44225              Move it under t/lib.
44226      Branch: perl
44227           +> t/lib/Math/BigInt/Scalar.pm
44228            - lib/Math/BigInt/Scalar.pm
44229 ____________________________________________________________________________
44230 [ 21858] By: rgs                                   on 2003/12/06  20:01:24
44231         Log: Subject: [PATCH] casting bug in VMS part of Perl_start_glob
44232              From: "Craig A. Berry" <craigberry@mac.com>
44233              Date: Sat, 06 Dec 2003 12:44:40 -0600
44234              Message-ID: <3FD22398.1060506@mac.com>
44235      Branch: perl
44236            ! doio.c
44237 ____________________________________________________________________________
44238 [ 21857] By: rgs                                   on 2003/12/06  19:58:51
44239         Log: Remove the "Can't provide tied hash usage" error from perldiag.
44240              Mention the new tied hash SCALAR method in perldelta.
44241      Branch: perl
44242            ! pod/perldelta.pod pod/perldiag.pod
44243 ____________________________________________________________________________
44244 [ 21856] By: rgs                                   on 2003/12/06  19:51:49
44245         Log: Clarify the description of SCALAR in perltie
44246      Branch: perl
44247            ! pod/perltie.pod
44248 ____________________________________________________________________________
44249 [ 21855] By: rgs                                   on 2003/12/06  19:50:07
44250         Log: Subject: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context
44251              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
44252              Date: Sat, 06 Dec 2003 11:50:59 +0100
44253              Message-id: <20031206105059.GA13989@ethan>
44254      Branch: perl
44255            ! embed.fnc embed.h global.sym hv.c lib/Tie/Hash.pm mg.c
44256            ! pod/perlapi.pod pod/perlfunc.pod pod/perltie.pod pp.c pp_hot.c
44257            ! proto.h t/op/tie.t
44258 ____________________________________________________________________________
44259 [ 21854] By: nicholas                              on 2003/12/06  16:30:35
44260         Log: Make sv_force_normal_flags cope with shared hash key scalars
44261              (remember the pointer from SvPVX, reset the flags before SvGROW,
44262              avoid crazy loops or read-from-free)
44263      Branch: perl
44264            ! sv.c
44265 ____________________________________________________________________________
44266 [ 21851] By: nicholas                              on 2003/12/05  20:49:10
44267         Log: Back out the Makefile.PL part of 21808 as requested by Gisle Aas
44268      Branch: perl
44269            ! ext/Digest/MD5/Makefile.PL
44270 ____________________________________________________________________________
44271 [ 21846] By: merijn                                on 2003/12/05  10:41:32
44272         Log: Subject: [PATCH] Configure gets d_u32align wrong
44273              From: Gisle Aas <gisle@ActiveState.com>
44274              Date: 05 Dec 2003 03:47:01 -0800
44275              Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>
44276      Branch: perl
44277            ! Configure
44278 ____________________________________________________________________________
44279 [ 21844] By: rgs                                   on 2003/12/05  07:31:18
44280         Log: Subject: [REPATCH lib/AutoLoader.t] Test can() with AutoLoader
44281              From: chromatic <chromatic@wgz.org>
44282              Date: Mon, 01 Dec 2003 09:20:21 -0800
44283              Message-Id: <1070299221.1275.19.camel@localhost>
44284      Branch: perl
44285            ! lib/AutoLoader.t
44286 ____________________________________________________________________________
44287 [ 21843] By: rgs                                   on 2003/12/05  07:13:08
44288         Log: Subject: [PATCH] another ext/SDBM_File/sdbm build fix
44289              From: "Craig A. Berry" <craigberry@mac.com>
44290              Date: Thu, 04 Dec 2003 16:00:03 -0600
44291              Message-ID: <3FCFAE63.1080106@mac.com>
44292      Branch: perl
44293            ! ext/SDBM_File/sdbm/Makefile.PL
44294 ____________________________________________________________________________
44295 [ 21842] By: rgs                                   on 2003/12/05  07:07:30
44296         Log: Subject: [PATCH] $^P, eval and caller
44297              From: Paul Johnson <paul@pjcj.net>
44298              Date: Fri, 5 Dec 2003 00:57:21 +0100
44299              Message-ID: <20031204235721.GJ26355@pjcj.net>
44300      Branch: perl
44301            ! mg.c
44302 ____________________________________________________________________________
44303 [ 21841] By: rgs                                   on 2003/12/04  12:00:28
44304         Log: Fix File::Copy with hard links on Windows.
44305
44306              Subject: [PATCH] Re: perl @ 21830
44307              From: Steve Hay <steve.hay@uk.radan.com>
44308              Date: Wed, 03 Dec 2003 10:53:02 +0000
44309              Message-ID: <3FCDC08E.7080800@uk.radan.com>
44310
44311              and
44312              Date: Thu, 04 Dec 2003 11:02:22 +0000
44313              Message-ID: <3FCF143E.1040905@uk.radan.com>
44314      Branch: perl
44315            ! lib/File/Copy.pm lib/File/Copy.t
44316 ____________________________________________________________________________
44317 [ 21840] By: rgs                                   on 2003/12/04  11:54:28
44318         Log: Subject: Re: a2p.pod not being installed in 5.8.2?
44319              From: Alan Burlison <Alan.Burlison@sun.com>
44320              Date: Thu, 04 Dec 2003 12:14:30 +0000
44321              Message-ID: <3FCF2526.3030905@sun.com>
44322      Branch: perl
44323            ! installperl
44324 ____________________________________________________________________________
44325 [ 21837] By: rgs                                   on 2003/12/03  08:27:33
44326         Log: Subject: Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CONTEXT is defined
44327              From: Stas Bekman <stas@stason.org>
44328              Date: Wed, 03 Dec 2003 01:41:42 -0800
44329              Message-ID: <3FCDAFD6.9050106@stason.org>
44330      Branch: perl
44331            ! sv.c
44332 ____________________________________________________________________________
44333 [ 21836] By: rgs                                   on 2003/12/02  23:31:06
44334         Log: The prove utility should also be installed on VMS and on Windows.
44335              Haven't we regression tests for installations yet ?
44336      Branch: perl
44337            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
44338 ____________________________________________________________________________
44339 [ 21835] By: rgs                                   on 2003/12/02  22:18:05
44340         Log: FAQ sync.
44341      Branch: perl
44342            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
44343            ! pod/perlfaq4.pod pod/perlfaq5.pod
44344 ____________________________________________________________________________
44345 [ 21834] By: rgs                                   on 2003/12/02  21:45:12
44346         Log: Subject: Re: [perl #24574] find2perl provides different results to find
44347              From: Slaven Rezic <slaven@rezic.de>
44348              Date: 30 Nov 2003 22:16:59 +0100
44349              Message-ID: <8765h1pnec.fsf@vran.herceg.de>
44350
44351              (plus a note about find2perl now defaulting to -print in perldelta)
44352      Branch: perl
44353            ! pod/perldelta.pod x2p/find2perl.PL
44354 ____________________________________________________________________________
44355 [ 21833] By: rgs                                   on 2003/12/02  21:34:57
44356         Log: Subject: [PATCH] setting $0 still broken
44357              From: Jan Dubois <jand@ActiveState.com>
44358              Date: Thu, 27 Nov 2003 21:09:51 -0800
44359              Message-ID: <f3mdsv8dcv4asle0kbhiijk0adu1l25sr3@4ax.com>
44360      Branch: perl
44361            ! mg.c
44362 ____________________________________________________________________________
44363 [ 21832] By: rgs                                   on 2003/12/02  21:05:58
44364         Log: Better docs for the special code blocks, based on :
44365              Subject: [DOCPATCH] BEGIN, CHECK, INIT, END explained more
44366              From: Elizabeth Mattijsen <liz@dijkmat.nl>
44367              Date: Sat, 29 Nov 2003 23:15:56 +0100
44368              Message-Id: <p05111b01bbeec2e8bf30@[192.168.56.3]>
44369      Branch: perl
44370            ! pod/perlmod.pod pod/perlsub.pod
44371 ____________________________________________________________________________
44372 [ 21828] By: rgs                                   on 2003/11/30  20:56:00
44373         Log: Fix the test boilerplate in lib/if.t, so it can be run
44374              from the t/ directory.
44375      Branch: perl
44376            ! lib/if.t
44377 ____________________________________________________________________________
44378 [ 21827] By: rgs                                   on 2003/11/30  20:34:39
44379         Log: Keep installing xsubpp in lib/ExtUtils,
44380              so MakeMaker can find it.
44381      Branch: perl
44382            ! installperl
44383 ____________________________________________________________________________
44384 [ 21826] By: rgs                                   on 2003/11/30  20:31:59
44385         Log: Upgrade to Test::Harness 2.38.
44386              Introduce the prove(1) utility.
44387              (The prove-switches test is disabled for now.)
44388      Branch: perl
44389            + lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
44390            + lib/Test/Harness/t/prove-switches.t t/lib/Dev/Null.pm
44391            + t/lib/sample-tests/inc_taint t/lib/sample-tests/taint_warn
44392            + utils/prove.PL
44393            ! MANIFEST installperl lib/Test/Harness.pm
44394            ! lib/Test/Harness/Assert.pm lib/Test/Harness/Changes
44395            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
44396            ! lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
44397            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/pod.t
44398            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
44399            ! lib/Test/Harness/t/test-harness.t utils.lst utils/Makefile
44400 ____________________________________________________________________________
44401 [ 21823] By: rgs                                   on 2003/11/30  18:22:54
44402         Log: Subject: Re: [perl #24554] Segfault in POSIX module
44403              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
44404              Date: Sat, 29 Nov 2003 23:32:38 +0900
44405              Message-Id: <20031129233010.8E2F.BQW10602@nifty.com>
44406
44407              (plus a test for the stringification of references
44408              passed to POSIX::isXXX())
44409      Branch: perl
44410            ! ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t
44411 ____________________________________________________________________________
44412 [ 21814] By: nicholas                              on 2003/11/29  20:53:23
44413         Log: Integrate if.pm 0.0401
44414              Needed to edit the test file as t/TEST can't cope with extra output
44415              lines as produced by 0.0401's if.t
44416      Branch: perl
44417            ! lib/if.pm lib/if.t
44418 ____________________________________________________________________________
44419 [ 21813] By: nicholas                              on 2003/11/29  19:54:52
44420         Log: Remove whitespace from ends of lines (simply because it irritates me)
44421      Branch: perl
44422            ! utils/h2xs.PL
44423 ____________________________________________________________________________
44424 [ 21812] By: nicholas                              on 2003/11/29  17:55:32
44425         Log: Update Unicode::Normalize to 0.28
44426      Branch: perl
44427            + ext/Unicode/Normalize/t/illegal.t
44428            + ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t
44429            ! MANIFEST ext/Unicode/Normalize/Changes
44430            ! ext/Unicode/Normalize/Normalize.pm
44431            ! ext/Unicode/Normalize/Normalize.xs
44432            ! ext/Unicode/Normalize/README
44433 ____________________________________________________________________________
44434 [ 21811] By: nicholas                              on 2003/11/29  17:30:18
44435         Log: D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.
44436      Branch: perl
44437            - lib/Digest.t
44438 ____________________________________________________________________________
44439 [ 21810] By: nicholas                              on 2003/11/29  17:29:15
44440         Log: Update Unicode::Collate to 0.31 (Only the .pm version for now)
44441      Branch: perl
44442            + lib/Unicode/Collate/t/illegal.t
44443            + lib/Unicode/Collate/t/illegalp.t
44444            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
44445            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/version.t
44446 ____________________________________________________________________________
44447 [ 21809] By: nicholas                              on 2003/11/29  17:09:25
44448         Log: D'oh! Forgot to lib/Digest/base.pm
44449      Branch: perl
44450            + lib/Digest/base.pm
44451            ! MANIFEST
44452 ____________________________________________________________________________
44453 [ 21808] By: nicholas                              on 2003/11/29  17:04:39
44454         Log: Update to Digest::MD5 2.31
44455      Branch: perl
44456            + ext/Digest/MD5/t/bits.t
44457            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
44458            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/badfile.t
44459            ! ext/Digest/MD5/t/files.t
44460 ____________________________________________________________________________
44461 [ 21807] By: nicholas                              on 2003/11/29  16:45:19
44462         Log: Update Digest to 1.03
44463      Branch: perl
44464            + lib/Digest/t/base.t
44465           +> lib/Digest/t/digest.t
44466            ! MANIFEST Porting/Maintainers.pl lib/Digest.pm
44467 ____________________________________________________________________________
44468 [ 21806] By: nicholas                              on 2003/11/29  15:41:19
44469         Log: When Gconvert is a macro around sprintf with a .* format we need
44470              to cast to int (in case STRLEN isn't the same size as int)
44471              gcc issues a warning even when it is the same size
44472      Branch: perl
44473            ! sv.c
44474 ____________________________________________________________________________
44475 [ 21805] By: nicholas                              on 2003/11/29  14:44:56
44476         Log: Silence gcc 2.95 warning
44477              (Its trace flow isn't good enough to realise that there is no problem)
44478      Branch: perl
44479            ! pp_hot.c
44480 ____________________________________________________________________________
44481 [ 21804] By: nicholas                              on 2003/11/29  14:44:22
44482         Log: Gconvert actually takes type NV, while nv may be either double
44483              or long double (depending on some conditional code)
44484              Rafael and I think that this cast should work.
44485      Branch: perl
44486            ! sv.c
44487 ____________________________________________________________________________
44488 [ 21802] By: rgs                                   on 2003/11/29  11:38:58
44489         Log: POSIX::isXXX(undef) segfaulted. (bug #24554.)
44490      Branch: perl
44491            ! ext/POSIX/POSIX.xs ext/POSIX/t/posix.t
44492 ____________________________________________________________________________
44493 [ 21800] By: rgs                                   on 2003/11/28  22:38:40
44494         Log: Fix a regression introduced by change #21694 on sprintf()
44495              with long doubles, by disabling the specific optimisation
44496              path in this case ; remove a unnecessary cast ; add a new
44497              test file for miscellaneous sprintf() test that don't fit
44498              in the t/op/sprintf.t framework.
44499      Branch: perl
44500            + t/op/sprintf2.t
44501            ! MANIFEST sv.c
44502 ____________________________________________________________________________
44503 [ 21799] By: rgs                                   on 2003/11/28  21:41:29
44504         Log: Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)
44505              From: Stas Bekman <stas@stason.org>
44506              Date: Fri, 28 Nov 2003 14:42:25 -0800
44507              Message-ID: <3FC7CF51.7060804@stason.org>
44508      Branch: perl
44509            ! pod/perlsec.pod
44510 ____________________________________________________________________________
44511 [ 21798] By: rgs                                   on 2003/11/28  20:42:45
44512         Log: Implement C<use Exporter 'import'> :
44513
44514              Subject: Re: [PATCH] Exporter-related PODs
44515              From: Fergal Daly <fergal@esatclear.ie>
44516              Date: Mon, 10 Nov 2003 00:08:52 +0000
44517              Message-Id: <200311100008.52639.fergal@esatclear.ie>
44518
44519              (tweaked, so the imported import() doesn't spit out warnings)
44520      Branch: perl
44521            ! lib/Exporter.pm lib/Exporter.t
44522 ____________________________________________________________________________
44523 [ 21797] By: rgs                                   on 2003/11/28  20:11:47
44524         Log: Subject: Re: [perl #24245] File::Copy::copy damages hard linked files
44525              From: Slaven Rezic <slaven@rezic.de>
44526              Date: 19 Oct 2003 19:11:31 +0200
44527              Message-ID: <87smlprw3g.fsf@vran.herceg.de>
44528              (with further tweaks)
44529      Branch: perl
44530            ! lib/File/Copy.pm lib/File/Copy.t
44531 ____________________________________________________________________________
44532 [ 21795] By: rgs                                   on 2003/11/28  19:16:33
44533         Log: Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS
44534              From: "Green, Paul" <Paul.Green@stratus.com>
44535              Date: Thu, 27 Nov 2003 21:51:26 -0500
44536              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com>
44537      Branch: perl
44538            ! hints/vos.sh
44539 ____________________________________________________________________________
44540 [ 21794] By: nicholas                              on 2003/11/28  19:14:58
44541         Log: Arguments to skip were the wrong way round, hence why all the *BSDs
44542              were failing
44543      Branch: perl
44544            ! t/op/readline.t
44545 ____________________________________________________________________________
44546 [ 21789] By: rgs                                   on 2003/11/27  22:18:29
44547         Log: Marcus Holland-Moritz is now the maintainer of Devel::PPPort.
44548              PerlIO and threads are not on CPAN.
44549      Branch: perl
44550            ! Porting/Maintainers.pl
44551 ____________________________________________________________________________
44552 [ 21788] By: nicholas                              on 2003/11/25  21:27:11
44553         Log: Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)
44554      Branch: perl
44555            ! AUTHORS
44556 ____________________________________________________________________________
44557 [ 21787] By: rgs                                   on 2003/11/25  21:12:19
44558         Log: Subject: [PATCH] Re: bug or a feature?
44559              From: Torsten Foertsch <torsten.foertsch@gmx.net>
44560              Date: Sat, 22 Nov 2003 13:15:53 +0100
44561              Message-Id: <200311221315.58539.torsten.foertsch@gmx.net>
44562
44563              and
44564              Date: Sat, 22 Nov 2003 14:21:45 +0100
44565              Message-Id: <200311221421.48940.torsten.foertsch@gmx.net>
44566              (test moved to t/op/readline.t)
44567      Branch: perl
44568            ! pp_hot.c t/op/readline.t
44569 ____________________________________________________________________________
44570 [ 21783] By: merijn                                on 2003/11/24  21:24:46
44571         Log: Subject: remove hardcoded version number from cygwin/perlld.in
44572              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
44573              Date: Mon, 24 Nov 2003 08:11:36 -0800
44574              Message-ID: <20031124161136.GC2656@efn.org>
44575      Branch: perl
44576            ! cygwin/Makefile.SHs cygwin/perlld.in
44577 ____________________________________________________________________________
44578 [ 21782] By: nicholas                              on 2003/11/24  20:07:29
44579         Log: Should fix the infinite loop on a dynamic %ENV fetch
44580      Branch: perl
44581            ! hv.c
44582 ____________________________________________________________________________
44583 [ 21781] By: nicholas                              on 2003/11/24  19:47:57
44584         Log: Tweak the order of initialisation of oentry in hv_fetch_common -
44585              C source now cleaner, but optimised object file still the same size.
44586      Branch: perl
44587            ! hv.c
44588 ____________________________________________________________________________
44589 [ 21780] By: rgs                                   on 2003/11/23  21:59:06
44590         Log: Subject: Re: [perl #24439] 64 bit build failure on Solaris 9
44591              From: Andy Dougherty <doughera@lafayette.edu>
44592              Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST)
44593              Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu>
44594
44595              and :
44596              Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST)
44597              Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu>
44598      Branch: perl
44599            ! hints/solaris_2.sh
44600 ____________________________________________________________________________
44601 [ 21779] By: nicholas                              on 2003/11/22  23:37:24
44602         Log: D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional code
44603              reported by Craig Berry
44604      Branch: perl
44605            ! hv.c
44606 ____________________________________________________________________________
44607 [ 21774] By: nicholas                              on 2003/11/22  21:21:22
44608         Log: restore_magic needs to undo COW
44609              (while magic was off, sv_setsv is likely to have seen this SV as a
44610              good source for COW)
44611              Should fix the smoke failures on lib/locale.t
44612      Branch: perl
44613            ! mg.c
44614 ____________________________________________________________________________
44615 [ 21773] By: nicholas                              on 2003/11/22  19:12:32
44616         Log: Don't COW if the destination has magic.
44617      Branch: perl
44618            ! sv.c
44619 ____________________________________________________________________________
44620 [ 21772] By: nicholas                              on 2003/11/22  17:05:32
44621         Log: Reorder functions in hv.c so that callers of hv_fetch_common are all
44622              close to it.
44623      Branch: perl
44624            ! hv.c
44625 ____________________________________________________________________________
44626 [ 21771] By: nicholas                              on 2003/11/22  16:43:09
44627         Log: "Space Is a Province of Brazil"
44628              Farewell, hv_store_common. Store is now part of Fetch.
44629              All tests pass. hv.c 15% smaller than when I started all this
44630      Branch: perl
44631            ! embed.fnc embed.h hv.c proto.h
44632 ____________________________________________________________________________
44633 [ 21770] By: nicholas                              on 2003/11/22  13:16:43
44634         Log: Farewell hv_exists_common - exists is now a call to fetch
44635              (with the exists magic handling moved into fetch)
44636      Branch: perl
44637            ! embed.fnc embed.h hv.c proto.h
44638 ____________________________________________________________________________
44639 [ 21769] By: nicholas                              on 2003/11/22  11:02:23
44640         Log: Shift negative klen/flags games from hv_store_common out to hv_store
44641      Branch: perl
44642            ! embed.fnc embed.h hv.c proto.h
44643 ____________________________________________________________________________
44644 [ 21768] By: nicholas                              on 2003/11/22  10:37:24
44645         Log: Shift negative klen/flags games from hv_exists_common out to hv_exists
44646      Branch: perl
44647            ! embed.fnc embed.h hv.c proto.h
44648 ____________________________________________________________________________
44649 [ 21767] By: nicholas                              on 2003/11/21  23:15:47
44650         Log: Check that the key is present before a delete, and absent afterwards
44651      Branch: perl
44652            ! ext/XS/APItest/t/hash.t
44653 ____________________________________________________________________________
44654 [ 21766] By: nicholas                              on 2003/11/21  23:12:33
44655         Log: Move the negative key -> utf8 flag conversion out to hv_delete
44656      Branch: perl
44657            ! embed.fnc embed.h hv.c proto.h
44658 ____________________________________________________________________________
44659 [ 21765] By: nicholas                              on 2003/11/21  22:41:23
44660         Log: Tweaks to S_hv_delete_common:
44661              make the magic call hv_fetch_common rather than ent-or-not
44662              grab the hash from a shared hash key scalar if possible
44663              use masked flags rather than flags for the comparison
44664      Branch: perl
44665            ! hv.c
44666 ____________________________________________________________________________
44667 [ 21764] By: nicholas                              on 2003/11/21  21:54:58
44668         Log: Integrate:
44669              [ 21762]
44670              Refactor hash API tests (prior to some additions)
44671
44672              [ 21763]
44673              Test all permuations of utf8 flags on hashes and keys
44674      Branch: perl
44675           !> ext/XS/APItest/t/hash.t
44676 ____________________________________________________________________________
44677 [ 21760] By: nicholas                              on 2003/11/20  22:34:00
44678         Log: Shift negative klen/flags games from hv_fetch_common out to hv_fetch
44679      Branch: perl
44680            ! embed.fnc hv.c proto.h
44681 ____________________________________________________________________________
44682 [ 21758] By: nicholas                              on 2003/11/20  20:14:17
44683         Log: Merge sv_store_flags and sv_store_ent into sv_store_common
44684      Branch: perl
44685            ! embed.fnc embed.h hv.c proto.h
44686 ____________________________________________________________________________
44687 [ 21756] By: rgs                                   on 2003/11/20  12:04:46
44688         Log: Subject: [PATCH] promote hv_clear_placeholders to perl API
44689              From: Alan Burlison <Alan.Burlison@sun.com>
44690              Date: Thu, 20 Nov 2003 10:34:30 +0000
44691              Message-ID: <3FBC98B6.6090909@sun.com>
44692      Branch: perl
44693            ! embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h
44694            ! universal.c
44695 ____________________________________________________________________________
44696 [ 21755] By: rgs                                   on 2003/11/19  22:46:20
44697         Log: Regenerate perlapi and perltoc.
44698      Branch: perl
44699            ! pod/perlapi.pod pod/perltoc.pod
44700 ____________________________________________________________________________
44701 [ 21754] By: rgs                                   on 2003/11/19  22:39:51
44702         Log: Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
44703              From: Iain Truskett <spoon@cpan.org>
44704              Date: Thu, 20 Nov 2003 00:41:33 +1100
44705              Message-ID: <20031119134132.GG21314@gytha.anu.edu.au>
44706      Branch: perl
44707            ! lib/PerlIO.pm pod/perlrun.pod
44708 ____________________________________________________________________________
44709 [ 21753] By: nicholas                              on 2003/11/19  22:28:25
44710         Log: merge hv_fetch and hv_fetch_ent into hv_fetch_common
44711              remove S_hv_fetch_flags
44712              hv.c now 13% smaller than when I started. hv_store TODO
44713      Branch: perl
44714            ! embed.fnc embed.h hv.c proto.h
44715 ____________________________________________________________________________
44716 [ 21752] By: rgs                                   on 2003/11/19  21:06:01
44717         Log: Fix bug [perl #24508] Wrong assignment in nested assignment
44718              together with subroutine call
44719              Apparently concat still doesn't deal correctly with lexicals
44720              in all cases. Disable the whole TARGET_MY optimisation for it.
44721              (and remove the corresponding code from the peephole optimiser.)
44722      Branch: perl
44723            ! op.c opcode.h opcode.pl t/op/concat.t
44724 ____________________________________________________________________________
44725 [ 21751] By: rgs                                   on 2003/11/19  21:03:20
44726         Log: Update the runops stuff in perlguts
44727      Branch: perl
44728            ! pod/perlguts.pod
44729 ____________________________________________________________________________
44730 [ 21750] By: nicholas                              on 2003/11/19  20:37:27
44731         Log: integrate hv_delete and hv_delete_ent into hv_delete_common
44732      Branch: perl
44733            ! embed.fnc embed.h hv.c proto.h
44734 ____________________________________________________________________________
44735 [ 21748] By: rgs                                   on 2003/11/19  19:56:20
44736         Log: Subject: [PATCH] clear of empty locked hash SEGVs
44737              From: Alan Burlison <Alan.Burlison@sun.com>
44738              Date: Wed, 19 Nov 2003 14:39:03 +0000
44739              Message-ID: <3FBB8087.20206@sun.com>
44740      Branch: perl
44741            ! hv.c lib/Hash/Util.t
44742 ____________________________________________________________________________
44743 [ 21747] By: nicholas                              on 2003/11/19  19:51:41
44744         Log: merge hv_exists and hv_exists_ent into S_hv_exists_common
44745      Branch: perl
44746            ! embed.fnc embed.h hv.c proto.h
44747 ____________________________________________________________________________
44748 [ 21746] By: nicholas                              on 2003/11/19  18:46:07
44749         Log: Run regen.pl (for hv_assert)
44750      Branch: perl
44751            ! global.sym
44752 ____________________________________________________________________________
44753 [ 21744] By: nicholas                              on 2003/11/19  17:44:58
44754         Log: Integrate:
44755              [ 21642]
44756              space should be tab for lib/I18N/LangTags/t/02decency.t
44757      Branch: perl
44758           !> MANIFEST
44759 ____________________________________________________________________________
44760 [ 21743] By: rgs                                   on 2003/11/19  17:21:50
44761         Log: Restore errno after having read $^E (like for $!)
44762              to preserve errno from unfortunate side-effects.
44763      Branch: perl
44764            ! mg.c
44765 ____________________________________________________________________________
44766 [ 21742] By: nicholas                              on 2003/11/18  21:04:40
44767         Log: Whoops. We weren't actually testing hv_store_ent
44768              We are now. Plus test hv_store for an initially empty hash.
44769      Branch: perl
44770            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
44771 ____________________________________________________________________________
44772 [ 21741] By: rgs                                   on 2003/11/17  23:06:07
44773         Log: Complement of change #21740 for Windows.
44774              (I have the feeling that it's already subtly broken on VMS)
44775      Branch: perl
44776            ! win32/Makefile win32/makefile.mk
44777 ____________________________________________________________________________
44778 [ 21740] By: rgs                                   on 2003/11/17  19:02:21
44779         Log: Install instmodsh and xsubpp in bin/ along the other utilities.
44780      Branch: perl
44781            + utils/instmodsh.PL utils/xsubpp.PL
44782            ! MANIFEST installperl utils.lst utils/Makefile
44783 ____________________________________________________________________________
44784 [ 21739] By: rgs                                   on 2003/11/17  08:52:52
44785         Log: Subject: Re: [perl #24493] install.html not working
44786              From: Slaven Rezic <slaven@rezic.de>
44787              Date: 16 Nov 2003 20:52:29 +0100
44788              Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
44789      Branch: perl
44790            ! installhtml
44791 ____________________________________________________________________________
44792 [ 21737] By: nicholas                              on 2003/11/16  21:32:09
44793         Log: Ooops. left an XXX comment in, and worse still it's a // comment
44794      Branch: perl
44795            ! hv.c
44796 ____________________________________________________________________________
44797 [ 21735] By: nicholas                              on 2003/11/16  20:20:58
44798         Log: utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
44799              (pp functions use the _ent variants, and as the implementation is
44800              duplicated, these bugs aren't tested, and aren't noticed)
44801      Branch: perl
44802            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
44803 ____________________________________________________________________________
44804 [ 21734] By: nicholas                              on 2003/11/16  17:11:22
44805         Log: Accessing unicode keys in tie hashes via hv_exists was broken.
44806              (pp_exists uses hv_exists_ent, which isn't broken)
44807              I expect an equivalent bug in hv_delete
44808      Branch: perl
44809            + ext/XS/APItest/t/hash.t
44810            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
44811            ! ext/XS/APItest/MANIFEST hv.c
44812 ____________________________________________________________________________
44813 [ 21733] By: rgs                                   on 2003/11/16  16:50:04
44814         Log: Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
44815              From: Elizabeth Mattijsen <liz@dijkmat.nl>
44816              Date: Sat, 15 Nov 2003 23:22:16 +0100
44817              Message-Id: <p05111b04bbdc49076950@[192.168.56.3]>
44818      Branch: perl
44819            ! ext/threads/t/problems.t
44820 ____________________________________________________________________________
44821 [ 21732] By: rgs                                   on 2003/11/16  16:09:34
44822         Log: Subject: [PATCH] configpm, our $summary : unique
44823              From: Elizabeth Mattijsen <liz@dijkmat.nl>
44824              Date: Sat, 15 Nov 2003 22:18:32 +0100
44825              Message-Id: <p05111b03bbdc478d10cb@[192.168.56.3]>
44826              (plus comments)
44827      Branch: perl
44828            ! configpm
44829 ____________________________________________________________________________
44830 [ 21729] By: nicholas                              on 2003/11/15  14:39:00
44831         Log: Subject: [PATCH] Re: Storable Error
44832              From: Nicholas Clark <nick@ccl4.org>
44833              Date: Sat, 9 Aug 2003 00:35:36 +0100
44834              Message-ID: <20030809003535.C20130@plum.flirble.org>
44835      Branch: perl
44836            ! embed.fnc hv.c perl.c perl.h pod/perlapi.pod pod/perlrun.pod
44837            ! proto.h
44838 ____________________________________________________________________________
44839 [ 21728] By: rgs                                   on 2003/11/15  11:43:43
44840         Log: Update perlhist with 5.6.2.
44841      Branch: perl
44842            ! pod/perlhist.pod
44843 ____________________________________________________________________________
44844 [ 21725] By: rgs                                   on 2003/11/14  22:35:20
44845         Log: Add more complete tests for the "variable masks earlier
44846              declaration" warning, including a TODO test
44847      Branch: perl
44848            ! t/lib/warnings/pad
44849 ____________________________________________________________________________
44850 [ 21723] By: rgs                                   on 2003/11/14  07:43:17
44851         Log: Include "SCCS" in the list of directory names that should
44852              be ignored by installperl.
44853      Branch: perl
44854            ! installperl
44855 ____________________________________________________________________________
44856 [ 21718] By: nicholas                              on 2003/11/13  20:46:36
44857         Log: Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
44858              From: Enache Adrian <enache@rdslink.ro>
44859              Date: Tue, 11 Nov 2003 15:25:29 +0200
44860              Message-ID: <20031111132529.GB1271@ratsnest.hole>
44861      Branch: perl
44862            ! op.c
44863 ____________________________________________________________________________
44864 [ 21714] By: rgs                                   on 2003/11/13  18:55:37
44865         Log: Fix bug [perl #24380] : assigning to a hash in list
44866              or scalar context yielded a wrong value if the list
44867              contained duplicated keys for the hash. This is fixed
44868              by counting the number of duplicate keys and trimming
44869              the stack by the corresponding number of items.
44870      Branch: perl
44871            ! pp_hot.c t/op/hashassign.t
44872 ____________________________________________________________________________
44873 [ 21713] By: merijn                                on 2003/11/13  09:25:15
44874         Log: Simplified the reading
44875      Branch: perl
44876            ! hints/solaris_2.sh
44877 ____________________________________________________________________________
44878 [ 21712] By: merijn                                on 2003/11/13  09:22:21
44879         Log: Enable hints to create call-back units that can act when
44880              a specific variable is *not* set (like -Uuselargefiles)
44881      Branch: perl
44882            ! Configure hints/README.hints
44883 ____________________________________________________________________________
44884 [ 21710] By: nicholas                              on 2003/11/12  21:35:35
44885         Log: Subject: [PATCH] Last stab at sdbm/Makefile.PL
44886              From: Michael G Schwern <schwern@pobox.com>
44887              Date: Tue, 11 Nov 2003 21:02:30 -0800
44888              Message-ID: <20031112050230.GO6874@localhost.comcast.net>
44889      Branch: perl
44890            ! ext/SDBM_File/sdbm/Makefile.PL
44891 ____________________________________________________________________________
44892 [ 21708] By: rgs                                   on 2003/11/12  09:46:51
44893         Log: Subject: [PATCH 5.8.2 @21574] make install not installing fully
44894              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
44895              Date: Tue, 4 Nov 2003 20:07:25 -0800
44896              Message-ID: <20031105040725.GA2629@math.berkeley.edu>
44897      Branch: perl
44898            ! installperl
44899 ____________________________________________________________________________
44900 [ 21706] By: ams                                   on 2003/11/11  23:46:19
44901         Log: Subject: Re: [perl #24460] [DOC PATCH] the begincheck program
44902              From: Tom Phoenix <rootbeer@redcat.com>
44903              Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST)
44904              Message-Id: <Pine.BSO.4.53.0311111547500.9242@blue.stonehenge.com>
44905      Branch: perl
44906            ! pod/perlmod.pod
44907 ____________________________________________________________________________
44908 [ 21702] By: rgs                                   on 2003/11/11  20:13:56
44909         Log: Upgrade to MakeMaker 6.21.
44910      Branch: perl
44911            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
44912            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
44913            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
44914 ____________________________________________________________________________
44915 [ 21697] By: rgs                                   on 2003/11/10  20:55:25
44916         Log: Subject: [PATCH 5.8.2 @21574] make install: line noise
44917              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
44918              Date: Tue, 4 Nov 2003 20:10:16 -0800
44919              Message-ID: <20031105041016.GA2639@math.berkeley.edu>
44920
44921              and part of
44922              Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR
44923              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
44924              Date: Tue, 4 Nov 2003 20:18:37 -0800
44925              Message-ID: <20031105041836.GA2649@math.berkeley.edu>
44926
44927              (I've left out the PREFIX part for now)
44928      Branch: perl
44929            ! Makefile.SH installperl os2/Makefile.SHs
44930 ____________________________________________________________________________
44931 [ 21694] By: rgs                                   on 2003/11/09  17:20:35
44932         Log: Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow
44933              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
44934              Date: Mon, 3 Nov 2003 20:27:39 -0800
44935              Message-ID: <20031104042739.GA1697@math.berkeley.edu>
44936
44937              Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow
44938              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
44939              Date: Mon, 3 Nov 2003 20:57:48 -0800
44940              Message-ID: <20031104045748.GA1826@math.berkeley.edu>
44941      Branch: perl
44942            ! sv.c
44943 ____________________________________________________________________________
44944 [ 21693] By: rgs                                   on 2003/11/09  11:37:29
44945         Log: Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce
44946              From: Vadim Konovalov <konovalo@mail.wplus.net>
44947              Date: Sun, 9 Nov 2003 13:31:59 +0300
44948              Message-ID: <93187393948.20031109133159@mail.wplus.net>
44949      Branch: perl
44950            ! wince/Makefile.ce
44951 ____________________________________________________________________________
44952 [ 21691] By: rgs                                   on 2003/11/09  11:13:40
44953         Log: Update the list of pumpkings in perlhist.pod.
44954      Branch: perl
44955            ! pod/perlhist.pod
44956 ____________________________________________________________________________
44957 [ 21687] By: ams                                   on 2003/11/08  17:09:56
44958         Log: Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod]  Updated.
44959              From: Abigail <abigail@abigail.nl>
44960              Date: Sat, 8 Nov 2003 18:51:30 +0100
44961              Message-Id: <20031108175130.GA22273@abigail.nl>
44962      Branch: perl
44963            ! pod/perlhist.pod
44964 ____________________________________________________________________________
44965 [ 21677] By: rgs                                   on 2003/11/07  07:49:17
44966         Log: Subject: [PATCH 5.8.2 @21574] OS/2 docu
44967              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
44968              Date: Thu, 6 Nov 2003 23:26:18 -0800
44969              Message-ID: <20031107072618.GA4370@math.berkeley.edu>
44970      Branch: perl
44971            ! os2/Changes
44972 ____________________________________________________________________________
44973 [ 21676] By: davem                                 on 2003/11/06  22:11:23
44974         Log: bugid #24407: numeric key for shared hash got stringified using
44975              wrong interpreter, and thus got malloced into the wrong thread
44976              memory pool
44977      Branch: perl
44978            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
44979 ____________________________________________________________________________
44980 [ 21675] By: rgs                                   on 2003/11/06  10:27:22
44981         Log: Upgrade to MakeMaker 6.20.
44982      Branch: perl
44983            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
44984            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MANIFEST.SKIP
44985            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
44986            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Tutorial.pod
44987            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/postamble.t
44988 ____________________________________________________________________________
44989 [ 21674] By: ams                                   on 2003/11/06  09:32:26
44990         Log: Subject: [PATCH blead] Re: [perl #24248] taint propagation regression,
44991              tests fail to spot this
44992              From: Rick Delaney <rick@bort.ca>
44993              Date: Wed, 5 Nov 2003 23:02:41 -0500
44994              Message-Id: <20031105230241.D13585@biff.bort.ca>
44995      Branch: perl
44996            ! pp_ctl.c t/op/taint.t
44997 ____________________________________________________________________________
44998 [ 21673] By: rgs                                   on 2003/11/05  21:47:07
44999         Log: Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC
45000              From: Andy Dougherty <doughera@lafayette.edu>
45001              Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST)
45002              Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu>
45003      Branch: perl
45004            ! hints/linux.sh
45005 ____________________________________________________________________________
45006 [ 21672] By: rgs                                   on 2003/11/05  20:42:47
45007         Log: Subject: [patch t/op/hash.t] extending the hash attack test
45008              From: Stas Bekman <stas@stason.org>
45009              Date: Tue, 04 Nov 2003 14:33:09 -0800
45010              Message-ID: <3FA82925.7020703@stason.org>
45011      Branch: perl
45012            ! t/op/hash.t
45013 ____________________________________________________________________________
45014 [ 21671] By: rgs                                   on 2003/11/05  20:38:09
45015         Log: Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
45016              From: Stas Bekman <stas@stason.org>
45017              Date: Wed, 05 Nov 2003 00:50:25 -0800
45018              Message-ID: <3FA8B9D1.2020806@stason.org>
45019      Branch: perl
45020            ! lib/Benchmark.pm
45021 ____________________________________________________________________________
45022 [ 21667] By: nicholas                              on 2003/11/05  19:13:56
45023         Log: From: Craig Berry <craigberry@mac.com>
45024              Subject: Opcode.xs/RC2 compile nit on VMS
45025              Date: Wed, 05 Nov 2003 12:16:34 -0600
45026              Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com>
45027      Branch: perl
45028            ! ext/Opcode/Opcode.xs
45029 ____________________________________________________________________________
45030 [ 21664] By: ams                                   on 2003/11/05  18:34:28
45031         Log: Orphaned submission from #21546.
45032      Branch: perl
45033            ! perl.c
45034 ____________________________________________________________________________
45035 [ 21663] By: ams                                   on 2003/11/05  17:01:29
45036         Log: Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
45037              From: Slaven Rezic <slaven@rezic.de>
45038              Date: 20 Oct 2003 22:39:28 +0200
45039              Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
45040      Branch: perl
45041            ! lib/filetest.t
45042 ____________________________________________________________________________
45043 [ 21662] By: ams                                   on 2003/11/05  16:51:08
45044         Log: Subject: Re: 'make minitest' fails for op/cproto and op/pat
45045              From: Michael G Schwern <schwern@pobox.com>
45046              Date: Wed, 5 Nov 2003 06:26:36 -0800
45047              Message-Id: <20031105142635.GA22761@localhost.comcast.net>
45048      Branch: perl
45049            ! t/op/cproto.t
45050 ____________________________________________________________________________
45051 [ 21661] By: ams                                   on 2003/11/05  16:50:05
45052         Log: Subject: [PATCH] Modernise INSTALL
45053              From: Gisle Aas <gisle@ActiveState.com>
45054              Date: 05 Nov 2003 05:16:25 -0800
45055              Message-Id: <lrd6c7ez12.fsf@caliper.activestate.com>
45056
45057              Subject: [PATCH pod/perlhist.pod]  Mention 5.8.2-RC2
45058              From: Abigail <abigail@abigail.nl>
45059              Date: Tue, 4 Nov 2003 10:40:57 +0100
45060              Message-Id: <20031104094057.GA22508@abigail.nl>
45061      Branch: perl
45062            ! INSTALL pod/perlhist.pod
45063 ____________________________________________________________________________
45064 [ 21660] By: ams                                   on 2003/11/05  16:46:12
45065         Log: Subject: [PATCH blead]  reentr.pl is not defining _srandom_struct
45066              From: Jan Dubois <jand@ActiveState.com>
45067              Date: Tue, 04 Nov 2003 16:52:14 -0800
45068              Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
45069      Branch: perl
45070            ! reentr.c reentr.h reentr.pl
45071 ____________________________________________________________________________
45072 [ 21657] By: rgs                                   on 2003/11/05  08:07:14
45073         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
45074              From: Michael G Schwern <schwern@pobox.com>
45075              Date: Tue, 4 Nov 2003 17:59:13 -0800
45076              Message-ID: <20031105015913.GL15406@localhost.comcast.net>
45077
45078              Replaces the temporary kludge (#21655).
45079      Branch: perl
45080            ! ext/SDBM_File/sdbm/Makefile.PL
45081 ____________________________________________________________________________
45082 [ 21656] By: rgs                                   on 2003/11/05  07:41:41
45083         Log: Subject: Re: [gherteg@csc.com: your CPAN page on EBCDIC]
45084              From: PPrymmer@factset.com
45085              Date: Tue, 4 Nov 2003 10:00:07 -0500
45086              Message-ID: <OF9A22A404.A32A5C26-ON85256DD4.00522E92-85256DD4.005268A4@factset.com>
45087      Branch: perl
45088            ! pod/perlebcdic.pod
45089 ____________________________________________________________________________
45090 [ 21655] By: rgs                                   on 2003/11/04  22:32:28
45091         Log: Temporary kludge to allow SDBM_File being built
45092              with MakeMaker 6.19.
45093      Branch: perl
45094            ! ext/SDBM_File/sdbm/Makefile.PL
45095 ____________________________________________________________________________
45096 [ 21652] By: rgs                                   on 2003/11/04  21:43:10
45097         Log: Upgrade to ExtUtils::MakeMaker 6.19
45098      Branch: perl
45099            + lib/ExtUtils/t/parse_version.t
45100            + t/lib/MakeMaker/Test/Setup/BFD.pm
45101            + t/lib/MakeMaker/Test/Setup/Problem.pm
45102            - lib/ExtUtils/t/00setup_dummy.t
45103            - lib/ExtUtils/t/zz_cleanup_dummy.t
45104            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
45105            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
45106            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
45107            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
45108            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
45109            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
45110            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
45111            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/bytes.pm
45112            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Manifest.pm
45113            ! lib/ExtUtils/README lib/ExtUtils/TODO lib/ExtUtils/instmodsh
45114            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
45115            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/Install.t
45116            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
45117            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
45118            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/postamble.t
45119            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
45120            ! lib/ExtUtils/t/problems.t lib/ExtUtils/t/writemakefile_args.t
45121            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
45122 ____________________________________________________________________________
45123 [ 21651] By: rgs                                   on 2003/11/04  05:43:56
45124         Log: Subject: Re: [PATCH 5.8.2 @21574] OS/2 build
45125              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
45126              Date: Mon, 3 Nov 2003 20:20:44 -0800
45127              Message-ID: <20031104042044.GA1682@math.berkeley.edu>
45128      Branch: perl
45129            ! os2/Makefile.SHs
45130 ____________________________________________________________________________
45131 [ 21650] By: rgs                                   on 2003/11/03  21:55:42
45132         Log: Subject: [PATCH] Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
45133              From: Michael G Schwern <schwern@pobox.com>
45134              Date: Sat, 1 Nov 2003 22:57:45 -0800
45135              Message-ID: <20031102065745.GN3659@localhost.comcast.net>
45136              (goes with change #21418)
45137      Branch: perl
45138            ! lib/autouse.pm lib/autouse.t
45139 ____________________________________________________________________________
45140 [ 21647] By: rgs                                   on 2003/11/03  20:08:18
45141         Log: Subject: [PATCH] Re: PERL_VERSION, SUBVERSION, PATCHLEVEL
45142              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
45143              Date: Mon, 3 Nov 2003 20:53:33 +0100
45144              Message-ID: <023a01c3a244$2a1dd5a0$0c2f1fac@R2D2>
45145      Branch: perl
45146            ! ext/Devel/PPPort/PPPort.pm
45147 ____________________________________________________________________________
45148 [ 21646] By: rgs                                   on 2003/11/03  20:00:07
45149         Log: Subject: Cwd.xs: off-by-one buffer overflow in realpath()
45150              From: Casey West <casey@geeknest.com>
45151              Date: Mon, 3 Nov 2003 10:11:43 -0500
45152              Message-ID: <20031103151143.GB430@geeknest.com>
45153      Branch: perl
45154            ! ext/Cwd/Cwd.xs
45155 ____________________________________________________________________________
45156 [ 21645] By: rgs                                   on 2003/11/03  19:18:42
45157         Log: Subject: Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
45158              From: Jan Dubois <jand@ActiveState.com>
45159              Date: Sun, 02 Nov 2003 21:43:44 -0800
45160              Message-ID: <8dqbqvg16ln2r807l1l2c905lh7hte303v@4ax.com>
45161      Branch: perl
45162            ! reentr.h reentr.pl
45163 ____________________________________________________________________________
45164 [ 21644] By: rgs                                   on 2003/11/03  15:33:55
45165         Log: Document the fact that keys() and values() are optimized
45166              for void context (as suggested by Liz.)
45167      Branch: perl
45168            ! pod/perlfunc.pod
45169 ____________________________________________________________________________
45170 [ 21639] By: nicholas                              on 2003/11/03  07:04:36
45171         Log: Stas would prefer not to have MOD_PERL defines in perl.
45172      Branch: perl
45173            ! hv.c hv.h
45174 ____________________________________________________________________________
45175 [ 21638] By: nicholas                              on 2003/11/03  06:46:48
45176         Log: s/new_hash/rehash/g (Stas suggested a better name)
45177      Branch: perl
45178            ! embedvar.h hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h
45179            ! sv.c universal.c util.c
45180 ____________________________________________________________________________
45181 [ 21634] By: nicholas                              on 2003/11/02  22:32:21
45182         Log: Provide Internals::new_hash_seed to return PL_new_hash_seed, and
45183              make Hash::Util::hash_seed use this.
45184      Branch: perl
45185            ! lib/Hash/Util.pm universal.c
45186 ____________________________________________________________________________
45187 [ 21628] By: rgs                                   on 2003/11/02  21:05:59
45188         Log: Fix for [perl #24347] segfault with Safe
45189              The empty %INC created for safe compartements was freed
45190              too early.
45191      Branch: perl
45192            ! ext/Opcode/Opcode.xs
45193 ____________________________________________________________________________
45194 [ 21627] By: rgs                                   on 2003/11/02  20:40:47
45195         Log: Subject: [PATCH pod/perlguts.pod] update embed.pl description
45196              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
45197              Date: Sun, 2 Nov 2003 22:24:28 +0100
45198              Message-ID: <007b01c3a187$b34c6110$0c2f1fac@R2D2>
45199      Branch: perl
45200            ! pod/perlguts.pod
45201 ____________________________________________________________________________
45202 [ 21625] By: rgs                                   on 2003/11/02  20:24:21
45203         Log: Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
45204      Branch: perl
45205            ! pod/perlhist.pod
45206 ____________________________________________________________________________
45207 [ 21620] By: nicholas                              on 2003/11/02  18:22:16
45208         Log: Subject: [PATCH 5.8.2 @21574] OS/2 build
45209              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
45210              Date: Wed, 29 Oct 2003 14:00:18 -0800
45211              Message-ID: <20031029220017.GA26384@math.berkeley.edu>
45212      Branch: perl
45213            ! ext/DynaLoader/DynaLoader_pm.PL makedef.pl os2/Makefile.SHs
45214            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2_base.t os2/os2ish.h
45215            ! os2/perl2cmd.pl perlio.c
45216 ____________________________________________________________________________
45217 [ 21619] By: rgs                                   on 2003/11/02  18:07:30
45218         Log: Quoted-printable is evil.
45219      Branch: perl
45220            ! win32/win32.h
45221 ____________________________________________________________________________
45222 [ 21618] By: nicholas                              on 2003/11/02  18:01:21
45223         Log: Stas spotted a missed s//new_/ for the hash seed renaming games
45224      Branch: perl
45225            ! perl.c
45226 ____________________________________________________________________________
45227 [ 21617] By: rgs                                   on 2003/11/02  17:25:50
45228         Log: Portability nit for MinGW 3.
45229
45230              Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
45231              From: Greg Matheson <lang@ms.chinmin.edu.tw>
45232              Date: Thu, 30 Oct 2003 14:11:58 +0800
45233              Message-ID: <20031030141158.A11772@ms>
45234              (actual patch by Abe Timmerman)
45235      Branch: perl
45236            ! win32/win32.h
45237 ____________________________________________________________________________
45238 [ 21616] By: rgs                                   on 2003/11/02  12:37:54
45239         Log: Subject: DOCPATCH: does STORE need to return anything and if so what?
45240              From: david nicol <whatever@davidnicol.com>
45241              Date: 26 Oct 2003 22:34:04 -0600
45242              Message-Id: <1067229244.1071.51.camel@plaza.davidnicol.com>
45243      Branch: perl
45244            ! pod/perltie.pod
45245 ____________________________________________________________________________
45246 [ 21615] By: rgs                                   on 2003/11/01  20:01:54
45247         Log: Subject: [PATCH] DB_File 1.807
45248              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
45249              Date: Sat, 1 Nov 2003 13:50:12 -0000
45250              Message-ID: <AIEAJICLCBDNAAOLLOKLOENMPAAA.Paul.Marquess@btinternet.com>
45251      Branch: perl
45252            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
45253            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
45254            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
45255 ____________________________________________________________________________
45256 [ 21614] By: rgs                                   on 2003/11/01  19:40:28
45257         Log: Subject: Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)
45258              From: Rick Delaney <rick@bort.ca>
45259              Date: Mon, 27 Oct 2003 16:24:16 -0500
45260              Message-ID: <20031027162416.H2233@biff.bort.ca>
45261      Branch: perl
45262            ! pp_hot.c
45263 ____________________________________________________________________________
45264 [ 21611] By: nicholas                              on 2003/11/01  16:32:00
45265         Log: D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this
45266      Branch: perl
45267            ! MANIFEST
45268 ____________________________________________________________________________
45269 [ 21607] By: nicholas                              on 2003/11/01  15:21:23
45270         Log: mod_perl2 will require access to the Plan C hashing function.
45271      Branch: perl
45272            ! hv.h
45273 ____________________________________________________________________________
45274 [ 21604] By: nicholas                              on 2003/11/01  14:21:38
45275         Log: Add Internals::HvREHASH to expose the rehashing flag
45276              t/op/hash.t tests that pathological data triggers rehashing
45277      Branch: perl
45278            + t/op/hash.t
45279            ! universal.c
45280 ____________________________________________________________________________
45281 [ 21599] By: davem                                 on 2003/11/01  00:09:22
45282         Log: whoops, typo
45283      Branch: perl
45284            ! ext/threads/shared/shared.xs
45285 ____________________________________________________________________________
45286 [ 21598] By: davem                                 on 2003/11/01  00:03:38
45287         Log: seg faults when deleting keys of shared hash refs
45288              Ensure that the shared_sv get magic of the element being deleted
45289              is called. Also, avoid posible memory leaks by wrapping all shared
45290              context sections with ENTER/SAVETMPS
45291      Branch: perl
45292            ! ext/threads/shared/shared.xs
45293 ____________________________________________________________________________
45294 [ 21596] By: rgs                                   on 2003/10/31  20:46:44
45295         Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
45296              From: Andy Dougherty <doughera@lafayette.edu>
45297              Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
45298              Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
45299              (plus POD link fixes)
45300      Branch: perl
45301            ! INSTALL
45302 ____________________________________________________________________________
45303 [ 21595] By: rgs                                   on 2003/10/31  20:35:23
45304         Log: Prevent the installation of makefiles that can be found
45305              under lib/.
45306      Branch: perl
45307            ! installperl
45308 ____________________________________________________________________________
45309 [ 21593] By: rgs                                   on 2003/10/31  20:19:01
45310         Log: Test nit ; goes with change 21591
45311      Branch: perl
45312            ! t/lib/warnings/regcomp
45313 ____________________________________________________________________________
45314 [ 21592] By: rgs                                   on 2003/10/31  20:03:58
45315         Log: Subject: [PATCH] Document PERL_DL_NONLAZY
45316              From: Gisle Aas <gisle@ActiveState.com>
45317              Date: 31 Oct 2003 03:13:03 -0800
45318              Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>
45319      Branch: perl
45320            ! pod/perlrun.pod
45321 ____________________________________________________________________________
45322 [ 21591] By: rgs                                   on 2003/10/31  19:54:23
45323         Log: Subject: [PATCH] Off-by-one error in regcomp.c
45324              From: Slaven Rezic <slaven@rezic.de>
45325              Date: Fri, 31 Oct 2003 12:16:11 +0000
45326              Message-Id: <1067602571.12768@devpc01.iconmobile.de>
45327      Branch: perl
45328            ! regcomp.c t/op/regmesg.t
45329 ____________________________________________________________________________
45330 [ 21590] By: rgs                                   on 2003/10/31  19:36:32
45331         Log: Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require
45332              From: Stas Bekman <stas@stason.org>
45333              Date: Wed, 29 Oct 2003 16:47:24 -0800
45334              Message-ID: <3FA05F9C.2080304@stason.org>
45335      Branch: perl
45336            ! pod/perlfunc.pod
45337 ____________________________________________________________________________
45338 [ 21589] By: rgs                                   on 2003/10/31  19:31:48
45339         Log: Subject: [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
45340              From: Stas Bekman <stas@stason.org>
45341              Date: Wed, 29 Oct 2003 15:15:15 -0800
45342              Message-ID: <3FA04A03.5010603@stason.org>
45343              (enclosed in a #ifdef DEBUGGING)
45344      Branch: perl
45345            ! sv.c
45346 ____________________________________________________________________________
45347 [ 21588] By: rgs                                   on 2003/10/31  19:25:38
45348         Log: Subject: [PATCH] Devel::PPPort and scan_bin
45349              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
45350              Date: Wed, 29 Oct 2003 22:53:43 +0100
45351              Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2>
45352      Branch: perl
45353            ! ext/Devel/PPPort/PPPort.pm
45354 ____________________________________________________________________________
45355 [ 21587] By: rgs                                   on 2003/10/31  19:19:00
45356         Log: Subject: [PATCH] change p4d2p to deal with new style diff2 output
45357              From: Jan Dubois <jand@ActiveState.com>
45358              Date: Thu, 30 Oct 2003 18:43:08 -0800
45359              Message-ID: <dpi3qvgf1uke7pj1gcpgmoh622lqcvl6uc@4ax.com>
45360      Branch: perl
45361            ! Porting/p4d2p
45362 ____________________________________________________________________________
45363 [ 21586] By: nicholas                              on 2003/10/31  18:54:26
45364         Log: Comment that this "optimisation" is actually a necessary fixup.
45365              When the split occurs (to make the opti{miser,onal}) this isn't
45366              (Richard Clamp reminded me that I forgot to do this)
45367      Branch: perl
45368            ! op.c
45369 ____________________________________________________________________________
45370 [ 21583] By: nicholas                              on 2003/10/30  22:37:26
45371         Log: Rewrite to correctly use test.pl
45372
45373              Date: Thu, 30 Oct 2003 15:51:03 -0800
45374              From: Michael G Schwern <schwern@pobox.com>
45375              Subject: Re: Fix for the orange lion bug - aka empty sub bug
45376              Message-ID: <20031030235103.GC27017@localhost.comcast.net>
45377      Branch: perl
45378            ! t/op/sub.t
45379 ____________________________________________________________________________
45380 [ 21582] By: nicholas                              on 2003/10/30  22:18:53
45381         Log: Date: Thu, 30 Oct 2003 22:01:35 +0000
45382              Subject: Fix for the orange lion bug - aka empty sub bug
45383              From: Arthur Bergman <sky@nanisky.com>
45384              Message-Id: <A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>
45385      Branch: perl
45386            + t/op/sub.t
45387            ! MANIFEST op.c
45388 ____________________________________________________________________________
45389 [ 21580] By: nicholas                              on 2003/10/30  19:42:28
45390         Log: 14 is the chain length for attack. From
45391
45392              Message-ID: <20031030204117.16008.qmail@plover.com>
45393              Subject: Re: 5.8.2-RC1 and mp2
45394              Date: Thu, 30 Oct 2003 15:41:17 -0500
45395              From: Mark Jason Dominus <mjd@plover.com>
45396
45397              and
45398
45399              From: Scott A Crosby <scrosby@cs.rice.edu>
45400              Subject: Re: 5.8.2-RC1 and mp2
45401              Date: 30 Oct 2003 14:08:06 -0600
45402              Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>
45403      Branch: perl
45404            ! hv.c
45405 ____________________________________________________________________________
45406 [ 21575] By: rgs                                   on 2003/10/29  06:51:19
45407         Log: Move a fcntl() example in perlfunc at a more proper place,
45408              as suggested by :
45409              Subject: [perl #24334] ioctl/fcntl doc confusion
45410              From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
45411              Date: 28 Oct 2003 13:37:49 -0000
45412              Message-ID: <rt-24334-66603.12.4990768314782@rt.perl.org>
45413      Branch: perl
45414            ! pod/perlfunc.pod
45415 ____________________________________________________________________________
45416 [ 21567] By: rgs                                   on 2003/10/28  08:48:06
45417         Log: Upgrade to Time::HiRes 1.52.
45418      Branch: perl
45419            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
45420            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
45421 ____________________________________________________________________________
45422 [ 21566] By: rgs                                   on 2003/10/28  08:34:26
45423         Log: Subject: [PATCH lib/overload.t] TODO tests for bug #24313.
45424              From: Abigail <abigail@abigail.nl>
45425              Date: Mon, 27 Oct 2003 13:05:37 +0100
45426              Message-ID: <20031027120536.GA24608@abigail.nl>
45427
45428              Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.)
45429              From: Rick Delaney <rick@bort.ca>
45430              Date: Mon, 27 Oct 2003 12:17:49 -0500
45431              Message-ID: <20031027121749.E2233@biff.bort.ca>
45432      Branch: perl
45433            ! lib/overload.t toke.c
45434 ____________________________________________________________________________
45435 [ 21565] By: rgs                                   on 2003/10/28  07:42:52
45436         Log: Subject: [PATCH t/comp/proto.t]  Test (5.9.x)
45437              From: Abigail <abigail@abigail.nl>
45438              Date: Mon, 27 Oct 2003 14:50:24 +0100
45439              Message-ID: <20031027135024.GA12666@abigail.nl>
45440      Branch: perl
45441            ! t/comp/proto.t
45442 ____________________________________________________________________________
45443 [ 21564] By: davem                                 on 2003/10/27  22:01:12
45444         Log: Fix more shared threads leaks: add SAVETMPS to the second branch
45445              of sharedsv_scalar_store().
45446      Branch: perl
45447            ! ext/threads/shared/shared.xs
45448 ____________________________________________________________________________
45449 [ 21563] By: rgs                                   on 2003/10/27  19:33:29
45450         Log: Add a new taint error, "%ENV is aliased to %s".
45451              This error is thrown when taint checks are enabled and
45452              when *ENV has been aliased, so that %ENV has no env-magic
45453              anymore. (see bug [perl #24291].)
45454      Branch: perl
45455            ! pod/perldiag.pod t/op/taint.t taint.c
45456 ____________________________________________________________________________
45457 [ 21560] By: nicholas                              on 2003/10/27  18:01:02
45458         Log: Record the escape^Wrelease of 5.9.0
45459      Branch: perl
45460            ! pod/perlhist.pod
45461 ____________________________________________________________________________
45462 [ 21554] By: nicholas                              on 2003/10/27  16:09:37
45463         Log: Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
45464              From: Alan Burlison <Alan.Burlison@sun.com>
45465              Date: Tue, 21 Oct 2003 15:00:58 +0100
45466              Message-ID: <3F953C1A.3060800@sun.com>
45467      Branch: perl
45468            ! hints/solaris_2.sh
45469 ____________________________________________________________________________
45470 [ 21550] By: nicholas                              on 2003/10/27  13:45:27
45471         Log: Sync with Unicode::Normalize 0.25
45472      Branch: perl
45473            + ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t
45474            + ext/Unicode/Normalize/t/proto.t
45475            + ext/Unicode/Normalize/t/split.t
45476            ! MANIFEST ext/Unicode/Normalize/Changes
45477            ! ext/Unicode/Normalize/Makefile.PL
45478            ! ext/Unicode/Normalize/Normalize.pm
45479            ! ext/Unicode/Normalize/Normalize.xs
45480            ! ext/Unicode/Normalize/README
45481 ____________________________________________________________________________
45482 [ 21549] By: nicholas                              on 2003/10/27  13:11:48
45483         Log: Sync with Unicode::Collate 0.30
45484      Branch: perl
45485            + lib/Unicode/Collate/t/hangtype.t
45486            + lib/Unicode/Collate/t/normal.t lib/Unicode/Collate/t/trailwt.t
45487            + lib/Unicode/Collate/t/variable.t
45488            + lib/Unicode/Collate/t/version.t
45489            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
45490            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/contract.t
45491            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/index.t
45492            ! lib/Unicode/Collate/t/test.t
45493 ____________________________________________________________________________
45494 [ 21548] By: nicholas                              on 2003/10/27  12:39:39
45495         Log: Sync with Pod::Perldoc 3.12
45496      Branch: perl
45497            ! lib/Pod/Perldoc.pm
45498 ____________________________________________________________________________
45499 [ 21546] By: ams                                   on 2003/10/27  09:00:08
45500         Log: Will the real off by one please stand up?
45501      Branch: perl
45502            ! mg.c
45503 ____________________________________________________________________________
45504 [ 21545] By: hv                                    on 2003/10/27  02:52:16
45505         Log: fixup separators
45506      Branch: perl
45507            ! Changes
45508 ____________________________________________________________________________
45509 [ 21544] By: hv                                    on 2003/10/27  02:51:26
45510         Log: don't complain of podless .pm files that have a separate .pod file
45511      Branch: perl
45512            ! pod/buildtoc
45513 ____________________________________________________________________________
45514 [ 21543] By: hv                                    on 2003/10/27  02:50:04
45515         Log: regen pods and toc
45516      Branch: perl
45517            ! pod/perlmodlib.pod pod/perltoc.pod
45518 ____________________________________________________________________________
45519 [ 21542] By: rgs                                   on 2003/10/26  21:36:17
45520         Log: When %ENV has been turned into a non-magical hash after a
45521              glob assignment, TAINT_ENV() may dump core because it
45522              assumes $ENV{PATH} is magical. Fix this ; add a test to
45523              verify that the PATH is still checked for taintedness.
45524      Branch: perl
45525            ! t/op/taint.t taint.c
45526 ____________________________________________________________________________
45527 [ 21540] By: rgs                                   on 2003/10/26  14:59:53
45528         Log: Fix backward-compatibility issues in if.pm.
45529      Branch: perl
45530            ! lib/if.pm
45531 ____________________________________________________________________________
45532 [ 21539] By: hv                                    on 2003/10/26  12:22:54
45533         Log: Update Changes.
45534      Branch: perl
45535            ! Changes patchlevel.h
45536 ____________________________________________________________________________
45537 [ 21538] By: ams                                   on 2003/10/26  08:08:02
45538         Log: Fix off-by-one in $0 set magic. (From Autrijus.)
45539              The whole PL_origalen thing in perl.c looks very hokey.
45540      Branch: perl
45541            ! mg.c
45542 ____________________________________________________________________________
45543 [ 21536] By: nicholas                              on 2003/10/25  22:33:18
45544         Log: show the rehash flags in dumps
45545      Branch: perl
45546            ! dump.c
45547 ____________________________________________________________________________
45548 [ 21535] By: nicholas                              on 2003/10/25  22:32:40
45549         Log: Return 21533 (with modifications) having found the problem
45550      Branch: perl
45551            ! hv.c hv.h
45552 ____________________________________________________________________________
45553 [ 21534] By: nicholas                              on 2003/10/25  20:46:36
45554         Log: Back out 21533 because it broke Encode's build in really weird ways
45555      Branch: perl
45556            ! hv.c hv.h
45557 ____________________________________________________________________________
45558 [ 21533] By: nicholas                              on 2003/10/25  13:10:21
45559         Log: Plan C rough edge smoothing. Criteria for a hash split is now
45560              the earlier of "more keys than buckets" (the old test) or
45561              linked list too long. Rehash is triggered after a split if the
45562              longest linked list is too long.
45563      Branch: perl
45564            ! hv.c hv.h
45565 ____________________________________________________________________________
45566 [ 21532] By: rgs                                   on 2003/10/25  10:03:18
45567         Log: Subject: Re: [perl #948] $, untieable?
45568              From: Richard Clamp <richardc@unixbeard.net>
45569              Date: Tue, 21 Oct 2003 00:02:49 +0100
45570              Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
45571
45572              Plus a small fix to t/TEST to recognize the added TODO test
45573              as a TODO test.
45574      Branch: perl
45575            ! t/TEST t/op/tie.t
45576 ____________________________________________________________________________
45577 [ 21528] By: nicholas                              on 2003/10/23  19:21:00
45578         Log: When it says "add", then, like, you have to p4 add it. D'oh!
45579              (missed the new file in "Update I18N::LangTags from 0.28 to 0.29")
45580      Branch: perl
45581            + lib/I18N/LangTags/t/02decency.t
45582 ____________________________________________________________________________
45583 [ 21527] By: davem                                 on 2003/10/23  19:13:20
45584         Log: Fix two threads::shared leaks
45585              #24061 - AV in shared interpreter wasn't set to AvREAL
45586              #24255 - mortals were added to the shared interpreter's tmpstack
45587              and never freed.
45588      Branch: perl
45589            ! ext/threads/shared/shared.xs
45590 ____________________________________________________________________________
45591 [ 21526] By: nicholas                              on 2003/10/23  19:11:24
45592         Log: From: Jan Dubois <jand@ActiveState.com>
45593              Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11
45594              Date: Wed, 22 Oct 2003 20:17:07 -0700
45595              Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>
45596
45597              From: Jan Dubois <jand@ActiveState.com>
45598              Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
45599              Date: Wed, 22 Oct 2003 20:26:56 -0700
45600              Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com>
45601      Branch: perl
45602            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
45603            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
45604            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm pod/perldoc.pod
45605            ! utils/perldoc.PL
45606 ____________________________________________________________________________
45607 [ 21523] By: ams                                   on 2003/10/23  12:53:03
45608         Log: Subject: [PATCH] utime documentation
45609              From: Gisle Aas <gisle@ActiveState.com>
45610              Date: 23 Oct 2003 05:33:43 -0700
45611              Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
45612      Branch: perl
45613            ! pod/perlfunc.pod
45614 ____________________________________________________________________________
45615 [ 21522] By: ams                                   on 2003/10/23  08:07:18
45616         Log: Subject: [PATCH]  dup2() not going through PerlLIO abstraction layer
45617              From: Jan Dubois <jand@ActiveState.com>
45618              Date: Wed, 22 Oct 2003 20:33:54 -0700
45619              Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
45620      Branch: perl
45621            ! doio.c
45622 ____________________________________________________________________________
45623 [ 21520] By: nicholas                              on 2003/10/22  19:50:15
45624         Log: patch created by Casey West from:
45625
45626              Subject: CPAN module problems
45627              From: Edward Moy <emoy@apple.com>
45628              Date: Fri, 10 Oct 2003 17:42:06 -0700
45629              Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>
45630
45631              (change ld value in hints file)
45632      Branch: perl
45633            ! hints/darwin.sh
45634 ____________________________________________________________________________
45635 [ 21516] By: rgs                                   on 2003/10/22  15:06:13
45636         Log: Small email update in AUTHORS.
45637      Branch: perl
45638            ! AUTHORS
45639 ____________________________________________________________________________
45640 [ 21515] By: rgs                                   on 2003/10/22  06:39:29
45641         Log: Add a test.taintwarn makefile target,
45642              to run the whole test suite with the -t switch.
45643      Branch: perl
45644            ! Makefile.SH pod/perlhack.pod t/TEST
45645 ____________________________________________________________________________
45646 [ 21514] By: rgs                                   on 2003/10/21  21:21:56
45647         Log: Subject: [PATCH @20458] embedding perl
45648              From: Radu Greab <rgreab@fx.ro>
45649              Date: Tue, 05 Aug 2003 20:57:15 +0300 (EEST)
45650              Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
45651      Branch: perl
45652            ! hv.c intrpvar.h perl.c pod/perlembed.pod pod/perlintern.pod
45653            ! sv.c
45654 ____________________________________________________________________________
45655 [ 21513] By: rgs                                   on 2003/10/21  20:45:12
45656         Log: Fix doc bug #23890, as suggested by Himanshu Garg :
45657              in perltoot, $him->fullname should be $him->fullname->as_string
45658              when passed to printf.
45659      Branch: perl
45660            ! pod/perltoot.pod
45661 ____________________________________________________________________________
45662 [ 21509] By: rgs                                   on 2003/10/21  05:42:50
45663         Log: Two OS/2 portability patches from Ilya.
45664
45665              Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
45666              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
45667              Date: Thu, 25 Sep 2003 12:09:11 -0700
45668              Message-ID: <20030925190911.GA27028@math.berkeley.edu>
45669
45670              Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
45671              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
45672              Date: Thu, 25 Sep 2003 19:50:45 -0700
45673              Message-ID: <20030926025045.GA27507@math.berkeley.edu>
45674      Branch: perl
45675            ! doio.c os2/os2ish.h perl.h perlio.c pp_sys.c
45676 ____________________________________________________________________________
45677 [ 21506] By: rgs                                   on 2003/10/20  19:28:27
45678         Log: Subject: [PATCH] add some missing defines to Devel::PPPort
45679              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
45680              Date: Mon, 20 Oct 2003 20:14:19 +0200
45681              Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
45682      Branch: perl
45683            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
45684 ____________________________________________________________________________
45685 [ 21505] By: rgs                                   on 2003/10/20  19:22:38
45686         Log: Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
45687              From: Slaven Rezic <slaven@rezic.de>
45688              Date: 19 Oct 2003 17:54:59 +0200
45689              Message-ID: <871xt9te7g.fsf@vran.herceg.de>
45690      Branch: perl
45691            ! perlio.c
45692 ____________________________________________________________________________
45693 [ 21503] By: rgs                                   on 2003/10/20  06:04:04
45694         Log: Skip the chflags tests in filetest.t on Darwin.
45695      Branch: perl
45696            ! lib/filetest.t
45697 ____________________________________________________________________________
45698 [ 21474] By: nicholas                              on 2003/10/17  18:44:28
45699         Log: Plan C rough edge smoothing - forgot to turn on the "has key flags"
45700              flag on the hash when rehashing. Can turn off the "rehasing" flag
45701              if the hash is cleared
45702      Branch: perl
45703            ! hv.c
45704 ____________________________________________________________________________
45705 [ 21473] By: rgs                                   on 2003/10/17  08:53:48
45706         Log: -u is deprecated.
45707              Subject: Re: why PERL5LIB is ignored when -T is in effect
45708              From: Slaven Rezic <slaven@rezic.de>
45709              Date: Fri, 17 Oct 2003 10:02:31 +0000
45710              Message-Id: <1066384951.4964@devpc01.iconmobile.de>
45711      Branch: perl
45712            ! perl.c
45713 ____________________________________________________________________________
45714 [ 21472] By: rgs                                   on 2003/10/17  07:29:10
45715         Log: The compilation of PerlIO::via may hang on AIX when
45716              compiling with vac at -O3 optimization level. Disable
45717              optimization for this module.
45718      Branch: perl
45719            + ext/PerlIO/via/hints/aix.pl
45720            ! MANIFEST
45721 ____________________________________________________________________________
45722 [ 21471] By: nicholas                              on 2003/10/16  21:10:27
45723         Log: Plan C for foiling the algorithmic complexity attack
45724              (based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
45725              Chip's plan B (do something new inside the hv functions)
45726              and introspective sort)
45727              Provides infrastructure for hashes to change their hash function
45728              if necessary, and code in hsplit to detect pathalogical data and
45729              instigate a random rehashing.
45730              Needs refinement. Let's see how much smoke it creates.
45731      Branch: perl
45732            ! embedvar.h hv.c hv.h intrpvar.h perl.c perlapi.h sv.c sv.h
45733            ! util.c
45734 ____________________________________________________________________________
45735 [ 21470] By: davem                                 on 2003/10/16  20:03:44
45736         Log: Ensure PL_comppad/curpad point to PL_main_cv's padlist when
45737              PL_main_root is freed; this may not have been be the case if a
45738              thread other than the main one is the last to be destroyed
45739      Branch: perl
45740            ! ext/threads/t/thread.t pad.h perl.c
45741 ____________________________________________________________________________
45742 [ 21469] By: nicholas                              on 2003/10/16  19:31:19
45743         Log: Duplicate 19423 (pathological hashes too easy) into share_hek_flags
45744              (as suggested by Jan Dubois)
45745      Branch: perl
45746            ! hv.c
45747 ____________________________________________________________________________
45748 [ 21468] By: ams                                   on 2003/10/16  19:00:14
45749         Log: Subject: Re: assert.h breaks perl.h
45750              From: Alexey Tourbin <at@altlinux.ru>
45751              Date: Thu, 16 Oct 2003 22:24:35 +0400
45752              Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
45753      Branch: perl
45754            ! sv.h
45755 ____________________________________________________________________________
45756 [ 21467] By: ams                                   on 2003/10/16  18:57:57
45757         Log: Subject: [PATCH] Tie::Hash documentation
45758              From: Slaven Rezic <slaven@rezic.de>
45759              Date: Thu, 16 Oct 2003 17:57:35 +0000
45760              Message-Id: <1066327055.1428@devpc01.iconmobile.de>
45761      Branch: perl
45762            ! lib/Tie/Hash.pm
45763 ____________________________________________________________________________
45764 [ 21466] By: rgs                                   on 2003/10/16  08:52:50
45765         Log: Further tweak on change #21464.
45766      Branch: perl
45767            ! perl.c
45768 ____________________________________________________________________________
45769 [ 21464] By: ams                                   on 2003/10/16  08:42:50
45770         Log: Subject: perl -h tweak [PATCH]
45771              From: Gisle Aas <gisle@ActiveState.com>
45772              Date: 16 Oct 2003 02:49:39 -0700
45773              Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>
45774      Branch: perl
45775            ! perl.c
45776 ____________________________________________________________________________
45777 [ 21456] By: rgs                                   on 2003/10/15  19:19:05
45778         Log: Perlfaq1 : take notice that 5.8.1 is now released.
45779      Branch: perl
45780            ! pod/perlfaq1.pod
45781 ____________________________________________________________________________
45782 [ 21454] By: rgs                                   on 2003/10/15  19:06:05
45783         Log: PerlFAQ sync. (only actual changes)
45784      Branch: perl
45785            ! pod/perlfaq4.pod
45786 ____________________________________________________________________________
45787 [ 21453] By: rgs                                   on 2003/10/15  19:02:35
45788         Log: Typos.
45789      Branch: perl
45790            ! hints/aix.sh
45791 ____________________________________________________________________________
45792 [ 21452] By: rgs                                   on 2003/10/15  11:12:31
45793         Log: Fix bug [perl #24212] : improper error recovery in the
45794              tokenizer after an unknown filetest operator.
45795      Branch: perl
45796            ! t/comp/parser.t toke.c
45797 ____________________________________________________________________________
45798 [ 21451] By: rgs                                   on 2003/10/15  09:19:02
45799         Log: Update MIME::Base64 and Digest::MD5 from the CPAN version.
45800      Branch: perl
45801            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
45802            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
45803            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/utf8.t
45804            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
45805            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
45806            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/unicode.t
45807 ____________________________________________________________________________
45808 [ 21450] By: rgs                                   on 2003/10/15  06:47:11
45809         Log: Add support for Linux abstract unix domain sockets to Socket.pm.
45810              Based on a idea by Alex Hudson. (Basically those are unix domain
45811              sockets whose name has a '\0' as first character.)
45812      Branch: perl
45813            ! ext/Socket/Socket.xs ext/Socket/t/Socket.t
45814 ____________________________________________________________________________
45815 [ 21449] By: ams                                   on 2003/10/15  06:32:44
45816         Log: Subject: [PATCH] SIGN => 1 support for MakeMaker
45817              From: Autrijus Tang <autrijus@autrijus.org>
45818              Date: Tue, 14 Oct 2003 18:32:28 +0800
45819              Message-Id: <1066127547.65845.35.camel@localhost>
45820      Branch: perl
45821            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
45822            ! lib/ExtUtils/MakeMaker.pm
45823 ____________________________________________________________________________
45824 [ 21448] By: ams                                   on 2003/10/15  05:56:12
45825         Log: Rewrite #21447.
45826      Branch: perl
45827            ! pod/perliol.pod
45828 ____________________________________________________________________________
45829 [ 21447] By: ams                                   on 2003/10/15  05:36:48
45830         Log: Subject: [patch pod/perliol.pod]
45831              From: Stas Bekman <stas@stason.org>
45832              Date: Tue, 14 Oct 2003 18:05:29 -0700
45833              Message-Id: <3F8C9D59.3040403@stason.org>
45834      Branch: perl
45835            ! pod/perliol.pod
45836 ____________________________________________________________________________
45837 [ 21446] By: nicholas                              on 2003/10/14  18:45:39
45838         Log: Duplicate 19423 (pathological hashes too easy) into hv_store_ent
45839              (the routine used by perl level HV operations)
45840      Branch: perl
45841            ! hv.c
45842 ____________________________________________________________________________
45843 [ 21445] By: rgs                                   on 2003/10/13  21:03:05
45844         Log: Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0
45845              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
45846              Date: Tue, 30 Sep 2003 19:23:34 +0200
45847              Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>
45848      Branch: perl
45849            ! ext/Devel/PPPort/PPPort.pm
45850 ____________________________________________________________________________
45851 [ 21442] By: ams                                   on 2003/10/13  08:41:17
45852         Log: Subject: [perl #24189] Incorrect comment in perldoc strict
45853              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
45854              Date: 12 Oct 2003 09:01:25 -0000
45855              Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org>
45856      Branch: perl
45857            ! lib/strict.pm
45858 ____________________________________________________________________________
45859 [ 21441] By: rgs                                   on 2003/10/13  08:02:21
45860         Log: Subject: [PATCH] Internals::hash_seed() returns wrong value
45861              From: Jan Dubois <jand@ActiveState.com>
45862              Date: Sun, 12 Oct 2003 22:09:39 -0700
45863              Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
45864      Branch: perl
45865            ! universal.c
45866 ____________________________________________________________________________
45867 [ 21440] By: rgs                                   on 2003/10/12  19:58:05
45868         Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx
45869              From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
45870              Date: 5 Oct 2003 20:55:56 -0000
45871              Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
45872      Branch: perl
45873            ! mg.c
45874 ____________________________________________________________________________
45875 [ 21439] By: rgs                                   on 2003/10/12  16:28:06
45876         Log: Subject: [PATCH] Tie::Hash documentation
45877              From: Slaven Rezic <slaven@rezic.de>
45878              Date: Sun, 12 Oct 2003 18:55:54 +0200 (CEST)
45879              Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>
45880      Branch: perl
45881            ! lib/Tie/Hash.pm
45882 ____________________________________________________________________________
45883 [ 21438] By: rgs                                   on 2003/10/12  15:48:13
45884         Log: Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx
45885              From: Slaven Rezic <slaven@rezic.de>
45886              Date: 07 Oct 2003 00:04:34 +0200
45887              Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>
45888      Branch: perl
45889            ! hints/darwin.sh
45890 ____________________________________________________________________________
45891 [ 21437] By: rgs                                   on 2003/10/12  15:25:17
45892         Log: Minor nit in perlrun, spotted by Art Haas.
45893      Branch: perl
45894            ! pod/perlrun.pod
45895 ____________________________________________________________________________
45896 [ 21436] By: ams                                   on 2003/10/10  19:05:55
45897         Log: Subject: [PATCH] threads::async + some cleanup
45898              From: Elizabeth Mattijsen <liz@dijkmat.nl>
45899              Date: Fri, 10 Oct 2003 16:37:55 +0200
45900              Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
45901      Branch: perl
45902            ! ext/threads/threads.pm
45903 ____________________________________________________________________________
45904 [ 21435] By: ams                                   on 2003/10/10  19:02:34
45905         Log: Make everyone stop posting to p5p about 0e0.
45906      Branch: perl
45907            ! pod/perlsyn.pod
45908 ____________________________________________________________________________
45909 [ 21433] By: nicholas                              on 2003/10/09  20:57:26
45910         Log: Put all pre-processor #s on the first column (some compilers are picky)
45911              [perl #24167] `#' comment signs not at the very beginning of a line
45912      Branch: perl
45913            ! cop.h dosish.h ext/SDBM_File/sdbm/sdbm.h iperlsys.h op.c
45914            ! perl.h regcomp.c
45915 ____________________________________________________________________________
45916 [ 21432] By: rgs                                   on 2003/10/09  11:09:24
45917         Log: Suppress the test file t/op/nothr5005.t and integrate its tests into
45918              t/op/args.t, now that 5005threads have been removed. Port t/op/args.t
45919              to t/test.pl.
45920      Branch: perl
45921            - t/op/nothr5005.t
45922            ! MANIFEST t/op/args.t
45923 ____________________________________________________________________________
45924 [ 21431] By: rgs                                   on 2003/10/09  11:06:15
45925         Log: Document the behaviour of filetest operators regarding parentheses.
45926              This fixes bug #24127 (by documenting it as a feature.)
45927      Branch: perl
45928            ! pod/perlop.pod
45929 ____________________________________________________________________________
45930 [ 21430] By: ams                                   on 2003/10/09  07:55:34
45931         Log: Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate
45932              calculations in regcomp.c
45933              From: Eric Promislow <ericp@ActiveState.com>
45934              Date: Wed, 8 Oct 2003 17:42:42 -0700
45935              Message-Id: <20031008174242.A17544@ActiveState.com>
45936      Branch: perl
45937            ! regcomp.c
45938 ____________________________________________________________________________
45939 [ 21429] By: ams                                   on 2003/10/09  07:43:56
45940         Log: Patch based on:
45941
45942              Subject: [perl #24157] -MModule=} is broken
45943              From: "Lukas Mai" (via RT) <perlbug-followup@perl.org>
45944              Date: 7 Oct 2003 21:47:43 -0000
45945              Message-Id: <rt-24157-65809.10.9980909617566@rt.perl.org>
45946
45947              (Includes a fix for a similar problem in -A, but not -d.)
45948      Branch: perl
45949            ! perl.c
45950 ____________________________________________________________________________
45951 [ 21428] By: ams                                   on 2003/10/09  02:32:07
45952         Log: Subject: [PATCH] Devel::PPPort is missing an aTHX when calling
45953              grok_numeric_radix()
45954              From: Jan Dubois <jand@ActiveState.com>
45955              Date: Wed, 08 Oct 2003 20:37:42 -0700
45956              Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>
45957      Branch: perl
45958            ! ext/Devel/PPPort/PPPort.pm
45959 ____________________________________________________________________________
45960 [ 21427] By: ams                                   on 2003/10/09  01:36:18
45961         Log: Subject: Re: require patch breaks locale
45962              From: Rick Delaney <rick@bort.ca>
45963              Date: Wed, 8 Oct 2003 22:41:55 -0400
45964              Message-Id: <20031008224155.A14638@biff.bort.ca>
45965      Branch: perl
45966            ! t/comp/require.t
45967 ____________________________________________________________________________
45968 [ 21426] By: ams                                   on 2003/10/09  01:26:57
45969         Log: Subject: Re: Simple @INC hook core dump [PATCH]
45970              From: Gisle Aas <gisle@ActiveState.com>
45971              Date: 08 Oct 2003 13:35:28 -0700
45972              Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>
45973      Branch: perl
45974            ! t/op/inccode.t
45975 ____________________________________________________________________________
45976 [ 21425] By: rgs                                   on 2003/10/08  11:34:17
45977         Log: Fix bug #24108: Goto +foo broken
45978              the fix having been suggested by xmath via Juerd.
45979      Branch: perl
45980            ! op.c t/op/goto.t
45981 ____________________________________________________________________________
45982 [ 21424] By: rgs                                   on 2003/10/08  11:16:58
45983         Log: Subject: Re: Simple @INC hook core dump [PATCH]
45984              From: Gisle Aas <gisle@ActiveState.com>
45985              Date: 08 Oct 2003 04:47:33 -0700
45986              Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>
45987      Branch: perl
45988            ! pp_ctl.c
45989 ____________________________________________________________________________
45990 [ 21423] By: ams                                   on 2003/10/08  10:09:41
45991         Log: Subject: [PATCH pod/perlrun.pod] Layout & POD nit.
45992              From: Abigail <abigail@abigail.nl>
45993              Date: Wed, 8 Oct 2003 03:50:49 -0700
45994              Message-Id: <20031008105049.GA15770@ucan.foad.org>
45995      Branch: perl
45996            ! pod/perlrun.pod
45997 ____________________________________________________________________________
45998 [ 21422] By: ams                                   on 2003/10/08  06:13:07
45999         Log: "Are implicit undefs true?" asks Gisle.
46000      Branch: perl
46001            ! pod/perlsyn.pod
46002 ____________________________________________________________________________
46003 [ 21421] By: ams                                   on 2003/10/08  03:20:00
46004         Log: Subject: Re: [PATCH] perlop.pod Revamp - revision 4
46005              From: schwern@pobox.com
46006              Date: Tue, 7 Oct 2003 20:39:36 -0700
46007              Message-Id: <20031007203936.X4301@ttul.org>
46008
46009              (Originally from Shlomi Fish. Applied with tweaks.)
46010      Branch: perl
46011            ! pod/perlop.pod
46012 ____________________________________________________________________________
46013 [ 21420] By: ams                                   on 2003/10/07  19:51:35
46014         Log: Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),
46015              sv.c (Tim Bunce), t/op/pow.t (John P. Linderman).
46016      Branch: perl
46017            ! pod/perlsyn.pod sv.c t/op/pow.t
46018 ____________________________________________________________________________
46019 [ 21419] By: ams                                   on 2003/10/07  04:03:34
46020         Log: Why should -3**$x be more precisely determined than 3**$x?
46021      Branch: perl
46022            ! t/op/pow.t
46023 ____________________________________________________________________________
46024 [ 21418] By: ams                                   on 2003/10/07  03:59:38
46025         Log: Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness
46026              From: schwern@pobox.com
46027              Date: Mon, 6 Oct 2003 13:14:36 -0700
46028              Message-Id: <20031006131436.G20960@ttul.org>
46029      Branch: perl
46030            ! lib/UNIVERSAL.pm t/op/universal.t
46031 ____________________________________________________________________________
46032 [ 21417] By: ams                                   on 2003/10/07  03:55:18
46033         Log: Update perlfunc/require to describe NXDOMAIN caching... er, you
46034              know what I mean.
46035      Branch: perl
46036            ! pod/perlfunc.pod
46037 ____________________________________________________________________________
46038 [ 21416] By: ams                                   on 2003/10/07  03:37:01
46039         Log: Subject: [patch sv.c] improve "...free unref scalar" warning
46040              From: Stas Bekman <stas@stason.org>
46041              Date: Mon, 06 Oct 2003 21:19:53 -0700
46042              Message-Id: <3F823EE9.4030103@stason.org>
46043      Branch: perl
46044            ! sv.c
46045 ____________________________________________________________________________
46046 [ 21415] By: ams                                   on 2003/10/06  17:30:31
46047         Log: Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented)
46048              From: Rick Delaney <rick@bort.ca>
46049              Date: Tue, 23 Sep 2003 12:14:52 -0400
46050              Message-ID: <20030923121452.G18845@biff.bort.ca>
46051      Branch: perl
46052            ! pp_ctl.c t/comp/require.t
46053 ____________________________________________________________________________
46054 [ 21414] By: rgs                                   on 2003/10/06  15:23:01
46055         Log: Subject: Re: [PATCH lib/warnings.t]  Adding TODO functionality to lib/warnings.
46056              From: Abigail <abigail@abigail.nl>
46057              Date: Wed, 1 Oct 2003 14:19:43 +0200
46058              Message-ID: <20031001121943.GA29419@abigail.nl>
46059      Branch: perl
46060            ! lib/warnings.t
46061 ____________________________________________________________________________
46062 [ 21413] By: rgs                                   on 2003/10/06  15:05:32
46063         Log: Fixes in the modules maintainers list.
46064      Branch: perl
46065            ! Porting/Maintainers.pl
46066 ____________________________________________________________________________
46067 [ 21412] By: rgs                                   on 2003/10/06  15:02:42
46068         Log: Fix broken link in perltodo.pod.
46069      Branch: perl
46070            ! pod/perltodo.pod
46071 ____________________________________________________________________________
46072 [ 21411] By: rgs                                   on 2003/10/06  12:11:10
46073         Log: Typos in perldiag.
46074      Branch: perl
46075            ! pod/perldiag.pod
46076 ____________________________________________________________________________
46077 [ 21410] By: rgs                                   on 2003/10/06  11:55:52
46078         Log: Subject: Re: [doc-PATCH] for unpack_str() and question
46079              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
46080              Date: Mon, 6 Oct 2003 08:45:29 +0200
46081              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
46082      Branch: perl
46083            ! pod/perlapi.pod pp_pack.c
46084 ____________________________________________________________________________
46085 [ 21409] By: rgs                                   on 2003/10/06  11:49:55
46086         Log: Subject: [PATCH pod/perlfunc.pod]  ref can return false on references
46087              From: Abigail <abigail@abigail.nl>
46088              Date: Mon, 6 Oct 2003 05:55:21 -0700
46089              Message-ID: <20031006125521.GA26446@ucan.foad.org>
46090      Branch: perl
46091            ! pod/perlfunc.pod
46092 ____________________________________________________________________________
46093 [ 21408] By: rgs                                   on 2003/10/06  11:46:14
46094         Log: Add a new option --check to Porting/Maintainers,
46095              to check for files who are listed for several maintainers.
46096      Branch: perl
46097            ! Porting/Maintainers.pm
46098 ____________________________________________________________________________
46099 [ 21407] By: rgs                                   on 2003/10/06  11:44:33
46100         Log: Subject: [PATCH]Re: The META.yml file in bleadperl
46101              From: Fergal Daly <fergal@esatclear.ie>
46102              Date: Mon, 6 Oct 2003 00:25:29 +0100
46103              Message-Id: <200310060025.29122.fergal@esatclear.ie>
46104
46105              Plus regeneration of META.yml
46106      Branch: perl
46107            ! META.yml Porting/makemeta
46108 ____________________________________________________________________________
46109 [ 21406] By: ams                                   on 2003/10/06  04:22:11
46110         Log: Subject: Re: [perl #24076] "<> err EXPR" and warnings.
46111              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
46112              Date: Sun, 5 Oct 2003 21:27:54 +0200
46113              Message-Id: <20031005212754.5ef54472.rgarciasuarez@free.fr>
46114              (Applied with tweaks to op.c and a comment.)
46115      Branch: perl
46116            ! op.c t/lib/warnings/op
46117 ____________________________________________________________________________
46118 [ 21405] By: ams                                   on 2003/10/06  03:56:54
46119         Log: Subject: Re: [PATCH] perlsyn.pod Revision - Resend
46120              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
46121              Date: Fri, 3 Oct 2003 12:34:46 +0200 (IST)
46122              Message-Id: <Pine.LNX.4.56.0310031233580.28640@vipe.technion.ac.il>
46123              (Applied with minor tweaks.)
46124      Branch: perl
46125            ! pod/perlsyn.pod
46126 ____________________________________________________________________________
46127 [ 21404] By: ams                                   on 2003/10/06  03:32:50
46128         Log: Subject: [perl #24120] Tie::Hash documentation has broken code
46129              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
46130              Date: 5 Oct 2003 18:40:36 -0000
46131              Message-Id: <rt-24120-65664.15.9776865968429@rt.perl.org>
46132              (Applied without $VERSION update.)
46133      Branch: perl
46134            ! lib/Tie/Hash.pm
46135 ____________________________________________________________________________
46136 [ 21403] By: ams                                   on 2003/10/06  03:26:39
46137         Log: Subject: Re: [PATCH] [perl #24113] mistake in perlretut
46138              From: Robert Spier <rspier@pobox.com>
46139              Date: Sun, 05 Oct 2003 21:34:30 -0700
46140              Message-Id: <m3vfr39e7d.wl_rspier@pobox.com>
46141      Branch: perl
46142            ! pod/perlretut.pod
46143 ____________________________________________________________________________
46144 [ 21402] By: ams                                   on 2003/10/05  03:08:53
46145         Log: Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR
46146              From: Steve Grazzini <grazz@pobox.com>
46147              Date: Sat, 4 Oct 2003 18:15:23 -0400
46148              Message-Id: <20031004221523.GA29324@grazzini.net>
46149      Branch: perl
46150            ! pp_sys.c
46151 ____________________________________________________________________________
46152 [ 21401] By: ams                                   on 2003/10/02  17:25:34
46153         Log: Subject: Re: 5.8.1 and srand
46154              From: Slaven Rezic <slaven@rezic.de>
46155              Date: Thu, 2 Oct 2003 15:51:11 +0000
46156              Message-Id: <1065109871.3115@devpc01.iconmobile.de>
46157      Branch: perl
46158            ! t/op/fork.t
46159 ____________________________________________________________________________
46160 [ 21400] By: hv                                    on 2003/10/02  09:34:36
46161         Log: minor cleanup for Changes
46162      Branch: perl
46163            ! Changes
46164 ____________________________________________________________________________
46165 [ 21399] By: hv                                    on 2003/10/02  09:18:27
46166         Log: Update changes
46167      Branch: perl
46168            ! Changes patchlevel.h
46169 ____________________________________________________________________________
46170 [ 21398] By: hv                                    on 2003/10/02  09:15:42
46171         Log: build perlapi.pod in deterministic order even when functions differ
46172              only in case; regen perlapi.pod
46173      Branch: perl
46174            ! autodoc.pl pod/perlapi.pod
46175 ____________________________________________________________________________
46176 [ 21397] By: ams                                   on 2003/10/02  07:48:51
46177         Log: Subject: Re: 5.8.1 and srand
46178              From: Brendan O'Dea <bod@debian.org>
46179              Date: Thu, 2 Oct 2003 10:30:36 +1000
46180              Message-Id: <20031002003036.GA9198@londo.c47.org>
46181      Branch: perl
46182            ! util.c
46183 ____________________________________________________________________________
46184 [ 21396] By: ams                                   on 2003/10/01  22:18:13
46185         Log: Update Changes.
46186      Branch: perl
46187            ! Changes patchlevel.h
46188 ____________________________________________________________________________
46189 [ 21394] By: ams                                   on 2003/10/01  20:28:20
46190         Log: Subject: misapplied patch 19452
46191              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
46192              Date: Tue, 30 Sep 2003 06:01:50 -0700
46193              Message-Id: <20030930130150.GA1436@efn.org>
46194      Branch: perl
46195            ! pp_hot.c
46196 ____________________________________________________________________________
46197 [ 21392] By: rgs                                   on 2003/09/30  20:22:02
46198         Log: Revamp the section on local() in perlsub.
46199              - avoid using the word "declare" in conjunction with local()
46200              - less archaelogical references
46201              - more about localization of lvalues
46202              - removes examples of localization of tied hashes that don't work
46203              - give titles to subsections
46204              - explain localization of magic values
46205              - explain localization of globs
46206              - fix link to perldelta
46207      Branch: perl
46208            ! pod/perlsub.pod
46209 ____________________________________________________________________________
46210 [ 21391] By: rgs                                   on 2003/09/30  12:47:13
46211         Log: Useless "local $_" in a perlfaq3 example
46212      Branch: perl
46213            ! pod/perlfaq3.pod
46214 ____________________________________________________________________________
46215 [ 21390] By: rgs                                   on 2003/09/30  11:29:17
46216         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
46217              From: grommel@sears.com
46218              Date: Mon, 29 Sep 2003 14:45:16 -0500
46219              Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
46220      Branch: perl
46221            ! hints/svr4.sh t/op/pack.t
46222 ____________________________________________________________________________
46223 [ 21389] By: rgs                                   on 2003/09/30  11:06:53
46224         Log: Add a TODO test for bug #23790, by Abigail
46225      Branch: perl
46226            ! t/op/sub_lval.t
46227 ____________________________________________________________________________
46228 [ 21388] By: rgs                                   on 2003/09/30  10:52:50
46229         Log: Subject: [PATCH] Re: [perl #24071] Typo in description of binmode
46230              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
46231              Date: Tue, 30 Sep 2003 04:53:02 -0700
46232              Message-ID: <20030930115302.GA3200@efn.org>
46233      Branch: perl
46234            ! pod/perlfunc.pod
46235 ____________________________________________________________________________
46236 [ 21387] By: rgs                                   on 2003/09/29  12:47:37
46237         Log: Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
46238              From: Tom Horsley <Tom.Horsley@ccur.com>
46239              Date: Mon, 29 Sep 2003 13:00:09 GMT
46240              Message-Id: <200309291300.NAA23856@amber2.ccur.com>
46241      Branch: perl
46242            ! ext/Sys/Syslog/t/syslog.t hints/powerux.sh
46243 ____________________________________________________________________________
46244 [ 21386] By: rgs                                   on 2003/09/29  11:14:27
46245         Log: Subject: [PATCH 5.8.1] Fix broken splitpod program
46246              From: Steve Hay <steve.hay@uk.radan.com>
46247              Date: Mon, 29 Sep 2003 11:50:23 +0100
46248              Message-ID: <3F780E6F.3020704@uk.radan.com>
46249      Branch: perl
46250            ! pod/splitpod
46251 ____________________________________________________________________________
46252 [ 21385] By: rgs                                   on 2003/09/29  11:09:32
46253         Log: Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed
46254              From: Brendan O'Dea <bod@debian.org>
46255              Date: Sun, 28 Sep 2003 23:23:34 +1000
46256              Message-ID: <20030928132334.GA29499@londo.c47.org>
46257      Branch: perl
46258            ! pod/perlrun.pod
46259 ____________________________________________________________________________
46260 [ 21384] By: rgs                                   on 2003/09/26  20:39:19
46261         Log: Nit to the maintainers list by SADAHIRO Tomoyuki
46262      Branch: perl
46263            ! Porting/Maintainers.pl
46264 ____________________________________________________________________________
46265 [ 21383] By: jhi                                   on 2003/09/26  04:41:17
46266         Log: Missing +x bits.
46267      Branch: perl
46268            ! Porting/makerel
46269 ____________________________________________________________________________
46270 [ 21382] By: rgs                                   on 2003/09/25  19:40:50
46271         Log: Update the perldelta for 5.9.0.
46272      Branch: perl
46273            ! pod/perldelta.pod
46274 ____________________________________________________________________________
46275 [ 21381] By: rgs                                   on 2003/09/25  19:02:12
46276         Log: Add the perl581delta manpage.
46277              Regenerate the table of contents.
46278      Branch: perl
46279            + pod/perl581delta.pod
46280            ! MANIFEST pod.lst pod/perl.pod pod/perlhist.pod pod/perltoc.pod
46281            ! vms/descrip_mms.template win32/pod.mak
46282 ____________________________________________________________________________
46283 [ 21380] By: rgs                                   on 2003/09/25  18:36:45
46284         Log: Update perlhist.pod
46285      Branch: perl
46286            ! pod/perlhist.pod
46287 ____________________________________________________________________________
46288 [ 21372] By: gbarr                                 on 2003/09/25  07:35:24
46289         Log: Sync with libnet 1.17
46290      Branch: perl
46291            ! lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm
46292 ____________________________________________________________________________
46293 [ 21371] By: gbarr                                 on 2003/09/25  06:57:35
46294         Log: Update to Scalar-List-Utils 1.13
46295      Branch: perl
46296            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
46297            ! ext/List/Util/lib/List/Util.pm
46298            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t
46299 ____________________________________________________________________________
46300 [ 21370] By: jhi                                   on 2003/09/25  06:45:42
46301         Log: CPAN sites update.
46302      Branch: perl
46303            ! pod/perlmodlib.PL
46304 ____________________________________________________________________________
46305 [ 21369] By: jhi                                   on 2003/09/25  05:22:48
46306         Log: Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
46307              From: Greg Matheson <lang@ms.chinmin.edu.tw>
46308              Date: Wed, 24 Sep 2003 22:51:09 +0800
46309              Message-ID: <20030924225109.A17126@ms>
46310
46311              (Win98 + MinGW, a missing Win95.pm hunk)
46312      Branch: perl
46313            ! lib/ExtUtils/MM_Win95.pm
46314 ____________________________________________________________________________
46315 [ 21365] By: jhi                                   on 2003/09/25  04:44:05
46316         Log: AUTHORS tweak.
46317      Branch: perl
46318            ! AUTHORS
46319 ____________________________________________________________________________
46320 [ 21361] By: jhi                                   on 2003/09/24  17:40:42
46321         Log: Even though undefing SPACE and FORMAT should be safe,
46322              at this point I'm choosing to be paranoid and using
46323              #ifdef __Lynx__.
46324      Branch: perl
46325            ! perl.h
46326 ____________________________________________________________________________
46327 [ 21360] By: jhi                                   on 2003/09/24  17:30:07
46328         Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
46329              From: Olli Savia (via RT) <perlbug-followup@perl.org>
46330              Date: 24 Sep 2003 15:42:41 -0000
46331              Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
46332      Branch: perl
46333            ! mg.c perl.h perlio.c pp_sys.c
46334 ____________________________________________________________________________
46335 [ 21356] By: jhi                                   on 2003/09/24  08:27:52
46336         Log: Subject: [DOCPATCH] attributes.pm
46337              From: Elizabeth Mattijsen <liz@dijkmat.nl>
46338              Date: Wed, 24 Sep 2003 11:00:42 +0200
46339              Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
46340
46341              (reformatted a bit)
46342      Branch: perl
46343            ! lib/attributes.pm
46344 ____________________________________________________________________________
46345 [ 21354] By: jhi                                   on 2003/09/24  07:25:48
46346         Log: A fix from Graham for
46347              [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
46348              (seemingly a NV casting issue)
46349      Branch: perl
46350            ! ext/List/Util/Util.xs
46351 ____________________________________________________________________________
46352 [ 21353] By: jhi                                   on 2003/09/24  05:05:39
46353         Log: Someone actually reads the Makefile.PL messages, it seems.
46354              (from Jonathan Leffler)
46355      Branch: perl
46356            ! ext/Time/HiRes/Makefile.PL
46357 ____________________________________________________________________________
46358 [ 21351] By: jhi                                   on 2003/09/24  04:54:33
46359         Log: perliol tweaks.
46360      Branch: perl
46361            ! pod/perliol.pod
46362 ____________________________________________________________________________
46363 [ 21349] By: rgs                                   on 2003/09/23  22:09:57
46364         Log: The FAQ answer about POD comments was incorrect. [perl #23893]
46365              (plus a few typos.)
46366      Branch: perl
46367            ! pod/perlfaq7.pod pod/perlpodspec.pod
46368 ____________________________________________________________________________
46369 [ 21348] By: rgs                                   on 2003/09/23  21:56:50
46370         Log: Subject: [PATCH] perlvar
46371              From: Juerd <juerd@convolution.nl>
46372              Date: Sun, 21 Sep 2003 21:40:54 +0200
46373              Message-ID: <20030921194054.GD14702@c3.convolution.nl>
46374      Branch: perl
46375            ! pod/perlvar.pod
46376 ____________________________________________________________________________
46377 [ 21344] By: jhi                                   on 2003/09/23  19:33:45
46378         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
46379              From: grommel@sears.com
46380              Date: Tue, 23 Sep 2003 13:40:33 -0500
46381              Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
46382      Branch: perl
46383            ! hints/svr4.sh t/op/stat.t
46384 ____________________________________________________________________________
46385 [ 21343] By: jhi                                   on 2003/09/23  19:26:06
46386         Log: Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
46387              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
46388              Date: Tue, 23 Sep 2003 09:13:55 -0700
46389              Message-ID: <20030923161354.GA2432@efn.org>
46390      Branch: perl
46391            ! INSTALL
46392 ____________________________________________________________________________
46393 [ 21342] By: rgs                                   on 2003/09/23  19:12:58
46394         Log: Minor nit in a debug message of the tokenizer.
46395      Branch: perl
46396            ! toke.c
46397 ____________________________________________________________________________
46398 [ 21340] By: jhi                                   on 2003/09/23  12:33:53
46399         Log: Let's call it 2.34, already (from Johan).
46400      Branch: perl
46401            ! lib/Getopt/Long.pm
46402 ____________________________________________________________________________
46403 [ 21339] By: jhi                                   on 2003/09/23  12:31:08
46404         Log: Subject: Re: [PATCH] RC5 and Intel's ICC
46405              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
46406              Date: Tue, 23 Sep 2003 15:04:35 +0200
46407              Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
46408
46409              (add -we147 to ccflags if cc = ICC so that prototype
46410              detection works right)
46411      Branch: perl
46412            ! hints/linux.sh
46413 ____________________________________________________________________________
46414 [ 21338] By: jhi                                   on 2003/09/23  12:02:28
46415         Log: Bump the Encode version to 1.9801 since we are no more identical
46416              to the CPAN version.
46417      Branch: perl
46418            ! ext/Encode/Encode.pm
46419 ____________________________________________________________________________
46420 [ 21332] By: jhi                                   on 2003/09/23  09:17:32
46421         Log: ucmlintage.
46422      Branch: perl
46423            ! ext/Encode/ucm/gsm0338.ucm
46424 ____________________________________________________________________________
46425 [ 21331] By: jhi                                   on 2003/09/23  09:11:23
46426         Log: GSM 03.38 mapping in Encoding::Byte is incorrect
46427
46428              Fix as much as possible - the specification is still
46429              a bit unclear.
46430      Branch: perl
46431            + ext/Encode/t/gsm0338.t
46432            ! MANIFEST ext/Encode/MANIFEST
46433            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm
46434 ____________________________________________________________________________
46435 [ 21329] By: jhi                                   on 2003/09/23  06:10:28
46436         Log: Subject: [PATCH] Re: B::Deparse fails in pure_string()
46437              From: Stephen McCamant <smcc@MIT.EDU>
46438              Date: Mon, 22 Sep 2003 20:53:57 -0700
46439              Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU>
46440      Branch: perl
46441            ! ext/B/B/Deparse.pm
46442 ____________________________________________________________________________
46443 [ 21327] By: jhi                                   on 2003/09/23  04:51:15
46444         Log: Subject: [PATCH] RC5 and Intel's ICC
46445              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
46446              Date: Mon, 22 Sep 2003 22:52:40 +0200
46447              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
46448
46449              (the missing void return type)
46450      Branch: perl
46451            ! ext/threads/shared/shared.xs
46452 ____________________________________________________________________________
46453 [ 21326] By: jhi                                   on 2003/09/23  04:46:48
46454         Log: Subject: [PATCH] RC5 and Intel's ICC
46455              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
46456              Date: Mon, 22 Sep 2003 22:52:40 +0200
46457              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
46458
46459              (the attribute part)
46460      Branch: perl
46461            ! ext/Devel/PPPort/PPPort.pm perl.h
46462 ____________________________________________________________________________
46463 [ 21325] By: jhi                                   on 2003/09/23  04:43:29
46464         Log: Stray CRs noticed by Jan Dubois.
46465      Branch: perl
46466            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/t/MM_Win32.t
46467 ____________________________________________________________________________
46468 [ 21324] By: jhi                                   on 2003/09/23  04:40:19
46469         Log: The RCs have been missing CRs from certain files because
46470              not all shells can handle multiline arguments right.
46471      Branch: perl
46472            ! Porting/makerel
46473 ____________________________________________________________________________
46474 [ 21323] By: rgs                                   on 2003/09/22  20:31:19
46475         Log: When localising a magic value, propagate the readonly flag
46476              only if this scalar has \0 magic or has magic without a
46477              'set' method. (follows change #20479 for bug #23141.)
46478      Branch: perl
46479            ! scope.c t/op/local.t
46480 ____________________________________________________________________________
46481 [ 21319] By: jhi                                   on 2003/09/22  18:16:40
46482         Log: An error message need not be a novel.
46483      Branch: perl
46484            ! pod/perldiag.pod pp_hot.c
46485 ____________________________________________________________________________
46486 [ 21318] By: jhi                                   on 2003/09/22  17:45:23
46487         Log: Upgrade to Math::BigInt 1.66.
46488      Branch: perl
46489            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
46490            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
46491            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
46492            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
46493            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
46494 ____________________________________________________________________________
46495 [ 21311] By: jhi                                   on 2003/09/22  08:49:24
46496         Log: Some more perlio doc tweaks based on NI-S.
46497      Branch: perl
46498            ! pod/perliol.pod
46499 ____________________________________________________________________________
46500 [ 21305] By: jhi                                   on 2003/09/22  05:59:54
46501         Log: Upgrade to Time::HiRes 1.51.
46502      Branch: perl
46503            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
46504 ____________________________________________________________________________
46505 [ 21303] By: jhi                                   on 2003/09/22  04:37:21
46506         Log: Upgrade to Getopt::Long 2.33_03.
46507      Branch: perl
46508            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
46509 ____________________________________________________________________________
46510 [ 21302] By: jhi                                   on 2003/09/22  04:28:57
46511         Log: CPAN.pm 1.76_01 from Andreas.
46512      Branch: perl
46513            ! lib/CPAN.pm
46514 ____________________________________________________________________________
46515 [ 21299] By: jhi                                   on 2003/09/21  09:23:17
46516         Log: Regen toc.
46517      Branch: perl
46518            ! pod/perltoc.pod
46519 ____________________________________________________________________________
46520 [ 21298] By: jhi                                   on 2003/09/21  09:22:57
46521         Log: Handle also the curliffy files when tocing.
46522      Branch: perl
46523            ! pod/buildtoc
46524 ____________________________________________________________________________
46525 [ 21297] By: jhi                                   on 2003/09/21  08:50:22
46526         Log: Macrofy the compile/runtime test.
46527      Branch: perl
46528            ! cop.h gv.c perl.h pp_ctl.c regcomp.c sv.c utf8.c
46529 ____________________________________________________________________________
46530 [ 21296] By: jhi                                   on 2003/09/21  08:47:32
46531         Log: Tweak the section name to agree with the change #21295.
46532      Branch: perl
46533            ! lib/PerlIO.pm
46534 ____________________________________________________________________________
46535 [ 21295] By: jhi                                   on 2003/09/21  08:44:52
46536         Log: One obvious place to look for PerlIO implementations.
46537      Branch: perl
46538            ! pod/perliol.pod
46539 ____________________________________________________________________________
46540 [ 21294] By: jhi                                   on 2003/09/21  08:15:52
46541         Log: Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t
46542              From: Dave Mitchell <davem@fdgroup.com>
46543              Date: Fri, 19 Sep 2003 19:35:44 +0100
46544              Message-ID: <20030919183544.GA14563@fdgroup.com>
46545      Branch: perl
46546            ! pp_ctl.c
46547 ____________________________________________________________________________
46548 [ 21293] By: jhi                                   on 2003/09/21  08:13:58
46549         Log: More PerlIO documentation.
46550      Branch: perl
46551            ! lib/PerlIO.pm pod/perliol.pod
46552 ____________________________________________________________________________
46553 [ 21292] By: jhi                                   on 2003/09/20  18:44:07
46554         Log: Retract #21273, #21264, and #21263 as requested by Schwern.
46555              (The real bug was mp2 being too "friendly" with MM innards.)
46556      Branch: perl
46557            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
46558            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
46559 ____________________________________________________________________________
46560 [ 21291] By: jhi                                   on 2003/09/20  18:37:33
46561         Log: In FreeBSD allow one to try using Perl's malloc with threads.
46562      Branch: perl
46563            ! hints/freebsd.sh
46564 ____________________________________________________________________________
46565 [ 21290] By: rgs                                   on 2003/09/20  10:05:38
46566         Log: Missing perlfaq chunk.
46567      Branch: perl
46568            ! pod/perlfaq4.pod
46569 ____________________________________________________________________________
46570 [ 21289] By: rgs                                   on 2003/09/20  10:00:12
46571         Log: FAQ sync.
46572      Branch: perl
46573            ! pod/perlfaq4.pod
46574 ____________________________________________________________________________
46575 [ 21288] By: jhi                                   on 2003/09/19  14:49:20
46576         Log: Subject: typo fixo
46577              From: Vadim Konovalov <konovalo@mail.wplus.net>
46578              Date: Fri, 19 Sep 2003 06:32:08 +0400
46579              Message-ID: <4538131828.20030919063208@mail.wplus.net>
46580      Branch: perl
46581            ! pod/perlunicode.pod
46582 ____________________________________________________________________________
46583 [ 21286] By: jhi                                   on 2003/09/19  04:48:52
46584         Log: Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2
46585              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
46586              Date: Thu, 18 Sep 2003 19:01:06 -0700
46587              Message-ID: <20030919020106.GA22511@math.berkeley.edu>
46588      Branch: perl
46589            ! os2/os2.c
46590 ____________________________________________________________________________
46591 [ 21285] By: jhi                                   on 2003/09/19  04:46:39
46592         Log: Tests for change #21284.
46593      Branch: perl
46594            ! lib/dumpvar.t
46595 ____________________________________________________________________________
46596 [ 21284] By: jhi                                   on 2003/09/19  04:46:12
46597         Log: Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken
46598              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
46599              Date: Thu, 18 Sep 2003 18:58:59 -0700
46600              Message-ID: <20030919015858.GA22503@math.berkeley.edu>
46601      Branch: perl
46602            ! lib/dumpvar.pl
46603 ____________________________________________________________________________
46604 [ 21283] By: rgs                                   on 2003/09/18  21:29:23
46605         Log: Perlfaq nits from Iain Truskett.
46606              (from the perlfaq-workers list)
46607      Branch: perl
46608            ! pod/perlfaq2.pod pod/perlfaq4.pod pod/perlfaq8.pod
46609 ____________________________________________________________________________
46610 [ 21282] By: rgs                                   on 2003/09/18  21:10:26
46611         Log: Integrate a change from the perlfaq CVS.
46612              I consider the bleadperl version being more up-to-date as of now.
46613      Branch: perl
46614            ! pod/perlfaq3.pod
46615 ____________________________________________________________________________
46616 [ 21277] By: jhi                                   on 2003/09/18  19:23:22
46617         Log: Subject: [PATCH 5.8.1 @21211] -M -A -C broken
46618              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
46619              Date: Thu, 18 Sep 2003 11:02:02 -0700
46620              Message-ID: <20030918180202.GA21949@math.berkeley.edu>
46621
46622              (use stat.t instead of time.t)
46623      Branch: perl
46624            ! os2/os2ish.h pp_sys.c t/op/stat.t
46625 ____________________________________________________________________________
46626 [ 21276] By: jhi                                   on 2003/09/18  19:15:07
46627         Log: Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults
46628              From: Rick Delaney <rick.delaney@rogers.com>
46629              Date: Wed, 1 Jan 2003 22:54:59 -0500
46630              Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
46631
46632              (Pity the first patch fell through the cracks back then.
46633              Not that forbidding non-object copy constructors is the right
46634              thing to do but the bug could use fixing.)
46635      Branch: perl
46636            ! lib/overload.t pp.h
46637 ____________________________________________________________________________
46638 [ 21274] By: jhi                                   on 2003/09/18  10:59:58
46639         Log: Subject: [PATCH] small fix for Devel::PPPort
46640              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
46641              Date: Thu, 18 Sep 2003 10:14:58 +0200
46642              Message-id: <20030918081458.GA2653@ethan>
46643      Branch: perl
46644            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
46645 ____________________________________________________________________________
46646 [ 21273] By: jhi                                   on 2003/09/18  10:57:41
46647         Log: ld has many guises.
46648      Branch: perl
46649            ! lib/ExtUtils/t/MM_Unix.t
46650 ____________________________________________________________________________
46651 [ 21271] By: jhi                                   on 2003/09/18  08:05:28
46652         Log: Missed OS/2 patch hunk.
46653      Branch: perl
46654            ! os2/os2.c
46655 ____________________________________________________________________________
46656 [ 21270] By: jhi                                   on 2003/09/18  05:00:23
46657         Log: Subject: Patch for VMS::Filespec
46658              From: Ken Williams <ken@mathforum.org>
46659              Date: Wed, 17 Sep 2003 20:11:46 -0500
46660              Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
46661      Branch: perl
46662            ! vms/ext/Filespec.pm
46663 ____________________________________________________________________________
46664 [ 21268] By: jhi                                   on 2003/09/18  04:58:05
46665         Log: Subject: 5.8.1 warnings when long double == double
46666              From: Andy Dougherty <doughera@lafayette.edu>
46667              Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT)
46668              Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
46669              (the changed message)
46670      Branch: perl
46671            ! Configure
46672 ____________________________________________________________________________
46673 [ 21267] By: jhi                                   on 2003/09/18  04:54:16
46674         Log: Patch from Enache Adrian for the new tricks of gcc 3.4
46675              for "is this symbol defined" scanning of Configure.
46676      Branch: perl
46677            ! Configure
46678 ____________________________________________________________________________
46679 [ 21266] By: jhi                                   on 2003/09/18  04:29:55
46680         Log: Make it possible to override the mistrustnm hint in Solaris.
46681      Branch: perl
46682            ! hints/solaris_2.sh
46683 ____________________________________________________________________________
46684 [ 21264] By: jhi                                   on 2003/09/17  21:01:36
46685         Log: A potential fix for non-empty LD in Unix.
46686      Branch: perl
46687            ! lib/ExtUtils/t/MM_Unix.t
46688 ____________________________________________________________________________
46689 [ 21263] By: jhi                                   on 2003/09/17  14:09:50
46690         Log: Subject: RE: MM in maint@21251 breaks mp2
46691              From: "Orton, Yves" <yves.orton@de.mci.com>
46692              Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2>
46693              Date: Wed, 17 Sep 2003 15:47:35 +0100
46694      Branch: perl
46695            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
46696            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
46697 ____________________________________________________________________________
46698 [ 21261] By: jhi                                   on 2003/09/17  09:33:39
46699         Log: The AIX C product potentially consists of several packages,
46700              the main package being (hopefully) the first one.
46701      Branch: perl
46702            ! hints/aix.sh
46703 ____________________________________________________________________________
46704 [ 21260] By: jhi                                   on 2003/09/17  07:52:03
46705         Log: Fix Solaris ccversion not having the cc version.
46706      Branch: perl
46707            ! hints/solaris_2.sh
46708 ____________________________________________________________________________
46709 [ 21259] By: jhi                                   on 2003/09/17  06:02:19
46710         Log: Subject: [PATCH 5.8.1 @21211] OS/2 APIs again
46711              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
46712              Date: Tue, 16 Sep 2003 23:49:42 -0700
46713              Message-ID: <20030917064941.GA20444@math.berkeley.edu>
46714      Branch: perl
46715            ! os2/os2ish.h
46716 ____________________________________________________________________________
46717 [ 21258] By: jhi                                   on 2003/09/17  06:00:48
46718         Log: Subject: [PATCH 5.8.1 @21211] os2_process.t
46719              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
46720              Date: Tue, 16 Sep 2003 23:21:48 -0700
46721              Message-ID: <20030917062147.GA20400@math.berkeley.edu>
46722      Branch: perl
46723            ! os2/OS2/Process/t/os2_process.t
46724 ____________________________________________________________________________
46725 [ 21257] By: jhi                                   on 2003/09/17  03:53:46
46726         Log: Subject: [PATCH 5.8.1 @21211] magic.t
46727              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
46728              Date: Tue, 16 Sep 2003 19:17:57 -0700
46729              Message-ID: <20030917021757.GA20261@math.berkeley.edu>
46730      Branch: perl
46731            ! t/op/magic.t
46732 ____________________________________________________________________________
46733 [ 21253] By: jhi                                   on 2003/09/16  19:48:08
46734         Log: Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes
46735              From: Dave Mitchell <davem@fdgroup.com>
46736              Date: Tue, 16 Sep 2003 21:56:20 +0100
46737              Message-ID: <20030916205620.GB1246@fdgroup.com>
46738      Branch: perl
46739            ! pod/perlfunc.pod
46740 ____________________________________________________________________________
46741 [ 21249] By: jhi                                   on 2003/09/16  19:10:58
46742         Log: More suggested patches for NCR MP-RAS from Andy Dougherty.
46743      Branch: perl
46744            + ext/Time/HiRes/hints/svr4.pl
46745            ! MANIFEST ext/Sys/Syslog/t/syslog.t t/op/pack.t
46746 ____________________________________________________________________________
46747 [ 21247] By: jhi                                   on 2003/09/16  18:57:34
46748         Log: Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS
46749              From: Andy Dougherty <doughera@lafayette.edu>
46750              Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT)
46751              Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu>
46752      Branch: perl
46753            ! ext/POSIX/hints/svr4.pl hints/svr4.sh
46754 ____________________________________________________________________________
46755 [ 21245] By: jhi                                   on 2003/09/16  18:47:52
46756         Log: Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
46757              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
46758              Date: Wed, 4 Jun 2003 00:45:23 -0700
46759              Message-ID: <20030604074523.GA7148@math.berkeley.edu>
46760      Branch: perl
46761            ! lib/Getopt/Std.pm
46762 ____________________________________________________________________________
46763 [ 21243] By: jhi                                   on 2003/09/16  12:18:03
46764         Log: Give a concrete example of the still existing Unicode slowness.
46765      Branch: perl
46766            ! pod/perlunicode.pod
46767 ____________________________________________________________________________
46768 [ 21241] By: jhi                                   on 2003/09/16  06:38:45
46769         Log: Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
46770              use File::Spec 0.8 is unhappy.
46771      Branch: perl
46772            ! lib/File/Spec.pm
46773 ____________________________________________________________________________
46774 [ 21240] By: jhi                                   on 2003/09/16  06:34:35
46775         Log: The test is not needed, says Schwern.
46776      Branch: perl
46777            - lib/base/t/fields-560.t
46778            ! MANIFEST
46779 ____________________________________________________________________________
46780 [ 21239] By: jhi                                   on 2003/09/16  05:04:09
46781         Log: Upgrade to File::Spec 0.85_03.
46782      Branch: perl
46783            + lib/File/Spec/t/crossplatform.t
46784            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Mac.pm
46785            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
46786            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
46787            ! lib/File/Spec/t/Spec.t
46788 ____________________________________________________________________________
46789 [ 21238] By: jhi                                   on 2003/09/16  04:57:08
46790         Log: Upgrade to MakeMaker 6.17.
46791      Branch: perl
46792            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
46793            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
46794            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
46795            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
46796            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
46797            ! lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t
46798            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
46799            ! t/lib/MakeMaker/Test/Utils.pm
46800 ____________________________________________________________________________
46801 [ 21235] By: jhi                                   on 2003/09/16  04:35:34
46802         Log: Upgrade to base 2.03.
46803              (Rename the fields-5.6.0.t to have less d.o.t.s.)
46804      Branch: perl
46805            + lib/base/t/base.t lib/base/t/fields-560.t
46806            + lib/base/t/fields-base.t lib/base/t/fields.t
46807            - lib/fields-base.t lib/fields.t
46808            ! MANIFEST lib/base.pm lib/fields.pm
46809 ____________________________________________________________________________
46810 [ 21234] By: jhi                                   on 2003/09/15  19:17:03
46811         Log: Subject: Re: perl@21233 looks ok on VMS 7.3-1
46812              From: PPrymmer@factset.com
46813              Date: Mon, 15 Sep 2003 15:28:52 -0400
46814              Message-ID: <OF6F1E6CF4.9206F415-ON85256DA2.006A58F1-85256DA2.006B0330@factset.com>
46815      Branch: perl
46816            ! lib/Memoize/t/tie_sdbm.t
46817 ____________________________________________________________________________
46818 [ 21230] By: jhi                                   on 2003/09/14  17:46:52
46819         Log: Check the context of for/grep/map.
46820      Branch: perl
46821            ! t/op/grep.t
46822 ____________________________________________________________________________
46823 [ 21228] By: jhi                                   on 2003/09/14  13:40:23
46824         Log: For-non-perlio places we need STDOUT back.
46825      Branch: perl
46826            ! t/io/dup.t
46827 ____________________________________________________________________________
46828 [ 21227] By: jhi                                   on 2003/09/14  09:44:49
46829         Log: Also IRIX wants setlogsock('stream').
46830      Branch: perl
46831            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
46832 ____________________________________________________________________________
46833 [ 21224] By: jhi                                   on 2003/09/14  07:44:26
46834         Log: More portable reading.
46835      Branch: perl
46836            ! t/io/dup.t
46837 ____________________________________________________________________________
46838 [ 21222] By: jhi                                   on 2003/09/14  07:35:28
46839         Log: More dup testing.
46840      Branch: perl
46841            ! t/io/dup.t
46842 ____________________________________________________________________________
46843 [ 21220] By: jhi                                   on 2003/09/14  06:54:05
46844         Log: Use $Config{_exe}.
46845      Branch: perl
46846            ! t/run/switches.t
46847 ____________________________________________________________________________
46848 [ 21219] By: jhi                                   on 2003/09/14  06:46:26
46849         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
46850              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
46851              Date: Sat, 13 Sep 2003 20:20:30 -0700
46852              Message-ID: <20030914032030.GA17822@math.berkeley.edu>
46853      Branch: perl
46854            ! os2/os2.c t/run/switches.t
46855 ____________________________________________________________________________
46856 [ 21218] By: jhi                                   on 2003/09/14  06:45:13
46857         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
46858              From: Michael G Schwern <schwern@pobox.com>
46859              Date: Thu, 11 Sep 2003 15:07:10 -0700
46860              Message-ID: <20030911220710.GO18786@windhund.schwern.org>
46861
46862              (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
46863      Branch: perl
46864            ! lib/ExtUtils/t/Manifest.t
46865 ____________________________________________________________________________
46866 [ 21217] By: jhi                                   on 2003/09/14  06:42:12
46867         Log: Subject: [PATCH] PerlIO_tmpfile clean-up for VMS
46868              From: "Craig A. Berry" <craigberry@mac.com>
46869              Date: Sun, 14 Sep 2003 00:23:56 -0500
46870              Message-ID: <3F63FB6C.5040502@mac.com>
46871      Branch: perl
46872            ! perlio.c
46873 ____________________________________________________________________________
46874 [ 21214] By: jhi                                   on 2003/09/13  18:33:41
46875         Log: parse_version doesn't always succeed.
46876      Branch: perl
46877            ! Porting/cmpVERSION.pl
46878 ____________________________________________________________________________
46879 [ 21213] By: jhi                                   on 2003/09/13  18:31:41
46880         Log: pod changes, so change $VERSION.
46881      Branch: perl
46882            ! lib/Fatal.pm
46883 ____________________________________________________________________________
46884 [ 21210] By: jhi                                   on 2003/09/13  15:24:38
46885         Log: Subject: Re: unicode regex problem
46886              From: hv@crypt.org
46887              Date: Sat, 13 Sep 2003 15:21:34 +0100
46888              Message-Id: <200309131421.h8DELYx25894@zen.crypt.org>
46889      Branch: perl
46890            ! regcomp.c t/op/pat.t
46891 ____________________________________________________________________________
46892 [ 21209] By: jhi                                   on 2003/09/13  15:22:38
46893         Log: More PerlIO warnings changes.
46894      Branch: perl
46895            ! ext/PerlIO/t/fail.t t/lib/warnings/perlio
46896 ____________________________________________________________________________
46897 [ 21208] By: jhi                                   on 2003/09/13  11:15:40
46898         Log: The "perlio: " prefix looks a little odd
46899              in the few warning/error messages, since
46900              no other 'subsystems' have prefixes.
46901      Branch: perl
46902            ! perlio.c pod/perldiag.pod t/io/open.t
46903 ____________________________________________________________________________
46904 [ 21207] By: jhi                                   on 2003/09/13  10:37:30
46905         Log: Layer names were recognized by their prefixes
46906              (e.g. open(F, ":u", "file") worked...)
46907      Branch: perl
46908            ! perlio.c t/io/open.t
46909 ____________________________________________________________________________
46910 [ 21206] By: jhi                                   on 2003/09/13  10:10:46
46911         Log: Apparently at some point doing 3-arg open with
46912              illegal mode like ">>>" had stopped croaking.
46913      Branch: perl
46914            ! doio.c t/io/open.t
46915 ____________________________________________________________________________
46916 [ 21205] By: jhi                                   on 2003/09/13  08:42:10
46917         Log: Minuscule code cleanup.
46918      Branch: perl
46919            ! doio.c
46920 ____________________________________________________________________________
46921 [ 21204] By: jhi                                   on 2003/09/13  06:47:23
46922         Log: Subject: [perl #23788] int of a fraction errors
46923              From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
46924              Date: 11 Sep 2003 22:38:19 -0000
46925              Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
46926
46927              Add a separate faq entry for int().  (Yes, a bit redundant
46928              with the existing "why are my numbers broken" entry.)
46929      Branch: perl
46930            ! pod/perlfaq4.pod
46931 ____________________________________________________________________________
46932 [ 21203] By: jhi                                   on 2003/09/13  06:34:03
46933         Log: Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio
46934              From: Stas Bekman <stas@stason.org>
46935              Date: Fri, 12 Sep 2003 13:44:11 -0700
46936              Message-ID: <3F62301B.3080604@stason.org>
46937
46938              s/discipline/IO layer/, instead of "unknown" say "unavailable",
46939              and have the fuller explanation in perldiag.
46940      Branch: perl
46941            ! doio.c pod/perldiag.pod
46942 ____________________________________________________________________________
46943 [ 21202] By: jhi                                   on 2003/09/13  06:07:27
46944         Log: Make the new glob tests pass (well, skip) even with miniperl.
46945      Branch: perl
46946            ! t/run/fresh_perl.t
46947 ____________________________________________________________________________
46948 [ 21201] By: rgs                                   on 2003/09/12  21:41:04
46949         Log: Stringify the $VERSION of DynaLoader so it's never dependent
46950              on localized float-to-string conversions.
46951      Branch: perl
46952            ! ext/DynaLoader/DynaLoader_pm.PL
46953 ____________________________________________________________________________
46954 [ 21198] By: jhi                                   on 2003/09/12  17:59:25
46955         Log: It's UTF-8, not UTF8.  (Note: not s/UTF-8/UTF8/,
46956              since that would break a lot of code.)  Also few
46957              stray UTF16s, UTF32s, and "encoded in Unicode".
46958      Branch: perl
46959            ! doop.c hv.h pod/perl570delta.pod pod/perl58delta.pod
46960            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
46961            ! pod/perlhack.pod pod/perlpodspec.pod pod/perltoc.pod
46962            ! pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
46963            ! pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h utfebcdic.h
46964 ____________________________________________________________________________
46965 [ 21197] By: jhi                                   on 2003/09/12  17:24:17
46966         Log: The buildtoc now has options.
46967      Branch: perl
46968            ! pod/Makefile.SH
46969 ____________________________________________________________________________
46970 [ 21196] By: jhi                                   on 2003/09/12  14:33:16
46971         Log: Some more tweaks on open ...&=.
46972      Branch: perl
46973            ! pod/perlfunc.pod
46974 ____________________________________________________________________________
46975 [ 21194] By: jhi                                   on 2003/09/12  11:36:14
46976         Log: Slightly more documentation for open ...&=.
46977      Branch: perl
46978            ! pod/perlfunc.pod
46979 ____________________________________________________________________________
46980 [ 21193] By: jhi                                   on 2003/09/12  03:21:53
46981         Log: Document the new strict strict in strict.
46982      Branch: perl
46983            ! lib/strict.pm
46984 ____________________________________________________________________________
46985 [ 21191] By: jhi                                   on 2003/09/12  03:03:17
46986         Log: More comments for the FreeBSD threads hints.
46987      Branch: perl
46988            ! hints/freebsd.sh
46989 ____________________________________________________________________________
46990 [ 21188] By: jhi                                   on 2003/09/11  20:23:55
46991         Log: More refactoring of the FreeBSD threads hints.
46992              Basically, for fresh enough 5.x the -pthread is dropped,
46993              otherwise keep it, and no known FreeBSD release has
46994              a functional gethostbyaddr_r.
46995      Branch: perl
46996            ! hints/freebsd.sh
46997 ____________________________________________________________________________
46998 [ 21187] By: jhi                                   on 2003/09/11  20:12:00
46999         Log: Subject: [PATCH 5.8.1 @20218] OS/2 API
47000              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
47001              Date: Thu, 11 Sep 2003 09:15:04 -0700
47002              Message-ID: <20030911161504.GA16113@math.berkeley.edu>
47003      Branch: perl
47004            ! os2/OS2/Process/MANIFEST os2/OS2/Process/Process.pm
47005            ! os2/OS2/Process/Process.xs
47006 ____________________________________________________________________________
47007 [ 21186] By: jhi                                   on 2003/09/11  20:10:32
47008         Log: Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited
47009              From: "Brendan O'Dea" <bod@debian.org>
47010              Date: Fri, 12 Sep 2003 00:12:51 +1000
47011              Message-ID: <20030911141251.GA26907@londo.c47.org>
47012      Branch: perl
47013            ! perl.c
47014 ____________________________________________________________________________
47015 [ 21181] By: jhi                                   on 2003/09/11  08:25:13
47016         Log: The change of not needing -pthread in FreeBSD 5.x
47017              is very recent (Sep 3) (from Anton Berezin).
47018      Branch: perl
47019            ! hints/freebsd.sh
47020 ____________________________________________________________________________
47021 [ 21179] By: jhi                                   on 2003/09/11  06:13:12
47022         Log: Upgrade to Pod::Perldoc 3.10.
47023              (Yes, the doughera address change is wrong, but hardly worth 3.11.)
47024      Branch: perl
47025            ! lib/Pod/Perldoc.pm
47026 ____________________________________________________________________________
47027 [ 21176] By: jhi                                   on 2003/09/11  05:22:27
47028         Log: Upgrade to base 2.02.
47029      Branch: perl
47030            + lib/fields-base.t
47031            ! MANIFEST lib/base.pm lib/fields.t
47032 ____________________________________________________________________________
47033 [ 21174] By: jhi                                   on 2003/09/11  04:45:56
47034         Log: Replace #21158 with a better patch from Hugo
47035              (for [perl #23769]).
47036      Branch: perl
47037            ! regcomp.c regexec.c t/op/pat.t
47038 ____________________________________________________________________________
47039 [ 21173] By: jhi                                   on 2003/09/11  03:08:04
47040         Log: Subject: [PATCH][TESTS] dumpvar.pl
47041              From: Joe McMahon <mcmahon@metalab.unc.edu>
47042              Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT)
47043              Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu>
47044      Branch: perl
47045            ! lib/dumpvar.pl lib/dumpvar.t
47046 ____________________________________________________________________________
47047 [ 21172] By: jhi                                   on 2003/09/11  03:03:52
47048         Log: Enache still wants -pthread gone for FreeBSD 5.x
47049              since it doesn't work with the latest -current.
47050      Branch: perl
47051            ! hints/freebsd.sh
47052 ____________________________________________________________________________
47053 [ 21171] By: jhi                                   on 2003/09/11  02:58:29
47054         Log: Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags)
47055              From: Stas Bekman <stas@stason.org>
47056              Date: Thu, 28 Aug 2003 16:10:48 -0700
47057              Message-ID: <3F4E8BF8.1090800@stason.org>
47058      Branch: perl
47059            ! emacs/cperl-mode.el emacs/ptags
47060 ____________________________________________________________________________
47061 [ 21170] By: jhi                                   on 2003/09/11  02:56:50
47062         Log: Retract #21149, sez Schwern.
47063      Branch: perl
47064            ! lib/Test/More.pm
47065 ____________________________________________________________________________
47066 [ 21169] By: jhi                                   on 2003/09/11  02:55:49
47067         Log: Retract #21168 based on advice from Anton Berezin (added).
47068      Branch: perl
47069            ! hints/freebsd.sh
47070 ____________________________________________________________________________
47071 [ 21168] By: rgs                                   on 2003/09/10  21:43:40
47072         Log: Subject: nit to hints/freebsd.sh
47073              From: Enache Adrian <enache@rdslink.ro>
47074              Date: Wed, 10 Sep 2003 19:50:59 +0300
47075              Message-ID: <20030910165059.GB1321@ratsnest.hole>
47076      Branch: perl
47077            ! hints/freebsd.sh
47078 ____________________________________________________________________________
47079 [ 21167] By: rgs                                   on 2003/09/10  21:18:59
47080         Log: Subject: Re: [perl #15395] lexical warnings and inheritance
47081              From: Anno Siegel <Siegel@zrz.TU-Berlin.DE>
47082              Date: Sun, 31 Aug 2003 22:08:19 GMT
47083              Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE>
47084
47085              The test has been moved into warnings.pm's test suite. Note
47086              that this patch fixed as well the behaviour of warnings::enabled
47087              regarding lexical scoping and different files; hence the expected
47088              results in a few tests in /t/lib/warnings/9enabled has been
47089              reverted.
47090      Branch: perl
47091            ! lib/warnings.pm t/lib/warnings/9enabled warnings.pl
47092 ____________________________________________________________________________
47093 [ 21166] By: rgs                                   on 2003/09/10  19:36:30
47094         Log: Remove the warning in perlfaq about using map in void context :
47095              From: abigail@abigail.nl (Abigail)
47096              Subject: [PATCH perlfaq6] map in a void context.
47097              Date: Tue, 9 Sep 2003 10:31:58 +0200
47098              Message-ID: <20030909083158.GA24125@abigail.nl>
47099      Branch: perl
47100            ! pod/perlfaq6.pod
47101 ____________________________________________________________________________
47102 [ 21165] By: jhi                                   on 2003/09/10  16:48:52
47103         Log: Subject: [PATCH] AUTHORS
47104              From: enache@rdslink.ro (Enache Adrian)
47105              Date: Tue, 9 Sep 2003 19:34:05 +0300
47106              Message-ID: <20030909163405.GB1398@ratsnest.hole>
47107      Branch: perl
47108            ! AUTHORS
47109 ____________________________________________________________________________
47110 [ 21164] By: jhi                                   on 2003/09/10  15:38:51
47111         Log: Regen perlapi.
47112      Branch: perl
47113            ! pod/perlapi.pod
47114 ____________________________________________________________________________
47115 [ 21163] By: merijn                                on 2003/09/10  15:31:27
47116         Log: Subject: [perl #23778] hints/aix.sh
47117              Date: 10 Sep 2003 16:30:32 -0000
47118              From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
47119              Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
47120      Branch: perl
47121            ! hints/aix.sh
47122 ____________________________________________________________________________
47123 [ 21162] By: jhi                                   on 2003/09/10  15:21:43
47124         Log: blead version of #21161.
47125      Branch: perl
47126            ! pod/perlvar.pod
47127 ____________________________________________________________________________
47128 [ 21160] By: jhi                                   on 2003/09/10  15:11:59
47129         Log: Subject: Re: Decreasing VMS tests in File::Spec::VMS?
47130              From: PPrymmer@factset.com
47131              Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com>
47132              Date: Fri, 5 Sep 2003 17:46:48 -0400
47133      Branch: perl
47134            ! lib/File/Spec/t/Spec.t
47135 ____________________________________________________________________________
47136 [ 21159] By: jhi                                   on 2003/09/10  15:10:06
47137         Log: Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
47138              From: Kurt Starsinic <kstar@cpan.org>
47139              Date: Tue, 9 Sep 2003 23:16:00 -0400
47140              Message-ID: <20030910031600.GA30554@verizon.net>
47141
47142              Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
47143              From: "Brendan O'Dea" <bod@debian.org>
47144              Date: Wed, 10 Sep 2003 22:03:15 +1000
47145              Message-ID: <20030910120315.GA1372@londo.c47.org>
47146      Branch: perl
47147            ! t/lib/h2ph.pht utils/h2ph.PL
47148 ____________________________________________________________________________
47149 [ 21158] By: jhi                                   on 2003/09/10  09:31:24
47150         Log: Unicode regex broken on simple example
47151              regrepeat() did not work right for UTF-8(ed Latin-1)
47152              in the EXACT case, which made the \x{a0}+ fail.
47153      Branch: perl
47154            ! regexec.c t/op/pat.t
47155 ____________________________________________________________________________
47156 [ 21157] By: jhi                                   on 2003/09/10  08:15:54
47157         Log: Linenumbers for utf8 warnings were wrong, test also rcatline.
47158      Branch: perl
47159            ! pp_hot.c t/io/utf8.t
47160 ____________________________________________________________________________
47161 [ 21156] By: jhi                                   on 2003/09/10  08:05:13
47162         Log: Detypo and explain better.
47163      Branch: perl
47164            ! pod/perldiag.pod
47165 ____________________________________________________________________________
47166 [ 21155] By: jhi                                   on 2003/09/10  08:02:55
47167         Log: If doing rcatline no point rescanning each time
47168              the beginning of the SV for utf8 validity.
47169      Branch: perl
47170            ! pp_hot.c
47171 ____________________________________________________________________________
47172 [ 21154] By: jhi                                   on 2003/09/10  07:16:52
47173         Log: No utf8 warnings without use warnings.
47174      Branch: perl
47175            ! t/io/utf8.t
47176 ____________________________________________________________________________
47177 [ 21153] By: jhi                                   on 2003/09/10  06:57:16
47178         Log: Reading a latin1 file with open(... "<:utf8") will freeze
47179              is no more valid, the script doesn't freeze, but I noticed
47180              that neither does the <FILE> complain about bad UTF-8 as it
47181              should and as it does with :encoding(utf8).
47182      Branch: perl
47183            ! pp_hot.c t/io/utf8.t
47184 ____________________________________________________________________________
47185 [ 21152] By: jhi                                   on 2003/09/10  06:54:02
47186         Log: A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
47187              of Perl_utf8_is_string().
47188      Branch: perl
47189            ! embed.fnc embed.h global.sym proto.h utf8.c
47190 ____________________________________________________________________________
47191 [ 21151] By: jhi                                   on 2003/09/10  06:16:28
47192         Log: Document a PerlIO/Encode warning.
47193      Branch: perl
47194            ! pod/perldiag.pod
47195 ____________________________________________________________________________
47196 [ 21149] By: jhi                                   on 2003/09/09  17:22:42
47197         Log: Subject: Re: maint @ 21116
47198              From: Fergal Daly <fergal@esatclear.ie>
47199              Date: Tue, 9 Sep 2003 18:26:20 +0100
47200              Message-Id: <200309091826.20630.fergal@esatclear.ie>
47201
47202              (added warning)
47203      Branch: perl
47204            ! lib/Test/More.pm
47205 ____________________________________________________________________________
47206 [ 21146] By: jhi                                   on 2003/09/09  15:36:20
47207         Log: Adjust the test count.
47208      Branch: perl
47209            ! lib/Test/Simple/t/is_deeply.t
47210 ____________________________________________________________________________
47211 [ 21144] By: jhi                                   on 2003/09/09  15:03:58
47212         Log: AUTHORS update from Dave Mitchell.
47213      Branch: perl
47214            ! AUTHORS
47215 ____________________________________________________________________________
47216 [ 21143] By: jhi                                   on 2003/09/09  15:02:18
47217         Log: Retract #20548 and #20465.
47218      Branch: perl
47219            ! lib/Test/More.pm lib/Test/Simple/t/More.t
47220            ! lib/Test/Simple/t/is_deeply.t
47221 ____________________________________________________________________________
47222 [ 21141] By: jhi                                   on 2003/09/09  14:27:10
47223         Log: Subject: Re: maint @ 21116
47224              From: Enache Adrian <enache@rdslink.ro>
47225              Date: Tue, 9 Sep 2003 16:59:44 +0300
47226              Message-ID: <20030909135944.GA1666@ratsnest.hole>
47227      Branch: perl
47228            ! makedef.pl
47229 ____________________________________________________________________________
47230 [ 21140] By: jhi                                   on 2003/09/09  14:25:51
47231         Log: Retract #21132.
47232      Branch: perl
47233            ! makedef.pl perl.h
47234 ____________________________________________________________________________
47235 [ 21139] By: jhi                                   on 2003/09/09  11:55:33
47236         Log: Warn more about disclosing the hash seed, from Scott A. Crosby.
47237      Branch: perl
47238            ! lib/Hash/Util.pm pod/perlrun.pod
47239 ____________________________________________________________________________
47240 [ 21137] By: jhi                                   on 2003/09/09  09:50:13
47241         Log: Subject: =encoding in perlpod/perlpodspec
47242              From: sburke@cpan.org (Sean M. Burke)
47243              Date: Sun, 07 Sep 2003 03:08:28 -0800
47244              Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com>
47245      Branch: perl
47246            ! pod/perlpod.pod pod/perlpodspec.pod
47247 ____________________________________________________________________________
47248 [ 21136] By: jhi                                   on 2003/09/09  09:46:01
47249         Log: One more chance... Elizabeth's change #21107 plus
47250              Subject: Re: [PATCH] warnings.pl: each thread 10K smaller
47251              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
47252              Date: Tue, 9 Sep 2003 01:44:24 +0200
47253              Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr>
47254      Branch: perl
47255            ! lib/warnings.pm toke.c warnings.pl
47256 ____________________________________________________________________________
47257 [ 21135] By: jhi                                   on 2003/09/09  09:35:48
47258         Log: One more test count tweak.
47259      Branch: perl
47260            ! t/op/grep.t
47261 ____________________________________________________________________________
47262 [ 21132] By: jhi                                   on 2003/09/09  07:57:20
47263         Log: Subject: Re: maint @ 21116
47264              From: Steve Hay <steve.hay@uk.radan.com>
47265              Date: Tue, 09 Sep 2003 09:49:07 +0100
47266              Message-ID: <3F5D9403.3040004@uk.radan.com>
47267      Branch: perl
47268            ! makedef.pl perl.h
47269 ____________________________________________________________________________
47270 [ 21131] By: jhi                                   on 2003/09/09  07:54:52
47271         Log: Subject: Re: [PATCH] honoring void context for map(), return from sub end test
47272              From: david nicol <whatever@davidnicol.com>
47273              Date: 08 Sep 2003 23:39:32 -0500
47274              Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
47275
47276              (a testcase)
47277      Branch: perl
47278            ! t/op/grep.t
47279 ____________________________________________________________________________
47280 [ 21128] By: jhi                                   on 2003/09/09  07:08:15
47281         Log: Ooops, perlio into scalars was already history for this test...
47282      Branch: perl
47283            ! lib/dumpvar.t
47284 ____________________________________________________________________________
47285 [ 21127] By: jhi                                   on 2003/09/09  07:06:26
47286         Log: Cannot do perlio into scalars without perlio.
47287      Branch: perl
47288            ! lib/dumpvar.t
47289 ____________________________________________________________________________
47290 [ 21126] By: jhi                                   on 2003/09/09  07:04:53
47291         Log: I claim that the debugger is untestable until proven otherwise.
47292      Branch: perl
47293            - lib/perl5db/de0.t
47294            ! MANIFEST
47295 ____________________________________________________________________________
47296 [ 21124] By: jhi                                   on 2003/09/09  06:59:52
47297         Log: In trying to save space, the warnings.pl change (#21107)
47298              pulled in attributes.pm... and the change didn't seem to
47299              be that well tested with different configurations.
47300              Retract #21119, #21117, #21107.
47301      Branch: perl
47302            ! ext/B/t/stash.t lib/warnings.pm warnings.pl
47303 ____________________________________________________________________________
47304 [ 21122] By: jhi                                   on 2003/09/09  06:28:31
47305         Log: Really do #21121.
47306      Branch: perl
47307            ! MANIFEST
47308 ____________________________________________________________________________
47309 [ 21121] By: jhi                                   on 2003/09/09  05:56:52
47310         Log: There's no particular reason to have the dumpvar.t
47311              in lib/perl5db/.
47312      Branch: perl
47313            + lib/dumpvar.t
47314            - lib/perl5db/dumpvar.t
47315            ! MANIFEST
47316 ____________________________________________________________________________
47317 [ 21119] By: jhi                                   on 2003/09/09  05:46:02
47318         Log: strict stash seems to have gone, too.
47319      Branch: perl
47320            ! ext/B/t/stash.t
47321 ____________________________________________________________________________
47322 [ 21117] By: rgs                                   on 2003/09/08  22:26:36
47323         Log: Loading warnings.pm now loads attributes.pm that loads strict.pm.
47324              (due to #21107 apparently.) Adjust this test accordingly.
47325      Branch: perl
47326            ! ext/B/t/stash.t
47327 ____________________________________________________________________________
47328 [ 21113] By: jhi                                   on 2003/09/08  21:10:53
47329         Log: Subject: [PATCH] silence 1 compiler warning
47330              From: Nicholas Clark <nick@ccl4.org>
47331              Date: Mon, 8 Sep 2003 23:04:45 +0100
47332              Message-ID: <20030908230445.E30881@plum.flirble.org>
47333      Branch: perl
47334            ! universal.c
47335 ____________________________________________________________________________
47336 [ 21112] By: jhi                                   on 2003/09/08  21:09:34
47337         Log: Retract #21096, mostly: I had misexplained the situation
47338              to Scott A. Crosby.  Seeing the seed value while not good
47339              for the ultimate paranoia viewpoint is not that bad, as long
47340              as the users are fully aware of the dangers of disclosing
47341              the hash seed.     So hash_seed() is okay.
47342
47343              Being able to see the hash values (as in Java) would
47344              be another option, but dubious: it's not that per-key
47345              hash values themselves are bad to allow scripts to see,
47346              but rather that hash values are just as sensitive (from
47347              the DoSing viewpoint) as the hash seed itself (and there
47348              usually more hash values than the one hash seed....)
47349      Branch: perl
47350            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
47351 ____________________________________________________________________________
47352 [ 21110] By: jhi                                   on 2003/09/08  20:59:04
47353         Log: Urk.  unique, not shared.
47354      Branch: perl
47355            ! configpm
47356 ____________________________________________________________________________
47357 [ 21109] By: jhi                                   on 2003/09/08  20:57:25
47358         Log: Subject: [PATCH] configpm: about 1.5K less per thread
47359              From: Elizabeth Mattijsen <liz@dijkmat.nl>
47360              Date: Mon, 8 Sep 2003 23:58:34 +0200
47361              Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>
47362      Branch: perl
47363            ! configpm
47364 ____________________________________________________________________________
47365 [ 21107] By: jhi                                   on 2003/09/08  20:45:38
47366         Log: Subject: [PATCH] warnings.pl: each thread 10K smaller
47367              From: Elizabeth Mattijsen <liz@dijkmat.nl>
47368              Date: Mon, 8 Sep 2003 22:22:38 +0200
47369              Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>
47370      Branch: perl
47371            ! lib/warnings.pm warnings.pl
47372 ____________________________________________________________________________
47373 [ 21106] By: rgs                                   on 2003/09/08  20:45:03
47374         Log: A version of change #21073 that works.
47375      Branch: perl
47376            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
47377 ____________________________________________________________________________
47378 [ 21105] By: jhi                                   on 2003/09/08  20:44:22
47379         Log: Regen perlapi.
47380      Branch: perl
47381            ! pod/perlapi.pod
47382 ____________________________________________________________________________
47383 [ 21103] By: jhi                                   on 2003/09/08  20:18:56
47384         Log: Radu Greab is my hero (the recent cygwin getpw*->pw_comment
47385              being a bad pointer is apparently a known cygwin bug).     The
47386              cure is to initialize the field.
47387      Branch: perl
47388            ! pp_sys.c
47389 ____________________________________________________________________________
47390 [ 21100] By: jhi                                   on 2003/09/08  19:38:39
47391         Log: Bad export.
47392      Branch: perl
47393            ! lib/Hash/Util.t
47394 ____________________________________________________________________________
47395 [ 21098] By: jhi                                   on 2003/09/08  19:06:09
47396         Log: The IPC::Open3 is just too unreliable for this task.
47397      Branch: perl
47398            ! lib/perl5db/de0.t
47399 ____________________________________________________________________________
47400 [ 21097] By: jhi                                   on 2003/09/08  18:42:43
47401         Log: Try to make the de0.t test more robust.
47402              The test is so flakey (too many external things influencing
47403              the result) that I'm likely to leave it out from the maint.
47404      Branch: perl
47405            ! lib/perl5db/de0.t
47406 ____________________________________________________________________________
47407 [ 21096] By: jhi                                   on 2003/09/08  17:58:19
47408         Log: Scott A. Crosby believes in not disclosing
47409              any more information than necessary: therefore
47410              instead of hash_seed() we have now hashes_random().
47411      Branch: perl
47412            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
47413 ____________________________________________________________________________
47414 [ 21095] By: jhi                                   on 2003/09/08  17:36:50
47415         Log: Mac OS X "last resort" recipe.
47416      Branch: perl
47417            ! README.macosx
47418 ____________________________________________________________________________
47419 [ 21094] By: jhi                                   on 2003/09/08  16:50:55
47420         Log: Subject: [patch] AUTHORS
47421              From: Juerd <juerd@cpan.org>
47422              Date: Mon, 8 Sep 2003 08:42:13 +0200
47423              Message-ID: <20030908064213.GC23461@c3.convolution.nl>
47424      Branch: perl
47425            ! AUTHORS
47426 ____________________________________________________________________________
47427 [ 21093] By: jhi                                   on 2003/09/08  15:47:14
47428         Log: Slightly more intelligent paranoia.
47429      Branch: perl
47430            ! pod/perldiag.pod util.c
47431 ____________________________________________________________________________
47432 [ 21090] By: jhi                                   on 2003/09/08  14:07:03
47433         Log: Win32 is playing to hard to get but I do not have
47434              time to chase it, so restore #21072, more or less.
47435              I think testing the debugger in UNIX-like places
47436              is enough, no need to go into painful contortions
47437              trying to "portably" run interactive programs like
47438              the debugger.
47439      Branch: perl
47440            ! lib/perl5db/de0.t
47441 ____________________________________________________________________________
47442 [ 21088] By: jhi                                   on 2003/09/08  12:50:15
47443         Log: 5.8.1 was mistakenly redefining PL_sv_placeholder.
47444      Branch: perl
47445            ! ext/Storable/Storable.xs
47446 ____________________________________________________________________________
47447 [ 21087] By: jhi                                   on 2003/09/08  12:34:37
47448         Log: Add Hash::Util::hash_seed() which answers among
47449              other things the question whether our hashes are
47450              "randomised".  (They always were...)
47451      Branch: perl
47452            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
47453 ____________________________________________________________________________
47454 [ 21086] By: jhi                                   on 2003/09/08  12:22:03
47455         Log: XSRETURN_UV was missing.
47456      Branch: perl
47457            ! XSUB.h
47458 ____________________________________________________________________________
47459 [ 21085] By: jhi                                   on 2003/09/08  12:15:23
47460         Log: Superparanoia.
47461      Branch: perl
47462            ! util.c
47463 ____________________________________________________________________________
47464 [ 21084] By: ams                                   on 2003/09/08  11:44:25
47465         Log: Clean up pp_readdir() somewhat.
47466      Branch: perl
47467            ! pp_sys.c
47468 ____________________________________________________________________________
47469 [ 21082] By: jhi                                   on 2003/09/08  11:32:46
47470         Log: The #21073 broke ext/B/t/o.t, retracting the #21073.
47471      Branch: perl
47472            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
47473 ____________________________________________________________________________
47474 [ 21080] By: jhi                                   on 2003/09/08  09:52:40
47475         Log: In Win32 IPC::Open3 + IO::Select does not work that well
47476              so mostly undo the change #21072 and revert back to using
47477              a temp file.
47478      Branch: perl
47479            ! lib/perl5db/de0.t
47480 ____________________________________________________________________________
47481 [ 21078] By: jhi                                   on 2003/09/08  09:10:47
47482         Log: In Win32 the cmd.exe console output doesn't seem to
47483              be catchable using the in-memory I/O + select trick,
47484              so use tie-STDOUT trick instead.
47485      Branch: perl
47486            ! lib/perl5db/dumpvar.t
47487 ____________________________________________________________________________
47488 [ 21077] By: jhi                                   on 2003/09/08  09:03:13
47489         Log: Move Config test.
47490      Branch: perl
47491            ! lib/perl5db/de0.t
47492 ____________________________________________________________________________
47493 [ 21076] By: jhi                                   on 2003/09/08  08:50:27
47494         Log: Let's require fork for this test.
47495      Branch: perl
47496            ! lib/perl5db/de0.t
47497 ____________________________________________________________________________
47498 [ 21074] By: jhi                                   on 2003/09/08  08:09:27
47499         Log: Subject: [PATCH] call_(pv|etc.) for Devel::PPPort
47500              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
47501              Date: Mon, 08 Sep 2003 08:56:09 +0200
47502              Message-id: <20030908065609.GA1260@ethan>
47503      Branch: perl
47504            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
47505            ! ext/Devel/PPPort/t/test.t
47506 ____________________________________________________________________________
47507 [ 21073] By: jhi                                   on 2003/09/08  08:07:55
47508         Log: Subject: Re: one nit to fix [PATCH]
47509              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
47510              Date: Mon, 8 Sep 2003 10:19:08 +0200
47511              Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>
47512      Branch: perl
47513            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
47514 ____________________________________________________________________________
47515 [ 21072] By: jhi                                   on 2003/09/08  08:04:53
47516         Log: Subject: Re: [PATCH] Test skeleton for debugger commands
47517              From: Andreas J Koenig <andreas.koenig@anima.de>
47518              Date: Mon, 08 Sep 2003 10:48:27 +0200
47519              Message-ID: <87llszis2s.fsf@franz.ak.mind.de>
47520      Branch: perl
47521            ! lib/perl5db/de0.t
47522 ____________________________________________________________________________
47523 [ 21071] By: jhi                                   on 2003/09/08  06:46:00
47524         Log: de0.t: use Test::More, add some tests.
47525      Branch: perl
47526            ! lib/perl5db/de0.t
47527 ____________________________________________________________________________
47528 [ 21070] By: jhi                                   on 2003/09/08  06:31:39
47529         Log: More dumpvar testing.
47530      Branch: perl
47531            ! lib/perl5db/dumpvar.t
47532 ____________________________________________________________________________
47533 [ 21069] By: jhi                                   on 2003/09/08  05:34:03
47534         Log: An empty test.
47535      Branch: perl
47536            ! lib/perl5db/dumpvar.t
47537 ____________________________________________________________________________
47538 [ 21068] By: jhi                                   on 2003/09/08  05:21:21
47539         Log: dumpvar.t: use Test::More;
47540      Branch: perl
47541            ! lib/perl5db/dumpvar.t
47542 ____________________________________________________________________________
47543 [ 21067] By: jhi                                   on 2003/09/08  05:11:46
47544         Log: Cleanup PerlIO::scalar documentation a bit.
47545      Branch: perl
47546            ! ext/PerlIO/scalar/scalar.pm
47547 ____________________________________________________________________________
47548 [ 21066] By: jhi                                   on 2003/09/08  04:49:28
47549         Log: The in-memory files require PerlIO::scalar.
47550      Branch: perl
47551            ! lib/perl5db/dumpvar.t
47552 ____________________________________________________________________________
47553 [ 21065] By: rgs                                   on 2003/09/07  21:17:23
47554         Log: Subject: [PATCH] Test skeleton for debugger commands
47555              From: Andreas J Koenig <andreas.koenig@anima.de>
47556              Date: Sun, 07 Sep 2003 18:51:56 +0200
47557              Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
47558              With minor adjustments
47559      Branch: perl
47560            + lib/perl5db/de0.t lib/perl5db/dumpvar.t
47561            ! MANIFEST
47562 ____________________________________________________________________________
47563 [ 21064] By: rgs                                   on 2003/09/07  19:12:05
47564         Log: Upgrade to Unicode::Collate 0.28
47565      Branch: perl
47566            + lib/Unicode/Collate/t/contract.t
47567            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
47568            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
47569 ____________________________________________________________________________
47570 [ 21063] By: rgs                                   on 2003/09/07  18:25:23
47571         Log: Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
47572              From: Dave Mitchell <davem@fdgroup.com>
47573              Date: Sun, 7 Sep 2003 19:14:44 +0100
47574              Message-ID: <20030907181444.GA7058@fdgroup.com>
47575      Branch: perl
47576            ! ext/Opcode/Safe.pm
47577 ____________________________________________________________________________
47578 [ 21062] By: rgs                                   on 2003/09/07  12:44:33
47579         Log: Subject: [PATCH] honoring void context for map()
47580              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
47581              Date: Thu, 04 Sep 2003 11:13:41 +0200
47582              Message-id: <20030904091341.GA30655@ethan>
47583      Branch: perl
47584            ! pp_ctl.c
47585 ____________________________________________________________________________
47586 [ 21061] By: jhi                                   on 2003/09/07  07:04:53
47587         Log: Retract #21010.
47588      Branch: perl
47589            ! lib/dumpvar.pl
47590 ____________________________________________________________________________
47591 [ 21060] By: rgs                                   on 2003/09/06  21:30:10
47592         Log: Minor doc style nits in XSLoader.
47593      Branch: perl
47594            ! ext/DynaLoader/XSLoader_pm.PL
47595 ____________________________________________________________________________
47596 [ 21058] By: jhi                                   on 2003/09/06  19:57:46
47597         Log: Vanity patch.
47598      Branch: perl
47599            ! AUTHORS
47600 ____________________________________________________________________________
47601 [ 21057] By: jhi                                   on 2003/09/06  19:56:53
47602         Log: Updated Sharp Zaurus cross-compilation from Redvers Davies.
47603      Branch: perl
47604            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/TODO
47605            ! Cross/config.sh-arm-linux Cross/generate_config_sh
47606            ! Cross/installperl.patch
47607 ____________________________________________________________________________
47608 [ 21056] By: rgs                                   on 2003/09/06  19:03:41
47609         Log: Email nits in Fatal.pm [perl #23724].
47610      Branch: perl
47611            ! lib/Fatal.pm
47612 ____________________________________________________________________________
47613 [ 21052] By: jhi                                   on 2003/09/05  20:34:15
47614         Log: Musty corners of Syslog.pm.
47615      Branch: perl
47616            ! ext/Sys/Syslog/Syslog.pm
47617 ____________________________________________________________________________
47618 [ 21051] By: ams                                   on 2003/09/05  18:43:46
47619         Log: 1. Work around the bug fixed by #20587 (because it's in 5.8.0).
47620              2. Compensate for PL_sv_placeholder <= 5.8.1.
47621              3. Clean up non-backwards-compatible tests.
47622              4. Prepare for the 2.08 CPAN release.
47623      Branch: perl
47624            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
47625            ! ext/Storable/t/freeze.t ext/Storable/t/malice.t
47626            ! ext/Storable/t/utf8hash.t
47627 ____________________________________________________________________________
47628 [ 21048] By: jhi                                   on 2003/09/05  13:53:23
47629         Log: One more known tie problem.
47630      Branch: perl
47631            ! pod/perltie.pod
47632 ____________________________________________________________________________
47633 [ 21047] By: jhi                                   on 2003/09/05  13:46:35
47634         Log: Subject: [PATCH] threads/shared.pm: saves 4K per thread
47635              Date: Fri, 5 Sep 2003 14:46:00 +0200
47636              Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
47637              From: Elizabeth Mattijsen <liz@dijkmat.nl>
47638      Branch: perl
47639            ! ext/threads/shared/shared.pm
47640 ____________________________________________________________________________
47641 [ 21046] By: jhi                                   on 2003/09/05  13:44:30
47642         Log: Subject: versions threads modules
47643              From: Elizabeth Mattijsen <liz@dijkmat.nl>
47644              Date: Fri, 5 Sep 2003 12:22:52 +0200
47645              Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>
47646      Branch: perl
47647            ! ext/threads/shared/shared.pm
47648 ____________________________________________________________________________
47649 [ 21045] By: jhi                                   on 2003/09/05  13:43:36
47650         Log: More suidperl path disclosure plugging:
47651              the #9813 didn't do enough.  See either of
47652              http://rt.perl.org/rt2/Ticket/Display.html?id=6511
47653              http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
47654      Branch: perl
47655            ! perl.c pod/perldiag.pod
47656 ____________________________________________________________________________
47657 [ 21044] By: jhi                                   on 2003/09/05  13:09:54
47658         Log: FreeBSD hints updates from Anton Berezin.
47659      Branch: perl
47660            ! hints/freebsd.sh
47661 ____________________________________________________________________________
47662 [ 21043] By: merijn                                on 2003/09/05  11:18:20
47663         Log: Changed conflicting diff options
47664      Branch: perl
47665            ! patchlevel.h
47666 ____________________________________________________________________________
47667 [ 21042] By: jhi                                   on 2003/09/05  06:47:43
47668         Log: Acknowledge some known tie bugs.
47669      Branch: perl
47670            ! pod/perltie.pod
47671 ____________________________________________________________________________
47672 [ 21041] By: merijn                                on 2003/09/05  04:50:44
47673         Log: Subject: [PATCH] Remove dublicated entry in AUTHORS
47674              From: Ilya Martynov <ilya@martynov.org>
47675              Date: Fri, 05 Sep 2003 00:49:57 +0400
47676              Message-ID: <8765k8uvm2.fsf@abra.ru>
47677      Branch: perl
47678            ! AUTHORS
47679 ____________________________________________________________________________
47680 [ 21040] By: jhi                                   on 2003/09/05  04:36:48
47681         Log: code example error in "perlopentut"
47682      Branch: perl
47683            ! pod/perlopentut.pod
47684 ____________________________________________________________________________
47685 [ 21039] By: jhi                                   on 2003/09/05  04:13:17
47686         Log: Another seemingly fixed (un)tie bug,
47687              [perl ##22297] cannot untie scalar from within tied FETCH
47688      Branch: perl
47689            ! t/op/tie.t
47690 ____________________________________________________________________________
47691 [ 21036] By: jhi                                   on 2003/09/04  19:34:26
47692         Log: Subject: Re: [PATCH] Data::Dumper 2.121
47693              From: Ilya Martynov <ilya@martynov.org>
47694              Date: Fri, 05 Sep 2003 00:33:46 +0400
47695              Message-ID: <87ad9kuwd1.fsf@abra.ru>
47696      Branch: perl
47697            ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
47698            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
47699            ! ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t
47700 ____________________________________________________________________________
47701 [ 21033] By: jhi                                   on 2003/09/04  18:52:29
47702         Log: I think once is enough.
47703      Branch: perl
47704            ! configure.gnu
47705 ____________________________________________________________________________
47706 [ 21032] By: jhi                                   on 2003/09/04  17:30:28
47707         Log: Subject: [PATCH] Re: [PATCH] Re: ByteLoader and MSWin32
47708              From: Enache Adrian <enache@rdslink.ro>
47709              Date: Thu, 4 Sep 2003 20:09:06 +0300
47710              Message-ID: <20030904170906.GA1235@ratsnest.hole>
47711      Branch: perl
47712            ! bytecode.pl ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
47713            ! ext/ByteLoader/byterun.c
47714 ____________________________________________________________________________
47715 [ 21031] By: jhi                                   on 2003/09/04  17:27:58
47716         Log: Subject: [PATCH] perlreftut: change distribution conditions
47717              From: "Brendan O'Dea" <bod@debian.org>
47718              Date: Thu, 4 Sep 2003 02:28:49 +1000
47719              Message-ID: <20030903162849.GA9675@londo.c47.org>
47720      Branch: perl
47721            ! pod/perlreftut.pod
47722 ____________________________________________________________________________
47723 [ 21030] By: jhi                                   on 2003/09/04  17:26:48
47724         Log: Subject: Re: "vendor" patch pickup
47725              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
47726              Date: Thu, 4 Sep 2003 19:47:55 +0200
47727              Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
47728
47729              (Gentoo: take Marcus' version of the __THROW patch and
47730              even further #ifdef-protect it with __GLIBC__.)
47731      Branch: perl
47732            ! perl.h
47733 ____________________________________________________________________________
47734 [ 21029] By: jhi                                   on 2003/09/04  16:01:26
47735         Log: Tiny perlcc tweaks.
47736      Branch: perl
47737            ! utils/perlcc.PL
47738 ____________________________________________________________________________
47739 [ 21028] By: jhi                                   on 2003/09/04  15:10:48
47740         Log: A SuSE patchlet for perlcc -c to avoid
47741              "Modification of a read-only value attempted at ... C.pm"
47742      Branch: perl
47743            ! ext/B/B/C.pm
47744 ____________________________________________________________________________
47745 [ 21027] By: jhi                                   on 2003/09/04  08:54:40
47746         Log: AUTHORS updates.
47747      Branch: perl
47748            ! AUTHORS
47749 ____________________________________________________________________________
47750 [ 21025] By: jhi                                   on 2003/09/03  20:27:56
47751         Log: Upgrade to Math::BigInt pre-rel 1.66 as of
47752              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
47753              (the tar.gz link doesn't have 'v1.66', it has '1.66')
47754              so that the smoke builds can start chewing it.
47755      Branch: perl
47756            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
47757            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
47758            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
47759            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
47760            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbf.t
47761            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
47762 ____________________________________________________________________________
47763 [ 21022] By: jhi                                   on 2003/09/03  16:42:24
47764         Log: Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
47765              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
47766              Date: Wed, 3 Sep 2003 19:20:20 +0200
47767              Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>
47768      Branch: perl
47769            ! Porting/valgrindpp.pl
47770 ____________________________________________________________________________
47771 [ 21019] By: jhi                                   on 2003/09/03  15:51:35
47772         Log: Also indicate the Unicode level here.
47773              (The last date is non-committal :-)
47774      Branch: perl
47775            ! pod/perlunicode.pod
47776 ____________________________________________________________________________
47777 [ 21018] By: jhi                                   on 2003/09/03  12:08:23
47778         Log: Avoid lvalue casts, from Enache.
47779      Branch: perl
47780            ! ext/ByteLoader/bytecode.h op.h
47781 ____________________________________________________________________________
47782 [ 21017] By: jhi                                   on 2003/09/03  08:23:39
47783         Log: Bump up the VERSION.
47784      Branch: perl
47785            ! lib/bytes.pm
47786 ____________________________________________________________________________
47787 [ 21016] By: jhi                                   on 2003/09/03  08:22:48
47788         Log: Add, document, and test bytes::substr, index, rindex, chr,
47789              document bytes::ord.
47790      Branch: perl
47791            ! lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl
47792 ____________________________________________________________________________
47793 [ 21014] By: jhi                                   on 2003/09/03  06:16:24
47794         Log: Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test
47795              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
47796              Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
47797              Message-ID: <29644.1062572245@www50.gmx.net>
47798
47799              The other half of #20930 should be still good.
47800      Branch: perl
47801            ! op.c
47802 ____________________________________________________________________________
47803 [ 21013] By: jhi                                   on 2003/09/03  06:15:09
47804         Log: use IO; is deprecated.
47805      Branch: perl
47806            ! ext/threads/t/join.t
47807 ____________________________________________________________________________
47808 [ 21012] By: jhi                                   on 2003/09/03  05:28:50
47809         Log: Upgrade to base 2.01 from CPAN.
47810      Branch: perl
47811            ! lib/base.pm lib/fields.pm
47812 ____________________________________________________________________________
47813 [ 21011] By: jhi                                   on 2003/09/03  05:08:29
47814         Log: Changing the test count is a good idea.
47815      Branch: perl
47816            ! ext/threads/t/join.t
47817 ____________________________________________________________________________
47818 [ 21010] By: jhi                                   on 2003/09/03  04:59:38
47819         Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object
47820              From: Joe McMahon <mcmahon@ibiblio.org>
47821              Date: Tue, 2 Sep 2003 18:02:14 -0400
47822              Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
47823      Branch: perl
47824            ! lib/dumpvar.pl
47825 ____________________________________________________________________________
47826 [ 21009] By: jhi                                   on 2003/09/03  04:48:40
47827         Log: Subject: Re: maint@20974 or before broke mp2 ithreads test
47828              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
47829              Date: Wed, 3 Sep 2003 06:07:54 +0200
47830              Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
47831      Branch: perl
47832            ! ext/threads/t/join.t
47833 ____________________________________________________________________________
47834 [ 21008] By: jhi                                   on 2003/09/03  04:31:35
47835         Log: VMS does not have quite UNIX glob semantics.
47836      Branch: perl
47837            ! t/run/fresh_perl.t
47838 ____________________________________________________________________________
47839 [ 21007] By: rgs                                   on 2003/09/02  21:21:27
47840         Log: Subject: some method calls not autoloaded
47841              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
47842              Date: Tue, 2 Sep 2003 15:06:29 -0700
47843              Message-ID: <20030902220629.GA2952@efn.org>
47844      Branch: perl
47845            ! pod/perlfunc.pod pod/perlsub.pod
47846 ____________________________________________________________________________
47847 [ 21003] By: jhi                                   on 2003/09/02  19:01:07
47848         Log: An untie test from perlmonks-- worked in 5.6.1,
47849              broken in 5.8.0, seems to be working again in maint,
47850              better nail it down now.
47851      Branch: perl
47852            ! t/op/tie.t
47853 ____________________________________________________________________________
47854 [ 21000] By: jhi                                   on 2003/09/02  15:35:40
47855         Log: Retract #20930 because of
47856              Subject: maint@20974 or before broke mp2 ithreads test
47857              From: Stas Bekman <stas@stason.org>
47858              Date: Mon, 01 Sep 2003 23:31:11 -0700
47859              Message-ID: <3F54392F.7080009@stason.org>
47860      Branch: perl
47861            ! op.c
47862 ____________________________________________________________________________
47863 [ 20999] By: jhi                                   on 2003/09/02  15:34:14
47864         Log: Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning
47865              From: Fergal Daly <fergal@esatclear.ie>
47866              Date: Tue, 2 Sep 2003 17:36:52 +0100
47867              Message-Id: <200309021736.52725.fergal@esatclear.ie>
47868      Branch: perl
47869            ! pod/perldiag.pod
47870 ____________________________________________________________________________
47871 [ 20998] By: jhi                                   on 2003/09/02  15:02:47
47872         Log: Subject: [perl #23672] Math::BigInit POD
47873              From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
47874              Date: 1 Sep 2003 08:47:39 -0000
47875              Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
47876      Branch: perl
47877            ! lib/Math/BigInt.pm
47878 ____________________________________________________________________________
47879 [ 20997] By: jhi                                   on 2003/09/02  14:58:21
47880         Log: Subject: [PATCH perlfaq6.pod] Explain \Q better
47881              From: Mark Jason Dominus <mjd@plover.com>
47882              Date: Mon, 01 Sep 2003 16:19:20 -0400
47883              Message-ID: <20030901201920.3929.qmail@plover.com>
47884      Branch: perl
47885            ! pod/perlfaq6.pod
47886 ____________________________________________________________________________
47887 [ 20996] By: jhi                                   on 2003/09/02  14:56:29
47888         Log: Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort
47889              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
47890              Date: Tue, 02 Sep 2003 11:27:19 +0200
47891              Message-id: <20030902092719.GA18075@ethan>
47892      Branch: perl
47893            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
47894            ! ext/Devel/PPPort/t/test.t
47895 ____________________________________________________________________________
47896 [ 20993] By: jhi                                   on 2003/09/02  14:40:54
47897         Log: Subject: [PATCH] Re: ByteLoader and MSWin32
47898              From: Enache Adrian <enache@rdslink.ro>
47899              Date: Tue, 2 Sep 2003 03:45:11 +0300
47900              Message-ID: <20030902004511.GA1442@ratsnest.hole>
47901      Branch: perl
47902            ! embed.fnc embed.h ext/ByteLoader/bytecode.h global.sym op.c
47903            ! op.h proto.h t/TEST
47904 ____________________________________________________________________________
47905 [ 20990] By: jhi                                   on 2003/09/02  04:29:45
47906         Log: Upgrade to Unicode::Collate 0.27.
47907      Branch: perl
47908            + lib/Unicode/Collate/t/hangul.t
47909            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
47910            ! lib/Unicode/Collate/README
47911 ____________________________________________________________________________
47912 [ 20989] By: jhi                                   on 2003/09/02  04:23:20
47913         Log: Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl
47914              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
47915              Date: Mon, 1 Sep 2003 22:28:58 +0200
47916              Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>
47917      Branch: perl
47918            ! Porting/valgrindpp.pl
47919 ____________________________________________________________________________
47920 [ 20983] By: jhi                                   on 2003/09/01  14:14:49
47921         Log: From Craig Berry, following the example of the other podxxx.PL
47922              in relying on basename($0, '.PL') to Do The Right Thing with
47923              regard to the case of the extension, which could be either
47924              .pl or .PL on VMS depending on version-specific features.
47925      Branch: perl
47926            ! pod/pod2usage.PL pod/podselect.PL
47927 ____________________________________________________________________________
47928 [ 20982] By: jhi                                   on 2003/09/01  13:01:49
47929         Log: Configure -r in AIX bad.
47930      Branch: perl
47931            ! README.aix
47932 ____________________________________________________________________________
47933 [ 20981] By: jhi                                   on 2003/09/01  11:28:35
47934         Log: Subject: [DOC PATCH] perlfaq4.pod
47935              Date: Mon, 1 Sep 2003 12:38:50 +0200
47936              From: Elizabeth Mattijsen <liz@dijkmat.nl>
47937              Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>
47938      Branch: perl
47939            ! pod/perlfaq4.pod
47940 ____________________________________________________________________________
47941 [ 20980] By: jhi                                   on 2003/09/01  08:49:02
47942         Log: Subject: glob() bug
47943              From: Gurusamy Sarathy <gsar@ActiveState.com>
47944              Date: Mon, 01 Sep 2003 02:25:41 -0700
47945              Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>
47946      Branch: perl
47947            ! op.c t/run/fresh_perl.t
47948 ____________________________________________________________________________
47949 [ 20979] By: jhi                                   on 2003/09/01  06:32:01
47950         Log: Ultrix VAX is like VMS VAX in floating point.
47951      Branch: perl
47952            ! t/op/sprintf.t
47953 ____________________________________________________________________________
47954 [ 20978] By: jhi                                   on 2003/09/01  05:44:25
47955         Log: Subject: [PATCH@20959] some WinCE compilers require a little correction
47956              From: Vadim Konovalov <vkonovalov@peterstar.ru>
47957              Date: Mon, 1 Sep 2003 02:57:33 +0400
47958              Message-ID: <1091134912500.20030901025733@peterstar.ru>
47959      Branch: perl
47960            ! wince/Makefile.ce wince/wince.c
47961 ____________________________________________________________________________
47962 [ 20973] By: jhi                                   on 2003/08/31  15:34:43
47963         Log: Add test for -i.
47964      Branch: perl
47965            ! MANIFEST t/run/switches.t
47966 ____________________________________________________________________________
47967 [ 20972] By: jhi                                   on 2003/08/31  15:12:10
47968         Log: Add tests for -h and (unknown) -z.
47969      Branch: perl
47970            ! MANIFEST t/run/switches.t
47971 ____________________________________________________________________________
47972 [ 20971] By: jhi                                   on 2003/08/31  15:03:42
47973         Log: Add test for -v.
47974      Branch: perl
47975            ! MANIFEST t/run/switches.t
47976 ____________________________________________________________________________
47977 [ 20970] By: jhi                                   on 2003/08/31  14:55:54
47978         Log: List the switches tested in switches.t.
47979      Branch: perl
47980            ! t/run/switches.t
47981 ____________________________________________________________________________
47982 [ 20969] By: jhi                                   on 2003/08/31  14:51:19
47983         Log: Subject: [PATCH: perl@20898] have installperl install perl_setup.com and dbga2p.exe for VMS
47984              From: PPrymmer@factset.com
47985              Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com>
47986              Date: Sun, 31 Aug 2003 10:11:54 -0400
47987      Branch: perl
47988            ! installperl
47989 ____________________________________________________________________________
47990 [ 20968] By: jhi                                   on 2003/08/31  13:24:10
47991         Log: Subject: [PATCH sv.c] Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
47992              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
47993              Date: Sun, 31 Aug 2003 15:21:17 +0200
47994              Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2>
47995      Branch: perl
47996            ! sv.c
47997 ____________________________________________________________________________
47998 [ 20965] By: jhi                                   on 2003/08/31  08:55:59
47999         Log: Ouch.  Upgrading to base 2.0 made the threads tests very unhappy
48000              both in blead and maint, lots of "Attempt to free non-existent
48001              shared string" and "Unbalanced string table refcount" errors.
48002              Retract #20960 (and #20963).
48003      Branch: perl
48004            - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
48005            - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
48006            ! MANIFEST lib/base.pm lib/fields.pm
48007 ____________________________________________________________________________
48008 [ 20964] By: jhi                                   on 2003/08/31  08:17:43
48009         Log: Integrate from maint:
48010              [ 20963]
48011              Muffle the 'Pseudo-hashes are deprecated' warning for maint.
48012      Branch: perl
48013           !> lib/base/t/fp560.t
48014 ____________________________________________________________________________
48015 [ 20961] By: jhi                                   on 2003/08/31  08:09:21
48016         Log: De-cargo-cult.
48017      Branch: perl
48018            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
48019 ____________________________________________________________________________
48020 [ 20960] By: jhi                                   on 2003/08/31  08:07:43
48021         Log: Upgrade to base.pm 2.0.
48022
48023              (Rename the tests around a bit to be more 8.3-friendly.)
48024      Branch: perl
48025            + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
48026            + lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
48027            ! MANIFEST lib/base.pm lib/fields.pm
48028 ____________________________________________________________________________
48029 [ 20957] By: jhi                                   on 2003/08/30  18:47:02
48030         Log: Fewer naked char constants.
48031      Branch: perl
48032            ! doio.c perlio.c sv.h
48033 ____________________________________________________________________________
48034 [ 20956] By: jhi                                   on 2003/08/30  18:38:05
48035         Log: This is probably a wrong fix for
48036              [perl #23645] tell with perlio on appended files
48037              but maybe this gets NI-S agitated enough to present the correct fix :-)
48038      Branch: perl
48039            ! perlio.c t/io/tell.t
48040 ____________________________________________________________________________
48041 [ 20954] By: jhi                                   on 2003/08/30  17:14:19
48042         Log: A new try at
48043
48044              Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
48045              From: "Gerrit P. Haase" <gp@familiehaase.de>
48046              Date: Thu, 28 Aug 2003 08:18:51 +0200
48047              Message-ID: <4157199551.20030828081851@familiehaase.de>
48048
48049              (this time Cygwin only)
48050      Branch: perl
48051            ! perlio.c
48052 ____________________________________________________________________________
48053 [ 20952] By: rgs                                   on 2003/08/30  15:20:48
48054         Log: Tweak XSLoader.t.
48055              XSLoader is supposed to work even for extensions that
48056              are statically linked. So only check that the extension we
48057              test for is actually available. (This test is not supposed
48058              to be run by miniperl.)
48059      Branch: perl
48060            ! ext/DynaLoader/t/XSLoader.t
48061 ____________________________________________________________________________
48062 [ 20950] By: jhi                                   on 2003/08/30  06:49:31
48063         Log: Something went wrong in change #20929;
48064              linux 2.4.18-bf2.4 didn't like it:
48065              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
48066              and similar failure pattern also seen in Solaris 8.
48067      Branch: perl
48068            ! perlio.c
48069 ____________________________________________________________________________
48070 [ 20948] By: jhi                                   on 2003/08/30  06:08:57
48071         Log: Setup @INC.
48072      Branch: perl
48073            ! t/op/cproto.t
48074 ____________________________________________________________________________
48075 [ 20946] By: jhi                                   on 2003/08/30  06:00:09
48076         Log: Tabify and re-sort MANIFEST.
48077      Branch: perl
48078            ! MANIFEST
48079 ____________________________________________________________________________
48080 [ 20945] By: jhi                                   on 2003/08/30  05:57:04
48081         Log: Make XSLoader.t more robust (and sdbm.t more verbose)
48082      Branch: perl
48083            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
48084 ____________________________________________________________________________
48085 [ 20944] By: jhi                                   on 2003/08/30  05:50:41
48086         Log: Subject: [PATCH] XSLoader nits and tests
48087              From: Michael G Schwern <schwern@pobox.com>
48088              Date: Fri, 29 Aug 2003 22:55:07 -0700
48089              Message-ID: <20030830055507.GI25970@windhund.schwern.org>
48090      Branch: perl
48091            + ext/DynaLoader/t/XSLoader.t
48092            ! MANIFEST ext/DynaLoader/XSLoader_pm.PL
48093 ____________________________________________________________________________
48094 [ 20943] By: jhi                                   on 2003/08/30  05:44:02
48095         Log: Missed from #20942.
48096      Branch: perl
48097            ! lib/File/Spec/VMS.pm
48098 ____________________________________________________________________________
48099 [ 20942] By: jhi                                   on 2003/08/30  05:41:59
48100         Log: Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS
48101              From: PPrymmer@factset.com
48102              Date: Sat, 30 Aug 2003 00:57:28 -0400
48103              Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>
48104      Branch: perl
48105            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
48106 ____________________________________________________________________________
48107 [ 20941] By: jhi                                   on 2003/08/30  05:37:13
48108         Log: Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T
48109              From: Stas Bekman <stas@stason.org>
48110              Date: Fri, 29 Aug 2003 17:11:41 -0700
48111              Message-ID: <3F4FEBBD.8000901@stason.org>
48112      Branch: perl
48113            ! pod/perlapi.pod sv.h
48114 ____________________________________________________________________________
48115 [ 20940] By: rgs                                   on 2003/08/29  21:17:59
48116         Log: Add a new test, to ensure that we don't unexpectedly change
48117              prototypes of builtins.
48118      Branch: perl
48119            + t/op/cproto.t
48120            ! MANIFEST
48121 ____________________________________________________________________________
48122 [ 20938] By: rgs                                   on 2003/08/29  20:22:21
48123         Log: Don't cast PL_multiline to bool : you may loose important bits.
48124      Branch: perl
48125            ! pp.c pp_hot.c
48126 ____________________________________________________________________________
48127 [ 20937] By: jhi                                   on 2003/08/29  17:22:11
48128         Log: Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others
48129              From: Nicholas Clark <nick@ccl4.org>
48130              Date: Wed, 27 Aug 2003 22:59:55 +0100
48131              Message-ID: <20030827225955.E558@plum.flirble.org>
48132      Branch: perl
48133            ! pp.c
48134 ____________________________________________________________________________
48135 [ 20936] By: jhi                                   on 2003/08/29  17:17:16
48136         Log: Some perluniintro tweaks.
48137      Branch: perl
48138            ! pod/perluniintro.pod
48139 ____________________________________________________________________________
48140 [ 20935] By: jhi                                   on 2003/08/29  17:07:25
48141         Log: Tiny doc tweak from Shannon -jj Behrens.
48142      Branch: perl
48143            ! pod/perluniintro.pod
48144 ____________________________________________________________________________
48145 [ 20933] By: jhi                                   on 2003/08/29  13:25:18
48146         Log: Comparing an int to a U32 makes VC6 nervous.
48147      Branch: perl
48148            ! pp.c pp_hot.c
48149 ____________________________________________________________________________
48150 [ 20932] By: jhi                                   on 2003/08/29  13:06:06
48151         Log: Better skip() explicit number of tests, test counts getting
48152              out of sync less likely that way.
48153      Branch: perl
48154            ! t/op/pack.t
48155 ____________________________________________________________________________
48156 [ 20931] By: jhi                                   on 2003/08/29  12:59:32
48157         Log: Some Ultrix test dodgings.
48158      Branch: perl
48159            ! t/base/num.t t/op/arith.t t/op/pack.t
48160 ____________________________________________________________________________
48161 [ 20930] By: jhi                                   on 2003/08/29  12:57:07
48162         Log: Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks
48163              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
48164              Date: Thu, 28 Aug 2003 21:47:22 +0200
48165              Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>
48166      Branch: perl
48167            ! op.c
48168 ____________________________________________________________________________
48169 [ 20929] By: jhi                                   on 2003/08/29  12:55:12
48170         Log: Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
48171              From: "Gerrit P. Haase" <gp@familiehaase.de>
48172              Date: Thu, 28 Aug 2003 08:18:51 +0200
48173              Message-ID: <4157199551.20030828081851@familiehaase.de>
48174
48175              (changed so that the 'b' is always appended)
48176      Branch: perl
48177            ! perlio.c
48178 ____________________________________________________________________________
48179 [ 20928] By: jhi                                   on 2003/08/29  07:04:17
48180         Log: Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization
48181              From: marek.rouchal@infineon.com
48182              Date: Wed, 27 Aug 2003 17:25:28 +0200
48183              Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
48184
48185              PodParser-1.25 prerelease.
48186      Branch: perl
48187            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
48188            ! lib/Pod/Parser.pm pod/pod2usage.PL pod/podchecker.PL
48189            ! pod/podselect.PL t/pod/find.t t/pod/poderrs.xr
48190 ____________________________________________________________________________
48191 [ 20927] By: jhi                                   on 2003/08/28  18:53:45
48192         Log: MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
48193      Branch: perl
48194            ! ext/DynaLoader/dl_mpeix.xs mpeix/mpeix.c
48195 ____________________________________________________________________________
48196 [ 20925] By: jhi                                   on 2003/08/28  16:15:47
48197         Log: Subject: [PATCH] valgrindpp.pl
48198              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
48199              Date: Thu, 28 Aug 2003 09:43:49 +0200
48200              Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>
48201      Branch: perl
48202            ! Porting/valgrindpp.pl
48203 ____________________________________________________________________________
48204 [ 20924] By: jhi                                   on 2003/08/28  16:12:08
48205         Log: Subject: [PATCH] Quieten more warnings in Deparse.pm
48206              From: Paul Johnson <paul@pjcj.net>
48207              Date: Thu, 28 Aug 2003 00:13:59 +0200
48208              Message-ID: <20030827221359.GE28396@pjcj.net>
48209      Branch: perl
48210            ! ext/B/B/Deparse.pm
48211 ____________________________________________________________________________
48212 [ 20923] By: jhi                                   on 2003/08/28  01:45:51
48213         Log: Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
48214              From: Michael G Schwern <schwern@pobox.com>
48215              Date: Wed, 27 Aug 2003 15:05:20 -0700
48216              Message-ID: <20030827220520.GD7300@windhund.schwern.org>
48217      Branch: perl
48218            ! lib/ExtUtils/MakeMaker/Tutorial.pod
48219 ____________________________________________________________________________
48220 [ 20922] By: rgs                                   on 2003/08/27  19:52:27
48221         Log: Add caveats and tests for Symbol::delete_package().
48222      Branch: perl
48223            ! lib/Symbol.pm lib/Symbol.t
48224 ____________________________________________________________________________
48225 [ 20921] By: jhi                                   on 2003/08/27  17:12:56
48226         Log: Configure is doing fine in Ultrix, operator error.
48227      Branch: perl
48228            ! hints/ultrix_4.sh
48229 ____________________________________________________________________________
48230 [ 20920] By: jhi                                   on 2003/08/27  16:49:22
48231         Log: Add the valgrindpp.pl script from Marcus Holland-Moritz.
48232      Branch: perl
48233            + Porting/valgrindpp.pl
48234            ! MANIFEST
48235 ____________________________________________________________________________
48236 [ 20917] By: jhi                                   on 2003/08/27  13:09:33
48237         Log: Subject: disturbing, disruptive typo in Tutorial.pod [PATCH]
48238              From: "John P. Linderman" <jpl@research.att.com>
48239              Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
48240              Message-Id: <200308271210.IAA23907@raptor.research.att.com>
48241
48242              Subject: typo in pod/perlnewmod.pod [PATCH]
48243              From: "John P. Linderman" <jpl@research.att.com>
48244              Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
48245              Message-Id: <200308271307.JAA46955@raptor.research.att.com>
48246
48247              Subject: [PATCH] document the location of byacc
48248              From: Dave Mitchell <davem@fdgroup.com>
48249              Date: Wed, 27 Aug 2003 14:26:50 +0100
48250              Message-ID: <20030827132650.GA23144@fdgroup.com>
48251      Branch: perl
48252            ! Porting/pumpkin.pod lib/ExtUtils/MakeMaker/Tutorial.pod
48253            ! pod/perlnewmod.pod
48254 ____________________________________________________________________________
48255 [ 20916] By: jhi                                   on 2003/08/27  13:01:26
48256         Log: Ultrix tweaks: <string.h> must not be included twice
48257              (otherwise one gets prototype conflicts between the <string.h>
48258              and proto.h because Ultrix thinks e.g. Perl_ninstr has been
48259              define in <string.h>...); and Configure misprobes some features.
48260      Branch: perl
48261            ! ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/sdbm.c
48262            ! ext/SDBM_File/sdbm/sdbm.h ext/Socket/Socket.xs
48263            ! hints/ultrix_4.sh
48264 ____________________________________________________________________________
48265 [ 20915] By: jhi                                   on 2003/08/27  05:37:34
48266         Log: Urk.  In Mac OS X byteorder is not one of the "known ones",
48267              but instead it is 0xFFFF.  So retract #20914.
48268      Branch: perl
48269            ! perl.h
48270 ____________________________________________________________________________
48271 [ 20914] By: jhi                                   on 2003/08/27  05:17:44
48272         Log: Sanity check for BYTEORDER.
48273      Branch: perl
48274            ! perl.h
48275 ____________________________________________________________________________
48276 [ 20913] By: rgs                                   on 2003/08/26  20:34:48
48277         Log: Integrate two DJGPP portability patches from the 5.6.2 branch :
48278
48279              [20859]
48280              Two portability patches for DJGPP from Richard Dawe
48281              <rich@phekda.freeserve.co.uk>.
48282              Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
48283
48284              [20911]
48285              Don't uppercase automatically all environment variables on DJGPP.
48286              (reported by Richard Dawe, this breaks portability of Unix
48287              scripts.) Don't change the behaviour on plain MS/DOS.
48288      Branch: perl
48289            ! perl.c
48290           !> djgpp/djgppsed.sh dosish.h
48291 ____________________________________________________________________________
48292 [ 20912] By: rgs                                   on 2003/08/26  20:15:40
48293         Log: perlapi.pod tweaks, based on :
48294              Subject: misdocumented return value for sv_setref*
48295              From: Joe Schaefer <joe+perl@sunstarsys.com>
48296              Date: 12 Aug 2003 13:21:42 -0400
48297              Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>
48298      Branch: perl
48299            ! pod/perlapi.pod sv.c
48300 ____________________________________________________________________________
48301 [ 20910] By: rgs                                   on 2003/08/26  19:37:29
48302         Log: Change the internal prototype of the pop() and shift() builtins
48303              to (;\@), to reflect that their array argument is optional.
48304      Branch: perl
48305            ! opcode.h opcode.pl
48306 ____________________________________________________________________________
48307 [ 20909] By: rgs                                   on 2003/08/26  19:13:39
48308         Log: Subject: [PATCH] improved 19064 (local $_[0] problems)
48309              From: Dave Mitchell <davem@fdgroup.com>
48310              Date: Sun, 24 Aug 2003 15:52:00 +0100
48311              Message-ID: <20030824145159.GA12210@fdgroup.com>
48312      Branch: perl
48313            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
48314 ____________________________________________________________________________
48315 [ 20908] By: rgs                                   on 2003/08/26  18:40:50
48316         Log: Subject: [PATCH] minor File::Spec testing cleanup
48317              From: Ken Williams <ken@mathforum.org>
48318              Date: Thu, 21 Aug 2003 22:47:51 -0500
48319              Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>
48320      Branch: perl
48321            ! lib/File/Spec/t/rel2abs2rel.t
48322 ____________________________________________________________________________
48323 [ 20907] By: jhi                                   on 2003/08/26  12:12:14
48324         Log: Maintainer catch from Rafael.
48325      Branch: perl
48326            ! Porting/Maintainers.pl
48327 ____________________________________________________________________________
48328 [ 20905] By: jhi                                   on 2003/08/26  09:36:22
48329         Log: Take a cutdown version of the change #20903 also to perlebcdic.
48330      Branch: perl
48331            ! pod/perlebcdic.pod
48332 ____________________________________________________________________________
48333 [ 20904] By: jhi                                   on 2003/08/26  09:29:49
48334         Log: No dynaloading at all in Ultrix.
48335      Branch: perl
48336            ! hints/ultrix_4.sh
48337 ____________________________________________________________________________
48338 [ 20903] By: jhi                                   on 2003/08/26  08:54:02
48339         Log: PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
48340              (This information looks interesting enough to be mentioned
48341              elsewhere, too.)
48342      Branch: perl
48343            ! README.bs2000
48344 ____________________________________________________________________________
48345 [ 20902] By: jhi                                   on 2003/08/26  08:36:36
48346         Log: CGI::Carp from CGI.pm 3.00 was missing.
48347      Branch: perl
48348            ! lib/CGI/Carp.pm
48349 ____________________________________________________________________________
48350 [ 20901] By: jhi                                   on 2003/08/26  05:18:15
48351         Log: Subject: Re: [PATCH] valgrind and /#/x
48352              From: Enache Adrian <enache@rdslink.ro>
48353              Date: Tue, 26 Aug 2003 08:11:07 +0300
48354              Message-ID: <20030826051107.GA1086@ratsnest.hole>
48355      Branch: perl
48356            ! regcomp.c t/op/re_tests t/run/fresh_perl.t toke.c
48357 ____________________________________________________________________________
48358 [ 20900] By: jhi                                   on 2003/08/26  04:53:09
48359         Log: More memory lane.
48360      Branch: perl
48361            ! hints/ultrix_4.sh
48362 ____________________________________________________________________________
48363 [ 20899] By: rgs                                   on 2003/08/25  21:05:57
48364         Log: fix syscall() prototype description in
48365              perlfunc.pod, as suggested by Lukas Mai.
48366      Branch: perl
48367            ! pod/perlfunc.pod
48368 ____________________________________________________________________________
48369 [ 20896] By: jhi                                   on 2003/08/25  19:52:48
48370         Log: Tiny doc tweak.
48371      Branch: perl
48372            ! README.solaris
48373 ____________________________________________________________________________
48374 [ 20895] By: jhi                                   on 2003/08/25  19:46:31
48375         Log: Even more SunOS 4 info.
48376      Branch: perl
48377            ! README.solaris
48378 ____________________________________________________________________________
48379 [ 20894] By: jhi                                   on 2003/08/25  19:37:00
48380         Log: Subject: [PATCH@20512] make backspace key work for WinCE users
48381              From: Vadim Konovalov <vkonovalov@peterstar.ru>
48382              Date: Tue, 26 Aug 2003 00:10:29 +0400
48383              Message-ID: <135606488000.20030826001029@peterstar.ru>
48384      Branch: perl
48385            ! wince/perlmain.c
48386 ____________________________________________________________________________
48387 [ 20893] By: jhi                                   on 2003/08/25  19:25:08
48388         Log: Subject: more valgrinding: select problem?
48389              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
48390              Date: Mon, 25 Aug 2003 22:02:17 +0200
48391              Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
48392
48393              In glibc, just use the __FD_SETSIZE since that's
48394              the size of the buffer (usually 1024 bits, much
48395              more than the selectminbits of 32).
48396      Branch: perl
48397            ! pp_sys.c
48398 ____________________________________________________________________________
48399 [ 20892] By: jhi                                   on 2003/08/25  19:11:32
48400         Log: More ptags tweakage from Stas; now add 'fullpath'
48401              option to get absolute paths.
48402      Branch: perl
48403            ! emacs/ptags
48404 ____________________________________________________________________________
48405 [ 20891] By: jhi                                   on 2003/08/25  18:35:03
48406         Log: The new tests of #20888 didn't really test what they claimed to.
48407      Branch: perl
48408            ! t/op/pat.t
48409 ____________________________________________________________________________
48410 [ 20890] By: jhi                                   on 2003/08/25  18:14:33
48411         Log: Subject: [5.8.1] maint @ 20845 OK on aix 4.2
48412              From: Jose.auguste-etienne@cgss-guyane.fr
48413              Date: Mon, 25 Aug 2003 14:35:45 -0300
48414              Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
48415
48416              AIX Configure advice.
48417      Branch: perl
48418            ! README.aix
48419 ____________________________________________________________________________
48420 [ 20889] By: jhi                                   on 2003/08/25  18:08:42
48421         Log: More SunOS 4.x info.
48422      Branch: perl
48423            ! README.solaris
48424 ____________________________________________________________________________
48425 [ 20888] By: jhi                                   on 2003/08/25  17:53:32
48426         Log: The #20887 didn't go over that well;
48427              and add a few more tests from UTS#18.
48428      Branch: perl
48429            ! t/op/pat.t
48430 ____________________________________________________________________________
48431 [ 20887] By: jhi                                   on 2003/08/25  16:40:51
48432         Log: pat.t -> charnames -> UCD -> Storable,
48433              not good for static builds and minitest.
48434      Branch: perl
48435            ! t/op/pat.t
48436 ____________________________________________________________________________
48437 [ 20886] By: jhi                                   on 2003/08/25  16:35:26
48438         Log: SunOS 4.1.4 is working, too.
48439      Branch: perl
48440            ! README.solaris hints/sunos_4_1.sh
48441 ____________________________________________________________________________
48442 [ 20884] By: jhi                                   on 2003/08/25  16:05:18
48443         Log: Regen perlmodlib, perltoc.
48444      Branch: perl
48445            ! pod/perlmodlib.pod pod/perltoc.pod
48446 ____________________________________________________________________________
48447 [ 20881] By: jhi                                   on 2003/08/25  15:45:51
48448         Log: UVSIZE is not yet defined when it would be needed
48449              by MULTIARCH.  So go back to LONGSIZE, and (belt-
48450              and-suspenders-and-rope style) later in UVSIZE
48451              possibly redefine BYTEORDER.
48452      Branch: perl
48453            ! Configure config_h.SH
48454 ____________________________________________________________________________
48455 [ 20880] By: jhi                                   on 2003/08/25  11:28:45
48456         Log: Subject: [PATCH] valgrind and /#/x
48457              From: Dave Mitchell <davem@fdgroup.com>
48458              Date: Mon, 25 Aug 2003 13:27:49 +0100
48459              Message-ID: <20030825122748.GA15560@fdgroup.com>
48460      Branch: perl
48461            ! regcomp.c
48462 ____________________________________________________________________________
48463 [ 20879] By: jhi                                   on 2003/08/25  11:16:29
48464         Log: Subject: Please update my address
48465              From: Ed Avis <ed@membled.com>
48466              Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
48467              Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
48468
48469              (Just the AUTHORS part, though, I don't think retroactively
48470              updating the Changes* is useful.)
48471      Branch: perl
48472            ! AUTHORS
48473 ____________________________________________________________________________
48474 [ 20878] By: jhi                                   on 2003/08/25  11:14:26
48475         Log: Document even more ways of affecting your "utf8ness".
48476      Branch: perl
48477            ! lib/utf8.pm
48478 ____________________________________________________________________________
48479 [ 20877] By: jhi                                   on 2003/08/25  11:11:40
48480         Log: Change the VERSION since there are now changes since Perl 5.8.0.
48481      Branch: perl
48482            ! ext/I18N/Langinfo/Langinfo.pm
48483 ____________________________________________________________________________
48484 [ 20876] By: jhi                                   on 2003/08/25  11:11:13
48485         Log: Keep the CGI::Util VERSION at 1.31 since there have been changes
48486              since Perl 5.8.0.
48487      Branch: perl
48488            ! lib/CGI/Util.pm
48489 ____________________________________________________________________________
48490 [ 20875] By: jhi                                   on 2003/08/25  11:09:49
48491         Log: Upgrade to CGI.pm 3.00.
48492      Branch: perl
48493            ! lib/CGI.pm lib/CGI/Util.pm
48494 ____________________________________________________________________________
48495 [ 20872] By: jhi                                   on 2003/08/25  09:03:44
48496         Log: Subject: [PATCH] valgrind update
48497              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
48498              Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST)
48499              Message-ID: <21671.1061797917@www38.gmx.net>
48500      Branch: perl
48501            ! t/TEST t/op/magic.t
48502 ____________________________________________________________________________
48503 [ 20871] By: jhi                                   on 2003/08/25  05:16:02
48504         Log: Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
48505              From: Nicholas Clark <nick@ccl4.org>
48506              Date: Sun, 24 Aug 2003 16:48:53 +0100
48507              Message-ID: <20030824164851.E558@plum.flirble.org>
48508      Branch: perl
48509            ! doop.c
48510 ____________________________________________________________________________
48511 [ 20870] By: jhi                                   on 2003/08/25  05:14:04
48512         Log: Subject: [patch emacs/ptags] allow xemacs to be used
48513              From: Stas Bekman <stas@stason.org>
48514              Date: Sun, 24 Aug 2003 22:05:00 -0700
48515              Message-ID: <3F4998FC.3090401@stason.org>
48516      Branch: perl
48517            ! emacs/ptags
48518 ____________________________________________________________________________
48519 [ 20868] By: jhi                                   on 2003/08/24  13:20:03
48520         Log: MPE/iX doc tweak from Mark Bixby.
48521      Branch: perl
48522            ! README.mpeix
48523 ____________________________________________________________________________
48524 [ 20867] By: jhi                                   on 2003/08/24  10:46:42
48525         Log: Various tweaks for getting Perl to compile on SunOS 4.x.
48526              Doesn't work well yet, something broken in DynaLoader/XSLoader?
48527      Branch: perl
48528            ! README.solaris ext/IO/poll.c hints/sunos_4_1.sh
48529 ____________________________________________________________________________
48530 [ 20866] By: jhi                                   on 2003/08/24  10:00:59
48531         Log: IRIX 5.3 is 99.90% okay.
48532      Branch: perl
48533            ! README.irix hints/irix_5.sh
48534 ____________________________________________________________________________
48535 [ 20865] By: jhi                                   on 2003/08/24  08:24:46
48536         Log: An imperfect last resort in case there is no strtoul() but
48537              there is strtol() (like e.g. SunOS 4) because of the Atoul()
48538              in Perl_get_hash_seed()).  The only true fix would be to
48539              implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
48540              in numeric.c.
48541      Branch: perl
48542            ! perl.h
48543 ____________________________________________________________________________
48544 [ 20864] By: jhi                                   on 2003/08/24  07:45:47
48545         Log: s/rationale/rational/g on bigrats.
48546      Branch: perl
48547            ! lib/Math/BigRat.pm lib/bigrat.pm
48548 ____________________________________________________________________________
48549 [ 20862] By: jhi                                   on 2003/08/24  06:41:17
48550         Log: Update the CPAN mirrors list.
48551      Branch: perl
48552            ! pod/perlmodlib.PL pod/perlmodlib.pod
48553 ____________________________________________________________________________
48554 [ 20861] By: jhi                                   on 2003/08/24  06:13:13
48555         Log: gcc -O3 and Storable in Linux do not like each other.
48556      Branch: perl
48557            ! ext/Storable/hints/linux.pl
48558 ____________________________________________________________________________
48559 [ 20860] By: jhi                                   on 2003/08/24  05:34:56
48560         Log: Bad quote day, noticed by Philip Newton.
48561      Branch: perl
48562            ! hints/dos_djgpp.sh
48563 ____________________________________________________________________________
48564 [ 20856] By: jhi                                   on 2003/08/23  09:15:15
48565         Log: Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture"
48566              From: Enache Adrian <enache@rdslink.ro>
48567              Date: Mon, 4 Aug 2003 16:20:19 +0300
48568              Message-ID: <20030804132019.GA6764@ratsnest.hole>
48569      Branch: perl
48570            ! Configure config_h.SH
48571 ____________________________________________________________________________
48572 [ 20855] By: jhi                                   on 2003/08/23  07:51:32
48573         Log: Add more comments so that one can see what is supposed to happen.
48574      Branch: perl
48575            ! t/op/lc.t
48576 ____________________________________________________________________________
48577 [ 20854] By: jhi                                   on 2003/08/23  07:41:11
48578         Log: More data points about the Storable optimization problem
48579              in Linux.  (It might be that also non-Debians are affected,
48580              waiting for more information.)
48581      Branch: perl
48582            ! ext/Storable/hints/linux.pl
48583 ____________________________________________________________________________
48584 [ 20853] By: jhi                                   on 2003/08/23  07:37:41
48585         Log: Move the note about known eval leaks earlier.
48586      Branch: perl
48587            ! pod/perlhack.pod
48588 ____________________________________________________________________________
48589 [ 20852] By: jhi                                   on 2003/08/23  07:15:58
48590         Log: Forgot to regen byterun.c.
48591      Branch: perl
48592            ! ext/ByteLoader/byterun.c
48593 ____________________________________________________________________________
48594 [ 20851] By: jhi                                   on 2003/08/23  07:13:29
48595         Log: Doc tweaks on perlhack.
48596      Branch: perl
48597            ! pod/perlhack.pod
48598 ____________________________________________________________________________
48599 [ 20850] By: jhi                                   on 2003/08/23  06:54:58
48600         Log: Subject: [PATCH] Re: valgrind as a leak hound?
48601              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
48602              Date: Fri, 22 Aug 2003 23:28:18 +0200
48603              Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
48604
48605              Add the leak detection to valgrind testing.
48606      Branch: perl
48607            + t/perl.supp
48608            ! MANIFEST pod/perlhack.pod t/TEST
48609 ____________________________________________________________________________
48610 [ 20843] By: jhi                                   on 2003/08/22  15:05:39
48611         Log: Oops.  Why can't C comments nest?
48612      Branch: perl
48613            ! pp_sys.c
48614 ____________________________________________________________________________
48615 [ 20842] By: jhi                                   on 2003/08/22  14:57:09
48616         Log: Try to dodge getspnam() in AIX.
48617      Branch: perl
48618            ! pp_sys.c
48619 ____________________________________________________________________________
48620 [ 20840] By: jhi                                   on 2003/08/22  13:52:26
48621         Log: Subject: Re: mysterious bytecode.t failure
48622              From: Enache Adrian <enache@rdslink.ro>
48623              Date: Fri, 22 Aug 2003 11:49:34 +0300
48624              Message-ID: <20030822084934.GA1257@ratsnest.hole>
48625      Branch: perl
48626            ! t/base/lex.t
48627 ____________________________________________________________________________
48628 [ 20839] By: jhi                                   on 2003/08/22  13:51:44
48629         Log: Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1)
48630              From: Slaven Rezic <slaven@rezic.de>
48631              Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST)
48632              Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>
48633      Branch: perl
48634            ! lib/File/Temp.pm lib/File/Temp/t/tempfile.t
48635 ____________________________________________________________________________
48636 [ 20837] By: jhi                                   on 2003/08/22  13:42:24
48637         Log: Just #.
48638      Branch: perl
48639            ! pod/buildtoc pod/perltoc.pod
48640 ____________________________________________________________________________
48641 [ 20835] By: jhi                                   on 2003/08/22  13:32:12
48642         Log: Regen toc.
48643      Branch: perl
48644            ! pod/perltoc.pod
48645 ____________________________________________________________________________
48646 [ 20834] By: jhi                                   on 2003/08/22  13:28:36
48647         Log: Also MANIFEST the vms/perlvms restoration.
48648      Branch: perl
48649            ! MANIFEST
48650 ____________________________________________________________________________
48651 [ 20833] By: jhi                                   on 2003/08/22  13:22:02
48652         Log: In the vms/descrip_mms.template    the perlvms.pod must
48653              be copied from vms/, err, [.vms], not [.pod].
48654      Branch: perl
48655            ! pod/buildtoc vms/descrip_mms.template
48656 ____________________________________________________________________________
48657 [ 20832] By: jhi                                   on 2003/08/22  13:15:35
48658         Log: Retract #20826 and #20831; things are done differently
48659              in VMS, it seems.  Maybe the vms/descrip_mms.template
48660              needs to be changed?
48661      Branch: perl
48662            + vms/perlvms.pod
48663            - pod/perlvms.pod
48664            ! MANIFEST Makefile.SH
48665 ____________________________________________________________________________
48666 [ 20831] By: jhi                                   on 2003/08/22  13:04:47
48667         Log: Rafael spotted that vms/perlvms.pod was still referred to.
48668      Branch: perl
48669            ! Makefile.SH
48670 ____________________________________________________________________________
48671 [ 20829] By: jhi                                   on 2003/08/22  12:22:04
48672         Log: The change #20809 opened up a code path that might leave s unset.
48673      Branch: perl
48674            ! mg.c
48675 ____________________________________________________________________________
48676 [ 20828] By: jhi                                   on 2003/08/22  12:17:49
48677         Log: Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803
48678              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
48679              Date: Fri, 22 Aug 2003 14:57:09 +0200
48680              Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>
48681      Branch: perl
48682            ! lib/File/Path.t
48683 ____________________________________________________________________________
48684 [ 20827] By: jhi                                   on 2003/08/22  12:17:01
48685         Log: Test the correct longness; from Enache.
48686      Branch: perl
48687            ! ext/B/t/assembler.t
48688 ____________________________________________________________________________
48689 [ 20826] By: jhi                                   on 2003/08/22  12:15:28
48690         Log: perlvms moving day, from Craig Berry.
48691      Branch: perl
48692            + pod/perlvms.pod
48693            - vms/perlvms.pod
48694            ! MANIFEST
48695 ____________________________________________________________________________
48696 [ 20825] By: jhi                                   on 2003/08/22  12:14:14
48697         Log: Lower Storable.xs optimization to -O2 on certain
48698              known platforms.
48699      Branch: perl
48700            + ext/Storable/hints/linux.pl
48701            ! MANIFEST
48702 ____________________________________________________________________________
48703 [ 20824] By: jhi                                   on 2003/08/22  08:20:15
48704         Log: Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd
48705              From: Nicholas Clark <nick@ccl4.org>
48706              Date: Thu, 21 Aug 2003 22:26:18 +0100
48707              Message-ID: <20030821222618.T558@plum.flirble.org>
48708      Branch: perl
48709            ! t/op/pack.t
48710 ____________________________________________________________________________
48711 [ 20823] By: jhi                                   on 2003/08/22  08:16:47
48712         Log: Subject: Re: [perl #23463]: compiler version on sparc/netbsd
48713              From: alian@cpan.org (Alian)
48714              Date: Wed, 20 Aug 2003 20:39:17 +0200
48715              Message-ID: <3F43C055.6030709@jupiter.alianet>
48716      Branch: perl
48717            ! t/op/pack.t
48718 ____________________________________________________________________________
48719 [ 20822] By: jhi                                   on 2003/08/22  08:01:57
48720         Log: Try to make the use of utf8 as clear as possible.
48721      Branch: perl
48722            ! lib/utf8.pm
48723 ____________________________________________________________________________
48724 [ 20821] By: jhi                                   on 2003/08/22  07:51:21
48725         Log: Put the tests of the change #19064 back, but disable them.
48726      Branch: perl
48727            ! t/op/args.t
48728 ____________________________________________________________________________
48729 [ 20820] By: jhi                                   on 2003/08/22  06:47:50
48730         Log: Advertise the encoding pragma at the utf8 pragma.
48731      Branch: perl
48732            ! lib/utf8.pm
48733 ____________________________________________________________________________
48734 [ 20819] By: jhi                                   on 2003/08/22  06:31:29
48735         Log: Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt)
48736              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
48737              Date: Fri, 22 Aug 2003 09:01:09 +0200
48738              Message-id: <20030822070109.GA1029@ethan>
48739      Branch: perl
48740            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
48741            ! ext/Devel/PPPort/t/test.t
48742 ____________________________________________________________________________
48743 [ 20817] By: jhi                                   on 2003/08/22  05:18:53
48744         Log: Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR
48745              From: insecure <insecure@mail.od.ua>
48746              Date: Thu, 21 Aug 2003 21:37:56 +0300
48747              Message-Id: <200308212137.57016.insecure@mail.od.ua>
48748      Branch: perl
48749            ! ext/I18N/Langinfo/Langinfo.xs
48750 ____________________________________________________________________________
48751 [ 20816] By: jhi                                   on 2003/08/22  05:15:30
48752         Log: More bytecode patching from Enache.
48753      Branch: perl
48754            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
48755            ! ext/B/B/Disassembler.pm ext/ByteLoader/bytecode.h
48756 ____________________________________________________________________________
48757 [ 20815] By: jhi                                   on 2003/08/22  05:06:58
48758         Log: Subject: Re: pod cleanup
48759              From: Ken Williams <ken@mathforum.org>
48760              Date: Thu, 21 Aug 2003 21:24:57 -0500
48761              Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>
48762      Branch: perl
48763            ! lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.pm
48764 ____________________________________________________________________________
48765 [ 20814] By: jhi                                   on 2003/08/22  05:05:52
48766         Log: Do not edit perltoc since it is autogenerated.
48767      Branch: perl
48768            ! pod/buildtoc
48769 ____________________________________________________________________________
48770 [ 20813] By: jhi                                   on 2003/08/22  04:57:12
48771         Log: Subject: [PATCH] Re: pod cleanup
48772              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
48773              Date: Thu, 21 Aug 2003 17:09:17 -0400
48774              Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
48775
48776              (the pod part)
48777      Branch: perl
48778            ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod
48779            ! pod/perlipc.pod pod/perlpacktut.pod
48780 ____________________________________________________________________________
48781 [ 20811] By: jhi                                   on 2003/08/22  04:46:58
48782         Log: No need to E<gt>.
48783      Branch: perl
48784            ! pod/perluniintro.pod
48785 ____________________________________________________________________________
48786 [ 20810] By: jhi                                   on 2003/08/22  04:46:01
48787         Log: Add File::Temp's OO test.
48788      Branch: perl
48789            + lib/File/Temp/t/object.t
48790            ! MANIFEST
48791 ____________________________________________________________________________
48792 [ 20809] By: rgs                                   on 2003/08/21  19:07:22
48793         Log: The magic variables that alter STDOUT have a tendancy to segfault
48794              when accessed if STDOUT is undefined. Protect them.
48795      Branch: perl
48796            ! mg.c
48797 ____________________________________________________________________________
48798 [ 20808] By: jhi                                   on 2003/08/21  18:39:36
48799         Log: Mention the Unicode UTR #18 version referenced.
48800      Branch: perl
48801            ! pod/perlunicode.pod
48802 ____________________________________________________________________________
48803 [ 20807] By: jhi                                   on 2003/08/21  18:22:22
48804         Log: Must close so that unlink works portably.
48805      Branch: perl
48806            ! t/io/utf8.t
48807 ____________________________________________________________________________
48808 [ 20806] By: jhi                                   on 2003/08/21  18:15:07
48809         Log: Subject: [perluniintro.pod] pod markup fix
48810              From: Stas Bekman <stas@stason.org>
48811              Date: Thu, 21 Aug 2003 11:41:01 -0700
48812              Message-ID: <3F45123D.8020805@stason.org>
48813      Branch: perl
48814            ! pod/perluniintro.pod
48815 ____________________________________________________________________________
48816 [ 20805] By: jhi                                   on 2003/08/21  18:11:30
48817         Log: Subject: [PATCH] utf8 variable names scrambled in error messages
48818              From: Enache Adrian <enache@rdslink.ro>
48819              Date: Thu, 21 Aug 2003 21:17:26 +0300
48820              Message-ID: <20030821181726.GA1241@ratsnest.hole>
48821      Branch: perl
48822            ! gv.c t/op/die.t
48823 ____________________________________________________________________________
48824 [ 20804] By: jhi                                   on 2003/08/21  18:09:10
48825         Log: Fix the syswrite downgrade bug of
48826              [perl #23428] Somethings rotten in unicode semantics
48827      Branch: perl
48828            ! pp_sys.c t/io/utf8.t
48829 ____________________________________________________________________________
48830 [ 20801] By: jhi                                   on 2003/08/21  15:06:16
48831         Log: No more public cwd(), use private _cwd().
48832      Branch: perl
48833            ! lib/File/Spec/t/Spec.t
48834 ____________________________________________________________________________
48835 [ 20799] By: jhi                                   on 2003/08/21  14:20:04
48836         Log: Underline the fact that abs2rel() makes no sense
48837              if it spans multiple roots.
48838      Branch: perl
48839            ! lib/File/Spec.pm lib/File/Spec/Unix.pm
48840 ____________________________________________________________________________
48841 [ 20798] By: jhi                                   on 2003/08/21  14:12:29
48842         Log: Rename the internal cwd() to _cwd() (it's not curdir).
48843      Branch: perl
48844            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
48845            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
48846            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
48847            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
48848 ____________________________________________________________________________
48849 [ 20797] By: jhi                                   on 2003/08/21  14:05:18
48850         Log: Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
48851              From: PPrymmer@factset.com
48852              Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com>
48853              Date: Tue, 19 Aug 2003 21:50:12 -0400
48854      Branch: perl
48855            ! lib/ExtUtils/MM_Unix.pm
48856 ____________________________________________________________________________
48857 [ 20795] By: jhi                                   on 2003/08/21  04:42:56
48858         Log: Retract #19064, broke mod_perl flushing (localisation of $|).
48859              http://public.activestate.com/cgi-bin/perlbrowse?patch=19064
48860              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html
48861      Branch: perl
48862            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
48863 ____________________________________________________________________________
48864 [ 20794] By: jhi                                   on 2003/08/21  04:35:54
48865         Log: MPE/iX does not have nanosleep() (the test makes
48866              a wrong conclusion of the linking succeeding)
48867      Branch: perl
48868            ! ext/Time/HiRes/Makefile.PL
48869 ____________________________________________________________________________
48870 [ 20793] By: jhi                                   on 2003/08/21  04:35:05
48871         Log: Subject: Re: untieing your victim during the act
48872              From: Dave Mitchell <davem@fdgroup.com>
48873              Date: Wed, 20 Aug 2003 20:44:53 +0100
48874              Message-ID: <20030820194453.GD27719@fdgroup.com>
48875      Branch: perl
48876            ! mg.c
48877 ____________________________________________________________________________
48878 [ 20792] By: jhi                                   on 2003/08/21  04:30:54
48879         Log: Byteloader patching from Enache continues;
48880              PADOFFSET handling was wrong.
48881      Branch: perl
48882            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
48883            ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h
48884            ! ext/ByteLoader/byterun.c
48885 ____________________________________________________________________________
48886 [ 20791] By: jhi                                   on 2003/08/20  13:55:35
48887         Log: Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile
48888              From: Steve Hay <steve.hay@uk.radan.com>
48889              Date: Wed, 20 Aug 2003 10:54:46 +0100
48890              Message-ID: <3F434566.3030602@uk.radan.com>
48891      Branch: perl
48892            ! win32/Makefile win32/makefile.mk
48893 ____________________________________________________________________________
48894 [ 20790] By: jhi                                   on 2003/08/20  11:01:52
48895         Log: Upgrade to Encode 1.98.
48896      Branch: perl
48897            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
48898            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
48899            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
48900            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_eucjp.t
48901            ! ext/Encode/t/enc_utf8.t ext/Encode/t/mime-header.t
48902            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
48903            ! ext/Encode/ucm/macHebrew.ucm
48904 ____________________________________________________________________________
48905 [ 20789] By: jhi                                   on 2003/08/20  10:49:51
48906         Log: Patch from Enache for the crashing of bytecode.t in Tru64.
48907      Branch: perl
48908            ! ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
48909 ____________________________________________________________________________
48910 [ 20786] By: rgs                                   on 2003/08/19  20:22:07
48911         Log: t/TEST fails to fail when it can't find tests.
48912      Branch: perl
48913            ! t/TEST
48914 ____________________________________________________________________________
48915 [ 20785] By: jhi                                   on 2003/08/19  19:34:18
48916         Log: Manifest.t.ation of Schwern.
48917      Branch: perl
48918            ! lib/ExtUtils/t/Manifest.t
48919 ____________________________________________________________________________
48920 [ 20783] By: jhi                                   on 2003/08/19  19:24:00
48921         Log: Nick's podulator was right, I just hadn't read the manual...
48922              the vms\perlvms.pod lines needed to be moved.
48923      Branch: perl
48924            ! win32/Makefile win32/makefile.mk
48925 ____________________________________________________________________________
48926 [ 20781] By: jhi                                   on 2003/08/19  16:59:49
48927         Log: Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well  known) printer won't install in RH-9]
48928              From: Andy Dougherty <doughera@lafayette.edu>
48929              Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT)
48930              Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu>
48931      Branch: perl
48932            ! INSTALL
48933 ____________________________________________________________________________
48934 [ 20780] By: jhi                                   on 2003/08/19  16:54:48
48935         Log: Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
48936              From: alian <alian@cpan.org>
48937              Date: Tue, 19 Aug 2003 18:18:03 +0200
48938              Message-ID: <20030819161650.65754.qmail@onion.perl.org>
48939      Branch: perl
48940            + ext/B/hints/openbsd.pl
48941            ! MANIFEST
48942 ____________________________________________________________________________
48943 [ 20779] By: jhi                                   on 2003/08/19  16:49:22
48944         Log: Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
48945              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
48946              Date: Tue, 19 Aug 2003 08:28:14 -0700
48947              Message-ID: <20030819152814.GA15441@math.berkeley.edu>
48948      Branch: perl
48949            ! lib/File/Spec/OS2.pm
48950 ____________________________________________________________________________
48951 [ 20778] By: jhi                                   on 2003/08/19  15:09:30
48952         Log: Unnecessary whitespace diff.
48953      Branch: perl
48954            ! lib/ExtUtils/MakeMaker.pm
48955 ____________________________________________________________________________
48956 [ 20777] By: jhi                                   on 2003/08/19  15:05:18
48957         Log: One less failure.
48958      Branch: perl
48959            ! lib/ExtUtils/t/Manifest.t
48960 ____________________________________________________________________________
48961 [ 20776] By: jhi                                   on 2003/08/19  13:36:03
48962         Log: Replace #20772 with
48963
48964              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
48965              From: PPrymmer@factset.com
48966              Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
48967              Date: Tue, 19 Aug 2003 10:29:44 -0400
48968      Branch: perl
48969            ! lib/ExtUtils/t/Manifest.t
48970 ____________________________________________________________________________
48971 [ 20775] By: jhi                                   on 2003/08/19  13:29:13
48972         Log: (From Enache) Keep bytecode files (.plc) around in case
48973              of failures.  (Currently Tru64 is reliably barfing.)
48974      Branch: perl
48975            ! ext/B/t/bytecode.t
48976 ____________________________________________________________________________
48977 [ 20774] By: jhi                                   on 2003/08/19  13:20:59
48978         Log: 's buildtoc now.
48979      Branch: perl
48980            ! README.cygwin
48981 ____________________________________________________________________________
48982 [ 20773] By: jhi                                   on 2003/08/19  13:19:24
48983         Log: These are kind of important.
48984      Branch: perl
48985            ! MANIFEST
48986 ____________________________________________________________________________
48987 [ 20772] By: jhi                                   on 2003/08/19  13:13:26
48988         Log: Replace #20763 with
48989
48990              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
48991              From: Michael G Schwern <schwern@pobox.com>
48992              Date: Mon, 18 Aug 2003 17:07:30 -0700
48993              Message-ID: <20030819000729.GG14782@windhund.schwern.org>
48994      Branch: perl
48995            ! lib/ExtUtils/t/Manifest.t
48996 ____________________________________________________________________________
48997 [ 20771] By: jhi                                   on 2003/08/19  13:10:42
48998         Log: Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
48999              From: Michael G Schwern <schwern@pobox.com>
49000              Date: Mon, 18 Aug 2003 18:02:08 -0700
49001              Message-ID: <20030819010208.GI14782@windhund.schwern.org>
49002      Branch: perl
49003            ! lib/File/Spec/OS2.pm
49004 ____________________________________________________________________________
49005 [ 20770] By: jhi                                   on 2003/08/19  13:08:45
49006         Log: Subject: [PATCH] maintperl - File::Spec cwd() stuff
49007              From: Ken Williams <ken@mathforum.org>
49008              Date: Mon, 18 Aug 2003 17:07:43 -0500
49009              Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org>
49010      Branch: perl
49011            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
49012            ! lib/File/Spec/t/Spec.t
49013 ____________________________________________________________________________
49014 [ 20769] By: jhi                                   on 2003/08/19  12:25:07
49015         Log: Update the history records.
49016      Branch: perl
49017            ! pod/perlhist.pod
49018 ____________________________________________________________________________
49019 [ 20768] By: jhi                                   on 2003/08/19  12:15:58
49020         Log: Still trying to unify MANIFEST sorting.
49021      Branch: perl
49022            ! MANIFEST pod/buildtoc
49023 ____________________________________________________________________________
49024 [ 20767] By: jhi                                   on 2003/08/19  12:10:00
49025         Log: Try to unify the MANIFEST sorting.
49026      Branch: perl
49027            ! MANIFEST Makefile.SH pod/buildtoc
49028 ____________________________________________________________________________
49029 [ 20766] By: jhi                                   on 2003/08/19  12:04:22
49030         Log: Nicholas Clark's podulator.  The win32 makefile
49031              generation doesn't seem to be working yet.
49032      Branch: perl
49033            + pod.lst pod/buildtoc
49034            - pod/buildtoc.PL
49035            ! MANIFEST Makefile.SH pod/Makefile.SH pod/perl.pod
49036            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
49037 ____________________________________________________________________________
49038 [ 20765] By: jhi                                   on 2003/08/19  03:10:57
49039         Log: Pod tweaks for NEXT from Alan Ferrency.
49040      Branch: perl
49041            ! lib/NEXT.pm
49042 ____________________________________________________________________________
49043 [ 20764] By: jhi                                   on 2003/08/18  19:34:16
49044         Log: Typo tweaks from Gerrit P. Haase.  Fcntl, fcntl, fcntl.
49045      Branch: perl
49046            ! ext/Fcntl/Fcntl.pm pod/perlfunc.pod t/io/utf8.t
49047 ____________________________________________________________________________
49048 [ 20763] By: jhi                                   on 2003/08/18  19:01:33
49049         Log: Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
49050              From: PPrymmer@factset.com
49051              Date: Mon, 18 Aug 2003 15:57:12 -0400
49052              Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com>
49053      Branch: perl
49054            ! lib/ExtUtils/t/Manifest.t
49055 ____________________________________________________________________________
49056 [ 20762] By: jhi                                   on 2003/08/18  18:57:22
49057         Log: Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
49058              From: PPrymmer@factset.com
49059              Date: Mon, 18 Aug 2003 14:28:22 -0400
49060              Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
49061      Branch: perl
49062            ! vms/descrip_mms.template
49063 ____________________________________________________________________________
49064 [ 20761] By: jhi                                   on 2003/08/18  18:53:05
49065         Log: Use the base class cwd() method.
49066      Branch: perl
49067            ! lib/File/Spec/VMS.pm
49068 ____________________________________________________________________________
49069 [ 20758] By: jhi                                   on 2003/08/18  09:37:22
49070         Log: Subject: [PATCH] Uppercase globals in Pod::Html
49071              From: Michael G Schwern <schwern@pobox.com>
49072              Date: Mon, 18 Aug 2003 03:29:09 -0700
49073              Message-ID: <20030818102909.GJ823@windhund.schwern.org>
49074      Branch: perl
49075            ! lib/Pod/Html.pm
49076 ____________________________________________________________________________
49077 [ 20756] By: jhi                                   on 2003/08/18  08:46:52
49078         Log: Subject: [PATCH] Pod::Html  unifying global variable declaration and initialization
49079              From: Michael G Schwern <schwern@pobox.com>
49080              Date: Mon, 18 Aug 2003 02:44:31 -0700
49081              Message-ID: <20030818094431.GG823@windhund.schwern.org>
49082      Branch: perl
49083            ! lib/Pod/Html.pm
49084 ____________________________________________________________________________
49085 [ 20755] By: jhi                                   on 2003/08/18  08:41:24
49086         Log: Warn about the slowness of memory debuggers.
49087      Branch: perl
49088            ! pod/perlhack.pod
49089 ____________________________________________________________________________
49090 [ 20754] By: jhi                                   on 2003/08/18  08:34:00
49091         Log: Upgrade to ExtUtils::MakeMaker 6.16.
49092      Branch: perl
49093            + lib/ExtUtils/t/prereq_print.t
49094            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Installed.pm
49095            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
49096            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
49097            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
49098            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Manifest.t
49099 ____________________________________________________________________________
49100 [ 20753] By: jhi                                   on 2003/08/18  08:21:36
49101         Log: Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
49102              From: Michael G Schwern <schwern@pobox.com>
49103              Date: Mon, 18 Aug 2003 01:34:34 -0700
49104              Message-ID: <20030818083433.GB823@windhund.schwern.org>
49105      Branch: perl
49106            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
49107 ____________________________________________________________________________
49108 [ 20752] By: jhi                                   on 2003/08/18  07:01:16
49109         Log: I could have sworn the base class method was there.
49110      Branch: perl
49111            ! lib/File/Spec/Unix.pm
49112 ____________________________________________________________________________
49113 [ 20751] By: jhi                                   on 2003/08/18  05:09:34
49114         Log: utf8::is_utf8() wasn't there in 5.8.0.
49115      Branch: perl
49116            ! lib/utf8.pm
49117 ____________________________________________________________________________
49118 [ 20750] By: jhi                                   on 2003/08/18  04:53:22
49119         Log: Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
49120              From: "Craig A. Berry" <craigberry@mac.com>
49121              Date: Sun, 17 Aug 2003 23:28:21 -0500
49122              Message-ID: <3F4055E5.2070407@mac.com>
49123      Branch: perl
49124            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
49125 ____________________________________________________________________________
49126 [ 20749] By: jhi                                   on 2003/08/17  19:27:03
49127         Log: Subject: [PATCH] Taint safe Cwd::_qnx_abs_path()
49128              From: Michael G Schwern <schwern@pobox.com>
49129              Date: Sat, 16 Aug 2003 14:58:25 -0700
49130              Message-ID: <20030816215824.GF5859@windhund.schwern.org>
49131
49132              (plus local *REALPATH)
49133      Branch: perl
49134            ! lib/Cwd.pm
49135 ____________________________________________________________________________
49136 [ 20747] By: jhi                                   on 2003/08/17  08:44:18
49137         Log: Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die
49138              From: Enache Adrian <enache@rdslink.ro>
49139              Date: Sat, 16 Aug 2003 16:03:16 +0300
49140              Message-ID: <20030816130316.GA1654@ratsnest.hole>
49141
49142              Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
49143              From: Enache Adrian <enache@rdslink.ro>
49144              Date: Sun, 17 Aug 2003 04:42:22 +0300
49145              Message-ID: <20030817014222.GA1287@ratsnest.hole>
49146      Branch: perl
49147            ! t/op/die.t util.c
49148 ____________________________________________________________________________
49149 [ 20745] By: jhi                                   on 2003/08/17  07:52:47
49150         Log: The lib/Cwd.pm diet part of
49151
49152              Subject: [PATCH] File::Spec on diet
49153              From: Tels <perl_dummy@bloodgate.com>
49154              Date: Mon, 7 Jul 2003 22:41:42 +0200
49155              Message-Id: <200307072235.03364@bloodgate.com>
49156      Branch: perl
49157            ! lib/Cwd.pm
49158 ____________________________________________________________________________
49159 [ 20744] By: jhi                                   on 2003/08/17  07:50:00
49160         Log: The "reduce memory footprint and increase speed by not
49161              unconditionally pulling in Cwd"    part of
49162
49163              Subject: [PATCH] File::Spec on diet
49164              From: Tels <perl_dummy@bloodgate.com>
49165              Date: Mon, 7 Jul 2003 22:41:42 +0200
49166              Message-Id: <200307072235.03364@bloodgate.com>
49167
49168              was still valid.
49169      Branch: perl
49170            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
49171            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
49172            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
49173            ! lib/File/Spec/Win32.pm
49174 ____________________________________________________________________________
49175 [ 20741] By: jhi                                   on 2003/08/17  06:53:07
49176         Log: File::Temp 0.14 from Tim Jenness, now with OO interface.
49177      Branch: perl
49178            ! lib/File/Temp.pm
49179 ____________________________________________________________________________
49180 [ 20739] By: jhi                                   on 2003/08/16  21:03:07
49181         Log: Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS
49182              From: PPrymmer@factset.com
49183              Date: Sat, 16 Aug 2003 11:55:58 -0400
49184              Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com>
49185      Branch: perl
49186            ! installperl
49187 ____________________________________________________________________________
49188 [ 20738] By: jhi                                   on 2003/08/16  20:39:47
49189         Log: Update to Filter::Util::Call 1.6 from CPAN, but keep our
49190              $VERSION at 1.601 so that we are different in version
49191              than 5.8.0 since the module is different (one doc tweak).
49192      Branch: perl
49193            ! ext/Filter/Util/Call/Call.pm
49194 ____________________________________________________________________________
49195 [ 20737] By: jhi                                   on 2003/08/16  20:25:21
49196         Log: valgrind --help didn't return a happy exit status.
49197      Branch: perl
49198            ! Makefile.SH
49199 ____________________________________________________________________________
49200 [ 20736] By: rgs                                   on 2003/08/16  19:54:43
49201         Log: Avoid a "Subroutine Cwd::fastcwd redefined" warning when
49202              loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient
49203              because loading the XS part of Cwd might fail.
49204      Branch: perl
49205            ! lib/Cwd.pm
49206 ____________________________________________________________________________
49207 [ 20735] By: rgs                                   on 2003/08/16  19:39:39
49208         Log: Subject: [patch lib/utf8.pm] doc tweaks
49209              From: Stas Bekman <stas@stason.org>
49210              Date: Sat, 16 Aug 2003 13:30:28 -0700
49211              Message-ID: <3F3E9464.3030202@stason.org>
49212      Branch: perl
49213            ! lib/utf8.pm
49214 ____________________________________________________________________________
49215 [ 20734] By: rgs                                   on 2003/08/16  19:32:05
49216         Log: Subject: [PATCH] Taint problems in Cwd::abs_path
49217              From: Michael G Schwern <schwern@pobox.com>
49218              Date: Fri, 15 Aug 2003 18:43:45 -0700
49219              Message-ID: <20030816014345.GE4023@windhund.schwern.org>
49220      Branch: perl
49221            ! ext/Cwd/t/taint.t lib/Cwd.pm
49222 ____________________________________________________________________________
49223 [ 20733] By: jhi                                   on 2003/08/16  17:03:15
49224         Log: No ODBM for Mac OS X, even if we have Fink GDBM libraries.
49225      Branch: perl
49226            ! hints/darwin.sh
49227 ____________________________________________________________________________
49228 [ 20732] By: jhi                                   on 2003/08/16  16:52:50
49229         Log: Add valgrind testing target.
49230      Branch: perl
49231            ! Makefile.SH pod/perlhack.pod t/TEST
49232 ____________________________________________________________________________
49233 [ 20731] By: jhi                                   on 2003/08/16  14:37:33
49234         Log: More networking negativity.
49235      Branch: perl
49236            ! pod/perlport.pod
49237 ____________________________________________________________________________
49238 [ 20730] By: rgs                                   on 2003/08/16  12:12:43
49239         Log: Remove a useless vstring reference in perlnumber.pod.
49240      Branch: perl
49241            ! pod/perlnumber.pod
49242 ____________________________________________________________________________
49243 [ 20729] By: jhi                                   on 2003/08/16  10:11:30
49244         Log: README.macosx updates about known problems.
49245      Branch: perl
49246            ! README.macosx
49247 ____________________________________________________________________________
49248 [ 20728] By: jhi                                   on 2003/08/16  08:32:04
49249         Log: Subject: [PATCH] Small test tweak for Memoize/t/error.t
49250              From: Andreas J Koenig <andreas.koenig@anima.de>
49251              Date: Fri, 15 Aug 2003 11:55:22 +0200
49252              Message-ID: <87smo39red.fsf@franz.ak.mind.de>
49253      Branch: perl
49254            ! lib/Memoize/t/errors.t
49255 ____________________________________________________________________________
49256 [ 20727] By: jhi                                   on 2003/08/16  07:25:08
49257         Log: Upgrade to File::Temp 0.13 from CPAN--
49258              but since we had a '0.13' already in 5.8.0, make this
49259              still a '0.131'.
49260      Branch: perl
49261            ! lib/File/Temp.pm lib/File/Temp/t/mktemp.t
49262            ! lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
49263            ! lib/File/Temp/t/tempfile.t
49264 ____________________________________________________________________________
49265 [ 20726] By: jhi                                   on 2003/08/15  20:29:10
49266         Log: Clarify the E flag.
49267      Branch: perl
49268            ! embed.fnc
49269 ____________________________________________________________________________
49270 [ 20725] By: jhi                                   on 2003/08/15  15:37:36
49271         Log: Integrate from maint:
49272              [ 20724]
49273              No peeking before the buffer.
49274              (This was probably the random failure showing up
49275              in Solaris with t/uni/tr_7jis.t)
49276      Branch: perl
49277           !> toke.c
49278 ____________________________________________________________________________
49279 [ 20721] By: jhi                                   on 2003/08/15  08:44:42
49280         Log: Subject: [PATCH] TEST script (Was: Not ok 20712ff)
49281              From: Andreas J Koenig <andreas.koenig@anima.de>
49282              Date: Fri, 15 Aug 2003 11:37:29 +0200
49283              Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de>
49284      Branch: perl
49285            ! t/TEST
49286 ____________________________________________________________________________
49287 [ 20720] By: jhi                                   on 2003/08/15  08:40:07
49288         Log: Integrate from maint:
49289              [ 20719]
49290              no_plan is not a good plan until TEST is fixed.
49291      Branch: perl
49292           !> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
49293 ____________________________________________________________________________
49294 [ 20717] By: jhi                                   on 2003/08/15  05:06:39
49295         Log: Up the F::S subpackage versions; up the JPL JNI.pm version
49296              (the JPL cvs seems to be out of order), the only real change
49297              (in JNI.xs) seems to have been CRLF->LF conversion.
49298      Branch: perl
49299            ! jpl/JNI/JNI.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
49300 ____________________________________________________________________________
49301 [ 20716] By: jhi                                   on 2003/08/15  04:58:34
49302         Log: Upgrade to Test::Harness 2.30.
49303      Branch: perl
49304            ! lib/Test/Harness.pm lib/Test/Harness/Changes
49305            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t
49306 ____________________________________________________________________________
49307 [ 20715] By: jhi                                   on 2003/08/15  04:41:37
49308         Log: Damian replied that he'll make a CPAN Switch 2.10
49309              out of 5.8.1 Switch 2.10.
49310      Branch: perl
49311            ! lib/Switch.pm
49312 ____________________________________________________________________________
49313 [ 20714] By: jhi                                   on 2003/08/14  18:35:07
49314         Log: Add PerlIO::via::QuotedPrint to Maintainers.
49315      Branch: perl
49316            ! Porting/Maintainers.pl
49317 ____________________________________________________________________________
49318 [ 20713] By: jhi                                   on 2003/08/14  18:33:06
49319         Log: Upgrade to PerlIO::via::Quoted 0.05.
49320      Branch: perl
49321            ! lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
49322 ____________________________________________________________________________
49323 [ 20712] By: jhi                                   on 2003/08/14  18:29:19
49324         Log: Upgrade to NEXT 0.60.
49325      Branch: perl
49326            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
49327            ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
49328 ____________________________________________________________________________
49329 [ 20711] By: jhi                                   on 2003/08/14  17:31:55
49330         Log: perlcheat is a reference, not tutorial.
49331      Branch: perl
49332            ! pod/perl.pod
49333 ____________________________________________________________________________
49334 [ 20710] By: jhi                                   on 2003/08/14  16:48:34
49335         Log: Subject: PATCH RC4 IO::Dir
49336              From: Mark Jason Dominus <mjd@plover.com>
49337              Date: Thu, 14 Aug 2003 12:02:59 -0400
49338              Message-ID: <20030814160259.27586.qmail@plover.com>
49339      Branch: perl
49340            ! ext/IO/lib/IO/Dir.pm
49341 ____________________________________________________________________________
49342 [ 20708] By: jhi                                   on 2003/08/14  14:45:20
49343         Log: win32/fcrypt.c was forgotten.
49344      Branch: perl
49345            ! MANIFEST
49346 ____________________________________________________________________________
49347 [ 20706] By: jhi                                   on 2003/08/14  14:40:30
49348         Log: Not so great a version bump, let Paul release 0.17.
49349      Branch: perl
49350            ! ext/Filter/Util/Call/Call.pm
49351 ____________________________________________________________________________
49352 [ 20705] By: jhi                                   on 2003/08/14  14:38:40
49353         Log: One more XS change versus no VERSION change.
49354              (Remaining in JNI.pm/xs, don't know what to about that
49355              since JNI is kind of "stable".)
49356      Branch: perl
49357            ! ext/Filter/Util/Call/Call.pm
49358 ____________________________________________________________________________
49359 [ 20704] By: jhi                                   on 2003/08/14  14:36:45
49360         Log: XS contents changes versus VERSION non-changes.
49361      Branch: perl
49362            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
49363            ! ext/PerlIO/scalar/scalar.pm ext/SDBM_File/SDBM_File.pm
49364            ! ext/Socket/Socket.pm
49365 ____________________________________________________________________________
49366 [ 20702] By: jhi                                   on 2003/08/14  14:24:40
49367         Log: Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows
49368              From: Steve Hay <steve.hay@uk.radan.com>
49369              Date: Thu, 14 Aug 2003 15:39:16 +0100
49370              Message-ID: <3F3B9F14.4040609@uk.radan.com>
49371
49372              (Sarathy okayed the idea.)
49373      Branch: perl
49374            + win32/fcrypt.c
49375            - win32/des_fcrypt.patch
49376            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
49377 ____________________________________________________________________________
49378 [ 20701] By: jhi                                   on 2003/08/14  14:17:42
49379         Log: Subject: [DOC PATCH] warnings.pl
49380              From: Elizabeth Mattijsen <liz@dijkmat.nl>
49381              Date: Thu, 14 Aug 2003 13:12:55 +0200
49382              Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
49383
49384              (some rewording)
49385      Branch: perl
49386            ! lib/warnings.pm warnings.pl
49387 ____________________________________________________________________________
49388 [ 20700] By: gbarr                                 on 2003/08/14  14:12:45
49389         Log: Update to Scalar-List-Utils 1.12
49390      Branch: perl
49391            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
49392            ! ext/List/Util/lib/List/Util.pm
49393            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t
49394 ____________________________________________________________________________
49395 [ 20699] By: jhi                                   on 2003/08/14  13:16:27
49396         Log: All the authors of these modules have now been contacted;
49397              but assuming no CPAN updates are upcoming, here are 'fake'
49398              version updates to make us different from 5.8.0.
49399              (List::Util+Scalar::Util will soon be updated;
49400              File::Spec CPAN release will be made based on 5.8.1.)
49401      Branch: perl
49402            ! ext/Data/Dumper/Dumper.pm lib/CGI/Fast.pm lib/CGI/Util.pm
49403            ! lib/File/Temp.pm lib/Locale/Country.pm lib/Locale/Currency.pm
49404            ! lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm
49405            ! lib/Test/Harness/Straps.pm lib/Text/Wrap.pm
49406 ____________________________________________________________________________
49407 [ 20697] By: jhi                                   on 2003/08/14  07:05:48
49408         Log: Make the blead versions of these be newer...
49409      Branch: perl
49410            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
49411 ____________________________________________________________________________
49412 [ 20696] By: jhi                                   on 2003/08/14  06:51:34
49413         Log: Tweak from Slaven to catch also changed .xs files
49414              (.pm -> .xs name equivalence is assumed)
49415      Branch: perl
49416            ! Porting/cmpVERSION.pl
49417 ____________________________________________________________________________
49418 [ 20695] By: jhi                                   on 2003/08/14  06:44:10
49419         Log: Diffs-sans-version-diffs between blead and maint.
49420      Branch: perl
49421            ! ext/B/B.pm ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
49422            ! ext/Devel/PPPort/PPPort.pm lib/English.pm lib/overload.pm
49423            ! lib/warnings.pm warnings.pl
49424 ____________________________________________________________________________
49425 [ 20692] By: jhi                                   on 2003/08/14  05:23:58
49426         Log: One more VERSION bump.
49427      Branch: perl
49428            ! lib/SelfLoader.pm
49429 ____________________________________________________________________________
49430 [ 20691] By: jhi                                   on 2003/08/14  05:21:20
49431         Log: Add a known exception.
49432      Branch: perl
49433            ! Porting/cmpVERSION.pl
49434 ____________________________________________________________________________
49435 [ 20689] By: jhi                                   on 2003/08/14  04:54:18
49436         Log: The blead version has got the dor.
49437      Branch: perl
49438            ! ext/Opcode/Opcode.pm
49439 ____________________________________________________________________________
49440 [ 20688] By: jhi                                   on 2003/08/14  04:51:30
49441         Log: A swath of VERSION patches from Nicholas Clark.
49442      Branch: perl
49443            ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm
49444            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm
49445            ! lib/Hash/Util.pm lib/Net/hostent.pm lib/Net/servent.pm
49446            ! lib/Text/Abbrev.pm lib/Thread/Semaphore.pm lib/Tie/Array.pm
49447            ! lib/Tie/RefHash.pm lib/UNIVERSAL.pm lib/Unicode/UCD.pm
49448            ! lib/attributes.pm lib/base.pm lib/diagnostics.pm lib/fields.pm
49449            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/utf8.pm
49450            ! lib/vmsish.pm os2/OS2/Process/Process.pm
49451            ! os2/OS2/REXX/DLL/DLL.pm t/TestInit.pm
49452            ! t/lib/MakeMaker/Test/Utils.pm t/lib/Math/BigInt/BareCalc.pm
49453            ! vms/ext/Filespec.pm warnings.pl
49454 ____________________________________________________________________________
49455 [ 20687] By: jhi                                   on 2003/08/13  18:53:15
49456         Log: Alpha version numbers noticed by Schwern.
49457              (These hacks are no more needed since the PAUSE indexer no
49458              more indexes the insides of Perl distributions, says Andreas.)
49459      Branch: perl
49460            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
49461            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
49462            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
49463            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
49464            ! ext/IPC/SysV/SysV.pm
49465 ____________________________________________________________________________
49466 [ 20686] By: jhi                                   on 2003/08/13  18:42:50
49467         Log: Subject: Re: script wanted
49468              From: Nicholas Clark <nick@ccl4.org>
49469              Date: Wed, 13 Aug 2003 20:46:09 +0100
49470              Message-ID: <20030813204609.G20130@plum.flirble.org>
49471      Branch: perl
49472            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/Debug.pm
49473            ! ext/B/B/Lint.pm ext/Fcntl/Fcntl.pm ext/File/Glob/Glob.pm
49474            ! ext/IO/IO.pm ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
49475            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
49476            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/Msg.pm
49477            ! ext/IPC/SysV/Semaphore.pm ext/POSIX/POSIX.pm
49478            ! ext/Sys/Hostname/Hostname.pm ext/Sys/Syslog/Syslog.pm
49479            ! ext/re/re.pm ext/threads/shared/shared.pm
49480            ! ext/threads/threads.pm
49481 ____________________________________________________________________________
49482 [ 20685] By: jhi                                   on 2003/08/13  18:24:50
49483         Log: Subject: Re: script wanted
49484              From: Enache Adrian <enache@rdslink.ro>
49485              Date: Wed, 13 Aug 2003 22:31:18 +0300
49486              Message-ID: <20030813193118.GA1273@ratsnest.hole>
49487      Branch: perl
49488            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
49489            ! ext/B/B/Disassembler.pm
49490 ____________________________________________________________________________
49491 [ 20681] By: jhi                                   on 2003/08/13  17:13:12
49492         Log: Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
49493              From: Robin Barker <Robin.Barker@npl.co.uk>
49494              Date: Wed, 13 Aug 2003 18:05:38 +0100
49495              Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk>
49496      Branch: perl
49497            ! lib/lib_pm.PL utils/h2xs.PL utils/perlcc.PL
49498 ____________________________________________________________________________
49499 [ 20680] By: jhi                                   on 2003/08/13  17:11:38
49500         Log: Subject: [PATCH] GNU Public General Public General GNU Public License License
49501              From: Michael G Schwern <schwern@pobox.com>
49502              Date: Wed, 13 Aug 2003 11:15:40 -0700
49503              Message-ID: <20030813181539.GA22658@windhund.schwern.org>
49504      Branch: perl
49505            ! pod/perlartistic.pod pod/perlgpl.pod
49506 ____________________________________________________________________________
49507 [ 20678] By: jhi                                   on 2003/08/13  13:46:18
49508         Log: Add cmpVERSION.pl from Slaven for comparing two
49509              Perl source trees for modules that have changed
49510              but have the same version numbers.
49511      Branch: perl
49512            + Porting/cmpVERSION.pl
49513            ! MANIFEST
49514 ____________________________________________________________________________
49515 [ 20676] By: jhi                                   on 2003/08/13  12:03:08
49516         Log: Make Johan's confusion go away, but there are no doubt more
49517              similar cases.
49518      Branch: perl
49519            ! lib/File/Find.pm
49520 ____________________________________________________________________________
49521 [ 20674] By: jhi                                   on 2003/08/13  11:57:47
49522         Log: Make (hopefully) the Windows CR CR LF bug go away
49523              by making the CRLF layer repel any other CRLF layers.
49524              In other words: binmode(FH, ":crlf") in e.g. Win32
49525              is effectively a no-op since there already is one
49526              CRLF layer in the stack by default.
49527      Branch: perl
49528            ! perlio.c pod/perlrun.pod t/io/crlf.t t/io/layers.t
49529 ____________________________________________________________________________
49530 [ 20673] By: jhi                                   on 2003/08/13  10:29:56
49531         Log: One tweak from Dave Mitchell.
49532      Branch: perl
49533            ! pod/perlport.pod
49534 ____________________________________________________________________________
49535 [ 20672] By: jhi                                   on 2003/08/13  10:27:54
49536         Log: One tweak for microperl in OS/2.
49537      Branch: perl
49538            ! perl.h
49539 ____________________________________________________________________________
49540 [ 20671] By: merijn                                on 2003/08/13  08:57:27
49541         Log: Subject: [PATCH] another VMS pod nit
49542              From: "Craig A. Berry" <craigberry@mac.com>
49543              Date: Wed, 13 Aug 2003 01:01:46 -0500
49544              Message-ID: <3F39D44A.4010207@mac.com>
49545      Branch: perl
49546            ! vms/descrip_mms.template
49547 ____________________________________________________________________________
49548 [ 20670] By: merijn                                on 2003/08/13  08:54:45
49549         Log: Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
49550              From: "Craig A. Berry" <craigberry@mac.com>
49551              Date: Tue, 12 Aug 2003 21:12:00 -0500
49552              Message-ID: <3F399E70.4050607@mac.com>
49553      Branch: perl
49554            ! lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/29_downcopy.t
49555            ! lib/Tie/File/t/29a_upcopy.t
49556 ____________________________________________________________________________
49557 [ 20669] By: jhi                                   on 2003/08/13  06:06:39
49558         Log: More don't:s for nyetworking.
49559      Branch: perl
49560            ! pod/perlport.pod
49561 ____________________________________________________________________________
49562 [ 20668] By: rgs                                   on 2003/08/12  20:27:41
49563         Log: perlipc thinko by John P. Linderman.
49564      Branch: perl
49565            ! pod/perlipc.pod
49566 ____________________________________________________________________________
49567 [ 20666] By: jhi                                   on 2003/08/12  20:02:13
49568         Log: Subject: Re: maint @ 20617 [PATCH]
49569              From: =?iso-8859-1?q?Sreeji=20K=20Das?= <sreeji_k@yahoo.com>
49570              Date: Tue, 12 Aug 2003 13:19:00 +0100 (BST)
49571              Message-ID: <20030812121900.26127.qmail@web10501.mail.yahoo.com>
49572      Branch: perl
49573            ! lib/ExtUtils/Installed.pm
49574 ____________________________________________________________________________
49575 [ 20665] By: jhi                                   on 2003/08/12  19:59:54
49576         Log: README.cygwin updates from Gerrit P. Haase.
49577      Branch: perl
49578            ! README.cygwin
49579 ____________________________________________________________________________
49580 [ 20664] By: jhi                                   on 2003/08/12  19:57:53
49581         Log: Do some updates also on pod.mak -- which seems to
49582              be badly out of date.
49583      Branch: perl
49584            ! win32/pod.mak
49585 ____________________________________________________________________________
49586 [ 20663] By: jhi                                   on 2003/08/12  19:48:01
49587         Log: More missing pods for VMS.
49588      Branch: perl
49589            ! vms/descrip_mms.template
49590 ____________________________________________________________________________
49591 [ 20662] By: jhi                                   on 2003/08/12  19:43:46
49592         Log: Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build.
49593              From: PPrymmer@factset.com
49594              Date: Tue, 12 Aug 2003 16:24:21 -0400
49595              Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>
49596      Branch: perl
49597            ! vms/descrip_mms.template
49598 ____________________________________________________________________________
49599 [ 20661] By: jhi                                   on 2003/08/12  19:41:50
49600         Log: perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
49601      Branch: perl
49602            ! pod/perlreref.pod
49603 ____________________________________________________________________________
49604 [ 20660] By: jhi                                   on 2003/08/12  18:44:27
49605         Log: A better patch from Yitzchak Scott-Thoennes for [perl #23287].
49606      Branch: perl
49607            ! pp_sys.c
49608 ____________________________________________________________________________
49609 [ 20657] By: jhi                                   on 2003/08/12  13:55:56
49610         Log: Multiline one-liners are a bit too much to ask.
49611      Branch: perl
49612            ! t/op/closure.t
49613 ____________________________________________________________________________
49614 [ 20654] By: jhi                                   on 2003/08/12  13:23:00
49615         Log: Add perlcheat to the toc and perl.pod; regen toc.
49616      Branch: perl
49617            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
49618 ____________________________________________________________________________
49619 [ 20653] By: jhi                                   on 2003/08/12  13:15:17
49620         Log: Retract #20644 and #20643; on non-microperl non-fcntl
49621              systems Wrong Thing would be done.  (And as Sarathy
49622              points out, closing both ends of a pipe is rather
49623              identical to never opening it...)
49624      Branch: perl
49625            ! pp_sys.c util.c
49626 ____________________________________________________________________________
49627 [ 20652] By: ams                                   on 2003/08/12  13:06:40
49628         Log: Subject: perlcheat
49629              From: Juerd <juerd@cpan.org>
49630              Date: Mon, 11 Aug 2003 20:24:34 +0200
49631              Message-Id: <20030811182434.GI17748@c3.convolution.nl>
49632      Branch: perl
49633            + pod/perlcheat.pod
49634            ! MANIFEST
49635 ____________________________________________________________________________
49636 [ 20651] By: jhi                                   on 2003/08/12  12:52:09
49637         Log: Microperl expects C89 (like the rest of Perl).
49638      Branch: perl
49639            ! README.micro
49640 ____________________________________________________________________________
49641 [ 20650] By: jhi                                   on 2003/08/12  12:32:29
49642         Log: Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
49643              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
49644              Date: Sun, 3 Aug 2003 06:19:02 -0700
49645              Message-ID: <20030803131902.GA5146@math.berkeley.edu>
49646      Branch: perl
49647            ! lib/ExtUtils/xsubpp
49648 ____________________________________________________________________________
49649 [ 20648] By: jhi                                   on 2003/08/12  11:56:52
49650         Log: If we are void we cannot return a value.
49651      Branch: perl
49652            ! mg.c
49653 ____________________________________________________________________________
49654 [ 20647] By: jhi                                   on 2003/08/12  11:54:32
49655         Log: Oops.
49656      Branch: perl
49657            ! perl.c
49658 ____________________________________________________________________________
49659 [ 20646] By: jhi                                   on 2003/08/12  11:51:25
49660         Log: Apply much of Ilya's microperl patch, but instead of
49661              implementing the opendir()/readdir()/closedir() using
49662              external commands give up "ANSI-pureness" and define them
49663              in uconfig.sh, also define other stuff like rename() and putenv().
49664              Leave out the $| emulation in my_fork() since we are
49665              not supposed to have fork() under microperl.
49666      Branch: perl
49667            ! Makefile.micro README.micro doio.c mg.c perl.c perl.h
49668            ! perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c
49669 ____________________________________________________________________________
49670 [ 20645] By: jhi                                   on 2003/08/12  10:40:54
49671         Log: Localize PARENT (based on Ilya's microperl patch).
49672      Branch: perl
49673            ! lib/Cwd.pm
49674 ____________________________________________________________________________
49675 [ 20644] By: jhi                                   on 2003/08/12  10:37:55
49676         Log: More microperlish faking in case no fcntl F_SETFD for pipes.
49677      Branch: perl
49678            ! util.c
49679 ____________________________________________________________________________
49680 [ 20643] By: jhi                                   on 2003/08/12  10:13:53
49681         Log: A generally useful hunk from Ilya's microperl patch.
49682              (If no fcntl F_SETFD, fake it the best we can.)
49683      Branch: perl
49684            ! pp_sys.c
49685 ____________________________________________________________________________
49686 [ 20640] By: jhi                                   on 2003/08/12  09:59:16
49687         Log: returning would be good, too.
49688      Branch: perl
49689            ! ext/Safe/t/safeops.t
49690 ____________________________________________________________________________
49691 [ 20639] By: jhi                                   on 2003/08/12  09:57:07
49692         Log: No dor in maint.
49693      Branch: perl
49694            ! ext/Safe/t/safeops.t
49695 ____________________________________________________________________________
49696 [ 20634] By: jhi                                   on 2003/08/12  08:41:49
49697         Log: Subject: [PATCH 5.8.1 @19053] XSLoader revisted
49698              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
49699              Date: Mon, 21 Apr 2003 22:44:37 -0700
49700              Message-ID: <20030422054437.GA8297@math.berkeley.edu>
49701
49702              (the XSLoader doc hunk; the h2xs looks like a behavioural change)
49703      Branch: perl
49704            ! ext/DynaLoader/XSLoader_pm.PL
49705 ____________________________________________________________________________
49706 [ 20633] By: jhi                                   on 2003/08/12  08:31:01
49707         Log: Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm
49708              From: Michael G Schwern <schwern@pobox.com>
49709              Date: Sat, 9 Aug 2003 15:03:02 -0700
49710              Message-ID: <20030809220301.GE24919@windhund.schwern.org>
49711
49712              (plus one extra catfile() in h2xs.t)
49713      Branch: perl
49714            ! lib/h2xs.t utils/h2xs.PL
49715 ____________________________________________________________________________
49716 [ 20632] By: jhi                                   on 2003/08/12  08:11:08
49717         Log: The Debian people have expressed a wish for the boilerplate
49718              being specific about the Perl version; patch from Nicholas Clark.
49719      Branch: perl
49720            ! utils/h2xs.PL
49721 ____________________________________________________________________________
49722 [ 20631] By: jhi                                   on 2003/08/12  08:09:43
49723         Log: A new try from Dave Mitchell for [perl #23265].
49724      Branch: perl
49725            ! pad.c t/op/closure.t
49726 ____________________________________________________________________________
49727 [ 20630] By: jhi                                   on 2003/08/12  07:59:22
49728         Log: Fix for [perl #23287] segfault in untie.
49729              (Well, at least no more coredump.)
49730      Branch: perl
49731            ! pp_sys.c t/op/tie.t
49732 ____________________________________________________________________________
49733 [ 20629] By: jhi                                   on 2003/08/12  06:24:32
49734         Log: =head2 ALL CAPS
49735      Branch: perl
49736            ! pod/perlreref.pod
49737 ____________________________________________________________________________
49738 [ 20628] By: jhi                                   on 2003/08/12  06:22:25
49739         Log: Too enthusiastic head2-ing.
49740      Branch: perl
49741            ! pod/perlreref.pod
49742 ____________________________________________________________________________
49743 [ 20627] By: jhi                                   on 2003/08/12  05:17:14
49744         Log: Gotta Get'em Cases Right.
49745      Branch: perl
49746            ! pod/perlreref.pod
49747 ____________________________________________________________________________
49748 [ 20626] By: jhi                                   on 2003/08/12  05:04:02
49749         Log: head2-ify many of the head1s, will probably make this look
49750              better in HTML.
49751      Branch: perl
49752            ! pod/perlreref.pod
49753 ____________________________________________________________________________
49754 [ 20625] By: jhi                                   on 2003/08/12  04:55:32
49755         Log: Subject: Re: [PATCH] perlreref.pod tweaks
49756              From: Iain Truskett <spoon@cpan.org>
49757              Date: Tue, 12 Aug 2003 13:59:27 +1000
49758              Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
49759
49760              plus explain "Titlecase".
49761      Branch: perl
49762            ! pod/perlreref.pod
49763 ____________________________________________________________________________
49764 [ 20623] By: rgs                                   on 2003/08/11  19:59:17
49765         Log: Add a new regression test for Safe : tests that all ops
49766              can be trapped by a Safe compartement (except for the ones
49767              that can't.)
49768      Branch: perl
49769            + ext/Safe/t/safeops.t
49770            ! MANIFEST
49771 ____________________________________________________________________________
49772 [ 20622] By: rgs                                   on 2003/08/11  18:33:06
49773         Log: B::Deparse wasn't handling correctly builtins that
49774              have two filehandles in their prototypes (pipe, socketpair,
49775              accept) when non-bareword prototypes were used.
49776      Branch: perl
49777            ! ext/B/B/Deparse.pm
49778 ____________________________________________________________________________
49779 [ 20620] By: jhi                                   on 2003/08/11  17:08:29
49780         Log: Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c
49781              From: merlyn@stonehenge.com (Randal L. Schwartz)
49782              Date: 11 Aug 2003 09:45:29 -0700
49783              Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
49784
49785              Subject: [PATCH] perlreref.pod tweaks
49786              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
49787              Date: Mon, 11 Aug 2003 13:19:51 -0400
49788              Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
49789
49790              Plus a note about {,n} not being a quantifier.
49791      Branch: perl
49792            ! pod/perlreref.pod
49793 ____________________________________________________________________________
49794 [ 20619] By: jhi                                   on 2003/08/11  15:50:34
49795         Log: Integrate:
49796              [ 20618]
49797              $* is not yet fully gone in 5.8.1.
49798      Branch: perl
49799           !> pod/perlreref.pod
49800 ____________________________________________________________________________
49801 [ 20614] By: nick                                  on 2003/08/11  12:14:55
49802         Log: Allow via layer to affect the PERLIO_F_UTF8 flag.
49803      Branch: perl
49804            ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
49805 ____________________________________________________________________________
49806 [ 20612] By: jhi                                   on 2003/08/11  10:55:19
49807         Log: VC6 warning: result still unsigned.
49808      Branch: perl
49809            ! regexec.c
49810 ____________________________________________________________________________
49811 [ 20611] By: jhi                                   on 2003/08/11  08:33:13
49812         Log: Typo fix from Boris Zentner.
49813      Branch: perl
49814            ! pod/perlfaq5.pod
49815 ____________________________________________________________________________
49816 [ 20609] By: jhi                                   on 2003/08/11  04:28:29
49817         Log: Subject: [perl #23273] warnings in Unicode::UCD
49818              From: Lukas Mai (via RT) <perlbug-followup@perl.org>
49819              Date: 10 Aug 2003 22:37:41 -0000
49820              Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>
49821      Branch: perl
49822            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
49823 ____________________________________________________________________________
49824 [ 20608] By: jhi                                   on 2003/08/11  04:24:34
49825         Log: Explain the 'Wide character in print' a bit more.
49826      Branch: perl
49827            ! pod/perldiag.pod
49828 ____________________________________________________________________________
49829 [ 20607] By: rgs                                   on 2003/08/10  20:44:23
49830         Log: Subject: Re: killing for vital signs [PATCH]
49831              From: "John P. Linderman" <jpl@research.att.com>
49832              Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT)
49833              Message-Id: <200308101944.PAA96547@raptor.research.att.com>
49834      Branch: perl
49835            ! pod/perlfunc.pod pod/perlipc.pod
49836 ____________________________________________________________________________
49837 [ 20605] By: jhi                                   on 2003/08/10  20:38:39
49838         Log: gcc -ansi -pedantic cleanup; and a seemingly forgotten
49839              sv_placeholder hunk.
49840      Branch: perl
49841            ! perl.h sv.h
49842 ____________________________________________________________________________
49843 [ 20604] By: jhi                                   on 2003/08/10  20:14:28
49844         Log: Clarify the format checking instructions.
49845      Branch: perl
49846            ! Porting/pumpkin.pod
49847 ____________________________________________________________________________
49848 [ 20602] By: jhi                                   on 2003/08/10  19:45:45
49849         Log: Retract #20597, too many resulting core dumps.
49850      Branch: perl
49851            ! pad.c t/op/closure.t
49852 ____________________________________________________________________________
49853 [ 20597] By: jhi                                   on 2003/08/10  17:55:03
49854         Log: Subject: Re: [perl #23265] Nested anonymous subs
49855              From: Dave Mitchell <davem@fdgroup.com>
49856              Date: Sun, 10 Aug 2003 01:35:30 +0100
49857              Message-ID: <20030810003530.GB6547@fdgroup.com>
49858      Branch: perl
49859            ! pad.c t/op/closure.t
49860 ____________________________________________________________________________
49861 [ 20596] By: jhi                                   on 2003/08/10  17:38:35
49862         Log: Try simple workaround for the POSIX autosplit.ix warning.
49863      Branch: perl
49864            ! ext/POSIX/POSIX.pm
49865 ____________________________________________________________________________
49866 [ 20595] By: jhi                                   on 2003/08/10  17:33:12
49867         Log: One more PL_csighandlerp.
49868      Branch: perl
49869            ! ext/POSIX/POSIX.xs
49870 ____________________________________________________________________________
49871 [ 20594] By: rgs                                   on 2003/08/10  13:30:11
49872         Log: Further tweaks on perlreref.pod (by Iain Truskett)
49873      Branch: perl
49874            ! pod/perlreref.pod
49875 ____________________________________________________________________________
49876 [ 20593] By: rgs                                   on 2003/08/10  12:32:47
49877         Log: Add the perlreref manpage, by Iain Truskett
49878              (regular expressions quick reference.)
49879              Regenerate the table of contents.
49880      Branch: perl
49881            + pod/perlreref.pod
49882            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
49883 ____________________________________________________________________________
49884 [ 20592] By: rgs                                   on 2003/08/09  21:13:27
49885         Log: Remove ByteLoader from the list of modules whose compilability should
49886              be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache
49887              pointed out.)
49888      Branch: perl
49889            ! t/lib/1_compile.t
49890 ____________________________________________________________________________
49891 [ 20591] By: rgs                                   on 2003/08/09  21:08:59
49892         Log: Subject: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
49893              From: Dave Mitchell <davem@fdgroup.com>
49894              Date: Sat, 9 Aug 2003 14:51:44 +0100
49895              Message-ID: <20030809135144.GC4997@fdgroup.com>
49896      Branch: perl
49897            ! embed.fnc embed.h global.sym op.c pp_ctl.c proto.h scope.c
49898            ! scope.h t/lib/warnings/pad
49899 ____________________________________________________________________________
49900 [ 20590] By: rgs                                   on 2003/08/09  21:02:21
49901         Log: Regenerate perlapi.pod.
49902      Branch: perl
49903            ! pod/perlapi.pod
49904 ____________________________________________________________________________
49905 [ 20589] By: rgs                                   on 2003/08/09  20:26:28
49906         Log: Subject: [PATCH t/lib/1_compile.t] Removing tested modules
49907              From: Michael G Schwern <schwern@pobox.com>
49908              Date: Sat, 9 Aug 2003 13:36:59 -0700
49909              Message-ID: <20030809203659.GB24919@windhund.schwern.org>
49910      Branch: perl
49911            ! t/lib/1_compile.t
49912 ____________________________________________________________________________
49913 [ 20588] By: jhi                                   on 2003/08/09  18:13:07
49914         Log: Update Jon Orwant's email address as he wants it,
49915              drop TPJ URL; upate also Doug MacEachern's address.
49916      Branch: perl
49917            ! pod/perlembed.pod pod/perlmodinstall.pod
49918 ____________________________________________________________________________
49919 [ 20587] By: ams                                   on 2003/08/09  18:09:34
49920         Log: hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
49921              normal key was replaced by its UTF-8 equivalent. This caused the
49922              "Storable problem" RT3 users reported under RH9.
49923      Branch: perl
49924            ! hv.c
49925 ____________________________________________________________________________
49926 [ 20586] By: jhi                                   on 2003/08/09  18:08:20
49927         Log: Subject: [PATCH perlmodinstall.pod] Installation on Win32
49928              From: Michael G Schwern <schwern@pobox.com>
49929              Date: Fri, 8 Aug 2003 18:35:51 -0700
49930              Message-ID: <20030809013550.GS1587@windhund.schwern.org>
49931      Branch: perl
49932            ! pod/perlmodinstall.pod
49933 ____________________________________________________________________________
49934 [ 20584] By: jhi                                   on 2003/08/09  18:05:22
49935         Log: Reintroduce the U_32-ification to pad.c,
49936              suggested by Dave Mitchell.
49937      Branch: perl
49938            ! pad.c
49939 ____________________________________________________________________________
49940 [ 20583] By: rgs                                   on 2003/08/09  12:43:50
49941         Log: Change #20578 to SelfLoader is probably also useful to AutoSplit.
49942      Branch: perl
49943            ! lib/AutoSplit.pm
49944 ____________________________________________________________________________
49945 [ 20579] By: jhi                                   on 2003/08/09  08:07:22
49946         Log: Some updates for the memory use debugging section:
49947              -DL is obsolete, mention Devel::Size, and Purify and valgrind.
49948      Branch: perl
49949            ! pod/perldebguts.pod
49950 ____________________________________________________________________________
49951 [ 20578] By: jhi                                   on 2003/08/09  07:34:16
49952         Log: Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
49953              Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
49954              which was on old bug unearthed by the change #20559.
49955              Basically, qr// + (??{$lexical}) combination is very, VERY broken.
49956              Workaround is not to use lexicals.
49957      Branch: perl
49958            ! lib/SelfLoader.pm
49959 ____________________________________________________________________________
49960 [ 20577] By: jhi                                   on 2003/08/09  07:28:41
49961         Log: The libcygipc doesn't really work with the Perl SysV IPC tests
49962              so no much point in adding it yet.
49963      Branch: perl
49964            ! hints/cygwin.sh
49965 ____________________________________________________________________________
49966 [ 20575] By: jhi                                   on 2003/08/09  07:24:43
49967         Log: Retract #20524 since it was due to broken INT32_MIN in
49968              Cygwin 1.5's stdint.h.
49969      Branch: perl
49970            ! pad.c
49971 ____________________________________________________________________________
49972 [ 20574] By: jhi                                   on 2003/08/09  07:11:32
49973         Log: Subject: [ PATCH] Re: strange destruction problem on VMS
49974              From: Dave Mitchell <davem@fdgroup.com>
49975              Date: Fri, 8 Aug 2003 22:28:48 +0100
49976              Message-ID: <20030808212848.GA2628@fdgroup.com>
49977      Branch: perl
49978            ! sv.c
49979 ____________________________________________________________________________
49980 [ 20573] By: jhi                                   on 2003/08/09  07:09:07
49981         Log: Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
49982              From: Michael G Schwern <schwern@pobox.com>
49983              Date: Fri, 8 Aug 2003 13:59:50 -0700
49984              Message-ID: <20030808205950.GJ1587@windhund.schwern.org>
49985      Branch: perl
49986            ! pod/perlfaq8.pod
49987 ____________________________________________________________________________
49988 [ 20572] By: jhi                                   on 2003/08/09  07:06:37
49989         Log: Subject: [PATCH] kill 'INT' doesn't work on Windows
49990              From: Jan Dubois <jand@ActiveState.com>
49991              Date: Fri, 08 Aug 2003 17:49:03 -0700
49992              Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>
49993      Branch: perl
49994            ! win32/win32.c
49995 ____________________________________________________________________________
49996 [ 20571] By: jhi                                   on 2003/08/09  06:53:54
49997         Log: Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
49998              From: Nicholas Clark <nick@ccl4.org>
49999              Date: Fri, 8 Aug 2003 23:30:00 +0100
50000              Message-ID: <20030808233000.B20130@plum.flirble.org>
50001      Branch: perl
50002            ! ext/Storable/Storable.xs
50003 ____________________________________________________________________________
50004 [ 20570] By: jhi                                   on 2003/08/09  06:52:36
50005         Log: Two more tests for #20566/#20568.
50006      Branch: perl
50007            ! t/op/pat.t
50008 ____________________________________________________________________________
50009 [ 20568] By: jhi                                   on 2003/08/08  21:05:24
50010         Log: Subject: [PATCH] Re: UNICODE regexp bug
50011              From: Nick Ing-Simmons <nick@ing-simmons.net>
50012              Date: Fri, 08 Aug 2003 23:05:49 +0100
50013              Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
50014
50015              Better patch (than #20566) from NI-S, one more test
50016              (introduce another variable rather than reuse the tmp, though)
50017      Branch: perl
50018            ! regexec.c t/op/pat.t
50019 ____________________________________________________________________________
50020 [ 20566] By: jhi                                   on 2003/08/08  19:47:45
50021         Log: Subject: UNICODE regexp bug
50022              From: Nick Ing-Simmons <nick@ing-simmons.net>
50023              Date: Fri, 08 Aug 2003 20:36:56 +0100
50024              Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>
50025      Branch: perl
50026            ! regexec.c t/op/pat.t
50027 ____________________________________________________________________________
50028 [ 20565] By: jhi                                   on 2003/08/08  18:59:40
50029         Log: Move the csighandler to be a data variable so that
50030              things like DLL trampolines can't mess up the code
50031              variables the Perl_csighandler (seen in Cygwin:
50032              Perl_csighandler in POSIX extension was different
50033              than in main executable).
50034      Branch: perl
50035            ! embedvar.h ext/POSIX/POSIX.xs mg.c perlapi.h perlvars.h
50036 ____________________________________________________________________________
50037 [ 20564] By: jhi                                   on 2003/08/08  13:12:19
50038         Log: Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2
50039              From: Steve Hay <steve.hay@uk.radan.com>
50040              Date: Fri, 08 Aug 2003 12:42:28 +0100
50041              Message-ID: <3F338CA4.3010503@uk.radan.com>
50042      Branch: perl
50043            ! t/op/time.t
50044 ____________________________________________________________________________
50045 [ 20563] By: jhi                                   on 2003/08/08  13:09:00
50046         Log: Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
50047              From: "Gerrit P. Haase" <gp@familiehaase.de>
50048              Date: Fri, 8 Aug 2003 13:44:51 +0200
50049              Message-ID: <1621817486657.20030808134451@familiehaase.de>
50050      Branch: perl
50051            ! ext/NDBM_File/hints/cygwin.pl ext/ODBM_File/hints/cygwin.pl
50052            ! hints/cygwin.sh
50053 ____________________________________________________________________________
50054 [ 20560] By: jhi                                   on 2003/08/08  04:28:44
50055         Log: Retract PASTHRU* changes as recommended by Schwern.
50056      Branch: perl
50057            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
50058            ! lib/ExtUtils/t/MM_Win32.t
50059 ____________________________________________________________________________
50060 [ 20559] By: rgs                                   on 2003/08/07  19:59:18
50061         Log: Subject: Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
50062              From: Dave Mitchell <davem@fdgroup.com>
50063              Date: Thu, 7 Aug 2003 15:53:35 +0100
50064              Message-ID: <20030807145335.GF26683@fdgroup.com>
50065      Branch: perl
50066            ! scope.c t/lib/warnings/pad
50067 ____________________________________________________________________________
50068 [ 20556] By: jhi                                   on 2003/08/07  18:14:41
50069         Log: The #20546 was too ambitious, broke the test.
50070      Branch: perl
50071            ! lib/Benchmark.pm lib/Benchmark.t
50072 ____________________________________________________________________________
50073 [ 20554] By: jhi                                   on 2003/08/07  17:00:03
50074         Log: Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
50075              From: PPrymmer@factset.com
50076              Date: Thu, 7 Aug 2003 14:02:02 -0400
50077              Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>
50078      Branch: perl
50079            ! vms/descrip_mms.template
50080 ____________________________________________________________________________
50081 [ 20553] By: jhi                                   on 2003/08/07  16:45:25
50082         Log: Some AUTHORS updates.
50083      Branch: perl
50084            ! AUTHORS
50085 ____________________________________________________________________________
50086 [ 20552] By: jhi                                   on 2003/08/07  15:45:03
50087         Log: Hint away the semid_ds test in NetBSD/sparc.
50088      Branch: perl
50089            ! hints/netbsd.sh
50090 ____________________________________________________________________________
50091 [ 20550] By: jhi                                   on 2003/08/07  15:39:53
50092         Log: Allow hinting d_semctl_semun and d_semctl_semid_ds.
50093      Branch: perl
50094            ! Configure
50095 ____________________________________________________________________________
50096 [ 20548] By: jhi                                   on 2003/08/07  14:48:27
50097         Log: Subject: [PATCH] Test::More
50098              From: Fergal Daly <fergal@esatclear.ie>
50099              Date: Thu, 7 Aug 2003 15:52:11 +0100
50100              Message-Id: <200308071552.11873.fergal@esatclear.ie>
50101      Branch: perl
50102            ! lib/Test/More.pm
50103 ____________________________________________________________________________
50104 [ 20547] By: jhi                                   on 2003/08/07  14:45:22
50105         Log: Integrate from maint:
50106              [ 20543]
50107              Workround for SuSE8.2's -lndbm hack
50108      Branch: perl
50109           !> hints/linux.sh
50110 ____________________________________________________________________________
50111 [ 20546] By: jhi                                   on 2003/08/07  14:43:57
50112         Log: Subject: [PATCH 5.8.1] Benchmark problem
50113              From: Radu Greab <rgreab@fx.ro>
50114              Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
50115              Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
50116
50117              Subject: Re: [PATCH 5.8.1] Benchmark problem
50118              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
50119              Date: Thu, 7 Aug 2003 15:48:38 +0200
50120              Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>
50121      Branch: perl
50122            ! lib/Benchmark.pm lib/Benchmark.t
50123 ____________________________________________________________________________
50124 [ 20544] By: jhi                                   on 2003/08/07  14:25:25
50125         Log: Retract #20359: too wide a brush.
50126      Branch: perl
50127            ! hints/netbsd.sh
50128 ____________________________________________________________________________
50129 [ 20542] By: jhi                                   on 2003/08/07  06:24:23
50130         Log: If no alarm(), skip the subtests.
50131      Branch: perl
50132            ! ext/Time/HiRes/t/HiRes.t
50133 ____________________________________________________________________________
50134 [ 20541] By: jhi                                   on 2003/08/07  06:15:54
50135         Log: Subject: Re: maint @ 20537
50136              From: Philip Newton <Philip.Newton@gmx.net>
50137              Date: Thu, 07 Aug 2003 09:05:17 +0200
50138              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
50139      Branch: perl
50140            ! ext/Socket/Socket.xs
50141 ____________________________________________________________________________
50142 [ 20540] By: jhi                                   on 2003/08/07  06:13:19
50143         Log: Subject: Re: maint @ 20537
50144              From: Philip Newton <Philip.Newton@gmx.net>
50145              Date: Thu, 07 Aug 2003 09:05:17 +0200
50146              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
50147      Branch: perl
50148            ! hints/dos_djgpp.sh
50149 ____________________________________________________________________________
50150 [ 20539] By: jhi                                   on 2003/08/07  05:17:56
50151         Log: NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
50152              broken SysV semaphores.
50153      Branch: perl
50154            ! hints/netbsd.sh
50155 ____________________________________________________________________________
50156 [ 20538] By: jhi                                   on 2003/08/07  05:08:14
50157         Log: Subject: Re: [perl #23030] Error in negative lookahead with alternations
50158              From: hv@crypt.org
50159              Date: Thu, 07 Aug 2003 02:44:23 +0100
50160              Message-Id: <200308070144.h771iN906446@zen.crypt.org>
50161      Branch: perl
50162            ! regexec.c t/op/re_tests
50163 ____________________________________________________________________________
50164 [ 20535] By: jhi                                   on 2003/08/06  19:05:18
50165         Log: ESUCCESS = 0 is not true, but exists.
50166      Branch: perl
50167            ! ext/Errno/t/Errno.t
50168 ____________________________________________________________________________
50169 [ 20533] By: jhi                                   on 2003/08/06  18:39:49
50170         Log: Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message
50171              From: jari.aalto@poboxes.com (Jari Aalto)
50172              Date: Wed, 06 Aug 2003 14:24:42 +0300
50173              Message-ID: <ekzzowp1.fsf@blue.sea.net>
50174      Branch: perl
50175            ! ext/Sys/Syslog/Syslog.pm
50176 ____________________________________________________________________________
50177 [ 20530] By: jhi                                   on 2003/08/06  18:24:56
50178         Log: Make code agree with documentation (from Wolfgang Friebel)
50179      Branch: perl
50180            ! lib/ExtUtils/MakeMaker.pm
50181 ____________________________________________________________________________
50182 [ 20529] By: jhi                                   on 2003/08/06  18:20:31
50183         Log: Various tweaks to help DJGPP builds.
50184      Branch: perl
50185            ! djgpp/djgppsed.sh hints/dos_djgpp.sh
50186 ____________________________________________________________________________
50187 [ 20527] By: jhi                                   on 2003/08/06  14:57:22
50188         Log: More PASTHRU patching from Steve Hay.
50189      Branch: perl
50190            ! lib/ExtUtils/MM_Unix.pm
50191 ____________________________________________________________________________
50192 [ 20526] By: jhi                                   on 2003/08/06  13:53:01
50193         Log: Cast away gcc 3.3 type conversion pickiness.
50194      Branch: perl
50195            ! ext/threads/threads.xs
50196 ____________________________________________________________________________
50197 [ 20524] By: jhi                                   on 2003/08/06  13:36:44
50198         Log: Subject: Re: perl with cygwin 1.5, need help
50199              From: "Gerrit P. Haase" <gp@familiehaase.de>
50200              Date: Tue, 5 Aug 2003 14:36:55 +0200
50201              Message-ID: <71561410910.20030805143655@familiehaase.de>
50202
50203              (needed manual fitting)
50204      Branch: perl
50205            ! pad.c
50206 ____________________________________________________________________________
50207 [ 20523] By: jhi                                   on 2003/08/06  13:30:42
50208         Log: Subject: maint @ 20512
50209              From: Robin Barker <Robin.Barker@npl.co.uk>
50210              Date: Wed, 6 Aug 2003 15:31:33 +0100
50211              Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>
50212      Branch: perl
50213            ! MANIFEST Porting/Maintainers.pl
50214 ____________________________________________________________________________
50215 [ 20520] By: jhi                                   on 2003/08/06  11:38:46
50216         Log: Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
50217              From: Steve Hay <steve.hay@uk.radan.com>
50218              Date: Wed, 06 Aug 2003 10:56:44 +0100
50219              Message-ID: <3F30D0DC.20700@uk.radan.com>
50220      Branch: perl
50221            ! lib/ExtUtils/MM_Unix.pm
50222 ____________________________________________________________________________
50223 [ 20514] By: jhi                                   on 2003/08/06  05:22:29
50224         Log: Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
50225              From: Tim Jenness <t.jenness@jach.hawaii.edu>
50226              Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST)
50227              Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>
50228      Branch: perl
50229            ! pod/perlfaq2.pod
50230 ____________________________________________________________________________
50231 [ 20513] By: jhi                                   on 2003/08/06  05:18:32
50232         Log: Subject: [PATCH] dprofpp.PL again -- #20488 thinko
50233              From: "Craig A. Berry" <craigberry@mac.com>
50234              Date: Wed, 06 Aug 2003 00:18:36 -0500
50235              Message-ID: <3F308FAC.4090409@mac.com>
50236
50237              (from vmsperl list)
50238      Branch: perl
50239            ! utils/dprofpp.PL
50240 ____________________________________________________________________________
50241 [ 20510] By: jhi                                   on 2003/08/05  19:01:08
50242         Log: Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition
50243              From: mjd@plover.com
50244              Date: 5 Aug 2003 19:23:46 -0000
50245              Message-ID: <20030805192346.25911.qmail@plover.com>
50246      Branch: perl
50247            ! pod/perlfaq2.pod
50248 ____________________________________________________________________________
50249 [ 20508] By: jhi                                   on 2003/08/05  18:36:38
50250         Log: Continue #20506.
50251      Branch: perl
50252            ! lib/ExtUtils/MM_Unix.pm
50253 ____________________________________________________________________________
50254 [ 20506] By: jhi                                   on 2003/08/05  17:58:01
50255         Log: Try to fix the INC in PASTHRU.
50256      Branch: perl
50257            ! lib/ExtUtils/MM_Unix.pm
50258 ____________________________________________________________________________
50259 [ 20503] By: jhi                                   on 2003/08/05  16:02:14
50260         Log: Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
50261              From: Chip Salzenberg <chip@pobox.com>
50262              Date: Tue, 5 Aug 2003 11:39:24 -0400
50263              Message-ID: <20030805153924.GO1751@perlsupport.com
50264      Branch: perl
50265            ! perlio.c
50266 ____________________________________________________________________________
50267 [ 20502] By: jhi                                   on 2003/08/05  15:32:39
50268         Log: Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
50269              From: Steve Hay <steve.hay@uk.radan.com>
50270              Date: Tue, 05 Aug 2003 10:43:49 +0100
50271              Message-ID: <3F2F7C55.9020808@uk.radan.com>
50272
50273              (The MM_Unix.pm part was dealt with in #20501.)
50274      Branch: perl
50275            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t
50276 ____________________________________________________________________________
50277 [ 20501] By: jhi                                   on 2003/08/05  15:28:17
50278         Log: Reinstate #11125, hopefully making MakeMaker to pass
50279              DEFINE and INCLUDE to subdirs (NI-S says he'll work
50280              around any problems caused seen Tk if necessary).
50281              Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE
50282              to be _after_ the directory-specific INC and DEFINE as suggested
50283              by NI-S (Tk probably being the only "user" of the said macros).
50284      Branch: perl
50285            ! lib/ExtUtils/MM_Unix.pm
50286 ____________________________________________________________________________
50287 [ 20500] By: jhi                                   on 2003/08/05  15:14:35
50288         Log: Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions
50289              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
50290              Date: Tue, 5 Aug 2003 20:12:18 +0400
50291              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com>
50292      Branch: perl
50293            - wince/include/netdb.h
50294            ! MANIFEST wince/Makefile.ce wince/win32.h wince/win32io.c
50295            ! wince/wince.c
50296 ____________________________________________________________________________
50297 [ 20499] By: jhi                                   on 2003/08/05  14:03:43
50298         Log: A suggested perlio doc addition from Stas.
50299      Branch: perl
50300            ! pod/perliol.pod
50301 ____________________________________________________________________________
50302 [ 20498] By: jhi                                   on 2003/08/05  13:32:59
50303         Log: Subject: [PATCH RC4] AUTHORS +  Maintainers.pl
50304              From: Robin Barker <Robin.Barker@npl.co.uk>
50305              Date: Tue, 5 Aug 2003 15:32:36 +0100
50306              Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk>
50307      Branch: perl
50308            ! AUTHORS Porting/Maintainers.pl
50309 ____________________________________________________________________________
50310 [ 20497] By: jhi                                   on 2003/08/05  12:23:04
50311         Log: This is necessary to get things building for the VMS debugger.
50312              (Craig Berry)
50313      Branch: perl
50314            ! vms/descrip_mms.template
50315 ____________________________________________________________________________
50316 [ 20495] By: jhi                                   on 2003/08/05  09:23:24
50317         Log: Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6
50318              From: alian <alian@cpan.org>
50319              Date: Tue, 05 Aug 2003 12:21:42 +0200
50320              Message-ID: <3F2F8536.1090702@jupiter.alianet>
50321      Branch: perl
50322            ! ext/POSIX/t/posix.t
50323 ____________________________________________________________________________
50324 [ 20494] By: jhi                                   on 2003/08/05  09:03:57
50325         Log: Add some known cases to Maintainers.
50326      Branch: perl
50327            ! Porting/Maintainers.pl
50328 ____________________________________________________________________________
50329 [ 20492] By: jhi                                   on 2003/08/05  08:34:34
50330         Log: Subject: [PATCH] perlthrtut.pod
50331              From: Elizabeth Mattijsen <liz@dijkmat.nl>
50332              Date: Tue, 5 Aug 2003 11:26:04 +0200
50333              Message-Id: <p05111b0abb5525e65401@[80.127.186.62]>
50334      Branch: perl
50335            ! pod/perlthrtut.pod
50336 ____________________________________________________________________________
50337 [ 20491] By: jhi                                   on 2003/08/05  08:31:29
50338         Log: Add META.yml and Stas' makemeta (plus extensive reworking
50339              of the Maintainers utility)
50340      Branch: perl
50341            + META.yml Porting/Maintainers.pm Porting/makemeta
50342            ! MANIFEST Makefile.SH Porting/Maintainers
50343            ! Porting/Maintainers.pl
50344 ____________________________________________________________________________
50345 [ 20490] By: jhi                                   on 2003/08/05  06:28:06
50346         Log: ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc
50347              Try to remove the created message queues and semaphores
50348              even in the case of failures.
50349      Branch: perl
50350            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
50351 ____________________________________________________________________________
50352 [ 20489] By: jhi                                   on 2003/08/05  06:21:47
50353         Log: Subject: PerlIO_{read,write} return value doc patch
50354              From: Gisle Aas <gisle@ActiveState.com>
50355              Date: 04 Aug 2003 13:25:28 -0700
50356              Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com>
50357      Branch: perl
50358            ! pod/perlapio.pod
50359 ____________________________________________________________________________
50360 [ 20488] By: jhi                                   on 2003/08/05  06:12:07
50361         Log: Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS)
50362              From: "Craig A. Berry" <craigberry@mac.com>
50363              Date: Mon, 04 Aug 2003 19:29:51 -0500
50364              Message-ID: <3F2EFA7F.6070801@mac.com>
50365      Branch: perl
50366            ! utils/dprofpp.PL
50367 ____________________________________________________________________________
50368 [ 20486] By: jhi                                   on 2003/08/05  06:05:53
50369         Log: Subject: [PATCH] typos in encoding.pm
50370              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
50371              Date: Mon, 4 Aug 2003 20:09:35 +0200
50372              Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2>
50373      Branch: perl
50374            ! ext/Encode/encoding.pm
50375 ____________________________________________________________________________
50376 [ 20485] By: jhi                                   on 2003/08/05  05:29:11
50377         Log: Bytecode patching from Enache.
50378      Branch: perl
50379            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
50380            ! ext/B/t/bytecode.t ext/ByteLoader/bytecode.h t/TEST
50381 ____________________________________________________________________________
50382 [ 20484] By: jhi                                   on 2003/08/05  05:26:32
50383         Log: Upgrade to Digest::MD5 2.27.
50384      Branch: perl
50385            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
50386            ! ext/Digest/MD5/t/files.t
50387 ____________________________________________________________________________
50388 [ 20483] By: jhi                                   on 2003/08/05  05:15:16
50389         Log: Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated
50390              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
50391              Date: Tue, 05 Aug 2003 00:27:10 +0900
50392              Message-Id: <20030805002313.9880.BQW10602@nifty.com>
50393      Branch: perl
50394            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
50395 ____________________________________________________________________________
50396 [ 20482] By: rgs                                   on 2003/08/04  22:06:46
50397         Log: Nit in INSTALL about the svr?.sh hint files.
50398      Branch: perl
50399            ! INSTALL
50400 ____________________________________________________________________________
50401 [ 20480] By: rgs                                   on 2003/08/04  21:30:25
50402         Log: Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
50403              From: Steve Grazzini <grazz@pobox.com>
50404              Date: Mon, 4 Aug 2003 16:01:45 -0400
50405              Message-ID: <20030804200145.GB21699@grazzini.net>
50406
50407              Prevent the warning "Bareword found where operator expected" in
50408              the case "print $fh foo()" where foo() is an undefined function.
50409      Branch: perl
50410            ! toke.c
50411 ____________________________________________________________________________
50412 [ 20479] By: rgs                                   on 2003/08/04  20:26:17
50413         Log: Fix bug #23141 : localization of readonly magic scalars
50414              now produces an error "Modification of a read-only value
50415              attempted", instead of silently failing.
50416      Branch: perl
50417            ! scope.c t/op/local.t
50418 ____________________________________________________________________________
50419 [ 20478] By: rgs                                   on 2003/08/04  20:10:52
50420         Log: Revert change #19282 : it caused problems for some -Duseshrplib
50421              builds. On the other hand, make sure that your C compiler isn't
50422              a perl script !
50423      Branch: perl
50424            ! Makefile.SH
50425 ____________________________________________________________________________
50426 [ 20475] By: jhi                                   on 2003/08/04  09:35:55
50427         Log: Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
50428      Branch: perl
50429            ! perl.c perl.h
50430 ____________________________________________________________________________
50431 [ 20474] By: jhi                                   on 2003/08/04  08:41:55
50432         Log: Oops.
50433      Branch: perl
50434            ! hints/darwin.sh hints/rhapsody.sh
50435 ____________________________________________________________________________
50436 [ 20473] By: jhi                                   on 2003/08/04  07:58:36
50437         Log: Subject: [PATCH] Re: Can't usemymalloc on OS X
50438              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
50439              Date: Mon, 4 Aug 2003 10:35:12 +0200
50440              Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>
50441      Branch: perl
50442            ! hints/darwin.sh
50443 ____________________________________________________________________________
50444 [ 20470] By: jhi                                   on 2003/08/04  06:30:05
50445         Log: Test count adjustment from Rafael.
50446      Branch: perl
50447            ! lib/Test/Simple/t/is_deeply.t
50448 ____________________________________________________________________________
50449 [ 20469] By: jhi                                   on 2003/08/04  06:23:26
50450         Log: Subject: [PATCH] maint, Win32, GCC 3.2
50451              From: Mattia Barbon <mbarbon@dsi.unive.it>
50452              Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale)
50453              Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it>
50454      Branch: perl
50455            ! ext/Errno/Errno_pm.PL
50456 ____________________________________________________________________________
50457 [ 20467] By: jhi                                   on 2003/08/04  05:10:57
50458         Log: Apparently the newly introduce -DDARWIN did conflict with
50459              some Apple definition, how ironic...
50460      Branch: perl
50461            ! hints/darwin.sh perl.h
50462 ____________________________________________________________________________
50463 [ 20466] By: jhi                                   on 2003/08/04  05:03:30
50464         Log: Subject: Debian patch that skips podless modules
50465              From: Alexey Tourbin <at@altlinux.ru>
50466              Date: Sun, 3 Aug 2003 21:33:00 +0400
50467              Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
50468
50469              (plus Schwern's and Robert's nits)
50470      Branch: perl
50471            ! installman
50472 ____________________________________________________________________________
50473 [ 20465] By: jhi                                   on 2003/08/04  05:00:04
50474         Log: Subject: [PATCH] 4 bugs in Test::More
50475              From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>)
50476              Date: Fri, 21 Mar 2003 10:57:31 +0000
50477              Message-Id: <200303211057.31879.fergal@esatclear.ie>
50478      Branch: perl
50479            ! lib/Test/More.pm lib/Test/Simple/t/More.t
50480            ! lib/Test/Simple/t/is_deeply.t
50481 ____________________________________________________________________________
50482 [ 20464] By: jhi                                   on 2003/08/04  04:44:08
50483         Log: Upgrade to ExtUtils::MakeMaker 6.15.
50484      Branch: perl
50485            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
50486            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
50487            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
50488 ____________________________________________________________________________
50489 [ 20463] By: jhi                                   on 2003/08/04  04:37:25
50490         Log: Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
50491              From: Michael G Schwern <schwern@pobox.com>
50492              Date: Sun, 3 Aug 2003 16:12:35 -0700
50493              Message-ID: <20030803231235.GJ24350@windhund.schwern.org>
50494      Branch: perl
50495            ! lib/Benchmark.pm lib/Benchmark.t
50496 ____________________________________________________________________________
50497 [ 20462] By: rgs                                   on 2003/08/03  22:26:10
50498         Log: Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr
50499              From: Enache Adrian <enache@rdslink.ro>
50500              Date: Sun, 3 Aug 2003 18:00:05 +0300
50501              Message-ID: <20030803150005.GA1319@ratsnest.hole>
50502      Branch: perl
50503            ! pp.c t/op/substr.t
50504 ____________________________________________________________________________
50505 [ 20461] By: rgs                                   on 2003/08/03  21:50:11
50506         Log: Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6
50507              From: alian <alian@cpan.org>
50508              Date: Sat, 02 Aug 2003 16:19:25 +0200
50509              Message-ID: <3F2BC86D.2050400@jupiter.alianet>
50510
50511              Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
50512      Branch: perl
50513            ! ext/POSIX/t/posix.t
50514 ____________________________________________________________________________
50515 [ 20458] By: jhi                                   on 2003/08/03  19:01:08
50516         Log: Subject: [PATCH-for-5.8.1-RC4] wince distribution
50517              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
50518              Date: Mon, 4 Aug 2003 00:01:08 +0400
50519              Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad>
50520      Branch: perl
50521            ! wince/makedist.pl
50522 ____________________________________________________________________________
50523 [ 20457] By: jhi                                   on 2003/08/03  18:59:10
50524         Log: Subject: [PATCH perlreftut.pod] Minor edits
50525              From: mjd@plover.com
50526              Date: 3 Aug 2003 17:46:08 -0000
50527              Message-ID: <20030803174608.15792.qmail@plover.com>
50528      Branch: perl
50529            ! pod/perlreftut.pod
50530 ____________________________________________________________________________
50531 [ 20456] By: jhi                                   on 2003/08/03  18:52:16
50532         Log: Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits
50533              From: mjd@plover.com
50534              Date: 3 Aug 2003 19:37:49 -0000
50535              Message-ID: <20030803193749.3733.qmail@plover.com>
50536      Branch: perl
50537            ! ext/Time/HiRes/HiRes.pm
50538 ____________________________________________________________________________
50539 [ 20455] By: jhi                                   on 2003/08/03  18:47:13
50540         Log: Subject: [PATCH] Re: win32.c bug - handle leak
50541              From: Jan Dubois <jand@ActiveState.com>
50542              Date: Sat, 02 Aug 2003 10:25:05 -0700
50543              Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com>
50544      Branch: perl
50545            ! win32/win32.c
50546 ____________________________________________________________________________
50547 [ 20454] By: jhi                                   on 2003/08/03  18:45:53
50548         Log: Subject: [PATCH 5.8.1 @20218] OS/2 build
50549              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
50550              Date: Sat, 2 Aug 2003 09:38:50 -0700
50551              Message-ID: <20030802163850.GA4712@math.berkeley.edu>
50552      Branch: perl
50553            ! os2/os2ish.h
50554 ____________________________________________________________________________
50555 [ 20453] By: jhi                                   on 2003/08/03  18:44:29
50556         Log: Subject: [PATCH] Storable and uninitalized array values
50557              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
50558              Date: Sat, 2 Aug 2003 13:40:16 +0200
50559              Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2>
50560      Branch: perl
50561            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
50562 ____________________________________________________________________________
50563 [ 20452] By: jhi                                   on 2003/08/03  18:27:47
50564         Log: Upgrade to Unicode::Collate 0.26.
50565      Branch: perl
50566            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
50567            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
50568            ! lib/Unicode/Collate/t/test.t
50569 ____________________________________________________________________________
50570 [ 20451] By: jhi                                   on 2003/08/03  18:24:18
50571         Log: Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl
50572              From: "Craig A. Berry" <craigberry@mac.com>
50573              Date: Sat, 02 Aug 2003 10:25:44 -0500
50574              Message-ID: <3F2BD7F8.8090003@mac.com>
50575      Branch: perl
50576            ! lib/Net/Ping.pm
50577 ____________________________________________________________________________
50578 [ 20450] By: rgs                                   on 2003/08/03  12:50:07
50579         Log: Subject: [PATCH 5.8.1 @20218] Shell.t
50580              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
50581              Date: Sun, 3 Aug 2003 06:21:41 -0700
50582              Message-ID: <20030803132141.GA5156@math.berkeley.edu>
50583      Branch: perl
50584            ! lib/Shell.t
50585 ____________________________________________________________________________
50586 [ 20447] By: jhi                                   on 2003/08/02  07:26:58
50587         Log: C++ (or C99) sneak attack ("inline" function keyword).
50588      Branch: perl
50589            ! ext/Devel/DProf/DProf.xs
50590 ____________________________________________________________________________
50591 [ 20445] By: jhi                                   on 2003/08/02  06:24:30
50592         Log: Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob
50593              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
50594              Date: Fri, 1 Aug 2003 13:12:14 +0200
50595              Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
50596      Branch: perl
50597            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
50598            ! ext/File/Glob/t/basic.t
50599 ____________________________________________________________________________
50600 [ 20444] By: jhi                                   on 2003/08/02  06:17:28
50601         Log: Only show the message if the locale settings look risky.
50602      Branch: perl
50603            ! ext/Time/HiRes/Makefile.PL
50604 ____________________________________________________________________________
50605 [ 20443] By: jhi                                   on 2003/08/02  06:01:27
50606         Log: Add a message about the LC_ALL=C workaround (for non-core builds);
50607              update Changes.
50608      Branch: perl
50609            ! ext/Time/HiRes/Changes ext/Time/HiRes/Makefile.PL
50610 ____________________________________________________________________________
50611 [ 20441] By: jhi                                   on 2003/08/02  05:37:37
50612         Log: Subject: [PATCH] Small nit to pad.c
50613              From: Enache Adrian <enache@rdslink.ro>
50614              Date: Sat, 2 Aug 2003 01:50:40 +0300
50615              Message-ID: <20030801225040.GB1281@ratsnest.hole>
50616      Branch: perl
50617            ! pad.c
50618 ____________________________________________________________________________
50619 [ 20440] By: jhi                                   on 2003/08/02  05:12:13
50620         Log: Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes
50621              From: Radu Greab <rgreab@fx.ro>
50622              Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST)
50623              Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro>
50624      Branch: perl
50625            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
50626            ! ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t
50627            ! t/lib/dprof/test8_v
50628 ____________________________________________________________________________
50629 [ 20439] By: jhi                                   on 2003/08/02  05:06:43
50630         Log: Subject: [PATCH] ioctl for VMS
50631              From: "Craig A. Berry" <craigberry@mac.com>
50632              Date: Fri, 01 Aug 2003 23:34:31 -0500
50633              Message-ID: <3F2B3F57.4050609@mac.com>
50634      Branch: perl
50635            ! configure.com vms/vmsish.h
50636 ____________________________________________________________________________
50637 [ 20438] By: jhi                                   on 2003/08/02  05:05:40
50638         Log: Subject: [PATCH] argv case nit for VMS
50639              From: "Craig A. Berry" <craigberry@mac.com>
50640              Date: Fri, 01 Aug 2003 19:16:30 -0500
50641              Message-ID: <3F2B02DE.10207@mac.com>
50642      Branch: perl
50643            ! ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL
50644 ____________________________________________________________________________
50645 [ 20437] By: jhi                                   on 2003/08/01  22:00:30
50646         Log: Hugo's second thoughts: drop the relatively rare and
50647              slow optimization for now.
50648      Branch: perl
50649            ! regexec.c
50650 ____________________________________________________________________________
50651 [ 20435] By: jhi                                   on 2003/08/01  21:55:19
50652         Log: Missed this bit in the last update: couldn't answer ''
50653              or ' ' to get 'none'.
50654      Branch: perl
50655            ! Configure
50656 ____________________________________________________________________________
50657 [ 20432] By: jhi                                   on 2003/08/01  13:45:10
50658         Log: Encode pre-1.98 update from Dan Kogai, sent from
50659              the ashes of his smoldering motherboard.
50660      Branch: perl
50661            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml
50662            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
50663            ! ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm
50664            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm
50665 ____________________________________________________________________________
50666 [ 20431] By: jhi                                   on 2003/08/01  13:34:28
50667         Log: More runperl(switches => ...) finds (bleadperl only).
50668      Branch: perl
50669            ! t/op/readline.t
50670 ____________________________________________________________________________
50671 [ 20426] By: jhi                                   on 2003/08/01  12:45:19
50672         Log: Regen perltoc.
50673      Branch: perl
50674            ! pod/perltoc.pod
50675 ____________________________________________________________________________
50676 [ 20425] By: jhi                                   on 2003/08/01  12:44:16
50677         Log: pod likes whitespace.
50678      Branch: perl
50679            ! ext/ByteLoader/ByteLoader.pm
50680 ____________________________________________________________________________
50681 [ 20422] By: jhi                                   on 2003/08/01  11:37:53
50682         Log: Faulty check.
50683      Branch: perl
50684            ! t/test.pl
50685 ____________________________________________________________________________
50686 [ 20420] By: jhi                                   on 2003/08/01  11:06:54
50687         Log: Update INSTALL on the *dir.
50688      Branch: perl
50689            ! INSTALL
50690 ____________________________________________________________________________
50691 [ 20419] By: jhi                                   on 2003/08/01  11:04:55
50692         Log: Regen Glossary et al.
50693      Branch: perl
50694            ! Porting/Glossary Porting/config.sh Porting/config_H
50695 ____________________________________________________________________________
50696 [ 20418] By: jhi                                   on 2003/08/01  10:58:23
50697         Log: Now the test should be really testing what it's supposed to.
50698      Branch: perl
50699            ! ext/B/t/bytecode.t
50700 ____________________________________________________________________________
50701 [ 20417] By: jhi                                   on 2003/08/01  10:45:57
50702         Log: Fix the options.
50703      Branch: perl
50704            ! ext/B/t/bytecode.t
50705 ____________________________________________________________________________
50706 [ 20416] By: jhi                                   on 2003/08/01  10:44:19
50707         Log: Argument sanity checking.
50708      Branch: perl
50709            ! t/test.pl
50710 ____________________________________________________________________________
50711 [ 20413] By: jhi                                   on 2003/08/01  10:37:09
50712         Log: Regen Configure to use the *html*dir files.
50713              (installhtml uses none of that, though)
50714      Branch: perl
50715            ! Configure Policy_sh.SH config_h.SH
50716 ____________________________________________________________________________
50717 [ 20411] By: jhi                                   on 2003/08/01  10:10:05
50718         Log: More for the *dir changes.
50719      Branch: perl
50720            ! Policy_sh.SH config_h.SH hints/darwin.sh
50721 ____________________________________________________________________________
50722 [ 20410] By: jhi                                   on 2003/08/01  10:09:38
50723         Log: Regen Configure for the new *dir installation variables.
50724              If these don't work, ask Schwern.
50725      Branch: perl
50726            ! Configure
50727 ____________________________________________________________________________
50728 [ 20408] By: jhi                                   on 2003/08/01  05:27:48
50729         Log: Upgrade to MakeMaker 6.13.
50730      Branch: perl
50731            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
50732            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
50733            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
50734            ! lib/ExtUtils/t/basic.t
50735 ____________________________________________________________________________
50736 [ 20407] By: jhi                                   on 2003/08/01  05:21:36
50737         Log: JAPH patch :-) from Abigail.
50738      Branch: perl
50739            ! t/japh/abigail.t
50740 ____________________________________________________________________________
50741 [ 20406] By: jhi                                   on 2003/08/01  05:10:30
50742         Log: Regen perlapi.
50743      Branch: perl
50744            ! perlapi.c
50745 ____________________________________________________________________________
50746 [ 20405] By: jhi                                   on 2003/08/01  05:09:23
50747         Log: Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2
50748              From: Dave Mitchell <davem@fdgroup.com>
50749              Date: Fri, 1 Aug 2003 01:16:31 +0100
50750              Message-ID: <20030801001631.GA11233@fdgroup.com>
50751      Branch: perl
50752            ! regcomp.c t/op/pat.t
50753 ____________________________________________________________________________
50754 [ 20404] By: ams                                   on 2003/08/01  03:28:17
50755         Log: Subject: [PATCH] LotR quote for perlapi.c
50756              From: Autrijus Tang <autrijus@autrijus.org>
50757              Date: Fri, 1 Aug 2003 10:00:29 +0800
50758              Message-Id: <20030801020029.GA28241@not.autrijus.org>
50759      Branch: perl
50760            ! embed.pl
50761 ____________________________________________________________________________
50762 [ 20396] By: rgs                                   on 2003/07/31  20:37:50
50763         Log: Document in INSTALL that -Uinstallusrbinperl is now the default.
50764      Branch: perl
50765            ! INSTALL
50766 ____________________________________________________________________________
50767 [ 20395] By: jhi                                   on 2003/07/31  20:32:30
50768         Log: Integrate README.macosx more.
50769      Branch: perl
50770            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
50771            ! win32/Makefile win32/makefile.mk
50772 ____________________________________________________________________________
50773 [ 20394] By: jhi                                   on 2003/07/31  20:31:49
50774         Log: README.macosx from Sherm Pendley.
50775      Branch: perl
50776            + README.macosx
50777            ! MANIFEST
50778 ____________________________________________________________________________
50779 [ 20393] By: jhi                                   on 2003/07/31  20:31:08
50780         Log: Unportable subtest needs rethink.
50781      Branch: perl
50782            ! ext/B/t/bytecode.t
50783 ____________________________________________________________________________
50784 [ 20392] By: jhi                                   on 2003/07/31  20:22:03
50785         Log: Enache again.
50786      Branch: perl
50787            ! ext/ByteLoader/bytecode.h
50788 ____________________________________________________________________________
50789 [ 20390] By: jhi                                   on 2003/07/31  20:20:28
50790         Log: Retract #20385.
50791      Branch: perl
50792            ! ext/ByteLoader/bytecode.h
50793 ____________________________________________________________________________
50794 [ 20389] By: jhi                                   on 2003/07/31  20:14:06
50795         Log: Yet another bytecode tweak from Enache.
50796      Branch: perl
50797            ! ext/B/B/Bytecode.pm
50798 ____________________________________________________________________________
50799 [ 20388] By: jhi                                   on 2003/07/31  20:11:21
50800         Log: Subject: [DOC PATCH] pod/perlguts.pod
50801              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
50802              Date: Thu, 31 Jul 2003 22:39:01 +0200
50803              Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2>
50804      Branch: perl
50805            ! pod/perlguts.pod
50806 ____________________________________________________________________________
50807 [ 20387] By: jhi                                   on 2003/07/31  19:57:36
50808         Log: Subject: Re: [perl #23171] Regex too selfish
50809              From: hv@crypt.org
50810              Date: Thu, 31 Jul 2003 18:59:43 +0100
50811              Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
50812
50813              (choose the second code patch)
50814      Branch: perl
50815            ! regexec.c t/op/re_tests
50816 ____________________________________________________________________________
50817 [ 20386] By: jhi                                   on 2003/07/31  19:48:17
50818         Log: Make consistent with installperl (and working in MPE/iX)
50819              (Mark Bixby)
50820      Branch: perl
50821            ! installman
50822 ____________________________________________________________________________
50823 [ 20385] By: jhi                                   on 2003/07/31  19:46:14
50824         Log: (retracted by #20390)
50825      Branch: perl
50826            ! ext/ByteLoader/bytecode.h
50827 ____________________________________________________________________________
50828 [ 20383] By: jhi                                   on 2003/07/31  19:37:22
50829         Log: Upgrade to real CPAN.pm 1.76.
50830      Branch: perl
50831            + lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE
50832            + lib/CPAN/t/signature.t
50833            ! MANIFEST lib/CPAN.pm
50834 ____________________________________________________________________________
50835 [ 20379] By: jhi                                   on 2003/07/31  12:32:31
50836         Log: One more tweak for Mac OS X hints.
50837      Branch: perl
50838            ! hints/darwin.sh
50839 ____________________________________________________________________________
50840 [ 20378] By: jhi                                   on 2003/07/31  11:39:31
50841         Log: The new PKI system is far too untested and rough yet
50842              (think machines with no network, machines behind firewalls,
50843              corporate and national encryption policies).  It cannot be
50844              considered useable at this stage.
50845
50846              Therefore, create a fake CPAN 1.76.
50847      Branch: perl
50848            ! lib/CPAN.pm
50849 ____________________________________________________________________________
50850 [ 20377] By: jhi                                   on 2003/07/31  11:28:58
50851         Log: This test is pretty useless as it stands.
50852      Branch: perl
50853            - lib/CPAN/t/signature.t
50854            ! MANIFEST
50855 ____________________________________________________________________________
50856 [ 20376] By: jhi                                   on 2003/07/31  10:30:08
50857         Log: Document the requirements for Module::Signature a bit.
50858      Branch: perl
50859            ! lib/CPAN.pm
50860 ____________________________________________________________________________
50861 [ 20375] By: jhi                                   on 2003/07/31  09:37:44
50862         Log: We are change #20316 ahead of 1.75.
50863      Branch: perl
50864            ! lib/CPAN.pm
50865 ____________________________________________________________________________
50866 [ 20373] By: jhi                                   on 2003/07/31  07:35:11
50867         Log: Integrate from maint:
50868              [ 20359]
50869              No more wince/README.compile here, either.
50870      Branch: perl
50871           !> Porting/makerel
50872 ____________________________________________________________________________
50873 [ 20371] By: jhi                                   on 2003/07/31  05:41:56
50874         Log: ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File.
50875              (Schwern)
50876      Branch: perl
50877            ! lib/ExtUtils/MakeMaker.pm
50878 ____________________________________________________________________________
50879 [ 20370] By: jhi                                   on 2003/07/31  05:39:11
50880         Log: Schwern says this is most probably an old VMS MakeMaker
50881              bug workaround that can go now.
50882      Branch: perl
50883            ! ext/SDBM_File/sdbm/Makefile.PL
50884 ____________________________________________________________________________
50885 [ 20369] By: jhi                                   on 2003/07/31  05:32:15
50886         Log: Final touches to "Apple-like" installation directories.
50887      Branch: perl
50888            ! hints/darwin.sh
50889 ____________________________________________________________________________
50890 [ 20368] By: jhi                                   on 2003/07/31  05:28:17
50891         Log: Tests for change #20367 (and change use overload; to
50892              just require overload;)
50893      Branch: perl
50894            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
50895 ____________________________________________________________________________
50896 [ 20367] By: jhi                                   on 2003/07/31  05:12:47
50897         Log: Subject: [PATCH Tie::RefHash] added support for overloaded ""
50898              From: Xavier Noria <fxn@hashref.com>
50899              Date: Thu, 31 Jul 2003 00:29:13 +0200
50900              Message-Id: <200307310029.13567.fxn@hashref.com>
50901      Branch: perl
50902            ! lib/Tie/RefHash.pm
50903 ____________________________________________________________________________
50904 [ 20366] By: jhi                                   on 2003/07/31  05:06:11
50905         Log: Subject: [PATCH] test for B::Bytecode/ByteLoader
50906              From: Enache Adrian <enache@rdslink.ro>
50907              Date: Thu, 31 Jul 2003 03:49:40 +0300
50908              Message-ID: <20030731004940.GB1266@ratsnest.hole>
50909
50910              (but use test.pl:run_perl() instead of manual `$^X ...`)
50911      Branch: perl
50912            + ext/B/t/bytecode.t
50913            ! MANIFEST
50914 ____________________________________________________________________________
50915 [ 20364] By: rgs                                   on 2003/07/30  21:35:08
50916         Log: Silence spurious noise from MakeMaker :
50917              hint files shouldn't return undef and have set $!.
50918      Branch: perl
50919            ! ext/DynaLoader/hints/linux.pl
50920 ____________________________________________________________________________
50921 [ 20362] By: jhi                                   on 2003/07/30  20:24:49
50922         Log: Upgrade to NEXT 0.52.
50923      Branch: perl
50924            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
50925            ! lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
50926 ____________________________________________________________________________
50927 [ 20356] By: jhi                                   on 2003/07/30  18:16:55
50928         Log: Might as well.
50929      Branch: perl
50930            ! pod/perlhist.pod
50931 ____________________________________________________________________________
50932 [ 20355] By: jhi                                   on 2003/07/30  18:15:49
50933         Log: Silly gcc.
50934      Branch: perl
50935            ! perl.c
50936 ____________________________________________________________________________
50937 [ 20353] By: jhi                                   on 2003/07/30  17:09:59
50938         Log: This is getting comical.  (Practical tip: never ask
50939              for opinions from one than one person at one time.)
50940              Now back to -Dprefix='/usr' replacing the system Perl,
50941              but don't use the Apple internal DSTROOT.
50942      Branch: perl
50943            ! hints/darwin.sh
50944 ____________________________________________________________________________
50945 [ 20352] By: jhi                                   on 2003/07/30  17:00:25
50946         Log: Mac OS X hints dance continues.  Now drop any special
50947              installation directory mangling.  In other words, if
50948              you want to overwrite the system perl, you really need
50949              to find out how to do that.
50950      Branch: perl
50951            ! hints/darwin.sh
50952 ____________________________________________________________________________
50953 [ 20350] By: jhi                                   on 2003/07/30  14:23:03
50954         Log: Try again with the Mac OS X hints.  Now the three cases
50955              (no -Dprefix, /usr, and something else) all install
50956              into separate places.  No prefix installs to /usr/local.
50957              The /usr overwrites the Apple install (modulo the version).
50958      Branch: perl
50959            ! hints/darwin.sh
50960 ____________________________________________________________________________
50961 [ 20348] By: jhi                                   on 2003/07/30  13:28:30
50962         Log: Subject: [PATCH] NEXT and Diamond Inheritance
50963              From: Casey West <casey@geeknest.com>
50964              Date: Tue, 29 Jul 2003 17:37:15 -0400
50965              Message-ID: <20030729213715.GY76899@geeknest.com>
50966
50967              (Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
50968      Branch: perl
50969            ! lib/NEXT.pm lib/NEXT/t/unseen.t
50970 ____________________________________________________________________________
50971 [ 20347] By: jhi                                   on 2003/07/30  13:19:03
50972         Log: Match also on full name and email (though the email is
50973              now less interesting than it used to be).
50974      Branch: perl
50975            ! Porting/Maintainers
50976 ____________________________________________________________________________
50977 [ 20346] By: jhi                                   on 2003/07/30  12:26:53
50978         Log: Maintainers script tweaks.
50979      Branch: perl
50980            ! Porting/Maintainers
50981 ____________________________________________________________________________
50982 [ 20345] By: jhi                                   on 2003/07/30  11:17:33
50983         Log: rmdir t/lib/IO.
50984      Branch: perl
50985            ! ext/IO/t/IO.t
50986 ____________________________________________________________________________
50987 [ 20344] By: jhi                                   on 2003/07/30  11:15:30
50988         Log: Adjust the list of rmdired lib directories.
50989      Branch: perl
50990            ! Makefile.SH
50991 ____________________________________________________________________________
50992 [ 20343] By: jhi                                   on 2003/07/30  10:06:24
50993         Log: Be paranoid about PL_origargv.
50994              Paranoia warranted by Win32 mod_perl.
50995      Branch: perl
50996            ! perl.c
50997 ____________________________________________________________________________
50998 [ 20342] By: jhi                                   on 2003/07/30  09:57:55
50999         Log: Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
51000              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
51001              Date: Wed, 30 Jul 2003 14:56:32 +0400
51002              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
51003      Branch: perl
51004            ! perlio.c
51005 ____________________________________________________________________________
51006 [ 20341] By: jhi                                   on 2003/07/30  09:54:46
51007         Log: Upgrade to ExtUtils::MakeMaker 6.12.
51008      Branch: perl
51009            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
51010            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
51011            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
51012            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
51013 ____________________________________________________________________________
51014 [ 20340] By: jhi                                   on 2003/07/30  09:47:32
51015         Log: That's M. Schwern to you, earthling.
51016      Branch: perl
51017            ! Porting/Maintainers.pl
51018 ____________________________________________________________________________
51019 [ 20339] By: jhi                                   on 2003/07/30  09:43:32
51020         Log: Arthur maintains Safe.
51021      Branch: perl
51022            ! Porting/Maintainers.pl
51023 ____________________________________________________________________________
51024 [ 20338] By: jhi                                   on 2003/07/30  09:40:28
51025         Log: Use the CPAN id where available.
51026      Branch: perl
51027            ! Porting/Maintainers.pl
51028 ____________________________________________________________________________
51029 [ 20337] By: jhi                                   on 2003/07/30  09:26:47
51030         Log: Rename Modules and Modules.pl as Maintainers and
51031              Maintainers.pl since the same framework can be used
51032              for more than just modules.
51033      Branch: perl
51034            + Porting/Maintainers Porting/Maintainers.pl
51035            - Porting/Modules Porting/Modules.pl
51036            ! MANIFEST
51037 ____________________________________________________________________________
51038 [ 20336] By: jhi                                   on 2003/07/30  09:11:06
51039         Log: Strip leading ./
51040      Branch: perl
51041            ! Porting/Modules
51042 ____________________________________________________________________________
51043 [ 20335] By: jhi                                   on 2003/07/30  09:01:47
51044         Log: More Modules.pl.
51045      Branch: perl
51046            ! Porting/Modules.pl
51047 ____________________________________________________________________________
51048 [ 20334] By: jhi                                   on 2003/07/30  08:51:57
51049         Log: Modules.pl: add B::Deparse.
51050      Branch: perl
51051            ! Porting/Modules.pl
51052 ____________________________________________________________________________
51053 [ 20333] By: jhi                                   on 2003/07/30  08:26:47
51054         Log: Mac OS X: tweak once again the installation directories.
51055      Branch: perl
51056            ! hints/darwin.sh
51057 ____________________________________________________________________________
51058 [ 20332] By: jhi                                   on 2003/07/30  07:55:04
51059         Log: Modules.pl tweaks.
51060      Branch: perl
51061            ! Porting/Modules.pl
51062 ____________________________________________________________________________
51063 [ 20331] By: jhi                                   on 2003/07/30  06:13:55
51064         Log: Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information
51065              From: Jan Dubois <jand@ActiveState.com>
51066              Date: Tue, 29 Jul 2003 19:14:10 -0700
51067              Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
51068      Branch: perl
51069            ! lib/Win32.pod win32/win32.c
51070 ____________________________________________________________________________
51071 [ 20330] By: rgs                                   on 2003/07/29  21:20:28
51072         Log: FAQ sync.
51073      Branch: perl
51074            ! pod/perlfaq4.pod pod/perlfaq7.pod
51075 ____________________________________________________________________________
51076 [ 20329] By: jhi                                   on 2003/07/29  20:54:38
51077         Log: Subject: tiny fix for WinCE (Re: maint @ 20277)
51078              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
51079              Date: Wed, 30 Jul 2003 02:02:41 +0400
51080              Message-ID: <016701c3561d$43735ca0$195ec3d9@vad>
51081      Branch: perl
51082            ! wince/wince.c
51083 ____________________________________________________________________________
51084 [ 20327] By: jhi                                   on 2003/07/29  20:09:15
51085         Log: MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
51086      Branch: perl
51087            ! README.mpeix ext/IO/t/io_sock.t mpeix/mpeix.c mpeix/mpeixish.h
51088 ____________________________________________________________________________
51089 [ 20324] By: jhi                                   on 2003/07/29  19:55:50
51090         Log: Revert #20301, apparently the _SOCKADDR_LEN #define is
51091              important for IPv6 (Spider).  Since there is no way to
51092              otherwise detect 3.X, use the hints.
51093      Branch: perl
51094            ! hints/dec_osf.sh perl.h
51095 ____________________________________________________________________________
51096 [ 20316] By: jhi                                   on 2003/07/29  15:27:46
51097         Log: Don't nag about Module::Signature if there is no
51098              way for the user to use it (based on Autrijus' patch).
51099      Branch: perl
51100            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
51101 ____________________________________________________________________________
51102 [ 20315] By: jhi                                   on 2003/07/29  14:47:04
51103         Log: Oops.
51104      Branch: perl
51105            ! sv.c
51106 ____________________________________________________________________________
51107 [ 20314] By: jhi                                   on 2003/07/29  13:26:26
51108         Log: Slight rewording on the destdir.
51109      Branch: perl
51110            ! INSTALL
51111 ____________________________________________________________________________
51112 [ 20312] By: jhi                                   on 2003/07/29  13:20:21
51113         Log: Subject: [PATCH] pod/perlvar.pod: minor typo
51114              From: "Brendan O'Dea" <bod@debian.org>
51115              Date: Tue, 29 Jul 2003 23:49:18 +1000
51116              Message-ID: <20030729134918.GA4339@londo.c47.org>
51117      Branch: perl
51118            ! pod/perlvar.pod
51119 ____________________________________________________________________________
51120 [ 20310] By: jhi                                   on 2003/07/29  13:11:57
51121         Log: Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems)
51122              From: PPrymmer@factset.com
51123              Date: Tue, 22 Jul 2003 11:12:05 -0400
51124              Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
51125      Branch: perl
51126            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
51127            ! ext/Encode/t/perlio.t
51128 ____________________________________________________________________________
51129 [ 20309] By: jhi                                   on 2003/07/29  13:06:24
51130         Log: Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
51131              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
51132              Date: Sun, 13 Jul 2003 10:23:35 +0900
51133              Message-Id: <20030713102228.C76A.BQW10602@nifty.com>
51134      Branch: perl
51135            ! ext/Encode/lib/Encode/Alias.pm
51136 ____________________________________________________________________________
51137 [ 20308] By: jhi                                   on 2003/07/29  13:02:43
51138         Log: The --destdir option to installman should be made
51139              optional so that it doesn't complain when passed
51140              an empty value (from Rafael)
51141      Branch: perl
51142            ! installman
51143 ____________________________________________________________________________
51144 [ 20306] By: jhi                                   on 2003/07/29  12:05:24
51145         Log: Too many my $fh:s.
51146      Branch: perl
51147            ! lib/CPAN.pm
51148 ____________________________________________________________________________
51149 [ 20305] By: jhi                                   on 2003/07/29  11:55:11
51150         Log: Quieten MSVC6.
51151      Branch: perl
51152            ! pp.c
51153 ____________________________________________________________________________
51154 [ 20302] By: jhi                                   on 2003/07/29  11:31:17
51155         Log: Subject: DESTDIR in perl-5.8.1 package?
51156              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
51157              Date: Fri, 11 Jul 2003 14:48:41 +0200
51158              Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
51159
51160              Subject: Re: DESTDIR in perl-5.8.1 package?
51161              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
51162              Date: Mon, 14 Jul 2003 12:00:25 +0200
51163              Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
51164
51165              (blindly prepending and s///ing away the $destdir does not work
51166              at least in VMS, but the --destdir should help rpm builders
51167              and the like)
51168      Branch: perl
51169            ! INSTALL Makefile.SH installman installperl
51170 ____________________________________________________________________________
51171 [ 20301] By: jhi                                   on 2003/07/29  11:20:07
51172         Log: Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
51173              From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
51174              Date: 26 Jul 2003 21:44:06 -0000
51175              Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
51176
51177              Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
51178              releases 4.x and 5.x.
51179      Branch: perl
51180            ! perl.h
51181 ____________________________________________________________________________
51182 [ 20300] By: jhi                                   on 2003/07/29  11:18:27
51183         Log: Cleanup the sv_gets() logic for platforms with small stacks.
51184              (I think hogging 8K of stack sounds like bad behaviour on any
51185              platform, big stack or not.)
51186      Branch: perl
51187            ! sv.c
51188 ____________________________________________________________________________
51189 [ 20299] By: merijn                                on 2003/07/29  10:57:37
51190         Log: README.hpux now mentions the http mirror for prebuilt gcc binaries
51191      Branch: perl
51192            ! README.hpux
51193 ____________________________________________________________________________
51194 [ 20298] By: jhi                                   on 2003/07/29  10:57:28
51195         Log: DEC OSF/1 3.x did (does) not do sizer -v.
51196      Branch: perl
51197            ! hints/dec_osf.sh
51198 ____________________________________________________________________________
51199 [ 20295] By: jhi                                   on 2003/07/29  10:36:25
51200         Log: Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM
51201              From: Autrijus Tang <autrijus@autrijus.org>
51202              Date: Tue, 29 Jul 2003 09:58:35 +0800
51203              Message-ID: <20030729015834.GA7149@not.autrijus.org>
51204      Branch: perl
51205            ! lib/CPAN.pm
51206 ____________________________________________________________________________
51207 [ 20294] By: jhi                                   on 2003/07/29  10:30:05
51208         Log: There is no skip() since we are not using Test*.
51209      Branch: perl
51210            ! lib/CPAN/t/signature.t
51211 ____________________________________________________________________________
51212 [ 20293] By: jhi                                   on 2003/07/29  10:28:10
51213         Log: Upgrade to CPAN.pm 1.74.
51214      Branch: perl
51215            ! lib/CPAN.pm lib/CPAN/t/signature.t
51216 ____________________________________________________________________________
51217 [ 20292] By: jhi                                   on 2003/07/29  10:14:26
51218         Log: Most importantly, don't try HvNAME(gp->gp_hv)
51219              unless PL_stashcache exists, otherwise we get
51220              an invalid read (detected by valgrind, and crashes
51221              ext/threads/t/basic.t in Windows).
51222
51223              Also add a few if:s for the refcnt decrements,
51224              no need to call Perl_sv_free() if there's nothing to free.
51225      Branch: perl
51226            ! gv.c
51227 ____________________________________________________________________________
51228 [ 20291] By: jhi                                   on 2003/07/29  09:00:58
51229         Log: Tabify.
51230      Branch: perl
51231            ! MANIFEST
51232 ____________________________________________________________________________
51233 [ 20288] By: jhi                                   on 2003/07/29  08:29:50
51234         Log: Subject: [perl #22969] fix $hash{utf8bareword}
51235              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
51236              Date: Tue, 29 Jul 2003 11:09:37 +0200
51237              Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com>
51238      Branch: perl
51239            ! t/op/utfhash.t toke.c
51240 ____________________________________________________________________________
51241 [ 20287] By: jhi                                   on 2003/07/29  08:26:48
51242         Log: Subject: [PATCH pointer] B::Deparse 0.64
51243              From: Stephen McCamant <smcc@mit.edu>
51244              Date: Mon, 28 Jul 2003 16:57:19 -0400
51245              Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
51246      Branch: perl
51247            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
51248 ____________________________________________________________________________
51249 [ 20286] By: jhi                                   on 2003/07/29  08:24:45
51250         Log: More perlio docs from Stas.
51251      Branch: perl
51252            ! pod/perliol.pod
51253 ____________________________________________________________________________
51254 [ 20285] By: jhi                                   on 2003/07/29  08:22:49
51255         Log: Reintroduce Porting/Modules.  No, it's not duplicating
51256              the information in Module::CoreList.
51257      Branch: perl
51258            + Porting/Modules Porting/Modules.pl
51259            ! AUTHORS MANIFEST
51260 ____________________________________________________________________________
51261 [ 20283] By: jhi                                   on 2003/07/29  05:00:12
51262         Log: The better prefixify() patch from Ed Moy.
51263      Branch: perl
51264            ! lib/ExtUtils/MM_Unix.pm
51265 ____________________________________________________________________________
51266 [ 20282] By: jhi                                   on 2003/07/29  04:57:57
51267         Log: PerlIO_popped doc addition from NI-S.
51268      Branch: perl
51269            ! pod/perliol.pod
51270 ____________________________________________________________________________
51271 [ 20281] By: jhi                                   on 2003/07/29  04:55:48
51272         Log: Subject: [PATCH] another File::Find tweak for VMS (improve on #20221)
51273              From: "Craig A. Berry" <craigberry@mac.com>
51274              Date: Tue, 29 Jul 2003 00:11:46 -0500
51275              Message-ID: <3F260212.9000104@mac.com>
51276      Branch: perl
51277            ! lib/File/Find.pm
51278 ____________________________________________________________________________
51279 [ 20278] By: jhi                                   on 2003/07/28  18:03:48
51280         Log: More bytecode tweaks.
51281      Branch: perl
51282            ! ext/B/B.xs ext/B/B/Bytecode.pm
51283 ____________________________________________________________________________
51284 [ 20275] By: jhi                                   on 2003/07/28  16:47:53
51285         Log: No more wince/README.compile.
51286      Branch: perl
51287            ! Porting/curliff.pl
51288 ____________________________________________________________________________
51289 [ 20272] By: jhi                                   on 2003/07/28  16:19:47
51290         Log: Slightly better failure output.
51291      Branch: perl
51292            ! ext/Devel/Peek/t/Peek.t
51293 ____________________________________________________________________________
51294 [ 20270] By: jhi                                   on 2003/07/28  15:12:28
51295         Log: These directories no more exist during cleanup.
51296      Branch: perl
51297            ! Makefile.SH
51298 ____________________________________________________________________________
51299 [ 20269] By: jhi                                   on 2003/07/28  15:07:22
51300         Log: No more ext/*/*.t, move them all to ext/*/t.
51301      Branch: perl
51302            + ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t
51303            + ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t
51304            + ext/I18N/Langinfo/t/Langinfo.t ext/IPC/SysV/t/ipcsysv.t
51305            + ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t
51306            + ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t
51307            + ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t
51308            + ext/Safe/t/safe3.t ext/Socket/t/Socket.t
51309            + ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t
51310            + ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t
51311            + ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t
51312            - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
51313            - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
51314            - ext/I18N/Langinfo/Langinfo.t ext/IPC/SysV/ipcsysv.t
51315            - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
51316            - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
51317            - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
51318            - ext/Socket/Socket.t ext/Socket/socketpair.t
51319            - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
51320            - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
51321            - ext/re/re.t
51322            ! MANIFEST ext/IPC/SysV/MANIFEST
51323 ____________________________________________________________________________
51324 [ 20268] By: jhi                                   on 2003/07/28  14:31:17
51325         Log: Move the ext/IO tests to a more standard location so that
51326              the *.t do not get copied to the build tree (lib/IO/).
51327      Branch: perl
51328            + ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t
51329            + ext/IO/t/io_dup.t ext/IO/t/io_linenum.t
51330            + ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t
51331            + ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
51332            + ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
51333            + ext/IO/t/io_utf8.t ext/IO/t/io_xs.t
51334            - ext/IO/lib/IO/t/IO.t ext/IO/lib/IO/t/io_const.t
51335            - ext/IO/lib/IO/t/io_dir.t ext/IO/lib/IO/t/io_dup.t
51336            - ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t
51337            - ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_poll.t
51338            - ext/IO/lib/IO/t/io_sel.t ext/IO/lib/IO/t/io_sock.t
51339            - ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t
51340            - ext/IO/lib/IO/t/io_udp.t ext/IO/lib/IO/t/io_unix.t
51341            - ext/IO/lib/IO/t/io_utf8.t ext/IO/lib/IO/t/io_xs.t
51342            ! MANIFEST
51343 ____________________________________________________________________________
51344 [ 20267] By: jhi                                   on 2003/07/28  14:16:44
51345         Log: Retract #20260.
51346      Branch: perl
51347            ! perlio.c perliol.h
51348 ____________________________________________________________________________
51349 [ 20266] By: jhi                                   on 2003/07/28  13:38:59
51350         Log: Bump the $VERSION of core File::Spec as requested by Ken Williams.
51351      Branch: perl
51352            ! lib/File/Spec.pm
51353 ____________________________________________________________________________
51354 [ 20265] By: jhi                                   on 2003/07/28  13:23:44
51355         Log: Subject: [PATCH] #20177 broke skip logic in t/op/write.t
51356              From: "Craig A. Berry" <craigberry@mac.com>
51357              Date: Mon, 28 Jul 2003 08:04:32 -0500
51358              Message-ID: <3F251F60.6050607@mac.com>
51359      Branch: perl
51360            ! t/op/write.t
51361 ____________________________________________________________________________
51362 [ 20264] By: jhi                                   on 2003/07/28  13:21:58
51363         Log: Subject: [PATCH] t/op/write.t cleanup after itself.
51364              From: Michael G Schwern <schwern@pobox.com>
51365              Date: Mon, 28 Jul 2003 05:54:19 -0700
51366              Message-ID: <20030728125419.GJ21044@windhund.schwern.org>
51367      Branch: perl
51368            ! t/op/write.t
51369 ____________________________________________________________________________
51370 [ 20263] By: jhi                                   on 2003/07/28  12:13:24
51371         Log: Make Storable work with blead/maint by making PL_sv_placeholder
51372              a true global, bump $VERSION to 2.08.  Will take a look at the
51373              portability issue of placeholders soon.
51374      Branch: perl
51375            ! embedvar.h ext/Storable/Storable.pm ext/Storable/Storable.xs
51376            ! intrpvar.h perlapi.h perlvars.h sv.c
51377 ____________________________________________________________________________
51378 [ 20262] By: jhi                                   on 2003/07/28  11:35:31
51379         Log: Storable test nosewipe.
51380      Branch: perl
51381            ! ext/Storable/t/code.t ext/Storable/t/utf8hash.t
51382 ____________________________________________________________________________
51383 [ 20261] By: jhi                                   on 2003/07/28  11:02:23
51384         Log: Solaris cc didn't appreciate casting a long to a pointer
51385              with no cast, and lval casts are unportable, so introduce
51386              a rval cast.
51387      Branch: perl
51388            ! bytecode.pl ext/ByteLoader/byterun.c
51389 ____________________________________________________________________________
51390 [ 20260] By: jhi                                   on 2003/07/28  10:46:58
51391         Log: (Retracted by #20267)
51392      Branch: perl
51393            ! perlio.c perliol.h
51394 ____________________________________________________________________________
51395 [ 20257] By: jhi                                   on 2003/07/28  10:05:58
51396         Log: Subject: CPAN/t/signature.t noisy
51397              From: Michael G Schwern <schwern@pobox.com>
51398              Date: Mon, 28 Jul 2003 02:14:19 -0700
51399              Message-ID: <20030728091419.GG21044@windhund.schwern.org>
51400      Branch: perl
51401            ! lib/CPAN/t/signature.t
51402 ____________________________________________________________________________
51403 [ 20256] By: jhi                                   on 2003/07/28  10:00:11
51404         Log: Extra noise from File::Spec.
51405      Branch: perl
51406            ! lib/File/Spec/t/rel2abs2rel.t
51407 ____________________________________________________________________________
51408 [ 20255] By: jhi                                   on 2003/07/28  09:50:55
51409         Log: Prettyprint the constants list of defsubs_h.PL.
51410      Branch: perl
51411            ! ext/B/defsubs_h.PL
51412 ____________________________________________________________________________
51413 [ 20253] By: jhi                                   on 2003/07/28  04:56:48
51414         Log: Subject: [PATCH] B enhancements
51415              From: Stephen McCamant <smcc@mit.edu>
51416              Date: Sun, 27 Jul 2003 14:07:46 -0400
51417              Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
51418      Branch: perl
51419            ! ext/B/B.pm ext/B/B.xs ext/B/defsubs_h.PL
51420 ____________________________________________________________________________
51421 [ 20252] By: jhi                                   on 2003/07/28  04:55:42
51422         Log: More clarification about the hash randomisation defines.
51423      Branch: perl
51424            ! perl.h
51425 ____________________________________________________________________________
51426 [ 20251] By: jhi                                   on 2003/07/28  04:51:46
51427         Log: Clarify the process a bit.
51428      Branch: perl
51429            ! INSTALL
51430 ____________________________________________________________________________
51431 [ 20250] By: jhi                                   on 2003/07/28  04:43:23
51432         Log: Add $VERSION to B::Bytecode.
51433      Branch: perl
51434            ! ext/B/B/Bytecode.pm
51435 ____________________________________________________________________________
51436 [ 20249] By: jhi                                   on 2003/07/28  04:39:14
51437         Log: Missing test file.  (Not very useful since Module::Signature
51438              is not in the core, but let's not make an exception.)
51439      Branch: perl
51440            ! MANIFEST
51441 ____________________________________________________________________________
51442 [ 20248] By: jhi                                   on 2003/07/28  04:35:27
51443         Log: Subject: Re: downrev modules in RC2
51444              From: Gisle Aas <gisle@ActiveState.com>
51445              Date: 27 Jul 2003 20:25:07 -0700
51446              Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
51447
51448              (upgrade to Digest::MD5 2.26)
51449      Branch: perl
51450            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
51451            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
51452 ____________________________________________________________________________
51453 [ 20247] By: jhi                                   on 2003/07/28  04:31:32
51454         Log: Upgrade to CGI 2.97.
51455      Branch: perl
51456            ! lib/CGI.pm
51457 ____________________________________________________________________________
51458 [ 20246] By: jhi                                   on 2003/07/28  04:26:58
51459         Log: Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
51460              (from Enache)
51461      Branch: perl
51462            ! bytecode.pl ext/ByteLoader/byterun.c
51463 ____________________________________________________________________________
51464 [ 20243] By: jhi                                   on 2003/07/27  20:31:31
51465         Log: Upgrade to CPAN 1.72.
51466      Branch: perl
51467            + lib/CPAN/t/signature.t
51468            ! MANIFEST lib/CPAN.pm
51469 ____________________________________________________________________________
51470 [ 20242] By: jhi                                   on 2003/07/27  20:21:40
51471         Log: We now return to your normally scheduled hash randomisation.
51472      Branch: perl
51473            ! INSTALL perl.h pod/perlfunc.pod pod/perlrun.pod
51474            ! pod/perlsec.pod
51475 ____________________________________________________________________________
51476 [ 20240] By: jhi                                   on 2003/07/27  19:45:22
51477         Log: fresh_perl_(is|like) were printing out the wrong file/line
51478              number on failure because _where() was hard coded to only
51479              look one level up the call stack.  In these cases it has to
51480              look two.
51481              (Schwern)
51482      Branch: perl
51483            ! t/test.pl
51484 ____________________________________________________________________________
51485 [ 20239] By: jhi                                   on 2003/07/27  19:43:34
51486         Log: cleanup tiehandle.t to use test.pl, is(), like(), etc...
51487              (Schwern)
51488      Branch: perl
51489            ! t/op/tiehandle.t
51490 ____________________________________________________________________________
51491 [ 20238] By: jhi                                   on 2003/07/27  19:20:45
51492         Log: Upgrade to Test::Harness 2.29.
51493      Branch: perl
51494            ! lib/Test/Harness.pm lib/Test/Harness/Straps.pm
51495            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
51496            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
51497            ! lib/Test/Harness/t/test-harness.t
51498 ____________________________________________________________________________
51499 [ 20237] By: jhi                                   on 2003/07/27  18:37:45
51500         Log: Missing MakeMaker test.
51501      Branch: perl
51502            + lib/ExtUtils/t/postamble.t
51503            ! MANIFEST
51504 ____________________________________________________________________________
51505 [ 20236] By: jhi                                   on 2003/07/27  18:29:16
51506         Log: Add -l (one file per line) option to manicheck.
51507      Branch: perl
51508            ! Porting/manicheck
51509 ____________________________________________________________________________
51510 [ 20235] By: jhi                                   on 2003/07/27  18:08:55
51511         Log: Further Byteloader tweaks from Enache.
51512      Branch: perl
51513            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
51514            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/defsubs_h.PL
51515            ! ext/B/t/assembler.t ext/ByteLoader/ByteLoader.pm
51516            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
51517            ! ext/ByteLoader/byterun.h t/TEST
51518 ____________________________________________________________________________
51519 [ 20234] By: jhi                                   on 2003/07/27  18:02:24
51520         Log: Reapply some perldoc changes not in 3.09.
51521      Branch: perl
51522            ! lib/Pod/Perldoc.pm
51523 ____________________________________________________________________________
51524 [ 20233] By: jhi                                   on 2003/07/27  17:51:01
51525         Log: Upgrade to Pod::Perldoc 3.09.
51526      Branch: perl
51527            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
51528 ____________________________________________________________________________
51529 [ 20232] By: jhi                                   on 2003/07/27  17:34:23
51530         Log: A bug reported in perl-unicode by Terry Jones, fixed
51531              by Andreas Koenig, and add a test.
51532      Branch: perl
51533            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
51534 ____________________________________________________________________________
51535 [ 20231] By: jhi                                   on 2003/07/27  17:21:11
51536         Log: Unicode::UCD doc nit from Andreas Koenig.
51537      Branch: perl
51538            ! lib/Unicode/UCD.pm
51539 ____________________________________________________________________________
51540 [ 20230] By: jhi                                   on 2003/07/27  17:13:55
51541         Log: Upgrade to I18N::LangTags 0.28.
51542      Branch: perl
51543            + lib/I18N/LangTags/t/01test.t
51544            - lib/I18N/LangTags/test.pl
51545            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm
51546 ____________________________________________________________________________
51547 [ 20229] By: jhi                                   on 2003/07/27  16:59:27
51548         Log: Skip the test until Enache fixes it.
51549      Branch: perl
51550            ! ext/B/t/assembler.t
51551 ____________________________________________________________________________
51552 [ 20225] By: jhi                                   on 2003/07/27  16:12:44
51553         Log: Upgrade to File::Spec 0.85.
51554      Branch: perl
51555            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
51556            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
51557            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
51558            ! lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
51559            ! lib/File/Spec/t/rel2abs2rel.t
51560 ____________________________________________________________________________
51561 [ 20224] By: jhi                                   on 2003/07/27  15:48:20
51562         Log: Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
51563              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
51564              Date: Sun, 20 Jul 2003 22:36:02 +0200
51565              Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
51566      Branch: perl
51567            ! dump.c embedvar.h ext/Storable/Storable.xs hv.c intrpvar.h
51568            ! perl.c perlapi.h sv.c universal.c
51569 ____________________________________________________________________________
51570 [ 20223] By: jhi                                   on 2003/07/27  15:43:30
51571         Log: Regen byterun once more: the incav is not yet right, but at
51572              least it compiles now (Tru64 cc choked on the lvalue cast).
51573      Branch: perl
51574            ! bytecode.pl ext/ByteLoader/byterun.c
51575 ____________________________________________________________________________
51576 [ 20222] By: jhi                                   on 2003/07/27  15:31:52
51577         Log: Regenerated because of #20220.
51578      Branch: perl
51579            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
51580            ! ext/ByteLoader/byterun.h
51581 ____________________________________________________________________________
51582 [ 20221] By: jhi                                   on 2003/07/27  15:19:57
51583         Log: Subject: [PATCH] fix for File::Find logical name collision on VMS
51584              From: "Craig A. Berry" <craigberry@mac.com>
51585              Date: Mon, 21 Jul 2003 19:40:20 -0500
51586              Message-ID: <3F1C87F4.2070401@mac.com>
51587      Branch: perl
51588            ! lib/File/Find.pm
51589 ____________________________________________________________________________
51590 [ 20220] By: jhi                                   on 2003/07/27  15:13:10
51591         Log: Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
51592              From: Enache Adrian <enache@rdslink.ro>
51593              Date: Fri, 18 Jul 2003 23:15:37 +0300
51594              Message-ID: <20030718201537.GA1574@ratsnest.hole>
51595      Branch: perl
51596            ! Makefile.SH bytecode.pl ext/B/B.xs ext/B/B/Assembler.pm
51597            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/typemap
51598            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
51599            ! ext/ByteLoader/bytecode.h installperl t/TEST utils/perlcc.PL
51600 ____________________________________________________________________________
51601 [ 20219] By: jhi                                   on 2003/07/27  15:08:23
51602         Log: Subject: [PATCH-for-RC2] WinCE port addition
51603              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
51604              Date: Fri, 25 Jul 2003 22:17:11 +0400
51605              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
51606      Branch: perl
51607            - wince/README.compile
51608            ! MANIFEST README.ce wince/Makefile.ce wince/README.perlce
51609            ! wince/compile.bat wince/wince.c wince/wince.h
51610 ____________________________________________________________________________
51611 [ 20217] By: jhi                                   on 2003/07/25  06:39:08
51612         Log: Another missing hunk for MakeMaker from .org.
51613      Branch: perl
51614            ! lib/ExtUtils/MakeMaker.pm
51615 ____________________________________________________________________________
51616 [ 20213] By: jhi                                   on 2003/07/24  14:49:25
51617         Log: Grabbed from www.makemaker.org.
51618      Branch: perl
51619            + t/lib/MakeMaker/Test/Setup/Recurs.pm
51620            ! MANIFEST
51621 ____________________________________________________________________________
51622 [ 20211] By: jhi                                   on 2003/07/24  14:00:29
51623         Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8
51624              From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
51625              Date: 14 Jul 2003 05:35:15 -0000
51626              Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
51627      Branch: perl
51628            ! utf8.c
51629 ____________________________________________________________________________
51630 [ 20209] By: jhi                                   on 2003/07/24  13:42:58
51631         Log: Subject: Re: [typo] sv.c pod/perlapi.pod
51632              From: Stas Bekman <stas@stason.org>
51633              Date: Thu, 24 Jul 2003 16:49:27 +0200
51634              Message-ID: <3F1FF1F7.30500@stason.org>
51635      Branch: perl
51636            ! pod/perlapi.pod sv.c
51637 ____________________________________________________________________________
51638 [ 20208] By: jhi                                   on 2003/07/24  13:41:37
51639         Log: Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11
51640              From: Michael G Schwern <schwern@pobox.com>
51641              Date: Thu, 24 Jul 2003 01:28:07 -0700
51642              Message-ID: <20030724082807.GA24285@windhund.schwern.org>
51643      Branch: perl
51644            ! lib/ExtUtils/MakeMaker.pm
51645 ____________________________________________________________________________
51646 [ 20207] By: jhi                                   on 2003/07/24  13:40:39
51647         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_08
51648              From: Michael G Schwern <schwern@pobox.com>
51649              Date: Mon, 21 Jul 2003 20:12:25 -0700
51650              Message-ID: <20030722031224.GD12711@windhund.schwern.org>
51651      Branch: perl
51652            + lib/ExtUtils/t/recurs.t
51653            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
51654            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
51655            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
51656            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/PATCHING
51657            ! lib/ExtUtils/README lib/ExtUtils/t/Command.t
51658            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
51659            ! lib/ExtUtils/t/basic.t
51660 ____________________________________________________________________________
51661 [ 20206] By: jhi                                   on 2003/07/24  13:23:27
51662         Log: (accidentally empty checkin)
51663      Branch: perl
51664            ! lib/perl5db.pl
51665 ____________________________________________________________________________
51666 [ 20203] By: jhi                                   on 2003/07/24  13:14:53
51667         Log: Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()?
51668              From: Steve Hay <steve.hay@uk.radan.com>
51669              Date: Fri, 18 Jul 2003 10:03:21 +0100
51670              Message-ID: <3F17B7D9.80805@uk.radan.com>
51671      Branch: perl
51672            ! makedef.pl
51673 ____________________________________________________________________________
51674 [ 20202] By: jhi                                   on 2003/07/24  13:12:08
51675         Log: Subject: [patch] perldebug.pod clarification
51676              From: Stéphane Payrard <stef@payrard.net>
51677              Date: Mon, 21 Jul 2003 21:36:59 +0200
51678              Message-ID: <20030721193659.GC2722@stefp.dyndns.org>
51679      Branch: perl
51680            ! pod/perldebug.pod
51681 ____________________________________________________________________________
51682 [ 20201] By: jhi                                   on 2003/07/24  13:08:50
51683         Log: Subject: PATCH: More edge tests on t/op/pow.t
51684              From: Andy Lester <andy@petdance.com>
51685              Date: Wed, 23 Jul 2003 16:38:35 -0500
51686              Message-ID: <20030723213834.GA20468@petdance.com>
51687      Branch: perl
51688            ! t/op/pow.t
51689 ____________________________________________________________________________
51690 [ 20200] By: jhi                                   on 2003/07/24  13:06:36
51691         Log: Subject: [PATCH] Fix saving 'V' magic in scan_vstring()
51692              From: Stephen McCamant <smcc@mit.edu>
51693              Date: Tue, 22 Jul 2003 09:41:10 -0400
51694              Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU>
51695      Branch: perl
51696            ! toke.c
51697 ____________________________________________________________________________
51698 [ 20199] By: jhi                                   on 2003/07/24  13:04:24
51699         Log: Subject: [PATCH] Re: Reference to tied elements results in lvalue.
51700              From: Dave Mitchell <davem@fdgroup.com>
51701              Date: Fri, 18 Jul 2003 18:49:43 +0100
51702              Message-ID: <20030718174943.GB6427@fdgroup.com>
51703      Branch: perl
51704            ! sv.c t/op/tie.t
51705 ____________________________________________________________________________
51706 [ 20198] By: jhi                                   on 2003/07/24  09:07:45
51707         Log: Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads
51708              From: Stephen McCamant <smcc@mit.edu>
51709              Date: Sat, 19 Jul 2003 12:06:31 -0400
51710              Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU>
51711      Branch: perl
51712            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
51713 ____________________________________________________________________________
51714 [ 20197] By: jhi                                   on 2003/07/24  08:59:45
51715         Log: Subject: [PATCH] typo in VMS::Filespec
51716              From: Ken Williams <ken@mathforum.org>
51717              Date: Tue, 22 Jul 2003 15:18:21 -0500
51718              Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
51719      Branch: perl
51720            ! vms/ext/Filespec.pm
51721 ____________________________________________________________________________
51722 [ 20196] By: jhi                                   on 2003/07/24  08:54:54
51723         Log: EBCDIC fix from Thomas Dorner.
51724      Branch: perl
51725            ! Makefile.SH
51726 ____________________________________________________________________________
51727 [ 20195] By: jhi                                   on 2003/07/24  08:54:13
51728         Log: POSIX-BC patch from Thomas Dorner.
51729      Branch: perl
51730            ! hints/posix-bc.sh
51731 ____________________________________________________________________________
51732 [ 20194] By: jhi                                   on 2003/07/24  08:45:55
51733         Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning
51734              From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
51735              Date: 14 Jul 2003 05:37:15 -0000
51736              Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
51737      Branch: perl
51738            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
51739 ____________________________________________________________________________
51740 [ 20193] By: jhi                                   on 2003/07/24  08:43:33
51741         Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0
51742              From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
51743              Date: 14 Jul 2003 05:37:02 -0000
51744              Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
51745      Branch: perl
51746            ! ext/IO/lib/IO/Socket.pm
51747 ____________________________________________________________________________
51748 [ 20191] By: jhi                                   on 2003/07/24  08:38:35
51749         Log: Subject: [PATCH] Re: Fatal 5.8.1 error in our $FOO = x if $FOO
51750              From: Dave Mitchell <davem@fdgroup.com>
51751              Date: Thu, 17 Jul 2003 20:33:29 +0100
51752              Message-ID: <20030717193329.GA2699@fdgroup.com>
51753      Branch: perl
51754            ! pad.c t/lib/warnings/pad
51755 ____________________________________________________________________________
51756 [ 20190] By: jhi                                   on 2003/07/24  08:35:11
51757         Log: Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
51758              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
51759              Date: 22 Jul 2003 02:59:13 -0000
51760              Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>
51761      Branch: perl
51762            ! pod/perlfunc.pod
51763 ____________________________________________________________________________
51764 [ 20189] By: jhi                                   on 2003/07/24  08:26:02
51765         Log: Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro
51766              From: Stephen Clouse <stephenc@theiqgroup.com>
51767              Date: Tue, 22 Jul 2003 21:31:38 -0500
51768              Message-ID: <20030723023138.GA15653@owns.warpcore.org>
51769      Branch: perl
51770            ! perl.h
51771 ____________________________________________________________________________
51772 [ 20187] By: jhi                                   on 2003/07/24  07:53:33
51773         Log: Subject: [PATCH] configure.gnu --prefix
51774              From: slaven@rezic.de
51775              Date: Thu, 10 Jul 2003 09:33:27 +0000
51776              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
51777      Branch: perl
51778            ! configure.gnu
51779 ____________________________________________________________________________
51780 [ 20186] By: jhi                                   on 2003/07/24  07:48:21
51781         Log: Subject: Re: problem with rc1 and rc2 on Mac OS X
51782              From: Edward Moy <emoy@apple.com>
51783              Date: Sun, 13 Jul 2003 14:12:57 -0700
51784              Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com>
51785      Branch: perl
51786            ! lib/ExtUtils/MM_Unix.pm
51787 ____________________________________________________________________________
51788 [ 20184] By: jhi                                   on 2003/07/24  07:02:31
51789         Log: Subject: [PATCH 5.8.1 @20153] malloc cleanup
51790              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
51791              Date: Tue, 15 Jul 2003 07:46:58 -0700
51792              Message-ID: <20030715144657.GA21313@math.berkeley.edu>
51793      Branch: perl
51794            ! makedef.pl malloc.c malloc_ctl.h
51795 ____________________________________________________________________________
51796 [ 20182] By: jhi                                   on 2003/07/23  13:28:52
51797         Log: This should make Stas happy.
51798      Branch: perl
51799            ! hv.h perl.c
51800 ____________________________________________________________________________
51801 [ 20180] By: jhi                                   on 2003/07/23  12:40:11
51802         Log: utils.lst parsing tweak for bin/perldoc installation from Rafael.
51803      Branch: perl
51804            ! installperl
51805 ____________________________________________________________________________
51806 [ 20179] By: rgs                                   on 2003/07/21  19:46:19
51807         Log: As the perldoc.pod is now in a separate file under pod/,
51808              the installman script was installing an empty perldoc.1 manpage.
51809      Branch: perl
51810            ! installperl utils.lst
51811 ____________________________________________________________________________
51812 [ 20178] By: rgs                                   on 2003/07/21  19:19:06
51813         Log: Subject: [DOCPATCH] %SIG and SA_RESTART
51814              From: Steve Grazzini <grazz@pobox.com>
51815              Date: Wed, 16 Jul 2003 08:56:21 -0400
51816              Message-ID: <20030716125620.GA7022@grazzini.net>
51817      Branch: perl
51818            ! pod/perlipc.pod pod/perlvar.pod
51819 ____________________________________________________________________________
51820 [ 20177] By: rgs                                   on 2003/07/21  19:14:35
51821         Log: Subject: [PATCH] Re: Perl formats do not work with tied values
51822              From: Dave Mitchell <davem@fdgroup.com>
51823              Date: Tue, 15 Jul 2003 20:46:07 +0100
51824              Message-ID: <20030715194607.GA24592@fdgroup.com>
51825
51826              plus the regression test :
51827              Subject: Re: [PATCH] Re: Perl formats do not work with tied values
51828              From: Nicholas Clark <nick@ccl4.org>
51829              Date: Tue, 15 Jul 2003 22:24:04 +0100
51830              Message-ID: <20030715222404.L20414@plum.flirble.org>
51831      Branch: perl
51832            ! pp_ctl.c t/op/write.t
51833 ____________________________________________________________________________
51834 [ 20176] By: rgs                                   on 2003/07/21  19:00:32
51835         Log: Subject: Re: [PATCH] h2xs and extra_libraries
51836              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
51837              Date: Tue, 15 Jul 2003 07:28:52 +0200
51838              Message-id: <20030715052852.GA494@ethan>
51839      Branch: perl
51840            ! utils/h2xs.PL
51841 ____________________________________________________________________________
51842 [ 20175] By: merijn                                on 2003/07/21  14:26:43
51843         Log: Subject: Re: [PATCH] test clean-up for VMS
51844              From: "Craig A. Berry" <craigberry@mac.com>
51845              Date: Sun, 20 Jul 2003 10:43:32 -0500
51846              Message-ID: <3F1AB8A4.2070207@mac.com>
51847      Branch: perl
51848            ! ext/PerlIO/t/encoding.t lib/File/Spec/t/rel2abs2rel.t
51849            ! lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
51850            ! lib/FileCache/t/03append.t t/io/argv.t t/op/stat.t
51851            ! t/uni/write.t
51852 ____________________________________________________________________________
51853 [ 20174] By: hv                                    on 2003/07/21  10:26:07
51854         Log: Update Changes.
51855      Branch: perl
51856            ! Changes patchlevel.h
51857 ____________________________________________________________________________
51858 [ 20173] By: rgs                                   on 2003/07/20  21:48:21
51859         Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG
51860              (bug #22968)
51861      Branch: perl
51862            ! pod/perlfaq3.pod pod/perlrun.pod
51863 ____________________________________________________________________________
51864 [ 20172] By: rgs                                   on 2003/07/20  21:14:12
51865         Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
51866              From: Andy Dougherty <doughera@lafayette.edu>
51867              Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
51868              Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
51869
51870              plus a clarification to INSTALL :
51871              Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
51872              From: Andy Dougherty <doughera@lafayette.edu>
51873              Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
51874              Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
51875      Branch: perl
51876            ! INSTALL Makefile.SH
51877 ____________________________________________________________________________
51878 [ 20171] By: rgs                                   on 2003/07/20  20:12:54
51879         Log: The warning "Possible precedence problem on bitwise operator"
51880              was incorrectly produced with the bitwise-assignment operators.
51881              Fix it. (bug #23065 concerning 5.8.1 RC2)
51882      Branch: perl
51883            ! op.c t/lib/warnings/op
51884 ____________________________________________________________________________
51885 [ 20170] By: rgs                                   on 2003/07/18  08:03:02
51886         Log: Rename get_seed() to get_hash_seed(), as suggested by
51887              Eric J Kidder, to solve a name conflict on HP_UX 11.00.
51888      Branch: perl
51889            ! embed.fnc embed.h perl.c proto.h util.c
51890 ____________________________________________________________________________
51891 [ 20169] By: rgs                                   on 2003/07/18  06:36:20
51892         Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
51893              From: Andreas J Koenig <andreas.koenig@anima.de>
51894              Date: Fri, 18 Jul 2003 09:36:47 +0200
51895              Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
51896      Branch: perl
51897            ! t/op/pow.t
51898 ____________________________________________________________________________
51899 [ 20168] By: rgs                                   on 2003/07/18  06:21:15
51900         Log: Subject: [ PATCH] Re: isa(UNIVERSAL)?
51901              From: Dave Mitchell <davem@fdgroup.com>
51902              Date: Thu, 17 Jul 2003 21:51:12 +0100
51903              Message-ID: <20030717205112.GA2994@fdgroup.com>
51904      Branch: perl
51905            ! t/op/universal.t universal.c
51906 ____________________________________________________________________________
51907 [ 20167] By: rgs                                   on 2003/07/18  06:14:33
51908         Log: Subject: [PATCH] Re: Oops - Can't calculate our powers
51909              From: Stephen McCamant <smcc@mit.edu>
51910              Date: Fri, 18 Jul 2003 02:26:14 -0400
51911              Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
51912      Branch: perl
51913            ! pp.c t/op/pow.t
51914 ____________________________________________________________________________
51915 [ 20166] By: rgs                                   on 2003/07/17  21:49:10
51916         Log: Subject: [PATCH] Increment cop_seqmax in utilize()
51917              From: Stephen McCamant <smcc@mit.edu>
51918              Date: Tue, 15 Jul 2003 09:57:26 -0400
51919              Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
51920
51921              Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
51922              From: Stephen McCamant <smcc@mit.edu>
51923              Date: Tue, 15 Jul 2003 09:57:31 -0400
51924              Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
51925      Branch: perl
51926            ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c
51927 ____________________________________________________________________________
51928 [ 20165] By: rgs                                   on 2003/07/17  21:24:46
51929         Log: Subject: [PATCH] Re: POSIX::div
51930              From: Michael G Schwern <schwern@pobox.com>
51931              Date: Mon, 14 Jul 2003 14:00:58 -0700
51932              Message-ID: <20030714210057.GK18517@windhund.schwern.org>
51933      Branch: perl
51934            ! ext/POSIX/POSIX.pm
51935 ____________________________________________________________________________
51936 [ 20164] By: rgs                                   on 2003/07/17  21:15:51
51937         Log: PERL5LIB is not colon-separated everywhere
51938      Branch: perl
51939            ! pod/perlrun.pod
51940 ____________________________________________________________________________
51941 [ 20163] By: rgs                                   on 2003/07/17  20:59:15
51942         Log: Subject: [PATCH] fix $^N-related coredump
51943              From: Anton Berezin <tobez@tobez.org>
51944              Date: Mon, 14 Jul 2003 13:50:35 +0200
51945              Message-ID: <20030714115035.GA10971@heechee.tobez.org>
51946      Branch: perl
51947            ! pp_hot.c sv.c
51948 ____________________________________________________________________________
51949 [ 20162] By: rgs                                   on 2003/07/17  20:39:31
51950         Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
51951              From: Tony Bowden <tony@kasei.com>
51952              Date: Thu, 17 Jul 2003 16:49:35 +0100
51953              Message-ID: <20030717154935.GA20302@soto.kasei.com>
51954      Branch: perl
51955            ! pod/perlfunc.pod
51956 ____________________________________________________________________________
51957 [ 20161] By: rgs                                   on 2003/07/17  20:25:52
51958         Log: Minor nits in perlsyn.pod
51959      Branch: perl
51960            ! pod/perlsyn.pod
51961 ____________________________________________________________________________
51962 [ 20159] By: rgs                                   on 2003/07/13  20:02:34
51963         Log: Subject: [PATCH] incorrect error message from Attribute::Handlers
51964              From: Claes Jacobsson <claes@surfar.nu>
51965              Date: Sat, 12 Jul 2003 16:30:42 +0200
51966              Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
51967      Branch: perl
51968            ! lib/Attribute/Handlers.pm
51969 ____________________________________________________________________________
51970 [ 20158] By: rgs                                   on 2003/07/13  19:52:58
51971         Log: Add a TODO test for perlbug #19049
51972              Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
51973              From: Alex Gough <alex-p5p@earth.li>
51974              Date: Fri, 11 Jul 2003 01:12:42 +0100
51975              Message-ID: <20030711001242.GD2484@the.earth.li>
51976      Branch: perl
51977            ! t/op/pat.t
51978 ____________________________________________________________________________
51979 [ 20157] By: rgs                                   on 2003/07/13  19:43:29
51980         Log: Minor updates of the charnames documentation.
51981      Branch: perl
51982            ! lib/charnames.pm
51983 ____________________________________________________________________________
51984 [ 20156] By: rgs                                   on 2003/07/11  19:37:34
51985         Log: Subject: Re: Sort sub and NaNs
51986              From: "John P. Linderman" <jpl@research.att.com>
51987              Date: Thu, 10 Jul 2003 10:45:06 -0400
51988              Message-Id: <200307101445.KAA79110@raptor.research.att.com>
51989
51990              Warn against a potential edge case with sort, <=> and NaNs.
51991      Branch: perl
51992            ! pod/perlfunc.pod
51993 ____________________________________________________________________________
51994 [ 20155] By: rgs                                   on 2003/07/11  19:11:17
51995         Log: Subject: [DOCPATCH] perlfunc/read
51996              From: Steve Grazzini <grazz@pobox.com>
51997              Date: Tue, 8 Jul 2003 10:23:03 -0400
51998              Message-ID: <20030708142303.GB23698@grazzini.net>
51999
52000              Clarify the OFFSET parameter to read().
52001      Branch: perl
52002            ! pod/perlfunc.pod
52003 ____________________________________________________________________________
52004 [ 20154] By: rgs                                   on 2003/07/11  18:54:09
52005         Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
52006              From: Michael G Schwern <schwern@pobox.com>
52007              Date: Tue, 13 May 2003 18:33:05 -0700
52008              Message-ID: <20030514013305.GB22001@windhund.schwern.org>
52009      Branch: perl
52010            ! pod/perlsyn.pod pod/perltrap.pod
52011 ____________________________________________________________________________
52012 [ 20145] By: jhi                                   on 2003/07/11  05:07:09
52013         Log: I think the API for mod_perl v2 should be simply that
52014              PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
52015              itself, hopefully from a good source of random bits.
52016      Branch: perl
52017            ! perl.c
52018 ____________________________________________________________________________
52019 [ 20143] By: jhi                                   on 2003/07/11  00:35:07
52020         Log: pTHX.
52021      Branch: perl
52022            ! util.c
52023 ____________________________________________________________________________
52024 [ 20139] By: jhi                                   on 2003/07/11  00:21:43
52025         Log: New order of seed.
52026      Branch: perl
52027            ! pod/perlrun.pod
52028 ____________________________________________________________________________
52029 [ 20138] By: jhi                                   on 2003/07/11  00:13:11
52030         Log: More retraction.
52031      Branch: perl
52032            ! INSTALL
52033 ____________________________________________________________________________
52034 [ 20137] By: jhi                                   on 2003/07/11  00:10:14
52035         Log: Retract the statements.
52036      Branch: perl
52037            ! pod/perlfunc.pod pod/perlsec.pod
52038 ____________________________________________________________________________
52039 [ 20135] By: jhi                                   on 2003/07/11  00:03:33
52040         Log: Chicken out: the hash randomisation is not on by default.
52041              We switch over to the explicit mode: in other words, if
52042              the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
52043              randomise only if PL_hash_seed_set is FALSE (this means
52044              one can use PERL_HASH() before perl_run.)  Also, since
52045              now PERL_HASH_SEED is okay even under -T, all should be fine.
52046              (Ha!)
52047      Branch: perl
52048            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
52049            ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
52050 ____________________________________________________________________________
52051 [ 20134] By: jhi                                   on 2003/07/10  23:23:38
52052         Log: Check PERL_HASH_SEED even when tainted.
52053      Branch: perl
52054            ! perl.c pod/perlrun.pod
52055 ____________________________________________________________________________
52056 [ 20131] By: jhi                                   on 2003/07/10  22:42:29
52057         Log: &Time::HiRes::d_nanosleep was broken.
52058      Branch: perl
52059            ! ext/Time/HiRes/Makefile.PL
52060 ____________________________________________________________________________
52061 [ 20130] By: jhi                                   on 2003/07/10  22:37:02
52062         Log: Subject: [PATCH} db-recno.t on Mac OS X
52063              From: slaven@rezic.de
52064              Date: Thu, 10 Jul 2003 12:41:05 +0000
52065              Message-Id: <1057840865.9622@devpc01.iconmobile.de>
52066      Branch: perl
52067            ! ext/DB_File/t/db-recno.t
52068 ____________________________________________________________________________
52069 [ 20129] By: jhi                                   on 2003/07/10  22:31:39
52070         Log: Subject: [comment patch]
52071              From: Stas Bekman <stas@stason.org>
52072              Date: Thu, 10 Jul 2003 14:19:22 -0700
52073              Message-ID: <3F0DD85A.1070902@stason.org>
52074      Branch: perl
52075            ! perl.c
52076 ____________________________________________________________________________
52077 [ 20127] By: jhi                                   on 2003/07/10  22:21:04
52078         Log: Be vague enough.
52079      Branch: perl
52080            ! pod/perldata.pod
52081 ____________________________________________________________________________
52082 [ 20125] By: rgs                                   on 2003/07/10  19:28:48
52083         Log: regen embed.pl for the bleadperl branch as well.
52084      Branch: perl
52085            ! embedvar.h
52086 ____________________________________________________________________________
52087 [ 20124] By: jhi                                   on 2003/07/10  18:33:56
52088         Log: Time travel noticed by Enache.
52089      Branch: perl
52090            ! pod/perlhist.pod
52091 ____________________________________________________________________________
52092 [ 20120] By: jhi                                   on 2003/07/10  17:38:28
52093         Log: I can see the future.  It is cloudy.
52094      Branch: perl
52095            ! pod/perlhist.pod
52096 ____________________________________________________________________________
52097 [ 20119] By: jhi                                   on 2003/07/10  17:37:25
52098         Log: Subject: [PATCH] configure.gnu --prefix
52099              From: slaven@rezic.de
52100              Date: Thu, 10 Jul 2003 09:33:27 +0000
52101              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
52102      Branch: perl
52103            ! configure.gnu
52104 ____________________________________________________________________________
52105 [ 20118] By: jhi                                   on 2003/07/10  17:35:32
52106         Log: malloc alignment patch from Spider, needed for Tru64 + longdouble.
52107      Branch: perl
52108            ! malloc.c
52109 ____________________________________________________________________________
52110 [ 20117] By: jhi                                   on 2003/07/10  17:33:53
52111         Log: Subject: [PATCH] Restore SIGFPE on exec()
52112              From: Chip Salzenberg <chip@pobox.com>
52113              Date: Thu, 10 Jul 2003 13:13:20 -0400
52114              Message-ID: <20030710171319.GA21588@perlsupport.com>
52115      Branch: perl
52116            ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c
52117 ____________________________________________________________________________
52118 [ 20116] By: jhi                                   on 2003/07/10  17:28:00
52119         Log: The *right* way to make the csighandler visible.
52120      Branch: perl
52121            ! embed.fnc embed.h global.sym
52122 ____________________________________________________________________________
52123 [ 20114] By: jhi                                   on 2003/07/10  15:06:41
52124         Log: Retract #20112.
52125      Branch: perl
52126            ! embed.fnc embedvar.h intrpvar.h perlapi.h
52127 ____________________________________________________________________________
52128 [ 20112] By: jhi                                   on 2003/07/10  14:17:59
52129         Log: Argh.  At least AIX builds choke because of this.
52130      Branch: perl
52131            ! embed.fnc embedvar.h intrpvar.h perlapi.h
52132 ____________________________________________________________________________
52133 [ 20106] By: jhi                                   on 2003/07/10  04:50:05
52134         Log: Upgrade to podlators 1.27.
52135      Branch: perl
52136            ! lib/Pod/Text/Termcap.pm
52137 ____________________________________________________________________________
52138 [ 20104] By: jhi                                   on 2003/07/10  04:40:02
52139         Log: Deprecate v-strings.
52140      Branch: perl
52141            ! pod/perldata.pod
52142 ____________________________________________________________________________
52143 [ 20103] By: jhi                                   on 2003/07/10  04:28:40
52144         Log: perlfaq sync.
52145      Branch: perl
52146            ! pod/perlfaq1.pod
52147 ____________________________________________________________________________
52148 [ 20100] By: jhi                                   on 2003/07/09  17:40:41
52149         Log: Detypo.
52150      Branch: perl
52151            ! hints/darwin.sh
52152 ____________________________________________________________________________
52153 [ 20098] By: jhi                                   on 2003/07/09  17:29:53
52154         Log: Fixes from Ron Kimball.
52155      Branch: perl
52156            ! pod/perldata.pod
52157 ____________________________________________________________________________
52158 [ 20097] By: jhi                                   on 2003/07/09  17:27:35
52159         Log: Fix for the 'print v65' plus safety tweaks from Rafael.
52160      Branch: perl
52161            ! toke.c
52162 ____________________________________________________________________________
52163 [ 20096] By: jhi                                   on 2003/07/09  17:06:29
52164         Log: More Darwin/MacOSX paths twiddling.
52165      Branch: perl
52166            ! hints/darwin.sh
52167 ____________________________________________________________________________
52168 [ 20093] By: jhi                                   on 2003/07/09  11:43:09
52169         Log: Play safe and use the system malloc in FreeBSD.
52170              Yes, performance suffers.  But that is better than
52171              random core dumps.
52172      Branch: perl
52173            ! hints/freebsd.sh
52174 ____________________________________________________________________________
52175 [ 20090] By: jhi                                   on 2003/07/09  08:12:32
52176         Log: Upgrade to Encode 1.97.
52177      Branch: perl
52178            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
52179            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
52180            ! ext/Encode/lib/Encode/Encoder.pm
52181            ! ext/Encode/lib/Encode/Guess.pm
52182            ! ext/Encode/lib/Encode/JP/JIS7.pm
52183 ____________________________________________________________________________
52184 [ 20089] By: jhi                                   on 2003/07/09  08:08:30
52185         Log: Rework the perldata vXX => ... entry a bit.
52186      Branch: perl
52187            ! pod/perldata.pod
52188 ____________________________________________________________________________
52189 [ 20088] By: jhi                                   on 2003/07/09  08:04:04
52190         Log: Document the vXX => change in perldata, too.
52191      Branch: perl
52192            ! pod/perldata.pod
52193 ____________________________________________________________________________
52194 [ 20085] By: jhi                                   on 2003/07/09  07:49:46
52195         Log: Test the vX => ... fix.
52196      Branch: perl
52197            ! t/op/ver.t
52198 ____________________________________________________________________________
52199 [ 20084] By: jhi                                   on 2003/07/09  06:58:39
52200         Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
52201              From: John Peacock <jpeacock@rowman.com>
52202              Date: Wed, 09 Jul 2003 01:05:38 -0700
52203              Message-ID: <3F0BCCD2.1020009@rowman.com>
52204      Branch: perl
52205            ! embed.fnc pod/perlapi.pod toke.c util.c
52206 ____________________________________________________________________________
52207 [ 20083] By: jhi                                   on 2003/07/09  06:27:15
52208         Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
52209              for the install dirs.
52210      Branch: perl
52211            ! hints/darwin.sh
52212 ____________________________________________________________________________
52213 [ 20082] By: jhi                                   on 2003/07/09  05:57:16
52214         Log: Enable avoiding /System/Library in Mac OS X by
52215              doing Configure -Dprefix=/some/where -Uvendorlib.
52216      Branch: perl
52217            ! hints/darwin.sh
52218 ____________________________________________________________________________
52219 [ 20081] By: jhi                                   on 2003/07/09  05:53:56
52220         Log: Subject: [PATCH] Safe signals via POSIX::sigaction
52221              From: Chip Salzenberg <chip@pobox.com>
52222              Date: Wed, 9 Jul 2003 01:49:10 -0400
52223              Message-ID: <20030709054910.GH2021@perlsupport.com>
52224      Branch: perl
52225            ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
52226            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h
52227 ____________________________________________________________________________
52228 [ 20079] By: rgs                                   on 2003/07/08  20:26:20
52229         Log: The CHECKOP macro was not invoked on some newly created ops
52230              (to match them against the current opmask.) As a consequence,
52231              Safe compartments were unable to trap some ops (pattern
52232              match, slices, conditionals.) This fixes the holes.
52233      Branch: perl
52234            ! op.c
52235 ____________________________________________________________________________
52236 [ 20078] By: jhi                                   on 2003/07/08  19:30:13
52237         Log: Revert #20077.
52238      Branch: perl
52239            ! lib/CPAN.pm
52240 ____________________________________________________________________________
52241 [ 20077] By: jhi                                   on 2003/07/08  18:40:51
52242         Log: Don't recommend to upgrade the base.pm in the core with
52243              the base.pm from Class::Fields.  They are not the same.
52244      Branch: perl
52245            ! lib/CPAN.pm
52246 ____________________________________________________________________________
52247 [ 20076] By: jhi                                   on 2003/07/08  17:39:49
52248         Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
52249              From: Enache Adrian <enache@rdslink.ro>
52250              Date: Tue, 8 Jul 2003 20:47:58 +0300
52251              Message-ID: <20030708174758.GA1177@ratsnest.hole>
52252
52253              (ByteLoader tweak avoiding a leaked scalar)
52254      Branch: perl
52255            ! op.c
52256 ____________________________________________________________________________
52257 [ 20071] By: jhi                                   on 2003/07/08  09:18:19
52258         Log: In 5.8.x, fast stdio places still do use stdio.
52259      Branch: perl
52260            ! ext/Digest/MD5/t/badfile.t
52261 ____________________________________________________________________________
52262 [ 20069] By: jhi                                   on 2003/07/08  08:41:01
52263         Log: Subject: [PATCH] format 'botched' in malloc.c
52264              From: Enache Adrian <enache@rdslink.ro>
52265              Date: Mon, 7 Jul 2003 21:57:06 +0300
52266              Message-ID: <20030707185706.GB7017@ratsnest.hole>
52267      Branch: perl
52268            ! malloc.c
52269 ____________________________________________________________________________
52270 [ 20068] By: jhi                                   on 2003/07/08  08:36:27
52271         Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
52272              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
52273              Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
52274              Message-ID: <12022.1057655645@www59.gmx.net>
52275      Branch: perl
52276            ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c
52277 ____________________________________________________________________________
52278 [ 20066] By: jhi                                   on 2003/07/08  05:24:58
52279         Log: Retract #20065: I don't think this is the right way
52280              to patch this issue.
52281      Branch: perl
52282            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
52283 ____________________________________________________________________________
52284 [ 20065] By: jhi                                   on 2003/07/08  05:14:31
52285         Log: Configure tweak from Johnny Lam so that the
52286              INSTALLSITEMAN[13]DIR get correctly set.
52287      Branch: perl
52288            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
52289 ____________________________________________________________________________
52290 [ 20063] By: rgs                                   on 2003/07/07  18:58:47
52291         Log: Regexp bug in the docs, spotted by Enache's eagle eyes.
52292      Branch: perl
52293            ! pod/perlsyn.pod
52294 ____________________________________________________________________________
52295 [ 20062] By: jhi                                   on 2003/07/07  18:27:02
52296         Log: Mark Bixby ++.
52297      Branch: perl
52298            ! perl.c
52299 ____________________________________________________________________________
52300 [ 20061] By: jhi                                   on 2003/07/07  18:26:35
52301         Log: The nanosleep() probe was kaputt, fixed by Mark Bixby.
52302      Branch: perl
52303            ! ext/Time/HiRes/Makefile.PL
52304 ____________________________________________________________________________
52305 [ 20059] By: jhi                                   on 2003/07/07  15:06:35
52306         Log: Good catch from Gisle.
52307      Branch: perl
52308            ! pod/perlfunc.pod
52309 ____________________________________________________________________________
52310 [ 20058] By: jhi                                   on 2003/07/07  14:12:27
52311         Log: Refashioned #20055: we cannot trust stdio to fail here.
52312      Branch: perl
52313            ! ext/Digest/MD5/t/badfile.t
52314 ____________________________________________________________________________
52315 [ 20057] By: jhi                                   on 2003/07/07  14:08:16
52316         Log: Retract #20056, #20055, #20052, #20050, #20048: the changes
52317              are just breaking more than they are fixing.
52318      Branch: perl
52319            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
52320            ! ext/Digest/MD5/t/files.t perlio.c
52321 ____________________________________________________________________________
52322 [ 20056] By: jhi                                   on 2003/07/07  13:31:14
52323         Log: Returning zero from PerlIO_read() is okay;
52324              update MD5 sums.
52325      Branch: perl
52326            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
52327 ____________________________________________________________________________
52328 [ 20055] By: jhi                                   on 2003/07/07  13:23:58
52329         Log: If perlio is completely out of the picture, we can
52330              get tripped by different stdio implementations.
52331      Branch: perl
52332            ! ext/Digest/MD5/t/badfile.t
52333 ____________________________________________________________________________
52334 [ 20054] By: jhi                                   on 2003/07/07  12:58:06
52335         Log: AUTHORS tweak.
52336      Branch: perl
52337            ! AUTHORS
52338 ____________________________________________________________________________
52339 [ 20053] By: jhi                                   on 2003/07/07  12:04:26
52340         Log: Subject: Patch to README.solaris
52341              From: Alan Burlison <Alan.Burlison@sun.com>
52342              Date: Mon, 07 Jul 2003 14:15:57 +0100
52343              Message-ID: <3F09728D.1070408@sun.com>
52344      Branch: perl
52345            ! README.solaris
52346 ____________________________________________________________________________
52347 [ 20052] By: jhi                                   on 2003/07/07  10:28:35
52348         Log: Update MD5 checksums.
52349      Branch: perl
52350            ! ext/Digest/MD5/t/files.t
52351 ____________________________________________________________________________
52352 [ 20051] By: jhi                                   on 2003/07/07  09:56:48
52353         Log: Be more explicit than just 'characters'.
52354      Branch: perl
52355            ! pod/perlfunc.pod
52356 ____________________________________________________________________________
52357 [ 20050] By: jhi                                   on 2003/07/07  09:38:28
52358         Log: Try making PerlIO errors more consistent.
52359              (1) Check early whether the filehandle is capable of
52360              the requested action.
52361              (2) PerlIO_read() really can return -1, and so can
52362              PerlIOUnix_read().
52363              (3) Some stdio implementations are more forgiving
52364              than others, so check also for errors recorded
52365              by PerlIO in PerlStdio_errno().
52366      Branch: perl
52367            ! perlio.c
52368 ____________________________________________________________________________
52369 [ 20049] By: jhi                                   on 2003/07/07  09:08:19
52370         Log: Linewrapping.
52371      Branch: perl
52372            ! pod/perlapio.pod
52373 ____________________________________________________________________________
52374 [ 20048] By: jhi                                   on 2003/07/07  09:06:58
52375         Log: PerlIO_read() can return negative.
52376      Branch: perl
52377            ! ext/Digest/MD5/MD5.xs
52378 ____________________________________________________________________________
52379 [ 20043] By: jhi                                   on 2003/07/07  04:36:22
52380         Log: Use the existence, instead of the truth, to decide
52381              whether to scan for a symbol.
52382              (Also remove trailing spaces.)
52383      Branch: perl
52384            ! ext/Time/HiRes/Makefile.PL
52385 ____________________________________________________________________________
52386 [ 20042] By: jhi                                   on 2003/07/07  04:29:35
52387         Log: MPE/iX tweak from Mark Bixby.
52388      Branch: perl
52389            ! ext/Time/HiRes/Makefile.PL
52390 ____________________________________________________________________________
52391 [ 20041] By: rgs                                   on 2003/07/06  21:45:37
52392         Log: Upgrade BigInt and BigRat
52393              Subject: BigInt v1.65, Bigrat v0.10 - reloaded
52394              From: Tels <perl_dummy@bloodgate.com>
52395              Date: Sun, 6 Jul 2003 15:41:36 +0200
52396              Message-Id: <200307061158.23576@bloodgate.com>
52397      Branch: perl
52398            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
52399            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
52400            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
52401            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
52402            ! lib/Math/BigRat/t/bigratpm.t
52403 ____________________________________________________________________________
52404 [ 20040] By: rgs                                   on 2003/07/06  21:11:20
52405         Log: Subject: Re: [perl #5025] #line directive explination wrong
52406              From: Casey West <casey@geeknest.com>
52407              Date: Sun, 6 Jul 2003 18:24:46 -0400
52408              Message-ID: <20030706222446.GL7506@geeknest.com>
52409      Branch: perl
52410            ! pod/perlsyn.pod
52411 ____________________________________________________________________________
52412 [ 20039] By: jhi                                   on 2003/07/06  20:19:31
52413         Log: Update the CPAN mirrors list.
52414      Branch: perl
52415            ! pod/perlmodlib.PL pod/perlmodlib.pod
52416 ____________________________________________________________________________
52417 [ 20036] By: gsar                                  on 2003/07/06  17:11:59
52418         Log: yet another symbol missing in change#20018
52419      Branch: perl
52420            ! makedef.pl
52421 ____________________________________________________________________________
52422 [ 20035] By: gsar                                  on 2003/07/06  17:02:21
52423         Log: PerlIOBase_pushed seems to have gone missing in change#20018
52424      Branch: perl
52425            ! makedef.pl
52426 ____________________________________________________________________________
52427 [ 20034] By: jhi                                   on 2003/07/06  16:46:20
52428         Log: Subject: [PATCH @19834] DProf fixes
52429              From: Radu Greab <radu@netsoft.ro>
52430              Date: Sun, 6 Jul 2003 20:09:12 +0300
52431              Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
52432      Branch: perl
52433            + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
52434            + t/lib/dprof/test8_v
52435            ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
52436            ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod
52437            ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c
52438 ____________________________________________________________________________
52439 [ 20032] By: jhi                                   on 2003/07/06  16:21:33
52440         Log: Forgotten from change #20031.
52441      Branch: perl
52442            ! makedef.pl malloc_ctl.h
52443 ____________________________________________________________________________
52444 [ 20031] By: jhi                                   on 2003/07/06  16:16:08
52445         Log: Subject: [PATCH] improve WinCE port
52446              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
52447              Date: Sun, 6 Jul 2003 18:46:09 +0400
52448              Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
52449
52450              Subject: [PATCH] improve WinCE port -- addition
52451              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
52452              Date: Sun, 6 Jul 2003 19:50:47 +0400
52453              Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
52454      Branch: perl
52455            + wince/perlhost.h wince/vdir.h wince/vmem.h
52456            ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c
52457            ! wince/win32.h wince/win32io.c wince/win32iop.h
52458            ! wince/win32thread.c wince/win32thread.h wince/wince.c
52459            ! wince/wince.h
52460 ____________________________________________________________________________
52461 [ 20030] By: jhi                                   on 2003/07/06  15:59:25
52462         Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
52463              From: merlyn@stonehenge.com (Randal L. Schwartz)
52464              Date: 05 Jul 2003 16:29:14 -0700
52465              Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
52466      Branch: perl
52467            ! pod/perlfaq2.pod
52468 ____________________________________________________________________________
52469 [ 20026] By: jhi                                   on 2003/07/06  08:14:48
52470         Log: FreeBSD: if someone *really* wants to use the system malloc.
52471      Branch: perl
52472            ! hints/freebsd.sh
52473 ____________________________________________________________________________
52474 [ 20025] By: jhi                                   on 2003/07/06  07:48:01
52475         Log: Make the 'slow ok' feature optional.
52476      Branch: perl
52477            ! lib/Test/Harness.pm
52478 ____________________________________________________________________________
52479 [ 20024] By: jhi                                   on 2003/07/06  07:44:57
52480         Log: The change #20022 didn't work for Command.t.
52481      Branch: perl
52482            ! lib/ExtUtils/t/Command.t
52483 ____________________________________________________________________________
52484 [ 20023] By: jhi                                   on 2003/07/06  07:29:22
52485         Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
52486              From: Michael G Schwern <schwern@pobox.com>
52487              Date: Sat, 5 Jul 2003 13:34:37 -0700
52488              Message-ID: <20030705203437.GB2598@windhund.schwern.org>
52489
52490              Print out the "ok" messages only once every second,
52491              this should make output much less and therefore testing
52492              much faster, especially on slower connections.
52493      Branch: perl
52494            ! lib/Test/Harness.pm
52495 ____________________________________________________________________________
52496 [ 20022] By: jhi                                   on 2003/07/06  07:26:52
52497         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
52498              From: Michael G Schwern <schwern@pobox.com>
52499              Date: Sat, 5 Jul 2003 16:59:49 -0700
52500              Message-ID: <20030705235949.GB3485@windhund.schwern.org>
52501      Branch: perl
52502            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
52503            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
52504            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod
52505            ! lib/ExtUtils/t/Command.t
52506 ____________________________________________________________________________
52507 [ 20021] By: jhi                                   on 2003/07/06  07:19:17
52508         Log: Reintroduce changes #19723 and #19723 that were not
52509              in Net::Ping 2.31; needed for Windows.
52510      Branch: perl
52511            ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
52512 ____________________________________________________________________________
52513 [ 20020] By: jhi                                   on 2003/07/05  19:12:21
52514         Log: Upgrade to Digest::MD5 2.25.
52515      Branch: perl
52516            + ext/Digest/MD5/t/clone.t
52517            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
52518            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
52519            ! ext/Digest/MD5/t/files.t
52520 ____________________________________________________________________________
52521 [ 20019] By: jhi                                   on 2003/07/05  18:40:51
52522         Log: Make a read from a write-only fh to set errno
52523              (found by Gisle)
52524      Branch: perl
52525            ! perlio.c
52526 ____________________________________________________________________________
52527 [ 20018] By: jhi                                   on 2003/07/05  18:05:19
52528         Log: Add PerlIOBuf_close to makedef.pl as pointed out by
52529              Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
52530              duplicates.
52531      Branch: perl
52532            ! makedef.pl
52533 ____________________________________________________________________________
52534 [ 20017] By: jhi                                   on 2003/07/05  17:47:47
52535         Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures
52536              From: Dave Mitchell <davem@fdgroup.com>
52537              Date: Sat, 5 Jul 2003 19:12:51 +0100
52538              Message-ID: <20030705181251.GA14502@fdgroup.com>
52539      Branch: perl
52540            ! ext/threads/t/problems.t
52541 ____________________________________________________________________________
52542 [ 20016] By: jhi                                   on 2003/07/05  17:36:34
52543         Log: OpenBSD sometimes gets -0, probably due to fp fuzziness..
52544      Branch: perl
52545            ! lib/Benchmark.t
52546 ____________________________________________________________________________
52547 [ 20012] By: jhi                                   on 2003/07/05  13:46:05
52548         Log: Be explicit about the $0 pain in Linux 2.2.
52549      Branch: perl
52550            ! pod/perlvar.pod
52551 ____________________________________________________________________________
52552 [ 20010] By: rgs                                   on 2003/07/05  12:06:41
52553         Log: Comment out some debugging output in Math::BigInt, that
52554              causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
52555      Branch: perl
52556            ! lib/Math/BigInt.pm
52557 ____________________________________________________________________________
52558 [ 20009] By: jhi                                   on 2003/07/05  10:56:55
52559         Log: The logic for additional randomisation for 64-bit UV
52560              cases was wrong.
52561      Branch: perl
52562            ! perl.c
52563 ____________________________________________________________________________
52564 [ 20008] By: jhi                                   on 2003/07/05  09:10:46
52565         Log: IIRC gcc would complain about if (s = ...).
52566      Branch: perl
52567            ! perl.c
52568 ____________________________________________________________________________
52569 [ 20007] By: jhi                                   on 2003/07/05  09:09:44
52570         Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
52571              since CGI scripts are (should be) run under -T, being able
52572              to show the HASH_SEED in case of problems is good.
52573              The $ENV{PERL_HASH_SEED} is still ignored under taint.
52574      Branch: perl
52575            ! perl.c
52576 ____________________________________________________________________________
52577 [ 20006] By: jhi                                   on 2003/07/05  07:56:56
52578         Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation
52579              From: "Craig A. Berry" <craigberry@mac.com>
52580              Date: Sat, 05 Jul 2003 00:38:28 -0500
52581              Message-ID: <3F066454.90003@mac.com>
52582      Branch: perl
52583            ! lib/ExtUtils/MM_VMS.pm
52584 ____________________________________________________________________________
52585 [ 20004] By: jhi                                   on 2003/07/05  07:47:02
52586         Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
52587              From: Robin Barker <Robin.Barker@npl.co.uk>
52588              Date: Fri, 4 Jul 2003 19:15:01 +0100
52589              Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
52590      Branch: perl
52591            ! dump.c
52592 ____________________________________________________________________________
52593 [ 20003] By: rgs                                   on 2003/07/05  07:45:16
52594         Log: Allow to create more than one Shell object :
52595              Subject: [patch] Shell.pm fix
52596              From: Stéphane Payrard <stef@payrard.net>
52597              Date: Sat, 5 Jul 2003 01:16:50 +0200
52598              Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
52599      Branch: perl
52600            ! lib/Shell.pm
52601 ____________________________________________________________________________
52602 [ 20002] By: rgs                                   on 2003/07/04  21:49:05
52603         Log: Author list update (to be continued...)
52604      Branch: perl
52605            ! AUTHORS
52606 ____________________________________________________________________________
52607 [ 20001] By: rgs                                   on 2003/07/04  21:42:12
52608         Log: Add a new test target in the makefile, test_harness_notty.
52609              It's like test_harness, but sets HARNESS_NOTTY=1 to make
52610              Test::Harness' output less blinking.
52611      Branch: perl
52612            ! Makefile.SH
52613 ____________________________________________________________________________
52614 [ 20000] By: rgs                                   on 2003/07/04  20:58:05
52615         Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
52616              and bignum v0.14.
52617      Branch: perl
52618            + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
52619            + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
52620            + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
52621            + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
52622            + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
52623            + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
52624            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
52625            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
52626            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
52627            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
52628            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
52629            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/bigints.t
52630            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
52631            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/mbimbf.inc
52632            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/require.t
52633            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
52634            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.inc
52635            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
52636            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
52637            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
52638            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
52639            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
52640            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
52641            ! lib/bignum/t/brinfnan.t lib/bigrat.pm
52642            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
52643            ! t/lib/Math/BigInt/Subclass.pm
52644 ____________________________________________________________________________
52645 [ 19999] By: rgs                                   on 2003/07/04  19:39:01
52646         Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
52647              appears just before the name of the command to be run. See
52648
52649              Subject: Re: PERL_SKIP_TTY_TEST fix
52650              From: Alexey Tourbin <at@altlinux.ru>
52651              Date: Fri, 4 Jul 2003 17:25:34 +0400
52652              Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
52653      Branch: perl
52654            ! Makefile.SH
52655 ____________________________________________________________________________
52656 [ 19998] By: rgs                                   on 2003/07/04  19:31:33
52657         Log: Fix non-numeric $VERSION.
52658      Branch: perl
52659            ! lib/Math/BigInt.pm
52660 ____________________________________________________________________________
52661 [ 19995] By: jhi                                   on 2003/07/04  14:36:56
52662         Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN.
52663      Branch: perl
52664            ! lib/Math/BigInt.pm
52665 ____________________________________________________________________________
52666 [ 19994] By: jhi                                   on 2003/07/04  14:36:17
52667         Log: More $0 sad tales.
52668      Branch: perl
52669            ! pod/perlvar.pod
52670 ____________________________________________________________________________
52671 [ 19993] By: jhi                                   on 2003/07/04  14:34:40
52672         Log: Oops.
52673      Branch: perl
52674            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
52675 ____________________________________________________________________________
52676 [ 19990] By: jhi                                   on 2003/07/04  13:50:29
52677         Log: Upgrade to PodParser 1.23; but do not update
52678              t/pod/find.t or t/pod/testp2pt.pl since the
52679              first one does not work at all under core,
52680              and the second change would drop MacOS Classic
52681              portability tweaks introduced by change #18669.
52682      Branch: perl
52683            ! lib/Pod/Find.pm lib/Pod/Usage.pm
52684 ____________________________________________________________________________
52685 [ 19989] By: jhi                                   on 2003/07/04  13:20:51
52686         Log: Upgrade to Text::Balanced 1.94.
52687      Branch: perl
52688            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
52689            ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t
52690            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
52691 ____________________________________________________________________________
52692 [ 19988] By: jhi                                   on 2003/07/04  13:17:22
52693         Log: Upgrade to Net::Ping 2.31.
52694      Branch: perl
52695            ! lib/Net/Ping.pm lib/Net/Ping/Changes
52696            ! lib/Net/Ping/t/250_ping_hires.t
52697            ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t
52698 ____________________________________________________________________________
52699 [ 19987] By: jhi                                   on 2003/07/04  13:09:04
52700         Log: Upgrade to Locale::Maketext 1.06.
52701      Branch: perl
52702            + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
52703            + lib/Locale/Maketext/t/90utf8.t
52704            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
52705 ____________________________________________________________________________
52706 [ 19986] By: jhi                                   on 2003/07/04  12:59:45
52707         Log: Upgrade to Digest::MD5 2.24, with few extra tweaks:
52708              (1) make the PATCHLEVEL logic as it is with List::Util
52709              (more portable to older Perls)
52710              (2) regen the MD5 checksums with ...
52711              (3) ... the Mac OS Classic checksums generated via MacRoman
52712              (just a guess)
52713              (4) Keep the core Makefile.PL.
52714      Branch: perl
52715            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
52716            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
52717 ____________________________________________________________________________
52718 [ 19985] By: jhi                                   on 2003/07/04  12:43:10
52719         Log: Upgrade to CPAN 1.71.
52720      Branch: perl
52721            ! lib/CPAN.pm
52722 ____________________________________________________________________________
52723 [ 19984] By: jhi                                   on 2003/07/04  12:39:20
52724         Log: Upgrade to CGI.pm 2.97.
52725      Branch: perl
52726            ! lib/CGI.pm lib/CGI/Carp.pm
52727 ____________________________________________________________________________
52728 [ 19982] By: jhi                                   on 2003/07/04  10:45:05
52729         Log: No energy now to figure out what is wrong with $0
52730              (or ps) in Tru64.  The test works fine when run from
52731              command line.
52732      Branch: perl
52733            ! ext/threads/t/join.t
52734 ____________________________________________________________________________
52735 [ 19981] By: jhi                                   on 2003/07/04  10:34:42
52736         Log: AUTHORS updates.
52737      Branch: perl
52738            ! AUTHORS
52739 ____________________________________________________________________________
52740 [ 19980] By: jhi                                   on 2003/07/04  08:40:51
52741         Log: line_t is U32, not I32.
52742      Branch: perl
52743            ! bytecode.pl
52744 ____________________________________________________________________________
52745 [ 19979] By: jhi                                   on 2003/07/04  08:33:32
52746         Log: Remove PL_earlytaint since the hash seed code
52747              can be delayed until perl_parse().
52748      Branch: perl
52749            ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h
52750            ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h
52751            ! plan9/plan9ish.h unixish.h vms/vmsish.h
52752 ____________________________________________________________________________
52753 [ 19977] By: jhi                                   on 2003/07/04  04:56:41
52754         Log: $0 is pain.
52755      Branch: perl
52756            ! ext/threads/t/join.t
52757 ____________________________________________________________________________
52758 [ 19976] By: jhi                                   on 2003/07/04  04:48:37
52759         Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
52760              From: PPrymmer@factset.com
52761              Date: Thu, 3 Jul 2003 23:59:51 -0400
52762              Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
52763      Branch: perl
52764            ! vms/vms.c vms/vmspipe.com
52765 ____________________________________________________________________________
52766 [ 19973] By: jhi                                   on 2003/07/03  21:34:03
52767         Log: Bump Time::HiRes version to 1.50.
52768      Branch: perl
52769            ! ext/Time/HiRes/HiRes.pm
52770 ____________________________________________________________________________
52771 [ 19972] By: jhi                                   on 2003/07/03  21:33:10
52772         Log: Subject: [PATCH] installperl -n
52773              From: Slaven Rezic <slaven@rezic.de>
52774              Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
52775              Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
52776      Branch: perl
52777            ! installperl
52778 ____________________________________________________________________________
52779 [ 19971] By: jhi                                   on 2003/07/03  21:31:47
52780         Log: Subject: [PATCH] t/op/magic.t on FreeBSD
52781              From: Slaven Rezic <slaven@rezic.de>
52782              Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
52783              Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
52784      Branch: perl
52785            ! t/op/magic.t
52786 ____________________________________________________________________________
52787 [ 19969] By: jhi                                   on 2003/07/03  21:27:11
52788         Log: Ask Schwern.
52789      Branch: perl
52790            - Porting/Modules
52791            ! AUTHORS MANIFEST
52792 ____________________________________________________________________________
52793 [ 19967] By: jhi                                   on 2003/07/03  19:02:40
52794         Log: Add autarch and Time::Local to Modules.
52795      Branch: perl
52796            ! Porting/Modules
52797 ____________________________________________________________________________
52798 [ 19966] By: jhi                                   on 2003/07/03  18:59:44
52799         Log: Subject: Re: [PATCH] Bring Time::Local to 1.07
52800              From: Dave Rolsky <autarch@urth.org>
52801              Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
52802              Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
52803      Branch: perl
52804            ! lib/Time/Local.pm
52805 ____________________________________________________________________________
52806 [ 19965] By: jhi                                   on 2003/07/03  18:58:25
52807         Log: Subject: [PATCH] Win32: fix WM_TIMER handling
52808              From: Mattia Barbon <mbarbon@dsi.unive.it>
52809              Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
52810              Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
52811      Branch: perl
52812            ! win32/win32.c
52813 ____________________________________________________________________________
52814 [ 19964] By: jhi                                   on 2003/07/03  18:56:26
52815         Log: Subject: Re: randomly untainting?
52816              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
52817              Date: Thu, 3 Jul 2003 17:35:09 +0200
52818              Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
52819      Branch: perl
52820            ! t/TestInit.pm
52821 ____________________________________________________________________________
52822 [ 19963] By: jhi                                   on 2003/07/03  18:55:37
52823         Log: Revert #19957 as requested by Rafael.
52824      Branch: perl
52825            ! ext/List/Util/t/tainted.t
52826 ____________________________________________________________________________
52827 [ 19962] By: jhi                                   on 2003/07/03  18:54:09
52828         Log: Add at least meager beginnings of assertion checks for
52829              the UTF-8 length/pos cache.  It's not as full as I would
52830              like since the exact behaviour of the second half of the
52831              cache, used in substr(), eludes me right now.
52832      Branch: perl
52833            ! sv.c
52834 ____________________________________________________________________________
52835 [ 19961] By: jhi                                   on 2003/07/03  13:57:47
52836         Log: Extra light testing for the UTF-8 cache
52837              (that it isn't broken, not that it helps).
52838      Branch: perl
52839            ! t/op/length.t
52840 ____________________________________________________________________________
52841 [ 19957] By: jhi                                   on 2003/07/03  12:01:25
52842         Log: Subject: Re: randomly untainting?
52843              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
52844              Date: Thu, 3 Jul 2003 14:58:18 +0200
52845              Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
52846              (plus extra debug printing)
52847      Branch: perl
52848            ! ext/List/Util/t/tainted.t
52849 ____________________________________________________________________________
52850 [ 19954] By: jhi                                   on 2003/07/03  11:10:21
52851         Log: Subject: Re: maint @ 19923
52852              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
52853              Date: Thu, 3 Jul 2003 15:57:55 +0400
52854              Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
52855      Branch: perl
52856            ! wince/Makefile.ce wince/wince.c
52857 ____________________________________________________________________________
52858 [ 19952] By: jhi                                   on 2003/07/03  10:56:45
52859         Log: Tiny tweak to perlartistic from Robin Barker.
52860      Branch: perl
52861            ! pod/perlartistic.pod
52862 ____________________________________________________________________________
52863 [ 19950] By: jhi                                   on 2003/07/03  07:46:45
52864         Log: Mention Modules in AUTHORS.
52865      Branch: perl
52866            ! AUTHORS
52867 ____________________________________________________________________________
52868 [ 19949] By: jhi                                   on 2003/07/03  06:58:01
52869         Log: No fancy binmode() if no perlio.
52870      Branch: perl
52871            ! ext/IO/lib/IO/t/io_sock.t
52872 ____________________________________________________________________________
52873 [ 19948] By: jhi                                   on 2003/07/03  06:55:12
52874         Log: Underline the fact that XSLoader is not DynaLoader
52875              ([perl #21974] dl_load_flags not honored by XSLoader)
52876      Branch: perl
52877            ! ext/DynaLoader/XSLoader_pm.PL
52878 ____________________________________________________________________________
52879 [ 19947] By: jhi                                   on 2003/07/03  06:35:29
52880         Log: Apply Schwern's suggested warning code from
52881              [perl #22209] Test::Harness::Straps vs. $Config{path_sep}
52882      Branch: perl
52883            ! lib/Test/Harness/Straps.pm
52884 ____________________________________________________________________________
52885 [ 19944] By: jhi                                   on 2003/07/03  06:30:11
52886         Log: Subject: [PATCH] "without parens" vs "without parentheses"
52887              From: Iain Truskett <spoon@cpan.org>
52888              Date: Thu, 3 Jul 2003 12:40:42 +1000
52889              Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
52890      Branch: perl
52891            ! t/lib/warnings/toke toke.c
52892 ____________________________________________________________________________
52893 [ 19943] By: jhi                                   on 2003/07/03  06:27:18
52894         Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
52895              From: Dave Mitchell <davem@fdgroup.com>
52896              Date: Thu, 3 Jul 2003 01:32:11 +0100
52897              Message-ID: <20030703003211.GB3747@fdgroup.com>
52898      Branch: perl
52899            ! mg.c sv.c
52900 ____________________________________________________________________________
52901 [ 19942] By: jhi                                   on 2003/07/03  06:25:30
52902         Log: Nicer options for Porting/Modules.
52903      Branch: perl
52904            ! MANIFEST Porting/Modules
52905 ____________________________________________________________________________
52906 [ 19941] By: rgs                                   on 2003/07/02  21:38:19
52907         Log: Minor test adjustments :
52908              - test name correction in op/concat.t by Yitzchak Scott-Thoennes
52909              - prototypes added to some public functions in t/test.pl,
52910              as suggested by Enache Adrian
52911      Branch: perl
52912            ! t/op/concat.t t/test.pl
52913 ____________________________________________________________________________
52914 [ 19940] By: rgs                                   on 2003/07/02  20:58:19
52915         Log: Skip a socketpair test on SCO OSR
52916      Branch: perl
52917            ! ext/Socket/socketpair.t
52918 ____________________________________________________________________________
52919 [ 19939] By: jhi                                   on 2003/07/02  20:10:47
52920         Log: Subject: [PATCH] various Deparse fixes
52921              From: Dave Mitchell <davem@fdgroup.com>
52922              Date: Wed, 2 Jul 2003 18:10:45 +0100
52923              Message-ID: <20030702171045.GF2137@fdgroup.com>
52924      Branch: perl
52925            ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
52926            ! ext/B/defsubs_h.PL t/TEST t/op/ord.t
52927 ____________________________________________________________________________
52928 [ 19935] By: jhi                                   on 2003/07/02  20:01:06
52929         Log: It would seem that in Linux 2.2 there is no way
52930              we can do the right thing to make ps(1) see $0
52931              our way.  Also amend the $0 documentation a bit.
52932      Branch: perl
52933            ! pod/perlvar.pod t/op/magic.t
52934 ____________________________________________________________________________
52935 [ 19934] By: jhi                                   on 2003/07/02  19:39:11
52936         Log: Subject: [PATCH] line numbers are given % 64k
52937              From: James Jurach <muaddib@erf.net>
52938              Date: Wed, 2 Jul 2003 13:31:05 -0500
52939              Message-ID: <20030702183105.GA4837@lebowski>
52940      Branch: perl
52941            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
52942            ! handy.h pp_ctl.c scope.h
52943 ____________________________________________________________________________
52944 [ 19933] By: jhi                                   on 2003/07/02  14:55:49
52945         Log: Subject: Re: maint @ 19923
52946              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
52947              Date: Wed, 2 Jul 2003 11:43:05 -0400
52948              Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
52949      Branch: perl
52950            ! pod/perlfunc.pod
52951 ____________________________________________________________________________
52952 [ 19932] By: jhi                                   on 2003/07/02  14:29:42
52953         Log: Subject: Re: maint @ 19923
52954              From: Jim Cromie <jcromie@divsol.com>
52955              Date: Wed, 02 Jul 2003 05:35:06 -0600
52956              Message-ID: <3F02C36A.9030704@divsol.com>
52957      Branch: perl
52958            ! pod/perlfunc.pod
52959 ____________________________________________________________________________
52960 [ 19931] By: jhi                                   on 2003/07/02  11:34:49
52961         Log: Fix for [perl #22759 insufficient format string checking];
52962              using ewix makes no sense, assuming evix was intended,
52963              no old tests fail; add the test case.
52964      Branch: perl
52965            ! sv.c t/op/sprintf.t
52966 ____________________________________________________________________________
52967 [ 19929] By: jhi                                   on 2003/07/02  09:13:33
52968         Log: Better links.
52969      Branch: perl
52970            ! pod/perlipc.pod pod/perlrun.pod
52971 ____________________________________________________________________________
52972 [ 19928] By: jhi                                   on 2003/07/02  08:58:26
52973         Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
52974      Branch: perl
52975            ! hints/darwin.sh
52976 ____________________________________________________________________________
52977 [ 19927] By: jhi                                   on 2003/07/02  08:48:00
52978         Log: ...and getting the comma right, too.
52979      Branch: perl
52980            ! t/op/magic.t
52981 ____________________________________________________________________________
52982 [ 19926] By: jhi                                   on 2003/07/02  08:46:18
52983         Log: Getting the whitespace right.
52984      Branch: perl
52985            ! t/op/magic.t
52986 ____________________________________________________________________________
52987 [ 19925] By: jhi                                   on 2003/07/02  08:40:36
52988         Log: FreeBSD $0 dance.
52989      Branch: perl
52990            ! pod/perlvar.pod t/op/magic.t
52991 ____________________________________________________________________________
52992 [ 19924] By: jhi                                   on 2003/07/02  08:17:31
52993         Log: Fix from Enache Adrian for the magic.t failure in
52994              FreeBSD: setproctitle() cannot get rid of the " (perl)".
52995      Branch: perl
52996            ! t/op/magic.t
52997 ____________________________________________________________________________
52998 [ 19921] By: jhi                                   on 2003/07/02  05:26:33
52999         Log: VMS: with this, 100% make test in Compaq C V6.5-001
53000              on OpenVMS Alpha V7.3-1, from Craig Berry.
53001      Branch: perl
53002            ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t
53003 ____________________________________________________________________________
53004 [ 19920] By: jhi                                   on 2003/07/02  05:21:23
53005         Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
53006              The latest releases of NetBSD don't require the hack.  From
53007              Johnny Lam.
53008      Branch: perl
53009            ! hints/netbsd.sh
53010 ____________________________________________________________________________
53011 [ 19918] By: jhi                                   on 2003/07/01  20:02:33
53012         Log: Add a new utility, Porting/Modules.
53013      Branch: perl
53014            + Porting/Modules
53015            ! MANIFEST
53016 ____________________________________________________________________________
53017 [ 19917] By: jhi                                   on 2003/07/01  17:00:02
53018         Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
53019              From: Robin Barker <Robin.Barker@npl.co.uk>
53020              Date: Tue, 1 Jul 2003 18:21:34 +0100
53021              Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
53022
53023              Subject:  [PATCH] long C<=item>s in lib/CGI.pm
53024              From: Robin Barker <Robin.Barker@npl.co.uk>
53025              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
53026              Date: Tue, 1 Jul 2003 18:25:17 +0100
53027
53028              Subject: [PATCH] long <=item>s  in lib/ExtUtils/MakeMaker/FAQ.pod
53029              From: Robin Barker <Robin.Barker@npl.co.uk>
53030              Date: Tue, 1 Jul 2003 18:29:09 +0100
53031              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
53032      Branch: perl
53033            ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
53034 ____________________________________________________________________________
53035 [ 19916] By: jhi                                   on 2003/07/01  16:51:31
53036         Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
53037              From: Enache Adrian <enache@rdslink.ro>
53038              Date: Tue, 1 Jul 2003 19:51:25 +0300
53039              Message-ID: <20030701165125.GA1521@ratsnest.hole>
53040      Branch: perl
53041            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL
53042            ! ext/B/typemap t/op/magic.t
53043 ____________________________________________________________________________
53044 [ 19915] By: jhi                                   on 2003/07/01  16:22:09
53045         Log: Upgrade to Unicode::Normalize 0.23.
53046      Branch: perl
53047            ! ext/Unicode/Normalize/Changes
53048            ! ext/Unicode/Normalize/Normalize.pm
53049            ! ext/Unicode/Normalize/Normalize.xs
53050 ____________________________________________________________________________
53051 [ 19914] By: jhi                                   on 2003/07/01  13:08:44
53052         Log: A naked values() caused shuffling of lib/Config.pm,
53053              which in turn caused unnecessary rebuilds.
53054      Branch: perl
53055            ! configpm
53056 ____________________________________________________________________________
53057 [ 19913] By: jhi                                   on 2003/07/01  13:01:10
53058         Log: Even more :utf8 socket testing, now in both directions.
53059      Branch: perl
53060            ! ext/IO/lib/IO/t/io_sock.t
53061 ____________________________________________________________________________
53062 [ 19912] By: jhi                                   on 2003/07/01  12:44:32
53063         Log: One more test (does binmode()ing a socket succeed)
53064              and add -w.
53065      Branch: perl
53066            ! ext/IO/lib/IO/t/io_sock.t
53067 ____________________________________________________________________________
53068 [ 19911] By: jhi                                   on 2003/07/01  12:38:13
53069         Log: Tweak an existing IO test to test also the change #19910.
53070      Branch: perl
53071            ! ext/IO/lib/IO/t/io_sock.t
53072 ____________________________________________________________________________
53073 [ 19910] By: jhi                                   on 2003/07/01  11:18:27
53074         Log: Integrate from perlio:
53075              [ 19909]
53076              binmode() should affect IoOFP() as well as IoIFP() if it is
53077              distinct (e.g. sockets).
53078      Branch: perl
53079           !> pp_sys.c
53080 ____________________________________________________________________________
53081 [ 19906] By: jhi                                   on 2003/07/01  08:03:17
53082         Log: Do the "aligned contiguous" check only if the arguments
53083              look like aligned; re-introduce the "traditional contiguous"
53084              checks with OS/2 special quirks and all.
53085      Branch: perl
53086            ! perl.c
53087 ____________________________________________________________________________
53088 [ 19903] By: jhi                                   on 2003/07/01  06:22:12
53089         Log: Switch on PERL_IMPLICIT_SYS, not on Win32.
53090      Branch: perl
53091            ! perl.c
53092 ____________________________________________________________________________
53093 [ 19902] By: jhi                                   on 2003/07/01  06:20:48
53094         Log: Regen Glossary et al.
53095      Branch: perl
53096            ! Porting/Glossary Porting/config.sh Porting/config_H
53097 ____________________________________________________________________________
53098 [ 19900] By: jhi                                   on 2003/07/01  05:56:38
53099         Log: Regen Configure.
53100      Branch: perl
53101            ! Configure
53102 ____________________________________________________________________________
53103 [ 19899] By: jhi                                   on 2003/07/01  05:56:14
53104         Log: More nanosleep removal.
53105      Branch: perl
53106            ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh
53107            ! hints/vos.sh win32/config.gc win32/config.vc win32/config.vc64
53108            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53109            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
53110 ____________________________________________________________________________
53111 [ 19898] By: jhi                                   on 2003/07/01  05:54:58
53112         Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
53113      Branch: perl
53114            + ext/Time/HiRes/hints/dec_osf.pl
53115            ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
53116            ! ext/Time/HiRes/hints/sco.pl
53117 ____________________________________________________________________________
53118 [ 19897] By: jhi                                   on 2003/07/01  05:04:50
53119         Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
53120              From: Alan Burlison <Alan.Burlison@sun.com>
53121              Date: Tue, 01 Jul 2003 00:03:24 +0100
53122              Message-ID: <3F00C1BC.3020103@sun.com>
53123      Branch: perl
53124            ! Configure Makefile.SH config_h.SH configure.com
53125            ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh
53126 ____________________________________________________________________________
53127 [ 19896] By: jhi                                   on 2003/06/30  20:20:54
53128         Log: Integrate #19892, #19895 from perlio to compile and avoid
53129              crashing on Win32.
53130      Branch: perl
53131           !> perl.c
53132 ____________________________________________________________________________
53133 [ 19890] By: jhi                                   on 2003/06/30  08:41:51
53134         Log: int is not UV.
53135      Branch: perl
53136            ! perl.c
53137 ____________________________________________________________________________
53138 [ 19889] By: jhi                                   on 2003/06/30  08:36:38
53139         Log: The 'contiguous' test for argv[], envp[] was bogus
53140              since those need not be in memory end-to-end, e.g.
53141              in Tru64 they are aligned by eight.  Loosen the test
53142              so that 'contiguousness' is fulfilled if the elements
53143              are within PTRSIZE alignment.  This makes Tru64 to pass
53144              the join.t, too.
53145      Branch: perl
53146            ! ext/threads/t/join.t mg.c perl.c
53147 ____________________________________________________________________________
53148 [ 19888] By: jhi                                   on 2003/06/30  07:24:18
53149         Log: $0 doc tweakage.
53150      Branch: perl
53151            ! pod/perlvar.pod
53152 ____________________________________________________________________________
53153 [ 19887] By: jhi                                   on 2003/06/30  07:20:58
53154         Log: $0 test tweaks from Andreas.
53155      Branch: perl
53156            ! ext/threads/t/join.t t/op/magic.t
53157 ____________________________________________________________________________
53158 [ 19886] By: rgs                                   on 2003/06/29  19:18:43
53159         Log: Misc Pod Nits.
53160      Branch: perl
53161            ! ext/B/B.pm pod/perlrun.pod
53162 ____________________________________________________________________________
53163 [ 19885] By: jhi                                   on 2003/06/29  15:49:52
53164         Log: Fix a faulty alias.
53165      Branch: perl
53166            ! ext/Encode/lib/Encode/Alias.pm
53167 ____________________________________________________________________________
53168 [ 19884] By: jhi                                   on 2003/06/29  15:41:05
53169         Log: The joy of $0.  Undoing the #16399 makes Andreas'
53170              tests (see [perl #22811]) pass (yes, padding with space    instead
53171              of nul makes no sense, but that seems to work, maybe Linux does
53172              some deep magic in ps(1)?); moving the PL_origalen computation
53173              earlier makes also the threaded-first case fully pass.
53174
53175              But in general modifying the argv[] is very non-portable.
53176              (e.g. in Tru64 it seems to be limited to the size of the
53177              original argv[0] since the argv[] are not contiguous?)
53178
53179              Everybody should just have setproctitle().
53180      Branch: perl
53181            ! mg.c perl.c pod/perlvar.pod
53182 ____________________________________________________________________________
53183 [ 19883] By: jhi                                   on 2003/06/29  13:47:36
53184         Log: More on the macro debugging and expansion.
53185      Branch: perl
53186            ! pod/perlhack.pod
53187 ____________________________________________________________________________
53188 [ 19882] By: rgs                                   on 2003/06/29  13:17:09
53189         Log: Perl_doing_taint must be public, for programs that embed perl
53190      Branch: perl
53191            ! embed.fnc embed.h global.sym
53192 ____________________________________________________________________________
53193 [ 19881] By: jhi                                   on 2003/06/29  10:17:28
53194         Log: More coffee...
53195      Branch: perl
53196            ! lib/Test/Harness.pm
53197 ____________________________________________________________________________
53198 [ 19880] By: jhi                                   on 2003/06/29  09:48:50
53199         Log: argc, argv.
53200      Branch: perl
53201            ! perl.h
53202 ____________________________________________________________________________
53203 [ 19879] By: jhi                                   on 2003/06/29  09:34:47
53204         Log: Another spot where a zero $test{$max} can make things go boom.
53205      Branch: perl
53206            ! lib/Test/Harness.pm
53207 ____________________________________________________________________________
53208 [ 19878] By: jhi                                   on 2003/06/29  09:28:58
53209         Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT()
53210              as per suggestion from Sarathy.
53211      Branch: perl
53212            ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h
53213            ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h
53214 ____________________________________________________________________________
53215 [ 19877] By: jhi                                   on 2003/06/28  18:28:01
53216         Log: The #19842 is no more needed thanks to #19876,
53217              and the #19842 was wrong anyway (it affected
53218              only the threaded case.)
53219      Branch: perl
53220            ! hints/dec_osf.sh
53221 ____________________________________________________________________________
53222 [ 19876] By: jhi                                   on 2003/06/28  18:24:46
53223         Log: Subject: Re: your malloc patches
53224              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
53225              Date: Fri, 27 Jun 2003 06:54:06 -0700
53226              Message-ID: <20030627135406.GA8914@math.berkeley.edu>
53227
53228              More malloc patches: now they seem to work even in Tru64.
53229      Branch: perl
53230            ! malloc.c
53231 ____________________________________________________________________________
53232 [ 19875] By: jhi                                   on 2003/06/28  18:09:30
53233         Log: Duh.
53234      Branch: perl
53235            ! perl.h
53236 ____________________________________________________________________________
53237 [ 19874] By: jhi                                   on 2003/06/28  17:30:52
53238         Log: Retract #19867; the bug was really much simpler:
53239              the < max must be <= max instead.
53240      Branch: perl
53241            ! hv.c
53242 ____________________________________________________________________________
53243 [ 19873] By: rgs                                   on 2003/06/28  16:02:53
53244         Log: Using $1 without testing success of the regexp, bad.
53245      Branch: perl
53246            ! pod/perlretut.pod
53247 ____________________________________________________________________________
53248 [ 19872] By: rgs                                   on 2003/06/28  16:01:08
53249         Log: Some clarification about the current semantics of CHECK and
53250              INIT blocks. See bug [perl #22826].
53251      Branch: perl
53252            ! pod/perlmod.pod
53253 ____________________________________________________________________________
53254 [ 19871] By: rgs                                   on 2003/06/28  15:47:22
53255         Log: Subject: [Encode] pre-1.97 patches
53256              From: Dan Kogai <dankogai@dan.co.jp>
53257              Date: Sat, 28 Jun 2003 01:20:59 +0900
53258              Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
53259      Branch: perl
53260            ! ext/Encode/Changes ext/Encode/Encode.pm
53261            ! ext/Encode/lib/Encode/Guess.pm
53262 ____________________________________________________________________________
53263 [ 19870] By: rgs                                   on 2003/06/28  15:39:57
53264         Log: Two debugging patches.
53265              The first allows to hold symbolic switches in $^D
53266              and more generally fixes assignment to $^D. The
53267              second one improves the information given by -Dl.
53268
53269              Subject: [PATCH] allow $^D = "flags"
53270              From: Dave Mitchell <davem@fdgroup.com>
53271              Date: Fri, 27 Jun 2003 22:26:24 +0100
53272              Message-ID: <20030627212624.GB12887@fdgroup.com>
53273
53274              Subject: [PATCH] make -Dl show more scope info
53275              From: Dave Mitchell <davem@fdgroup.com>
53276              Date: Fri, 27 Jun 2003 23:00:36 +0100
53277              Message-ID: <20030627220036.GC12887@fdgroup.com>
53278      Branch: perl
53279            ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod
53280            ! proto.h scope.h
53281 ____________________________________________________________________________
53282 [ 19869] By: rgs                                   on 2003/06/28  14:39:40
53283         Log: Fix test count, by Abe Timmerman.
53284      Branch: perl
53285            ! t/comp/require.t
53286 ____________________________________________________________________________
53287 [ 19867] By: jhi                                   on 2003/06/27  10:08:20
53288         Log: The two-for-loops is no more a valid way to walk through
53289              a hash (this was the reason the Hash/Util.t intermittently
53290              failed, the two-loop didn't find all the SVs of the HV).
53291      Branch: perl
53292            ! hv.c
53293 ____________________________________________________________________________
53294 [ 19866] By: jhi                                   on 2003/06/27  08:54:16
53295         Log: Some warnings about the (im)proper uses of the hash randomisation.
53296      Branch: perl
53297            ! pod/perlsec.pod
53298 ____________________________________________________________________________
53299 [ 19865] By: jhi                                   on 2003/06/27  08:40:45
53300         Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED
53301              is larger than INT_MAX (atoi() returns -1 in that case).
53302      Branch: perl
53303            ! perl.c
53304 ____________________________________________________________________________
53305 [ 19864] By: jhi                                   on 2003/06/27  08:18:47
53306         Log: Use the PL_earlytaint.  (PL_earlytaint is a global,
53307              not per-interp, since perl_construct() is not passed
53308              the argc, argv, and therefore it can't set the per-interp
53309              PL_tainting.)
53310      Branch: perl
53311            ! perl.c perl.h
53312 ____________________________________________________________________________
53313 [ 19863] By: jhi                                   on 2003/06/27  08:15:11
53314         Log: Introduce (global) variable PL_earlytaint which
53315              is set very early in main(), before perl_parse()
53316              has been called and PL_tainting (or PL_taint_warn)
53317              might have been set.
53318      Branch: perl
53319            ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h
53320            ! perlvars.h proto.h
53321 ____________________________________________________________________________
53322 [ 19862] By: jhi                                   on 2003/06/27  07:39:58
53323         Log: Make doing_taint() always available (though not
53324              part of the public API).
53325      Branch: perl
53326            ! embed.fnc embed.h perl.c proto.h
53327 ____________________________________________________________________________
53328 [ 19861] By: jhi                                   on 2003/06/27  05:30:03
53329         Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
53330              if tainting-- but is this a good thing or a bad thing?
53331              (At least it makes debugging lib/Hash/Util.t harder,
53332              since it has, for no apparent good reason, -T: one must
53333              make a copy of it without the -T.)
53334      Branch: perl
53335            ! perl.c
53336 ____________________________________________________________________________
53337 [ 19860] By: jhi                                   on 2003/06/27  05:02:14
53338         Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
53339              From: Tim Bunce <Tim.Bunce@pobox.com>
53340              Date: Thu, 26 Jun 2003 10:53:22 +0100
53341              Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
53342      Branch: perl
53343            ! INSTALL
53344 ____________________________________________________________________________
53345 [ 19859] By: jhi                                   on 2003/06/27  04:59:23
53346         Log: Hash/Util.t and Encode/t/Aliases.t seem to be having
53347              random failures.  To make these easier to reproduce,
53348              add a variable, PERL_HASH_SEED_DEBUG, to display the
53349              hash seed.  E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
53350              of 82972356 makes the first one to fail.
53351      Branch: perl
53352            ! perl.c pod/perlrun.pod
53353 ____________________________________________________________________________
53354 [ 19858] By: rgs                                   on 2003/06/26  20:21:53
53355         Log: perlhack update, by Steve Grazzini
53356              about macro support in gdb and gcc.
53357      Branch: perl
53358            ! pod/perlhack.pod
53359 ____________________________________________________________________________
53360 [ 19854] By: jhi                                   on 2003/06/26  05:32:02
53361         Log: Bite the bullet and apply the hash randomisation patch.
53362              [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
53363      Branch: perl
53364            ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
53365            ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h
53366            ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
53367            ! sv.c
53368 ____________________________________________________________________________
53369 [ 19853] By: rgs                                   on 2003/06/25  19:35:02
53370         Log: Subject: Re: P and V
53371              From: "Philip Newton" <pnewton@gmx.de>
53372              Date: Wed, 25 Jun 2003 17:50:22 +0200
53373              Message-ID: <3EF9E0DE.4786.16A6869@localhost>
53374      Branch: perl
53375            ! lib/Thread/Semaphore.pm
53376 ____________________________________________________________________________
53377 [ 19852] By: rgs                                   on 2003/06/25  19:27:42
53378         Log: Enhance some macro robustness.
53379      Branch: perl
53380            ! opcode.h opcode.pl
53381 ____________________________________________________________________________
53382 [ 19851] By: rgs                                   on 2003/06/25  19:25:47
53383         Log: Fix [perl #21742] :
53384              require() should always be called in scalar context,
53385              even when it's the last statement in an eval("").
53386      Branch: perl
53387            ! pp_ctl.c t/comp/require.t
53388 ____________________________________________________________________________
53389 [ 19849] By: jhi                                   on 2003/06/24  17:32:37
53390         Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
53391              From: Dave Mitchell <davem@fdgroup.com>
53392              Date: Tue, 24 Jun 2003 13:16:18 +0100
53393              Message-ID: <20030624121618.GC22675@fdgroup.com>
53394      Branch: perl
53395            ! sv.c t/op/ref.t
53396 ____________________________________________________________________________
53397 [ 19848] By: merijn                                on 2003/06/24  08:06:57
53398         Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
53399              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
53400              Date: Tue, 24 Jun 2003 11:00:34 +0200
53401              Message-ID: <186930306740.20030624110034@familiehaase.de>
53402      Branch: perl
53403            ! lib/Pod/Perldoc.pm
53404 ____________________________________________________________________________
53405 [ 19847] By: jhi                                   on 2003/06/24  04:52:42
53406         Log: Subject: [PATCH] version.pm up to date with CPAN
53407              From: John Peacock <jpeacock@rowman.com>
53408              Date: Mon, 23 Jun 2003 21:58:18 -0400
53409              Message-ID: <3EF7B03A.2060705@rowman.com>
53410      Branch: perl
53411            ! lib/version.pm lib/version.t universal.c
53412 ____________________________________________________________________________
53413 [ 19846] By: rgs                                   on 2003/06/23  20:52:26
53414         Log: Subject: [perlport.pod] code point of \cU
53415              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
53416              Date: Tue, 24 Jun 2003 01:00:16 +0900
53417              Message-Id: <20030624004743.1237.BQW10602@nifty.com>
53418      Branch: perl
53419            ! pod/perlport.pod
53420 ____________________________________________________________________________
53421 [ 19845] By: jhi                                   on 2003/06/23  04:55:39
53422         Log: Test tweaks for VMS from Craig Berry.
53423      Branch: perl
53424            ! lib/strict.t lib/warnings.t
53425 ____________________________________________________________________________
53426 [ 19843] By: jhi                                   on 2003/06/22  17:00:10
53427         Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
53428      Branch: perl
53429            ! embed.fnc embed.h pp.c proto.h util.c
53430 ____________________________________________________________________________
53431 [ 19842] By: jhi                                   on 2003/06/22  16:44:16
53432         Log: Until the Perl malloc problems in Tru64 are fixed.
53433      Branch: perl
53434            ! hints/dec_osf.sh
53435 ____________________________________________________________________________
53436 [ 19841] By: jhi                                   on 2003/06/22  16:35:33
53437         Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
53438              From: Enache Adrian <enache@rdslink.ro>
53439              Date: Sat, 21 Jun 2003 03:19:31 +0300
53440              Message-ID: <20030621001931.GB1255@ratsnest.hole>
53441      Branch: perl
53442            ! op.c t/op/concat.t
53443 ____________________________________________________________________________
53444 [ 19840] By: jhi                                   on 2003/06/22  16:33:25
53445         Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs
53446              From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
53447              Date: 21 Jun 2003 19:02:30 -0000
53448              Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
53449      Branch: perl
53450            ! lib/overload.pm lib/overload.t
53451 ____________________________________________________________________________
53452 [ 19839] By: jhi                                   on 2003/06/22  16:31:05
53453         Log: Subject: FileCache 1.03 broken on VMS -- possible patch
53454              From: "Craig A. Berry" <craigberry@mac.com>
53455              Date: Sat, 21 Jun 2003 10:31:59 -0500
53456              Message-ID: <3EF47A6F.9060904@mac.com>
53457      Branch: perl
53458            ! lib/FileCache.pm lib/FileCache/t/01open.t
53459            ! lib/FileCache/t/03append.t lib/FileCache/t/05override.t
53460 ____________________________________________________________________________
53461 [ 19838] By: jhi                                   on 2003/06/22  16:16:01
53462         Log: Debian fix from Brendan O'Dea:
53463              Adjust output to screen width.
53464              (adjusted to probe for the stty command)
53465      Branch: perl
53466            ! utils/dprofpp.PL
53467 ____________________________________________________________________________
53468 [ 19837] By: jhi                                   on 2003/06/22  15:56:45
53469         Log: Debian fix from Brendan O'Dea:
53470              Use a temporary directory to avoid symlink attacks.
53471              Specify -gstabs explicitly (not the default format for gcc 3.2).
53472      Branch: perl
53473            ! utils/c2ph.PL
53474 ____________________________________________________________________________
53475 [ 19836] By: jhi                                   on 2003/06/22  15:55:13
53476         Log: Debian fix from Brendan O'Dea:
53477              Bug#156284: the stucture used by pp_accept is too small to hold an
53478              IPv6 address.
53479      Branch: perl
53480            ! pp_sys.c
53481 ____________________________________________________________________________
53482 [ 19835] By: jhi                                   on 2003/06/22  15:46:50
53483         Log: For characters beyond the BMP the $bits will be undef,
53484              which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
53485              analysis and fix from SADAHIRO Tomoyuki)
53486      Branch: perl
53487            ! lib/utf8_heavy.pl
53488 ____________________________________________________________________________
53489 [ 19834] By: jhi                                   on 2003/06/20  08:42:58
53490         Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
53491      Branch: perl
53492            ! malloc.c
53493 ____________________________________________________________________________
53494 [ 19833] By: jhi                                   on 2003/06/20  08:16:02
53495         Log: Don't do sprintf().
53496      Branch: perl
53497            ! malloc.c
53498 ____________________________________________________________________________
53499 [ 19832] By: jhi                                   on 2003/06/20  07:43:48
53500         Log: Show the source code location of an "assertion botch".
53501      Branch: perl
53502            ! malloc.c
53503 ____________________________________________________________________________
53504 [ 19831] By: jhi                                   on 2003/06/20  07:31:11
53505         Log: More Perl malloc debugging magic from Ilya.  Seems to work in
53506              Linux, Solaris, AIX.  Had to do #ifdef OS2 for the <io.h> in
53507              malloc.c, found in AIX since there is no such header.
53508              In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
53509              memory was overwritten?"
53510              (In IRIX compiles but that doesn't prove much since in IRIX
53511              Perl's malloc is simply not used.)
53512      Branch: perl
53513            + malloc_ctl.h
53514            ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c
53515            ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h
53516 ____________________________________________________________________________
53517 [ 19830] By: jhi                                   on 2003/06/20  06:02:21
53518         Log: Retract #19785 and #19756: JPL nowadays works without this
53519              (verified by a true JPL user).
53520      Branch: perl
53521            ! perl.c
53522 ____________________________________________________________________________
53523 [ 19827] By: jhi                                   on 2003/06/19  20:18:31
53524         Log: Apparently this is needed for VMS (Craig Berry).
53525      Branch: perl
53526            ! lib/Tie/File.pm
53527 ____________________________________________________________________________
53528 [ 19824] By: jhi                                   on 2003/06/19  15:11:48
53529         Log: Bump Time::HiRes to 1.49.
53530      Branch: perl
53531            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
53532            ! ext/Time/HiRes/HiRes.xs
53533 ____________________________________________________________________________
53534 [ 19822] By: jhi                                   on 2003/06/19  14:49:37
53535         Log: This change chunk doesn't work well with blead.
53536      Branch: perl
53537            ! lib/ExtUtils/t/Command.t
53538 ____________________________________________________________________________
53539 [ 19821] By: jhi                                   on 2003/06/19  14:27:52
53540         Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
53541              make happy.
53542      Branch: perl
53543            ! lib/ExtUtils/MM_Unix.pm
53544 ____________________________________________________________________________
53545 [ 19820] By: jhi                                   on 2003/06/19  14:25:53
53546         Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
53547              as of 2003-06-19 18:39 EET).
53548      Branch: perl
53549            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
53550            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
53551            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
53552            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
53553 ____________________________________________________________________________
53554 [ 19819] By: jhi                                   on 2003/06/19  14:08:13
53555         Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
53556              From: grazz@pobox.com (Steve Grazzini)
53557              Date: Wed, 18 Jun 2003 19:42:37 -0400
53558              Message-ID: <20030618234237.GA6267@grazzini.net>
53559      Branch: perl
53560            ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h
53561            ! t/op/runlevel.t t/op/tiehandle.t util.c
53562 ____________________________________________________________________________
53563 [ 19818] By: jhi                                   on 2003/06/19  13:57:55
53564         Log: Subject: [PATCH -current] email address correction
53565              Date: Thu, 19 Jun 2003 02:19:31 -0700
53566              Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
53567              From: rs@crystalflame.net (Richard Soderberg)
53568      Branch: perl
53569            ! ext/threads/threads.pm
53570 ____________________________________________________________________________
53571 [ 19816] By: jhi                                   on 2003/06/19  05:02:22
53572         Log: MPE/iX gets serious indigestion on w-packed infinities.
53573      Branch: perl
53574            ! t/op/pack.t
53575 ____________________________________________________________________________
53576 [ 19815] By: rgs                                   on 2003/06/18  20:47:47
53577         Log: A bunch of minor changes to perlguts.pod.
53578      Branch: perl
53579            ! pod/perlguts.pod
53580 ____________________________________________________________________________
53581 [ 19814] By: jhi                                   on 2003/06/18  19:19:38
53582         Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics
53583              From: Enache Adrian <enache@rdslink.ro>
53584              Date: Wed, 18 Jun 2003 23:00:43 +0300
53585              Message-ID: <20030618200043.GA1249@ratsnest.hole>
53586      Branch: perl
53587            ! pp.c regexec.c t/op/pat.t
53588 ____________________________________________________________________________
53589 [ 19813] By: jhi                                   on 2003/06/18  17:31:50
53590         Log: Upgrade to Tie::File 0.97.
53591      Branch: perl
53592            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
53593            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t
53594            ! lib/Tie/File/t/29_downcopy.t
53595 ____________________________________________________________________________
53596 [ 19812] By: gbarr                                 on 2003/06/18  16:41:31
53597         Log: Sync with libnet 1.16
53598      Branch: perl
53599            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
53600 ____________________________________________________________________________
53601 [ 19811] By: jhi                                   on 2003/06/18  12:11:07
53602         Log: Subject: Encode] 1.96 Released
53603              From: Dan Kogai <dankogai@dan.co.jp>
53604              Date: Wed, 18 Jun 2003 19:09:11 +0900
53605              Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
53606      Branch: perl
53607            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
53608            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
53609            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv
53610            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
53611            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t
53612            ! ext/Encode/t/guess.t
53613 ____________________________________________________________________________
53614 [ 19810] By: jhi                                   on 2003/06/18  09:20:43
53615         Log: Oops in change #19809.
53616      Branch: perl
53617            ! ext/POSIX/POSIX.xs
53618 ____________________________________________________________________________
53619 [ 19809] By: jhi                                   on 2003/06/18  09:08:47
53620         Log: If the first argument of sigaction() was a string, not a number
53621              (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
53622              isn't numeric in subroutine entry ...' but after that one got
53623              (depending on the OS) either a coredump (because of trying to
53624              assign to *0 in mg_get) or a hang (because of the sigprocmask()
53625              blocking signals inside POSIX::sigaction, a nasty hang since
53626              one obviously cannot interrupt it...only SIGKILL works).
53627              In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
53628              because of the string becoming zero due to the XS typemap magic.
53629              Resolved by making the POSIX::sigaction to try harder to figure
53630              out a valid signal number (one still gets the warning, though),
53631              and returning undef if no sense can be made.
53632      Branch: perl
53633            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
53634 ____________________________________________________________________________
53635 [ 19808] By: rgs                                   on 2003/06/17  21:10:06
53636         Log: Some docs for the assertions.
53637      Branch: perl
53638            ! lib/assertions.pm lib/assertions/activate.pm
53639            ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t
53640 ____________________________________________________________________________
53641 [ 19806] By: jhi                                   on 2003/06/17  18:12:26
53642         Log: io_dir.t tweak from Craig Berry.
53643      Branch: perl
53644            ! ext/IO/lib/IO/t/io_dir.t
53645 ____________________________________________________________________________
53646 [ 19805] By: jhi                                   on 2003/06/17  16:47:06
53647         Log: Subject: /ext/DynaLoader/dl_dyld.xs
53648              From: "Peter O'Gorman" <peter@pogma.com>
53649              Date: Tue, 17 Jun 2003 23:45:47 +0900
53650              Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
53651
53652              No need to see dlclose() and dlsym() outside the dl_dyld.xs
53653              (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
53654              of OpenDarwin.
53655      Branch: perl
53656            ! ext/DynaLoader/dl_dyld.xs
53657 ____________________________________________________________________________
53658 [ 19804] By: jhi                                   on 2003/06/17  13:12:21
53659         Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches
53660              From: david nicol <whatever@davidnicol.com>
53661              Date: 16 Jun 2003 20:35:24 -0500
53662              Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
53663
53664              Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
53665              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
53666              Date: Tue, 17 Jun 2003 00:12:04 -0400
53667              Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
53668      Branch: perl
53669            ! pod/perlre.pod pod/perltrap.pod
53670 ____________________________________________________________________________
53671 [ 19802] By: jhi                                   on 2003/06/17  04:51:33
53672         Log: UNICOS: try papering over the Configure symbol scan problems
53673              by disavowing any knowledge of dynaloading.
53674      Branch: perl
53675            ! hints/unicos.sh
53676 ____________________________________________________________________________
53677 [ 19801] By: rgs                                   on 2003/06/16  22:47:28
53678         Log: Revert change #19126, a poor attempt at fixing bug #21742.
53679              The test for #21742 is marked as TODO.
53680              Plus new regression tests from :
53681
53682              Subject: [perl #22708] void context in string eval is broken
53683              From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
53684              Date: 15 Jun 2003 23:09:03 -0000
53685              Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
53686      Branch: perl
53687            ! pp_ctl.c t/comp/require.t t/op/eval.t
53688 ____________________________________________________________________________
53689 [ 19800] By: rgs                                   on 2003/06/16  21:14:26
53690         Log: Subject: [PATCH] unnecessary stringification in eval/die
53691              From: Steve Grazzini <grazz@pobox.com>
53692              Date: 15 Jun 2003 21:02:26 -0000
53693              Message-ID: <20030615210226.56430.qmail@onion.perl.org>
53694              (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
53695              in c.l.p.misc and bug #17763)
53696      Branch: perl
53697            ! pod/perlfunc.pod pp_ctl.c
53698 ____________________________________________________________________________
53699 [ 19799] By: rgs                                   on 2003/06/16  20:15:28
53700         Log: Subject: [perl #22622] Bogus error codes from File::Copy::move
53701              From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
53702              Date: 9 Jun 2003 15:48:09 -0000
53703              Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
53704      Branch: perl
53705            ! lib/File/Copy.pm
53706 ____________________________________________________________________________
53707 [ 19798] By: jhi                                   on 2003/06/16  12:26:29
53708         Log: And even more glibc fcntl constants, this time mostly F_XXX.
53709              Be more conservative and use @EXPORT_OK instead of @EXPORT.
53710      Branch: perl
53711            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
53712 ____________________________________________________________________________
53713 [ 19797] By: jhi                                   on 2003/06/16  08:05:11
53714         Log: Even more glibc O_ modes.
53715      Branch: perl
53716            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
53717 ____________________________________________________________________________
53718 [ 19796] By: jhi                                   on 2003/06/16  07:59:26
53719         Log: Add O_NOATIME.
53720      Branch: perl
53721            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
53722 ____________________________________________________________________________
53723 [ 19795] By: jhi                                   on 2003/06/16  06:51:19
53724         Log: Instead of fancy condvar footwork do a simple join,
53725              as suggested by Arthur.
53726      Branch: perl
53727            ! ext/threads/shared/t/hv_refs.t
53728 ____________________________________________________________________________
53729 [ 19794] By: rgs                                   on 2003/06/15  21:01:18
53730         Log: Rename again the warning about $* being no longer supported
53731              (and update perldiag this time!)
53732      Branch: perl
53733            ! gv.c pod/perldiag.pod t/lib/warnings/gv
53734 ____________________________________________________________________________
53735 [ 19793] By: rgs                                   on 2003/06/15  19:47:21
53736         Log: Remove all magic in untie()
53737
53738              Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
53739              From: Aaron J Mackey <ajm6q@virginia.edu>
53740              Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
53741              Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
53742              (plus a test case)
53743      Branch: perl
53744            ! pp_sys.c t/op/tie.t
53745 ____________________________________________________________________________
53746 [ 19790] By: jhi                                   on 2003/06/15  17:22:08
53747         Log: Start using Perl malloc in FreeBSD since the system malloc
53748              is reaaally slooow for Perl.
53749
53750              Subject: FreeBSD 5.1 vs. -Uusemymalloc
53751              From: Dan Kogai <dankogai@dan.co.jp>
53752              Date: Mon, 16 Jun 2003 01:48:49 +0900
53753              Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
53754      Branch: perl
53755            ! hints/freebsd.sh
53756 ____________________________________________________________________________
53757 [ 19789] By: jhi                                   on 2003/06/15  17:08:02
53758         Log: Subject: [PATCH 5.8.1 @19774] OS2 patches
53759              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
53760              Date: Sat, 14 Jun 2003 17:49:57 -0700
53761              Message-ID: <20030615004956.GA28272@math.berkeley.edu>
53762      Branch: perl
53763            + os2/OS2/typemap os2/perlrexx.cmd
53764            - os2/OS2/PrfDB/typemap
53765            ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h
53766            ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl
53767            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
53768            ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm
53769            ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t
53770            ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c
53771            ! os2/os2ish.h pp_sys.c utils/h2xs.PL
53772 ____________________________________________________________________________
53773 [ 19788] By: jhi                                   on 2003/06/15  15:05:40
53774         Log: Reindent a section of the file.
53775      Branch: perl
53776            ! universal.c
53777 ____________________________________________________________________________
53778 [ 19787] By: jhi                                   on 2003/06/15  15:01:26
53779         Log: Unused variable.
53780      Branch: perl
53781            ! universal.c
53782 ____________________________________________________________________________
53783 [ 19786] By: jhi                                   on 2003/06/15  07:41:23
53784         Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
53785              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
53786              Date: Sun, 15 Jun 2003 10:48:40 +0200
53787              Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
53788      Branch: perl
53789            ! embed.fnc embed.h proto.h sv.c
53790 ____________________________________________________________________________
53791 [ 19785] By: jhi                                   on 2003/06/15  07:37:02
53792         Log: Most often unused variables.
53793      Branch: perl
53794            ! perl.c
53795 ____________________________________________________________________________
53796 [ 19784] By: rgs                                   on 2003/06/14  20:08:52
53797         Log: Rename the warning about $* being removed,
53798              as suggested by Dave Mitchell
53799      Branch: perl
53800            ! gv.c t/lib/warnings/gv
53801 ____________________________________________________________________________
53802 [ 19783] By: jhi                                   on 2003/06/14  16:30:23
53803         Log: The FileCache 1.03 tests from belg4mit.
53804      Branch: perl
53805            + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
53806            + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
53807            + lib/FileCache/t/05override.t
53808            - lib/FileCache.t
53809            ! MANIFEST
53810 ____________________________________________________________________________
53811 [ 19782] By: jhi                                   on 2003/06/14  13:45:01
53812         Log: Mention the Unicode::Regex::Set module.
53813      Branch: perl
53814            ! pod/perlunicode.pod
53815 ____________________________________________________________________________
53816 [ 19781] By: jhi                                   on 2003/06/14  13:39:45
53817         Log: Followup on #19779: make the helper function static,
53818              and rename it for paranoia reasons.
53819      Branch: perl
53820            ! embed.fnc embed.h proto.h sv.c
53821 ____________________________________________________________________________
53822 [ 19779] By: jhi                                   on 2003/06/14  13:13:34
53823         Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
53824              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
53825              Date: Sat, 14 Jun 2003 12:51:31 +0200
53826              Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
53827
53828              (choosing the safe alternative)
53829      Branch: perl
53830            ! sv.c
53831 ____________________________________________________________________________
53832 [ 19778] By: jhi                                   on 2003/06/14  09:28:01
53833         Log: Exercise the utf8:: "internal" functions.
53834      Branch: perl
53835            ! lib/utf8.pm lib/utf8.t
53836 ____________________________________________________________________________
53837 [ 19777] By: jhi                                   on 2003/06/14  09:05:07
53838         Log: Having to pull in the whole Encode just to get SvUTF8()
53839              is a bit too much: introduce utf8::is_utf8().
53840      Branch: perl
53841            ! lib/utf8.pm pod/perluniintro.pod universal.c
53842 ____________________________________________________________________________
53843 [ 19776] By: jhi                                   on 2003/06/14  08:56:11
53844         Log: Slight tweaks on the length() and chr() entries,
53845              passing-by rewrapping on the rmdir entry.
53846      Branch: perl
53847            ! pod/perlfunc.pod
53848 ____________________________________________________________________________
53849 [ 19775] By: jhi                                   on 2003/06/14  08:50:16
53850         Log: test.pl-ify and add a couple of tests.
53851      Branch: perl
53852            ! lib/bytes.t
53853 ____________________________________________________________________________
53854 [ 19773] By: jhi                                   on 2003/06/14  08:05:01
53855         Log: Slight reorg of the binmode() entry.
53856      Branch: perl
53857            ! pod/perlfunc.pod
53858 ____________________________________________________________________________
53859 [ 19772] By: jhi                                   on 2003/06/14  07:07:38
53860         Log: Illegal cpp.
53861      Branch: perl
53862            ! util.c
53863 ____________________________________________________________________________
53864 [ 19770] By: jhi                                   on 2003/06/14  04:36:18
53865         Log: Subject: Re: FileCache
53866              From: belg4mit <belg4mit@MIT.EDU>
53867              Date: Sat, 14 Jun 2003 01:35:05 -0400
53868              Message-ID: <3EEAB409.7B4C21EA@mit.edu>
53869
53870              FileCache 1.03.
53871      Branch: perl
53872            ! lib/FileCache.pm
53873 ____________________________________________________________________________
53874 [ 19769] By: rgs                                   on 2003/06/13  19:17:50
53875         Log: Remove the deprecated $* variable.
53876              Incidentally, this fixes bug #22354, about unwanted
53877              action-at-distance of the /m regexp modifier.
53878              Add a new warning to advertise this fact.
53879      Branch: perl
53880            ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod
53881            ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv
53882            ! t/op/pat.t t/op/study.t
53883 ____________________________________________________________________________
53884 [ 19768] By: jhi                                   on 2003/06/13  17:08:45
53885         Log: Encode simply needs more work on EBCDIC.
53886      Branch: perl
53887            ! ext/Encode/t/Unicode.t
53888 ____________________________________________________________________________
53889 [ 19767] By: jhi                                   on 2003/06/13  17:05:01
53890         Log: Redundancy removal from Brian De Pradine;
53891              both the forms, pthread_mutexattr_settype() and
53892              pthread_mutexattr_setkind_np(), exist on z/OS.
53893      Branch: perl
53894            ! thread.h
53895 ____________________________________________________________________________
53896 [ 19766] By: jhi                                   on 2003/06/13  17:02:57
53897         Log: Somehow MPE/iX managed to get
53898              "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
53899      Branch: perl
53900            ! lib/Test/Harness.pm
53901 ____________________________________________________________________________
53902 [ 19765] By: jhi                                   on 2003/06/13  14:36:18
53903         Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
53904              From: alan <alan@pair.com>
53905              Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
53906              Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
53907
53908              (the first alternative)
53909      Branch: perl
53910            ! util.c
53911 ____________________________________________________________________________
53912 [ 19764] By: jhi                                   on 2003/06/13  14:33:51
53913         Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
53914              way of detecting Darwin/Mac OS X; instead it is recommended to
53915              detect the OS at a higher level and pass the information manually
53916              down to the application, using e.g. a -Ddefinition.
53917      Branch: perl
53918            ! hints/darwin.sh perl.h x2p/util.c
53919 ____________________________________________________________________________
53920 [ 19763] By: jhi                                   on 2003/06/13  14:12:13
53921         Log: Define a cpp symbol, BSDish, if that looks appropriate.
53922      Branch: perl
53923            ! perl.h
53924 ____________________________________________________________________________
53925 [ 19760] By: jhi                                   on 2003/06/13  12:00:06
53926         Log: Even more tweakage on symbol scanning from Alan Burlison.
53927      Branch: perl
53928            ! Configure
53929 ____________________________________________________________________________
53930 [ 19758] By: gbarr                                 on 2003/06/13  07:01:11
53931         Log: Sync with libnet 1.15
53932      Branch: perl
53933            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
53934 ____________________________________________________________________________
53935 [ 19756] By: jhi                                   on 2003/06/13  05:09:17
53936         Log: The changes #8803 and #8896 that fixed JPL for use with
53937              JDK 1.2/1.3 had somehow disappeared.
53938      Branch: perl
53939            ! perl.c perl.h
53940 ____________________________________________________________________________
53941 [ 19752] By: rgs                                   on 2003/06/12  20:49:25
53942         Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
53943              to be issued if the string to be left-justified by s?printf contains
53944              a newline.
53945
53946              Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
53947              From: Robin Barker <Robin.Barker@npl.co.uk>
53948              Date: Wed, 11 Jun 2003 18:10:14 +0100
53949              Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
53950      Branch: perl
53951            ! pod/perldiag.pod sv.c t/lib/warnings/sv
53952 ____________________________________________________________________________
53953 [ 19751] By: rgs                                   on 2003/06/12  20:25:41
53954         Log: Patch for a warning emitted twice, from :
53955              Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
53956              From: Steve Grazzini <grazz@pobox.com>
53957              Date: Wed, 11 Jun 2003 00:46:47 -0400
53958              Message-ID: <20030611044647.GA16696@grazzini.net>
53959      Branch: perl
53960            ! pp_sys.c
53961 ____________________________________________________________________________
53962 [ 19750] By: sky                                   on 2003/06/12  15:03:55
53963         Log: In free we want to destroy, not init, thanks to Tim Bunce for
53964              detecting this. Should hopefully fix memory leak on Tru64
53965      Branch: perl
53966            ! ext/threads/shared/shared.xs
53967 ____________________________________________________________________________
53968 [ 19749] By: jhi                                   on 2003/06/12  13:27:44
53969         Log: More perlio ->Open paranoia.  Set errno to EINVAL if there's
53970              no ->Open, not if ->Open returns NULL.
53971      Branch: perl
53972            ! perlio.c
53973 ____________________________________________________________________________
53974 [ 19748] By: jhi                                   on 2003/06/12  11:32:44
53975         Log: Further perlio doc tweaks.
53976      Branch: perl
53977            ! lib/PerlIO.pm pod/perlrun.pod
53978 ____________________________________________________________________________
53979 [ 19747] By: jhi                                   on 2003/06/12  11:25:19
53980         Log: Slightly amended version of the proposed patch for
53981              "[perl #22390] export PERLIO=bytes segfaults";
53982              the amendment is to set errno.
53983              TODO: we really should not get here if the layer
53984              stack is corrupt or non-sensical (like "bytes").
53985      Branch: perl
53986            ! perlio.c
53987 ____________________________________________________________________________
53988 [ 19746] By: sky                                   on 2003/06/12  08:37:39
53989         Log: Be polite and destroy the mutexes and conditions we use!
53990      Branch: perl
53991            ! ext/threads/shared/shared.xs
53992 ____________________________________________________________________________
53993 [ 19744] By: rgs                                   on 2003/06/11  20:49:04
53994         Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
53995              From: Andy Dougherty <doughera@lafayette.edu>
53996              Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
53997              Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
53998      Branch: perl
53999            ! lib/File/Temp/t/security.t
54000 ____________________________________________________________________________
54001 [ 19742] By: jhi                                   on 2003/06/11  18:28:12
54002         Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list
54003              From: Andy Dougherty <doughera@lafayette.edu>
54004              Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
54005              Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
54006      Branch: perl
54007            ! Configure
54008 ____________________________________________________________________________
54009 [ 19741] By: merijn                                on 2003/06/11  14:06:49
54010         Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
54011              From: PPrymmer@factset.com
54012              Date: Wed, 11 Jun 2003 09:00:34 -0400
54013              Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
54014      Branch: perl
54015            ! lib/vmsish.t
54016 ____________________________________________________________________________
54017 [ 19740] By: jhi                                   on 2003/06/11  13:29:59
54018         Log: Doc nit.
54019      Branch: perl
54020            ! INSTALL
54021 ____________________________________________________________________________
54022 [ 19739] By: jhi                                   on 2003/06/11  05:30:53
54023         Log: Integrate from maint:
54024              [ 19738]
54025              Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
54026              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
54027              Date: Tue, 10 Jun 2003 22:10:47 +0200
54028              Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
54029      Branch: perl
54030           !> ext/Encode/encengine.c ext/List/Util/Util.xs
54031           !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs
54032           !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
54033           !> sv.c
54034 ____________________________________________________________________________
54035 [ 19735] By: jhi                                   on 2003/06/10  05:27:33
54036         Log: Upgrade to Unicode::Normalize 0.22.
54037      Branch: perl
54038            ! ext/Unicode/Normalize/Changes
54039            ! ext/Unicode/Normalize/Makefile.PL
54040            ! ext/Unicode/Normalize/Normalize.pm
54041            ! ext/Unicode/Normalize/Normalize.xs
54042            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
54043            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
54044            ! ext/Unicode/Normalize/t/test.t
54045 ____________________________________________________________________________
54046 [ 19734] By: jhi                                   on 2003/06/10  05:14:18
54047         Log: Upgrade to Unicode::Collate 0.25.
54048      Branch: perl
54049            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
54050            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
54051            ! lib/Unicode/Collate/t/test.t
54052 ____________________________________________________________________________
54053 [ 19731] By: jhi                                   on 2003/06/09  20:48:14
54054         Log: On a real multicpu box the child thread could still be running
54055              when the parent thread was already testing.
54056      Branch: perl
54057            ! ext/threads/shared/t/hv_refs.t
54058 ____________________________________________________________________________
54059 [ 19730] By: rgs                                   on 2003/06/09  19:56:29
54060         Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
54061              From: Andy Dougherty <doughera@lafayette.edu>
54062              Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
54063              Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
54064      Branch: perl
54065            ! INSTALL
54066 ____________________________________________________________________________
54067 [ 19729] By: rgs                                   on 2003/06/09  19:13:16
54068         Log: Subject: [PATCH] Re: nitpick with \(0..2)
54069              From: Steve Grazzini <grazz@pobox.com>
54070              Date: Fri, 6 Jun 2003 01:42:59 -0400
54071              Message-ID: <20030606054259.GA30249@grazzini.net>
54072      Branch: perl
54073            ! op.c pod/perlop.pod t/op/ref.t
54074 ____________________________________________________________________________
54075 [ 19726] By: jhi                                   on 2003/06/09  18:45:00
54076         Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
54077      Branch: perl
54078            ! ext/Unicode/Normalize/Normalize.pm
54079 ____________________________________________________________________________
54080 [ 19725] By: rgs                                   on 2003/06/09  18:33:50
54081         Log: In the debugger, flush stdout/stderr before the prompt is printed
54082              Subject: Re: [PATCH] Perlbug #15228
54083              From: Alex Vandiver <alexmv@MIT.EDU>
54084              Date: 04 Jun 2003 04:50:10 -0400
54085              Message-Id: <1054716610.21402.45.camel@supox>
54086      Branch: perl
54087            ! lib/perl5db.pl
54088 ____________________________________________________________________________
54089 [ 19724] By: gsar                                  on 2003/06/09  18:17:42
54090         Log: mark 450_service.t#18 as a todo test on windows
54091      Branch: perl
54092            ! lib/Net/Ping/t/450_service.t
54093 ____________________________________________________________________________
54094 [ 19723] By: gsar                                  on 2003/06/09  18:00:57
54095         Log: one of the Net::Ping time-dependent tests fails sporadically
54096              when the response from localhost is "too quick"
54097      Branch: perl
54098            ! lib/Net/Ping/t/250_ping_hires.t
54099 ____________________________________________________________________________
54100 [ 19721] By: jhi                                   on 2003/06/09  17:04:50
54101         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
54102              From: Michael G Schwern <schwern@pobox.com>
54103              Date: Sat, 7 Jun 2003 01:16:32 -0700
54104              Message-ID: <20030607081632.GA16228@windhund.schwern.org>
54105      Branch: perl
54106            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
54107            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod
54108            ! lib/ExtUtils/t/Liblist.t
54109 ____________________________________________________________________________
54110 [ 19720] By: gsar                                  on 2003/06/09  15:59:52
54111         Log: fix for perlio.t failures on windows (from Dan Kogai)
54112      Branch: perl
54113            ! ext/Encode/t/perlio.t
54114 ____________________________________________________________________________
54115 [ 19719] By: jhi                                   on 2003/06/09  15:28:18
54116         Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
54117              From: PPrymmer@factset.com
54118              Date: Mon, 9 Jun 2003 09:57:43 -0400
54119              Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
54120      Branch: perl
54121            ! configure.com utils/perlivp.PL
54122 ____________________________________________________________________________
54123 [ 19717] By: gsar                                  on 2003/06/09  14:09:55
54124         Log: windows: fix memory leak in %ENV handling (shows up as a
54125              leak even in the simplest fork() loop, because perl_construct()
54126              now does the equivalent of %ENV assignments using mg_set())
54127      Branch: perl
54128            ! win32/perlhost.h
54129 ____________________________________________________________________________
54130 [ 19715] By: sky                                   on 2003/06/09  09:35:47
54131         Log: Support blessed shared references.
54132      Branch: perl
54133            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
54134            ! ext/threads/shared/t/hv_refs.t
54135 ____________________________________________________________________________
54136 [ 19714] By: jhi                                   on 2003/06/09  04:29:04
54137         Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
54138              From: "Craig A. Berry" <craigberry@mac.com>
54139              Date: Sun, 08 Jun 2003 16:49:43 -0500
54140              Message-ID: <3EE3AF77.7060302@mac.com>
54141      Branch: perl
54142            ! t/op/pack.t
54143 ____________________________________________________________________________
54144 [ 19712] By: jhi                                   on 2003/06/08  17:05:59
54145         Log: Subject: Re: forwarded you a test result
54146              From: Dan Kogai <dankogai@dan.co.jp>
54147              Date: Sun, 8 Jun 2003 11:04:43 +0900
54148              Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
54149      Branch: perl
54150            ! ext/Encode/t/Encode.t
54151 ____________________________________________________________________________
54152 [ 19710] By: jhi                                   on 2003/06/08  17:03:07
54153         Log: Regen Configure et al.
54154      Branch: perl
54155            ! Configure Porting/config.sh Porting/config_H
54156 ____________________________________________________________________________
54157 [ 19709] By: jhi                                   on 2003/06/08  16:45:50
54158         Log: More symbol scan logic from Alan Burlison.
54159      Branch: perl
54160            ! Configure Porting/Glossary hints/solaris_2.sh
54161 ____________________________________________________________________________
54162 [ 19708] By: sky                                   on 2003/06/07  13:28:50
54163         Log: Major (internal) change to make it much more easy to embed
54164              threaded perl because we don't use our own TLS for the current
54165              thread info, but instead use PL_modglobal. Should make the
54166              mod_perl2 team (Hi Stas!) happy. Should also be more robust.
54167      Branch: perl
54168            ! ext/threads/threads.xs
54169 ____________________________________________________________________________
54170 [ 19707] By: sky                                   on 2003/06/07  13:27:01
54171         Log: Last patch broke this slightly because INC was wrong.
54172      Branch: perl
54173            ! ext/threads/t/thread.t
54174 ____________________________________________________________________________
54175 [ 19706] By: sky                                   on 2003/06/07  13:07:53
54176         Log: Remove warnings from tests.
54177      Branch: perl
54178            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
54179            ! ext/threads/t/list.t
54180 ____________________________________________________________________________
54181 [ 19705] By: sky                                   on 2003/06/07  12:42:28
54182         Log: Work in non core env.
54183      Branch: perl
54184            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
54185            ! ext/threads/t/libc.t ext/threads/t/list.t
54186            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
54187            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
54188            ! ext/threads/t/thread.t
54189 ____________________________________________________________________________
54190 [ 19703] By: jhi                                   on 2003/06/07  05:11:50
54191         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
54192              From: Michael G Schwern <schwern@pobox.com>
54193              Date: Fri, 6 Jun 2003 18:41:45 -0700
54194              Message-ID: <20030607014145.GB12031@windhund.schwern.org>
54195      Branch: perl
54196            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
54197            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml
54198            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
54199            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
54200            ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t
54201            ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t
54202            ! lib/ExtUtils/t/zz_cleanup_dummy.t
54203 ____________________________________________________________________________
54204 [ 19702] By: rgs                                   on 2003/06/06  23:00:00
54205         Log: Upgrade to Time::Local 1.06, by Dave Rolsky
54206      Branch: perl
54207            ! lib/Time/Local.pm lib/Time/Local.t
54208 ____________________________________________________________________________
54209 [ 19701] By: rgs                                   on 2003/06/06  22:50:37
54210         Log: Complement to change #19698 :
54211              add also this information (=> and curly braces doesn't
54212              quote compound identifiers) to the strict manpage.
54213              As an experiment in documentation, add a "HISTORY" section
54214              to the strict manpage.
54215      Branch: perl
54216            ! lib/strict.pm
54217 ____________________________________________________________________________
54218 [ 19700] By: rgs                                   on 2003/06/06  22:31:50
54219         Log: Minor grammatical nit.
54220      Branch: perl
54221            ! README.hpux
54222 ____________________________________________________________________________
54223 [ 19699] By: rgs                                   on 2003/06/06  22:29:38
54224         Log: Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
54225              From: Stas Bekman <stas@stason.org>
54226              Date: Thu, 05 Jun 2003 10:10:36 +1000
54227              Message-ID: <3EDE8A7C.2080302@stason.org>
54228
54229              Subject: [patch] perlguts authors dup
54230              From: Stas Bekman <stas@stason.org>
54231              Date: Thu, 05 Jun 2003 10:14:12 +1000
54232              Message-ID: <3EDE8B54.6090808@stason.org>
54233      Branch: perl
54234            ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod
54235 ____________________________________________________________________________
54236 [ 19698] By: rgs                                   on 2003/06/06  22:23:56
54237         Log: Clarify that => doesn't quote compound identifiers.
54238      Branch: perl
54239            ! pod/perldata.pod
54240 ____________________________________________________________________________
54241 [ 19696] By: merijn                                on 2003/06/06  12:21:43
54242         Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
54243              as the compiler supports it)
54244      Branch: perl
54245            ! README.hpux
54246 ____________________________________________________________________________
54247 [ 19695] By: jhi                                   on 2003/06/05  18:50:51
54248         Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work!
54249              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54250              Date: Wed, 04 Jun 2003 00:08:32 -0700
54251              Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
54252      Branch: perl
54253            ! t/run/switches.t toke.c
54254 ____________________________________________________________________________
54255 [ 19694] By: jhi                                   on 2003/06/05  18:37:02
54256         Log: Subject: [PATCH] RE: maint @ 19683
54257              From: Robin Barker <Robin.Barker@npl.co.uk>
54258              Date: Thu, 5 Jun 2003 17:16:58 +0100
54259              Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
54260
54261              (skipped the MIME::Base64 part, leaving that to Gisle)
54262      Branch: perl
54263            ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
54264 ____________________________________________________________________________
54265 [ 19693] By: jhi                                   on 2003/06/05  17:26:04
54266         Log: SKIP label was missing.
54267      Branch: perl
54268            ! t/io/utf8.t
54269 ____________________________________________________________________________
54270 [ 19692] By: jhi                                   on 2003/06/05  16:58:23
54271         Log: z/OS makedepend fix from Peter Prymmer;
54272              still needed as reported by Brian De Pradine.
54273      Branch: perl
54274            ! makedepend.SH
54275 ____________________________________________________________________________
54276 [ 19691] By: jhi                                   on 2003/06/05  16:56:01
54277         Log: Even more getspecific patches from Brian De Pradine;
54278              macrofy the construct.
54279      Branch: perl
54280            ! ext/threads/threads.xs
54281 ____________________________________________________________________________
54282 [ 19690] By: jhi                                   on 2003/06/05  16:19:40
54283         Log: z/OS threads tweak from Brian De Pradine.
54284      Branch: perl
54285            ! ext/threads/threads.xs
54286 ____________________________________________________________________________
54287 [ 19689] By: jhi                                   on 2003/06/05  05:43:31
54288         Log: Upgrade to Time::HiRes 1.48.
54289      Branch: perl
54290            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
54291 ____________________________________________________________________________
54292 [ 19688] By: rgs                                   on 2003/06/04  18:53:48
54293         Log: Prevent a potential null pointer dereference.
54294              Noticed by Ryan Koga <rkoga@caida.org> in
54295              Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
54296      Branch: perl
54297            ! perlio.c
54298 ____________________________________________________________________________
54299 [ 19687] By: jhi                                   on 2003/06/04  18:26:08
54300         Log: Subject: Re: [MacOS X] consider useshrplib='false' by default
54301              From: Andy Dougherty <doughera@lafayette.edu>
54302              Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
54303              Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
54304      Branch: perl
54305            ! hints/darwin.sh
54306 ____________________________________________________________________________
54307 [ 19686] By: jhi                                   on 2003/06/04  11:02:54
54308         Log: On closer reading the proposed UTS#18 update required
54309              even more changes.
54310      Branch: perl
54311            ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl
54312            ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
54313            ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl
54314            ! lib/unicore/mktables
54315 ____________________________________________________________________________
54316 [ 19685] By: jhi                                   on 2003/06/04  10:14:09
54317         Log: Align the 'graph' property definition with the proposed
54318              Unicode UTS #18 update (v7).
54319      Branch: perl
54320            ! lib/unicore/lib/Graph.pl lib/unicore/mktables
54321 ____________________________________________________________________________
54322 [ 19681] By: jhi                                   on 2003/06/04  05:16:38
54323         Log: Subject: [MacOS X] consider useshrplib='false' by default
54324              From: Dan Kogai <dankogai@dan.co.jp>
54325              Date: Wed, 4 Jun 2003 01:29:42 +0900
54326              Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
54327      Branch: perl
54328            ! hints/darwin.sh
54329 ____________________________________________________________________________
54330 [ 19679] By: jhi                                   on 2003/06/03  15:51:36
54331         Log: Urk.  Joe's patches were for the maint branch,
54332              not for the blead (which has assertions and stuff).
54333              Retract #19677, #19676, #19674.
54334      Branch: perl
54335            ! lib/perl5db.pl
54336 ____________________________________________________________________________
54337 [ 19678] By: jhi                                   on 2003/06/03  15:05:19
54338         Log: According to Arthur this should help
54339              #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
54340      Branch: perl
54341            ! ext/threads/threads.xs
54342 ____________________________________________________________________________
54343 [ 19677] By: jhi                                   on 2003/06/03  14:07:06
54344         Log: Tiny tweaks from Joe McMahon.
54345      Branch: perl
54346            ! lib/perl5db.pl
54347 ____________________________________________________________________________
54348 [ 19676] By: jhi                                   on 2003/06/03  12:38:46
54349         Log: Tiny pod and speling tweaks.
54350      Branch: perl
54351            ! lib/perl5db.pl
54352 ____________________________________________________________________________
54353 [ 19674] By: jhi                                   on 2003/06/03  12:20:59
54354         Log: Subject: Extensive documentation patch redux
54355              From: Joe McMahon <mcmahon@ibiblio.org>
54356              Date: Mon, 2 Jun 2003 09:53:40 -0400
54357              Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
54358
54359              Subject: RE: [PATCH] RE: Extensive documentation patch redux
54360              From: Robin Barker <Robin.Barker@npl.co.uk>
54361              Date: Tue, 3 Jun 2003 10:00:22 +0100
54362              Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
54363      Branch: perl
54364            ! lib/perl5db.pl
54365 ____________________________________________________________________________
54366 [ 19673] By: jhi                                   on 2003/06/03  09:51:59
54367         Log: Salvage parts of #19667.
54368      Branch: perl
54369            ! perlio.c win32/win32.c win32/win32iop.h
54370 ____________________________________________________________________________
54371 [ 19672] By: jhi                                   on 2003/06/03  09:26:45
54372         Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t
54373              still is there).
54374      Branch: perl
54375            ! MANIFEST pod/perlfunc.pod
54376 ____________________________________________________________________________
54377 [ 19671] By: merijn                                on 2003/06/03  08:27:07
54378         Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
54379              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54380              Date: Tue, 03 Jun 2003 01:55:06 -0700
54381              Message-ID: <qJG3+gzkgajL092yn@efn.org>
54382      Branch: perl
54383            ! README.cygwin
54384 ____________________________________________________________________________
54385 [ 19670] By: jhi                                   on 2003/06/03  08:04:39
54386         Log: Retract #19667, #19660, #19659, #19658, #19657, #19656,
54387              #19655, #19418; File::Temp no more used internally.
54388              Some parts of these will be salvaged later.
54389      Branch: perl
54390            ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod
54391            ! proto.h win32/win32.c win32/win32iop.h
54392 ____________________________________________________________________________
54393 [ 19669] By: gsar                                  on 2003/06/02  20:59:39
54394         Log: fix for 09_gen_rs.t#59 failure on windows
54395      Branch: perl
54396            ! lib/Tie/File/t/09_gen_rs.t
54397 ____________________________________________________________________________
54398 [ 19668] By: gsar                                  on 2003/06/02  20:40:19
54399         Log: resurrect change#19628 and make it work by generalizing
54400              a spot that had a hardcoded dependency on the cmd.exe
54401              arguments being "/x/c" or "/c"
54402      Branch: perl
54403            ! pod/perlrun.pod win32/win32.c
54404 ____________________________________________________________________________
54405 [ 19667] By: gsar                                  on 2003/06/02  18:44:34
54406         Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
54407              reuse the straightforward native implementation instead
54408
54409              this fixes the warning from io_xs.t
54410
54411              NOTE: File::Temp has a less-than-robust implementation on windows
54412              that relies on END blocks being run (this may not happen always)
54413      Branch: perl
54414            ! op.c win32/win32.c win32/win32iop.h
54415 ____________________________________________________________________________
54416 [ 19666] By: gsar                                  on 2003/06/02  18:29:46
54417         Log: change#19628 broke many win32/system.t tests, so back it out
54418      Branch: perl
54419            ! pod/perlrun.pod win32/win32.c
54420 ____________________________________________________________________________
54421 [ 19665] By: rgs                                   on 2003/06/02  18:22:06
54422         Log: A little bit more of weird-code-proofing in B::Deparse.
54423              Fixes a bug reported by Alexey Tourbin in
54424              Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
54425      Branch: perl
54426            ! ext/B/B/Deparse.pm
54427 ____________________________________________________________________________
54428 [ 19664] By: jhi                                   on 2003/06/02  16:41:37
54429         Log: Upgrade to the CGI.pm 2.93.
54430
54431              (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks.  Sigh.)
54432      Branch: perl
54433            + lib/CGI/t/util-58.t
54434            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
54435            ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm
54436            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
54437            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
54438            ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t
54439            ! lib/CGI/t/switch.t lib/CGI/t/util.t
54440 ____________________________________________________________________________
54441 [ 19663] By: jhi                                   on 2003/06/02  16:16:51
54442         Log: Whitespace tweaks.
54443      Branch: perl
54444            ! hints/uwin.sh
54445 ____________________________________________________________________________
54446 [ 19662] By: jhi                                   on 2003/06/02  16:08:22
54447         Log: U/WIN: final (for now) touches from John P. Linderman;
54448              now we get 97% success rate, the remaining failures are
54449              quite obscure.
54450      Branch: perl
54451            ! hints/uwin.sh lib/locale.t
54452 ____________________________________________________________________________
54453 [ 19661] By: gbarr                                 on 2003/06/02  12:13:35
54454         Log: Sync with libnet 1.14
54455      Branch: perl
54456            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm
54457            ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm
54458            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
54459            ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t
54460 ____________________________________________________________________________
54461 [ 19660] By: jhi                                   on 2003/06/02  09:28:30
54462         Log: Beautification.
54463      Branch: perl
54464            ! op.c
54465 ____________________________________________________________________________
54466 [ 19659] By: jhi                                   on 2003/06/02  09:07:38
54467         Log: Duplicate definition bad.
54468      Branch: perl
54469            ! op.c
54470 ____________________________________________________________________________
54471 [ 19658] By: jhi                                   on 2003/06/02  09:02:18
54472         Log: I thought I tried building threaded.  Never think.  Try.
54473      Branch: perl
54474            ! perlio.c
54475 ____________________________________________________________________________
54476 [ 19657] By: jhi                                   on 2003/06/02  08:54:04
54477         Log: Stick with the original (5.8.0) logic.
54478      Branch: perl
54479            ! op.c
54480 ____________________________________________________________________________
54481 [ 19656] By: jhi                                   on 2003/06/02  08:28:51
54482         Log: Since pulling in File::Temp for tempfiles would pull in
54483              also Fcntl, miniperl could not open up tempfiles.  This broke
54484              the use of miniperl in VMS, as noticed by Craig Berry.
54485              Try to cure this by moving the creation of tempfile into its
54486              own routine, my_tmpfp(), which gets compiled differently
54487              for miniperl and perl.
54488      Branch: perl
54489            ! embed.fnc embed.h op.c perlio.c proto.h
54490 ____________________________________________________________________________
54491 [ 19655] By: jhi                                   on 2003/06/02  06:54:05
54492         Log: A pointless test, noticed by Craig Berry.
54493      Branch: perl
54494            ! perlio.c
54495 ____________________________________________________________________________
54496 [ 19654] By: rgs                                   on 2003/06/01  07:37:50
54497         Log: Two Cygwin patches from Gerrit.
54498
54499              Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
54500              From: "Gerrit P. Haase" <gp@familiehaase.de>
54501              Date: Sat, 31 May 2003 14:12:07 +0200
54502              Message-ID: <179860591535.20030531141207@familiehaase.de>
54503
54504              Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
54505              Date: Sat, 31 May 2003 13:57:49 +0200
54506              Message-ID: <11859733881.20030531135749@familiehaase.de>
54507      Branch: perl
54508            ! README.cygwin perl.h t/io/layers.t
54509 ____________________________________________________________________________
54510 [ 19652] By: rgs                                   on 2003/05/31  19:54:31
54511         Log: Fix a case of segfault in gv_check(), by making
54512              it ignore non-GV values in stashes.
54513      Branch: perl
54514            ! gv.c t/op/stash.t
54515 ____________________________________________________________________________
54516 [ 19651] By: rgs                                   on 2003/05/31  18:48:59
54517         Log: Don't install test.pl files.
54518      Branch: perl
54519            ! installperl
54520 ____________________________________________________________________________
54521 [ 19650] By: rgs                                   on 2003/05/31  18:47:50
54522         Log: Regenerate internals pods.
54523      Branch: perl
54524            ! pod/perlapi.pod pod/perlintern.pod
54525 ____________________________________________________________________________
54526 [ 19649] By: rgs                                   on 2003/05/31  18:33:07
54527         Log: Subject: [PATCH] jumbo closure patch broke formats
54528              From: Dave Mitchell <davem@fdgroup.com>
54529              Date: Sat, 31 May 2003 19:54:48 +0100
54530              Message-ID: <20030531185448.GA6055@fdgroup.com>
54531              Plus restore the original test script for bug #22372
54532      Branch: perl
54533            ! pad.c t/op/write.t
54534 ____________________________________________________________________________
54535 [ 19648] By: jhi                                   on 2003/05/31  17:37:36
54536         Log: Better patch from Inaba Hiroto for
54537              [perl #22375] 'split'/'index' problem for utf8
54538      Branch: perl
54539            ! sv.c
54540 ____________________________________________________________________________
54541 [ 19647] By: rgs                                   on 2003/05/31  11:46:52
54542         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
54543              From: Enache Adrian <enache@rdslink.ro>
54544              Date: Sat, 31 May 2003 14:18:11 +0300
54545              Message-ID: <20030531111811.GA1240@ratsnest.hole>
54546      Branch: perl
54547            ! t/op/write.t
54548 ____________________________________________________________________________
54549 [ 19646] By: jhi                                   on 2003/05/31  05:40:15
54550         Log: Interesting patch(1) glitch.
54551      Branch: perl
54552            ! lib/Tie/File.pm
54553 ____________________________________________________________________________
54554 [ 19645] By: jhi                                   on 2003/05/31  05:37:10
54555         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
54556              From: Enache Adrian <enache@rdslink.ro>
54557              Date: Fri, 30 May 2003 18:52:28 +0300
54558              Message-ID: <20030530155228.GA872@ratsnest.hole>
54559      Branch: perl
54560            ! sv.c t/op/write.t
54561 ____________________________________________________________________________
54562 [ 19644] By: jhi                                   on 2003/05/31  05:31:11
54563         Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
54564              From: "Craig A. Berry" <craigberry@mac.com>
54565              Date: Fri, 30 May 2003 13:08:01 -0500
54566              Message-ID: <3ED79E01.8050401@mac.com>
54567      Branch: perl
54568            ! ext/Encode/t/perlio.t
54569 ____________________________________________________________________________
54570 [ 19643] By: jhi                                   on 2003/05/31  05:28:56
54571         Log: Upgrade to Tie::File 0.96.
54572      Branch: perl
54573            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
54574            ! lib/Tie/File/t/09_gen_rs.t
54575 ____________________________________________________________________________
54576 [ 19642] By: jhi                                   on 2003/05/30  19:06:02
54577         Log: test.pl-isation.
54578      Branch: perl
54579            ! t/op/index.t
54580 ____________________________________________________________________________
54581 [ 19641] By: jhi                                   on 2003/05/30  15:59:57
54582         Log: A bit of networking notworking negativity.
54583              (Inspiration from Jos.)
54584      Branch: perl
54585            ! pod/perlport.pod
54586 ____________________________________________________________________________
54587 [ 19640] By: jhi                                   on 2003/05/30  05:47:15
54588         Log: Fix for "#22375 'split'/'index' problem for utf8".
54589      Branch: perl
54590            ! sv.c t/op/index.t
54591 ____________________________________________________________________________
54592 [ 19639] By: jhi                                   on 2003/05/29  19:07:35
54593         Log: Add the test case for the already fixed
54594              [perl #22351] perl bug with 'e' substitution modifier
54595      Branch: perl
54596            ! t/op/subst.t
54597 ____________________________________________________________________________
54598 [ 19638] By: jhi                                   on 2003/05/29  18:56:46
54599         Log: Comment tweakage.
54600      Branch: perl
54601            ! intrpvar.h
54602 ____________________________________________________________________________
54603 [ 19637] By: rgs                                   on 2003/05/29  18:47:40
54604         Log: Subject: [PATCH] jumbo closure fix
54605              From: Dave Mitchell <davem@fdgroup.com>
54606              Date: Wed, 26 Feb 2003 14:49:47 +0000
54607              Message-ID: <20030226144947.A14444@fdgroup.com>
54608      Branch: perl
54609            ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h
54610            ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod
54611            ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad
54612            ! t/op/closure.t
54613 ____________________________________________________________________________
54614 [ 19635] By: jhi                                   on 2003/05/29  09:13:06
54615         Log: Subject: Credits patch
54616              From: Ed Avis <ed@membled.com>
54617              Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
54618              Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
54619      Branch: perl
54620            ! lib/Tie/RefHash.pm
54621 ____________________________________________________________________________
54622 [ 19634] By: jhi                                   on 2003/05/29  09:11:30
54623         Log: Subject: [patch] IO::File->open() with encoding
54624              From: Pradeep Hodigere <phodigere@yahoo.com>
54625              Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
54626              Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
54627      Branch: perl
54628            + ext/IO/lib/IO/t/io_utf8.t
54629            ! MANIFEST ext/IO/lib/IO/File.pm
54630 ____________________________________________________________________________
54631 [ 19633] By: jhi                                   on 2003/05/29  08:18:09
54632         Log: A *much* cut-down version of the patches in the thread
54633              Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
54634              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
54635              Date: 16 May 2003 19:04:28 -0000
54636              Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
54637      Branch: perl
54638            ! pod/perldiag.pod
54639 ____________________________________________________________________________
54640 [ 19632] By: jhi                                   on 2003/05/29  08:12:46
54641         Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
54642              From: Dave Mitchell <davem@fdgroup.com>
54643              Date: Tue, 27 May 2003 19:31:10 +0100
54644              Message-ID: <20030527183110.GA22715@fdgroup.com>
54645      Branch: perl
54646            ! hv.c
54647 ____________________________________________________________________________
54648 [ 19631] By: jhi                                   on 2003/05/29  08:11:42
54649         Log: Document that setvbuf() is not probably any more available.
54650              Many reports, most recently by mjd in
54651              [perl #22339] IO::Handle::setvbuf not defined properly
54652      Branch: perl
54653            ! ext/IO/lib/IO/Handle.pm
54654 ____________________________________________________________________________
54655 [ 19630] By: jhi                                   on 2003/05/29  07:59:51
54656         Log: Subject: typo in pod/perlfunc.pod
54657              From: Alexey Mahotkin <alexm@w-m.ru>
54658              Date: Wed, 28 May 2003 15:18:04 +0400
54659              Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
54660      Branch: perl
54661            ! pod/perlfunc.pod
54662 ____________________________________________________________________________
54663 [ 19629] By: merijn                                on 2003/05/28  12:24:42
54664         Log: Subject: [PATCH] Re: a2p is linked against too many libraries
54665              From: Andy Dougherty <doughera@lafayette.edu>
54666              Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
54667              Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
54668      Branch: perl
54669            ! x2p/Makefile.SH
54670 ____________________________________________________________________________
54671 [ 19628] By: jhi                                   on 2003/05/28  05:26:43
54672         Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
54673              From: Jan Dubois <jand@ActiveState.com>
54674              Date: Mon, 26 May 2003 23:33:53 -0700
54675              Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
54676      Branch: perl
54677            ! pod/perlrun.pod win32/win32.c
54678 ____________________________________________________________________________
54679 [ 19627] By: jhi                                   on 2003/05/28  05:08:07
54680         Log: OpenZaurus cross-compilation patches from Redvers Davies.
54681      Branch: perl
54682            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
54683            ! Cross/config.sh-arm-linux Cross/generate_config_sh
54684            ! Cross/installperl.patch
54685 ____________________________________________________________________________
54686 [ 19626] By: jhi                                   on 2003/05/27  06:30:54
54687         Log: For now reword the sysread/syswrite description to
54688              stress the fact that by default everything is still bytes.
54689      Branch: perl
54690            ! pod/perlfunc.pod
54691 ____________________________________________________________________________
54692 [ 19625] By: jhi                                   on 2003/05/26  20:31:56
54693         Log: Subject: Re: [perl #22299] goto doesn't find label
54694              From: Dave Mitchell <davem@fdgroup.com>
54695              Date: Sat, 24 May 2003 12:25:17 +0100
54696              Message-ID: <20030524112517.GA11761@fdgroup.com>
54697
54698              Subject: [PATCH] Re: [perl #22299] goto doesn't find label
54699              From: Dave Mitchell <davem@fdgroup.com>
54700              Date: Mon, 26 May 2003 13:47:11 +0100
54701              Message-ID: <20030526124710.GA17670@fdgroup.com>
54702      Branch: perl
54703            ! pp_ctl.c t/op/goto.t
54704 ____________________________________________________________________________
54705 [ 19623] By: merijn                                on 2003/05/26  11:19:38
54706         Log: Subject: [PATCH] for cygwin/perlld.in
54707              From: "Gerrit P. Haase" <gp@familiehaase.de>
54708              Date: Sat, 24 May 2003 16:51:29 +0200
54709              Message-ID: <162265353578.20030524165129@familiehaase.de>
54710      Branch: perl
54711            ! cygwin/perlld.in
54712 ____________________________________________________________________________
54713 [ 19622] By: jhi                                   on 2003/05/25  18:57:18
54714         Log: Regen modlib and toc.
54715      Branch: perl
54716            ! pod/perlmodlib.pod pod/perltoc.pod
54717 ____________________________________________________________________________
54718 [ 19621] By: jhi                                   on 2003/05/25  18:51:00
54719         Log: Run external commands only with localized sanitized $ENV{PATH}.
54720      Branch: perl
54721            ! ext/Sys/Hostname/Hostname.pm
54722 ____________________________________________________________________________
54723 [ 19620] By: jhi                                   on 2003/05/25  18:39:04
54724         Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613
54725              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
54726              Date: Sun, 25 May 2003 21:17:42 +0200
54727              Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
54728      Branch: perl
54729            ! perlio.h
54730 ____________________________________________________________________________
54731 [ 19619] By: jhi                                   on 2003/05/25  18:36:17
54732         Log: Protect against race conditions: if the pid is not seen,
54733              neither will be the $0 change be seen (and vice versa).
54734      Branch: perl
54735            ! ext/threads/t/join.t
54736 ____________________________________________________________________________
54737 [ 19618] By: jhi                                   on 2003/05/24  19:54:39
54738         Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long
54739              From: Dan Kogai <dankogai@dan.co.jp>
54740              Date: 24 May 2003 19:50:48 -0000
54741              Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
54742      Branch: perl
54743            ! ext/Encode/bin/piconv
54744 ____________________________________________________________________________
54745 [ 19610] By: jhi                                   on 2003/05/24  06:42:52
54746         Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
54747              From: Dave Mitchell <davem@fdgroup.com>
54748              Date: Thu, 22 May 2003 10:13:19 +0100
54749              Message-ID: <20030522091319.GA4568@fdgroup.com>
54750
54751              Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
54752              From: Dave Mitchell <davem@fdgroup.com>
54753              Date: Fri, 23 May 2003 17:09:44 +0100
54754              Message-ID: <20030523160944.GC9194@fdgroup.com>
54755      Branch: perl
54756            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t
54757            ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t
54758 ____________________________________________________________________________
54759 [ 19608] By: jhi                                   on 2003/05/24  06:30:40
54760         Log: Missing "to".
54761      Branch: perl
54762            ! NetWare/config_H.wc Porting/config_H config_h.SH
54763            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
54764            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54765            ! win32/config_H.vc64 wince/config_H.ce
54766 ____________________________________________________________________________
54767 [ 19607] By: jhi                                   on 2003/05/24  06:23:51
54768         Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands.
54769      Branch: perl
54770            ! Cross/config.sh-arm-linux NetWare/config.wc
54771            ! NetWare/config_H.wc configure.com epoc/config.sh
54772            ! plan9/config.plan9 plan9/config_h.sample
54773            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
54774            ! win32/config.gc win32/config.vc win32/config.vc64
54775            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54776            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
54777 ____________________________________________________________________________
54778 [ 19606] By: jhi                                   on 2003/05/24  06:05:17
54779         Log: Regen Glossary et al.
54780      Branch: perl
54781            ! Porting/Glossary Porting/config.sh Porting/config_H
54782 ____________________________________________________________________________
54783 [ 19604] By: jhi                                   on 2003/05/24  05:57:49
54784         Log: Add a real scan for pthread_attr_setscope().
54785      Branch: perl
54786            ! Configure config_h.SH ext/threads/threads.xs
54787 ____________________________________________________________________________
54788 [ 19603] By: jhi                                   on 2003/05/24  05:32:34
54789         Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
54790      Branch: perl
54791            - lib/ftp.pl
54792            ! MANIFEST
54793 ____________________________________________________________________________
54794 [ 19602] By: jhi                                   on 2003/05/23  17:02:28
54795         Log: Noticed by John P. Linderman.
54796      Branch: perl
54797            ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h
54798 ____________________________________________________________________________
54799 [ 19601] By: jhi                                   on 2003/05/23  16:58:04
54800         Log: Subject: [PATCH] RE: state of deparse?
54801              From: Robin Barker <Robin.Barker@npl.co.uk>
54802              Date: Fri, 23 May 2003 17:42:37 +0100
54803              Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
54804      Branch: perl
54805            ! ext/B/B/Deparse.pm
54806 ____________________________________________________________________________
54807 [ 19600] By: jhi                                   on 2003/05/23  16:55:09
54808         Log: Subject: [PATCH] for Configure -Dnoextensions=Encode
54809              From: Robin Barker <Robin.Barker@npl.co.uk>
54810              Date: Fri, 23 May 2003 17:37:09 +0100
54811              Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
54812      Branch: perl
54813            ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t
54814            ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t
54815 ____________________________________________________________________________
54816 [ 19599] By: jhi                                   on 2003/05/23  16:51:18
54817         Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
54818              From: Robin Barker <Robin.Barker@npl.co.uk>
54819              Date: Fri, 23 May 2003 17:32:22 +0100
54820              Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
54821      Branch: perl
54822            ! embed.pl perl.h perlio.c perlio.h proto.h
54823 ____________________________________________________________________________
54824 [ 19598] By: jhi                                   on 2003/05/23  16:05:36
54825         Log: Hasty editing, grumble.
54826      Branch: perl
54827            ! ext/POSIX/POSIX.xs
54828 ____________________________________________________________________________
54829 [ 19597] By: jhi                                   on 2003/05/23  16:02:30
54830         Log: Linewrapping MUAs, grumble.
54831      Branch: perl
54832            ! ext/POSIX/POSIX.xs
54833 ____________________________________________________________________________
54834 [ 19596] By: jhi                                   on 2003/05/23  16:00:51
54835         Log: U/WIN extension fix from John P. Linderman.
54836      Branch: perl
54837            ! ext/POSIX/POSIX.xs
54838 ____________________________________________________________________________
54839 [ 19595] By: jhi                                   on 2003/05/23  14:19:53
54840         Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
54841              From: Dan Kogai <dankogai@dan.co.jp>
54842              Date: Sat, 24 May 2003 00:15:49 +0900
54843              Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
54844      Branch: perl
54845            ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs
54846            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
54847 ____________________________________________________________________________
54848 [ 19594] By: jhi                                   on 2003/05/23  13:06:25
54849         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
54850              From: Michael G Schwern <schwern@pobox.com>
54851              Date: Fri, 23 May 2003 02:10:46 -0700
54852              Message-ID: <20030523091046.GB11662@windhund.schwern.org>
54853      Branch: perl
54854            + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
54855            + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
54856            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
54857            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Any.pm
54858            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
54859            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
54860            ! lib/ExtUtils/MakeMaker/FAQ.pod
54861            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
54862            ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t
54863            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
54864 ____________________________________________________________________________
54865 [ 19593] By: jhi                                   on 2003/05/23  12:56:23
54866         Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
54867              From: Dan Kogai <dankogai@dan.co.jp>
54868              Date: Fri, 23 May 2003 20:17:16 +0900
54869              Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
54870      Branch: perl
54871            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
54872            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
54873            ! ext/Encode/lib/Encode/Encoding.pm
54874            ! ext/PerlIO/encoding/encoding.xs
54875 ____________________________________________________________________________
54876 [ 19592] By: jhi                                   on 2003/05/23  12:52:05
54877         Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
54878      Branch: perl
54879            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
54880            ! ext/Time/HiRes/HiRes.xs
54881 ____________________________________________________________________________
54882 [ 19590] By: jhi                                   on 2003/05/22  11:51:46
54883         Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
54884              From: Dan Kogai <dankogai@dan.co.jp>
54885              Date: Thu, 22 May 2003 18:46:40 +0900
54886              Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>
54887      Branch: perl
54888            ! ext/Encode/encoding.pm
54889 ____________________________________________________________________________
54890 [ 19589] By: rgs                                   on 2003/05/21  21:37:28
54891         Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
54892              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
54893              Date: Tue, 13 May 2003 10:36:32 +0200
54894              Message-id: <20030513083631.GA21782@ethan>
54895      Branch: perl
54896            ! utils/h2xs.PL
54897 ____________________________________________________________________________
54898 [ 19588] By: rgs                                   on 2003/05/21  21:03:04
54899         Log: New warning "Useless localization of %s", based on
54900              Subject: [PATCH] new warning "Useless localization of %s is deprecated"
54901              From: Dave Mitchell <davem@fdgroup.com>
54902              Date: Wed, 30 Apr 2003 21:17:38 +0100
54903              Message-ID: <20030430201738.GA22054@fdgroup.com>
54904
54905              The proposed patch added this warning in the 'deprecated' category ;
54906              I think this category is for things that exist and will be removed,
54907              rather than for things that don't exist and that will maybe be added.
54908      Branch: perl
54909            ! op.c pod/perldiag.pod t/lib/warnings/op
54910 ____________________________________________________________________________
54911 [ 19586] By: rgs                                   on 2003/05/21  19:56:38
54912         Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
54913              disable the loading of .pmc files if defined.
54914              Rename the function S_doopen_pmc to S_doopen_pm.
54915      Branch: perl
54916            ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h
54917 ____________________________________________________________________________
54918 [ 19585] By: jhi                                   on 2003/05/21  19:28:23
54919         Log: More U/WIN tweaks from John P. Linderman.
54920      Branch: perl
54921            ! t/io/layers.t t/io/tell.t
54922 ____________________________________________________________________________
54923 [ 19584] By: rgs                                   on 2003/05/21  19:27:13
54924         Log: Subject: [PATCH] perldata.pod revamp rev. 3
54925              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
54926              Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
54927              Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
54928      Branch: perl
54929            ! pod/perldata.pod
54930 ____________________________________________________________________________
54931 [ 19583] By: jhi                                   on 2003/05/21  19:18:21
54932         Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
54933              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
54934              Date: Mon, 19 May 2003 17:53:25 -0400
54935              Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
54936
54937              (the bug id corrected to be #22231, not #22238)
54938      Branch: perl
54939            ! lib/Switch.pm
54940 ____________________________________________________________________________
54941 [ 19582] By: jhi                                   on 2003/05/21  14:17:14
54942         Log: MAN3PODS => {} good.  (Was in 5.8.0, has been lost at some point.)
54943      Branch: perl
54944            ! ext/MIME/Base64/Makefile.PL
54945 ____________________________________________________________________________
54946 [ 19581] By: jhi                                   on 2003/05/21  14:15:26
54947         Log: U/WIN test tweak from John P. Linderman.
54948      Branch: perl
54949            ! t/op/chdir.t
54950 ____________________________________________________________________________
54951 [ 19580] By: jhi                                   on 2003/05/21  13:06:13
54952         Log: VMS test tweak from Craig Berry.
54953      Branch: perl
54954            ! lib/DirHandle.t
54955 ____________________________________________________________________________
54956 [ 19579] By: jhi                                   on 2003/05/21  13:03:34
54957         Log: U/WIN test nit for John P. Linderman.
54958      Branch: perl
54959            ! ext/Cwd/t/cwd.t
54960 ____________________________________________________________________________
54961 [ 19578] By: jhi                                   on 2003/05/21  13:01:42
54962         Log: Subject: [Encode] 1.95 released
54963              From: Dan Kogai <dankogai@dan.co.jp>
54964              Date: Wed, 21 May 2003 18:26:26 +0900
54965              Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
54966      Branch: perl
54967            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
54968            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
54969            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
54970            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.t
54971            ! ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
54972            ! ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
54973            ! ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
54974            ! ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
54975            ! ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
54976            ! ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
54977            ! ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
54978            ! ext/Encode/ucm/8859-9.ucm
54979 ____________________________________________________________________________
54980 [ 19575] By: rgs                                   on 2003/05/20  19:22:30
54981         Log: Enhance the failure reporting for the pod2html tests
54982      Branch: perl
54983            ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl
54984 ____________________________________________________________________________
54985 [ 19574] By: rgs                                   on 2003/05/20  18:52:21
54986         Log: Upgrade to Getopt::Long 2.33
54987              (mostly a version number increment)
54988      Branch: perl
54989            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
54990            ! lib/Getopt/Long/README
54991 ____________________________________________________________________________
54992 [ 19573] By: rgs                                   on 2003/05/20  18:43:37
54993         Log: Upgrade to CPAN 1.70_54
54994              Subject: Re: CPAN.pm into blead
54995              From: Andreas J Koenig <andreas.koenig@anima.de>
54996              Date: Tue, 20 May 2003 11:31:16 +0200
54997              Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
54998      Branch: perl
54999            - lib/CPAN/README
55000            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
55001 ____________________________________________________________________________
55002 [ 19571] By: jhi                                   on 2003/05/19  19:52:23
55003         Log: Further -Uuseperlio tweaking.
55004      Branch: perl
55005            ! ext/Encode/t/Unicode.t
55006 ____________________________________________________________________________
55007 [ 19570] By: rgs                                   on 2003/05/19  19:20:48
55008         Log: Subject: Re: Possible precedence problem on bitwise ^ operator
55009              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55010              Date: Sun, 18 May 2003 19:21:01 -0700
55011              Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
55012              (with tweaks to perldiag.pod)
55013      Branch: perl
55014            ! op.c pod/perldiag.pod
55015 ____________________________________________________________________________
55016 [ 19569] By: jhi                                   on 2003/05/19  19:02:23
55017         Log: More Ultrix double definition avoidance.
55018      Branch: perl
55019            ! ext/Socket/Socket.xs
55020 ____________________________________________________________________________
55021 [ 19566] By: jhi                                   on 2003/05/19  04:58:25
55022         Log: Integrate perlio:
55023              [ 19556]
55024              Fix ticket 18265
55025
55026              [ 19557]
55027              EINTR retry should exit on count >= 0 not !=0
55028      Branch: perl
55029           !> perlio.c
55030 ____________________________________________________________________________
55031 [ 19565] By: jhi                                   on 2003/05/19  04:56:16
55032         Log: Nekkid numbers.
55033      Branch: perl
55034            ! ext/threads/threads.xs
55035 ____________________________________________________________________________
55036 [ 19564] By: jhi                                   on 2003/05/19  04:52:49
55037         Log: Meaningless cosmetics.
55038      Branch: perl
55039            ! ext/threads/threads.xs
55040 ____________________________________________________________________________
55041 [ 19563] By: jhi                                   on 2003/05/19  04:47:53
55042         Log: Make Perl_ithread_self() a bit more helpful when
55043              finding the thread fails (suggested by Stas in
55044              perl-ithreads Mar 01)
55045      Branch: perl
55046            ! ext/threads/threads.xs
55047 ____________________________________________________________________________
55048 [ 19562] By: jhi                                   on 2003/05/19  04:40:11
55049         Log: Slightly wrong panic messages.
55050      Branch: perl
55051            ! ext/threads/threads.xs
55052 ____________________________________________________________________________
55053 [ 19561] By: jhi                                   on 2003/05/19  04:33:31
55054         Log: Ultrix: the #19435 helped the IO extension, so this should
55055              help the Socket extension (socket structs redefinitions).
55056      Branch: perl
55057            ! ext/Socket/Socket.xs
55058 ____________________________________________________________________________
55059 [ 19560] By: jhi                                   on 2003/05/19  04:30:01
55060         Log: Based on
55061
55062              Subject: [PATCH threads.xs] no system scope on VMS
55063              From: "Craig A. Berry" <craigberry@mac.com>
55064              Date: Sun, 18 May 2003 23:02:07 -0500
55065              Message-ID: <3EC8573F.6050005@mac.com>
55066
55067              but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
55068      Branch: perl
55069            ! ext/threads/threads.xs
55070 ____________________________________________________________________________
55071 [ 19559] By: jhi                                   on 2003/05/19  04:24:27
55072         Log: Make the test work without perlio, from Dan Kogai.
55073      Branch: perl
55074            ! ext/Encode/t/Unicode.t
55075 ____________________________________________________________________________
55076 [ 19558] By: rgs                                   on 2003/05/18  21:40:10
55077         Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
55078              From: Michael G Schwern <schwern@pobox.com>
55079              Date: Wed, 14 May 2003 15:36:23 -0700
55080              Message-ID: <20030514223623.GD23350@windhund.schwern.org>
55081      Branch: perl
55082            ! pod/perlsyn.pod pod/perltrap.pod
55083 ____________________________________________________________________________
55084 [ 19552] By: jhi                                   on 2003/05/18  07:57:23
55085         Log: Integrate from perlio:
55086              [ 19542]
55087              Fix ticket #22219
55088
55089              [ 19543]
55090              Spotted a bare close() where PerlLIO_close() seems correct.
55091      Branch: perl
55092           !> doio.c perlio.c
55093 ____________________________________________________________________________
55094 [ 19550] By: jhi                                   on 2003/05/18  06:23:50
55095         Log: UTF-7 tweak from Dan Kogai.
55096      Branch: perl
55097            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
55098 ____________________________________________________________________________
55099 [ 19549] By: jhi                                   on 2003/05/18  05:58:58
55100         Log: The 'quotes' really are important (caught by Enache Adrian).
55101      Branch: perl
55102            ! Makefile.SH
55103 ____________________________________________________________________________
55104 [ 19548] By: jhi                                   on 2003/05/17  16:39:19
55105         Log: Subject: [Encode] UTF-7 Support
55106              From: Dan Kogai <dankogai@dan.co.jp>
55107              Date: Sun, 18 May 2003 00:45:35 +0900
55108              Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
55109      Branch: perl
55110            + ext/Encode/lib/Encode/Unicode/UTF7.pm
55111            ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST
55112            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
55113            ! ext/Encode/lib/Encode/Config.pm
55114            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
55115 ____________________________________________________________________________
55116 [ 19547] By: jhi                                   on 2003/05/17  16:26:47
55117         Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand
55118              non-left-aligned heredocs.
55119      Branch: perl
55120            ! Makefile.SH
55121 ____________________________________________________________________________
55122 [ 19545] By: jhi                                   on 2003/05/17  15:51:07
55123         Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
55124              From: Alan Burlison <Alan.Burlison@sun.com>
55125              Date: Thu, 15 May 2003 22:17:55 +0100
55126              Message-ID: <3EC40403.9000804@sun.com>
55127
55128              (fixed symbol scanning for Solaris 10)
55129      Branch: perl
55130            ! Configure
55131 ____________________________________________________________________________
55132 [ 19541] By: rgs                                   on 2003/05/17  12:10:14
55133         Log: Upgrade to Getopt::Long 2.32_05
55134      Branch: perl
55135            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
55136            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
55137            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
55138            ! lib/Getopt/Long/t/gol-oo.t
55139 ____________________________________________________________________________
55140 [ 19540] By: rgs                                   on 2003/05/17  11:46:25
55141         Log: Clarify the explanation of the warning "Possible precedence problem
55142              on bitwise operator".
55143      Branch: perl
55144            ! pod/perldiag.pod
55145 ____________________________________________________________________________
55146 [ 19539] By: rgs                                   on 2003/05/17  11:36:08
55147         Log: Fix bug #22216 : B::Deparse can't handle "use Module Version"
55148              with fractional version numbers or v-strings.
55149      Branch: perl
55150            ! ext/B/B/Deparse.pm
55151 ____________________________________________________________________________
55152 [ 19537] By: gsar                                  on 2003/05/17  06:32:46
55153         Log: missing init in change#19533
55154      Branch: perl
55155            ! win32/win32sck.c
55156 ____________________________________________________________________________
55157 [ 19536] By: gsar                                  on 2003/05/17  06:07:07
55158         Log: apply Net::Ping patch that makes the fork()-based approach
55159              work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
55160
55161              the code this affects is currently not enabled anywhere, but
55162              could be enabled if the non-blocking approach runs into problems
55163              on older windows versions
55164      Branch: perl
55165            ! lib/Net/Ping.pm
55166 ____________________________________________________________________________
55167 [ 19535] By: gsar                                  on 2003/05/17  05:54:39
55168         Log: improve the implementation of Net::Ping on windows by avoiding
55169              fork(), which is pretty heavy-weight for this kind of
55170              application; use non-blocking sockets instead
55171
55172              has been verified to work on Win2k but will need testing on
55173              other flavors of windows
55174
55175              there is a single known failure on windows in 450_service.t (test 18)
55176              due to what appears to be bugs in the ping_syn()/ack() code
55177      Branch: perl
55178            ! lib/Net/Ping.pm
55179 ____________________________________________________________________________
55180 [ 19534] By: gsar                                  on 2003/05/17  04:53:06
55181         Log: change#16723 broke the ioctl() return value on platforms
55182              that have ioctl() but no fcntl() (e.g. windows)
55183
55184              change#17577 then attempted to fix the bustage, but got
55185              it wrong
55186      Branch: perl
55187            ! pp_sys.c
55188 ____________________________________________________________________________
55189 [ 19533] By: gsar                                  on 2003/05/17  04:49:18
55190         Log: avoid select() on windows destroying errno (used to typically
55191              always sets it to EINVAL due to the way it maps the FD_SETs)
55192      Branch: perl
55193            ! win32/win32sck.c
55194 ____________________________________________________________________________
55195 [ 19532] By: jhi                                   on 2003/05/16  18:21:27
55196         Log: The suggested patch for [perl #22201] "patch: perl 5.8.0
55197              compile error on ia64/HP-UX (comparing incompatible pointers)"
55198              plus a possible cure for the warning mentioned in the case.
55199      Branch: perl
55200            ! ext/Storable/Storable.xs
55201 ____________________________________________________________________________
55202 [ 19531] By: jhi                                   on 2003/05/16  17:56:06
55203         Log: Apply the supplied patch for [perl #22195]
55204              "File::Find, sorted directory traversal order is inverted"
55205      Branch: perl
55206            ! lib/File/Find.pm
55207 ____________________________________________________________________________
55208 [ 19528] By: jhi                                   on 2003/05/16  15:56:33
55209         Log: Subject: [PATCH] RE: maint snapshot @ 19525
55210              From: Robin Barker <Robin.Barker@npl.co.uk>
55211              Date: Fri, 16 May 2003 17:16:57 +0100
55212              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
55213
55214              (Part #2: the hv.c SVf)
55215      Branch: perl
55216            ! hv.c
55217 ____________________________________________________________________________
55218 [ 19527] By: jhi                                   on 2003/05/16  15:55:10
55219         Log: Subject: [PATCH] RE: maint snapshot @ 19525
55220              From: Robin Barker <Robin.Barker@npl.co.uk>
55221              Date: Fri, 16 May 2003 17:16:57 +0100
55222              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
55223
55224              (Part #1: the __format__ and __printf__)
55225      Branch: perl
55226            ! Configure embed.pl perlio.c proto.h
55227 ____________________________________________________________________________
55228 [ 19523] By: jhi                                   on 2003/05/14  05:19:05
55229         Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
55230              From: Gisle Aas <gisle@ActiveState.com>
55231              Date: 13 May 2003 19:51:19 -0700
55232              Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
55233      Branch: perl
55234            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
55235            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
55236            ! ext/MIME/Base64/t/quoted-print.t
55237 ____________________________________________________________________________
55238 [ 19522] By: jhi                                   on 2003/05/14  05:11:49
55239         Log: More Panther moves.
55240      Branch: perl
55241            ! Makefile.SH hints/darwin.sh
55242 ____________________________________________________________________________
55243 [ 19521] By: jhi                                   on 2003/05/13  19:33:44
55244         Log: Curliff and liff with ease.
55245      Branch: perl
55246            + Porting/curliff.pl
55247            ! MANIFEST
55248 ____________________________________________________________________________
55249 [ 19520] By: jhi                                   on 2003/05/13  18:59:51
55250         Log: Use /usr/bin/perl (de facto in Porting/ scripts).
55251      Branch: perl
55252            ! Porting/sort_perldiag.pl
55253 ____________________________________________________________________________
55254 [ 19518] By: jhi                                   on 2003/05/13  18:53:48
55255         Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/
55256              From: Casey West <casey@geeknest.com>
55257              Date: Fri, 9 May 2003 04:00:44 -0400
55258              Message-ID: <20030509080044.GA49820@geeknest.com>
55259
55260              (except for the dup.t patch which diddled with system().)
55261      Branch: perl
55262            ! Configure NetWare/config_H.wc Porting/config_H README.Y2K
55263            ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm
55264            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
55265            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
55266            ! win32/config_H.vc64 wince/config_H.ce
55267 ____________________________________________________________________________
55268 [ 19517] By: jhi                                   on 2003/05/13  18:39:40
55269         Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
55270              From: Gisle Aas <gisle@ActiveState.com>
55271              Date: 13 May 2003 09:59:50 -0700
55272              Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
55273      Branch: perl
55274            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
55275            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
55276            ! ext/MIME/Base64/t/quoted-print.t
55277 ____________________________________________________________________________
55278 [ 19516] By: jhi                                   on 2003/05/13  18:37:11
55279         Log: Subject: [PATCH] More perldiag.pod sorting
55280              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
55281              Date: Tue, 13 May 2003 15:13:53 -0400
55282              Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
55283
55284              (plus add 'no locale;')
55285      Branch: perl
55286            + Porting/sort_perldiag.pl
55287            ! MANIFEST pod/perldiag.pod
55288 ____________________________________________________________________________
55289 [ 19514] By: jhi                                   on 2003/05/13  17:38:09
55290         Log: Detypo.
55291      Branch: perl
55292            ! lib/Unicode/UCD.pm
55293 ____________________________________________________________________________
55294 [ 19512] By: gsar                                  on 2003/05/13  13:28:42
55295         Log: make it easier to reproduce the bug
55296      Branch: perl
55297            ! lib/Tie/File.pm
55298 ____________________________________________________________________________
55299 [ 19511] By: gsar                                  on 2003/05/13  13:08:47
55300         Log: the \do {local *FH} trick in Tie::File was really only needed
55301              on 5.005 and earlier, since later versions can autovivify
55302              the handle
55303
55304              however, a search in the p5p archives reveals the trick doesn't
55305              fully work in the versions it is needed in, so use the more
55306              standard Symbol::gensym() way
55307      Branch: perl
55308            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
55309 ____________________________________________________________________________
55310 [ 19510] By: gsar                                  on 2003/05/13  12:36:01
55311         Log: $Config{usethreads} wasn't being set on windows
55312      Branch: perl
55313            ! win32/Makefile win32/makefile.mk
55314 ____________________________________________________________________________
55315 [ 19509] By: jhi                                   on 2003/05/13  12:24:19
55316         Log: Reinstate the #19498 but now skip the crashing
55317              tests (when threaded) as TODOs.
55318      Branch: perl
55319            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
55320 ____________________________________________________________________________
55321 [ 19508] By: jhi                                   on 2003/05/13  11:22:06
55322         Log: Revert #19498 since it broke threaded builds.
55323      Branch: perl
55324            ! lib/Tie/File.pm
55325 ____________________________________________________________________________
55326 [ 19507] By: jhi                                   on 2003/05/13  05:20:56
55327         Log: Better be explicit with dangling elses.
55328      Branch: perl
55329            ! pp.c
55330 ____________________________________________________________________________
55331 [ 19506] By: jhi                                   on 2003/05/13  04:46:18
55332         Log: Detypo Pantherisms.
55333      Branch: perl
55334            ! Makefile.SH hints/darwin.sh
55335 ____________________________________________________________________________
55336 [ 19505] By: rgs                                   on 2003/05/12  21:49:21
55337         Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016]
55338              From: Alex Vandiver <alexmv@MIT.EDU>
55339              Date: 02 May 2003 06:45:05 -0400
55340              Message-Id: <1051872303.26203.104.camel@supox>
55341              (plus perldiag nit)
55342      Branch: perl
55343            ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c
55344            ! t/comp/package.t
55345 ____________________________________________________________________________
55346 [ 19504] By: rgs                                   on 2003/05/12  20:52:52
55347         Log: Small nit in perlsyn about the new // operator
55348      Branch: perl
55349            ! pod/perlsyn.pod
55350 ____________________________________________________________________________
55351 [ 19503] By: rgs                                   on 2003/05/12  19:43:07
55352         Log: Use a more sophisticated heuristics to produce the warning
55353              'Parentheses missing around "%s" list'. This fixes bug #22147.
55354              Also, the warning is now produced for C<local *a,*b;>.
55355      Branch: perl
55356            ! op.c t/lib/warnings/op
55357 ____________________________________________________________________________
55358 [ 19502] By: jhi                                   on 2003/05/12  19:34:10
55359         Log: Work also without perlio.
55360      Branch: perl
55361            ! t/io/dup.t
55362 ____________________________________________________________________________
55363 [ 19500] By: jhi                                   on 2003/05/12  05:25:14
55364         Log: Panther preparation.
55365      Branch: perl
55366            ! Makefile.SH hints/darwin.sh
55367 ____________________________________________________________________________
55368 [ 19499] By: jhi                                   on 2003/05/12  04:49:57
55369         Log: More moves to intrpvar.h.
55370      Branch: perl
55371            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
55372 ____________________________________________________________________________
55373 [ 19498] By: gsar                                  on 2003/05/12  01:40:46
55374         Log: fix for Tie::File test failures on windows: the problem was
55375              that Tie::File did not close any file handles it opens internally,
55376              leading to file handle leaks and t/tf* temporary file littering;
55377              we now close the handle iff Tie::File opened it
55378
55379              this fix unearths what appears to be a perl bug in localizing globs:
55380              09_gen_rs.t fails due to a prematurely closed filehandle, although
55381              it wasn't explicitly closed anywhere by the code (renaming the
55382              *FH at line 97 to *FH1 makes it work, but I haven't done this
55383              to allow the bug to be tracked down)
55384      Branch: perl
55385            ! lib/Tie/File.pm
55386 ____________________________________________________________________________
55387 [ 19497] By: jhi                                   on 2003/05/11  20:17:30
55388         Log: Move the thread *hook into interpreter.
55389      Branch: perl
55390            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
55391 ____________________________________________________________________________
55392 [ 19496] By: rgs                                   on 2003/05/11  20:06:03
55393         Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
55394              From: Dave Mitchell <davem@fdgroup.com>
55395              Date: Sat, 10 May 2003 01:45:23 +0100
55396              Message-ID: <20030510004523.GC20871@fdgroup.com>
55397      Branch: perl
55398            ! pp_ctl.c
55399 ____________________________________________________________________________
55400 [ 19495] By: rgs                                   on 2003/05/11  20:01:10
55401         Log: Open UNIX is not really "formerly Unixware", since the most
55402              recent releases are known as Unixware, not as Open UNIX.
55403      Branch: perl
55404            ! pod/perlport.pod
55405 ____________________________________________________________________________
55406 [ 19494] By: jhi                                   on 2003/05/11  19:52:38
55407         Log: Slight tweaks to the platform list.
55408      Branch: perl
55409            ! pod/perlport.pod
55410 ____________________________________________________________________________
55411 [ 19493] By: rgs                                   on 2003/05/11  19:13:00
55412         Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
55413              From: Casey West <casey@geeknest.com>
55414              Date: Fri, 9 May 2003 10:30:13 -0400
55415              Message-ID: <20030509143013.GM49820@geeknest.com>
55416      Branch: perl
55417            ! pod/perlop.pod
55418 ____________________________________________________________________________
55419 [ 19492] By: rgs                                   on 2003/05/11  19:04:27
55420         Log: perlport.pod nit for doc bug #8253.
55421      Branch: perl
55422            ! pod/perlport.pod
55423 ____________________________________________________________________________
55424 [ 19491] By: jhi                                   on 2003/05/11  17:50:49
55425         Log: Use test.pl.
55426      Branch: perl
55427            ! t/io/fflush.t
55428 ____________________________________________________________________________
55429 [ 19490] By: jhi                                   on 2003/05/11  17:46:09
55430         Log: Try to handle a $^X with spaces in it.
55431      Branch: perl
55432            ! t/test.pl
55433 ____________________________________________________________________________
55434 [ 19489] By: jhi                                   on 2003/05/11  17:44:28
55435         Log: Separate the creation of the command to run by
55436              runperl() into its own function, _create_runperl().
55437      Branch: perl
55438            ! t/test.pl
55439 ____________________________________________________________________________
55440 [ 19488] By: jhi                                   on 2003/05/11  16:52:00
55441         Log: Fixup the method behaviour table.
55442      Branch: perl
55443            ! pod/perliol.pod
55444 ____________________________________________________________________________
55445 [ 19487] By: jhi                                   on 2003/05/11  16:43:26
55446         Log: Integrate from perlio:
55447              [ 19474]
55448              Tweaks to Jarkko's NULL deref checks in perlio.c
55449
55450              [ 19475]
55451              Fix for bugs 21717 and 22140.
55452              Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
55453              and derived layers. So have :unix's "pushed" method stat() the fd and
55454              cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
55455              UNIX behaviour.
55456
55457              [ 19479]
55458              Better but still unproven fix for lseek() on pipes.
55459
55460              [ 19483]
55461              Unused variable
55462
55463              [ 19485]
55464              Tests to prove Ticket 9468 is fixed.
55465
55466              [ 19486]
55467              add test for change#19475,19479 (bugs#21717,22140)
55468      Branch: perl
55469           !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t
55470           !> t/io/fflush.t
55471 ____________________________________________________________________________
55472 [ 19484] By: gsar                                  on 2003/05/11  15:37:14
55473         Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
55474              in terms of an exported function rather than as an inlined
55475              macro (latter wants PL_op_mutex which isn't exported as such)
55476
55477              Jarkko: please merge into maint-5.8
55478      Branch: perl
55479            ! dosish.h makedef.pl win32/win32.c win32/win32.h
55480 ____________________________________________________________________________
55481 [ 19482] By: jhi                                   on 2003/05/11  07:53:26
55482         Log: Test _getcode().
55483      Branch: perl
55484            ! lib/Unicode/UCD.t
55485 ____________________________________________________________________________
55486 [ 19481] By: jhi                                   on 2003/05/11  06:25:08
55487         Log: Clarify the doc (and the code) for Unicode code points.
55488      Branch: perl
55489            ! lib/Unicode/UCD.pm
55490 ____________________________________________________________________________
55491 [ 19480] By: jhi                                   on 2003/05/11  06:18:06
55492         Log: Another doc suggestion from terry@eatoni.com (terry jones):
55493              use codepoints that return undef.
55494      Branch: perl
55495            ! lib/Unicode/UCD.pm
55496 ____________________________________________________________________________
55497 [ 19478] By: jhi                                   on 2003/05/10  19:01:17
55498         Log: Add Encode's META.yml.
55499      Branch: perl
55500            + ext/Encode/META.yml
55501            ! MANIFEST
55502 ____________________________________________________________________________
55503 [ 19477] By: jhi                                   on 2003/05/10  18:59:29
55504         Log: Upgrade to Encode 1.94.
55505      Branch: perl
55506            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
55507            ! ext/Encode/MANIFEST ext/Encode/bin/piconv
55508            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t
55509            ! ext/Encode/t/mime-header.t
55510 ____________________________________________________________________________
55511 [ 19476] By: jhi                                   on 2003/05/10  18:56:08
55512         Log: Doc bug noticed by terry@eatoni.com (terry jones).
55513      Branch: perl
55514            ! lib/Unicode/UCD.pm
55515 ____________________________________________________________________________
55516 [ 19472] By: jhi                                   on 2003/05/10  10:55:49
55517         Log: Try to plug more potential PerlIO NULL method
55518              dereferences; try to document the matter.
55519      Branch: perl
55520            ! perlio.c pod/perliol.pod
55521 ____________________________________________________________________________
55522 [ 19471] By: jhi                                   on 2003/05/10  07:07:30
55523         Log: UseNicerNames instead of SHOUTING_LIKE_THIS.
55524      Branch: perl
55525            ! perlio.c
55526 ____________________________________________________________________________
55527 [ 19470] By: jhi                                   on 2003/05/10  06:51:24
55528         Log: In eof() the errno can get stomped by the peek-ahead.
55529      Branch: perl
55530            ! doio.c ext/Socket/socketpair.t
55531 ____________________________________________________________________________
55532 [ 19469] By: rgs                                   on 2003/05/09  21:33:15
55533         Log: A regression test for the remaining "Final $ should be..." error.
55534      Branch: perl
55535            ! t/comp/parser.t
55536 ____________________________________________________________________________
55537 [ 19468] By: rgs                                   on 2003/05/09  21:23:57
55538         Log: Remove the error messages "Final @ should be \@ or @name"
55539              and "Final % should be \% or %name", that appear to be
55540              only produced in addition to another syntax error, and therefore
55541              misleading, if I understand correctly that kind of black magic.
55542      Branch: perl
55543            ! pod/perldiag.pod toke.c
55544 ____________________________________________________________________________
55545 [ 19467] By: jhi                                   on 2003/05/09  20:11:18
55546         Log: Have to think this test more when I'm awake.
55547      Branch: perl
55548            ! ext/Socket/socketpair.t
55549 ____________________________________________________________________________
55550 [ 19466] By: rgs                                   on 2003/05/09  19:56:37
55551         Log: Document that perl tries to load .pmc files before .pm files.
55552              Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
55553              From: Casey West <casey@geeknest.com>
55554              Date: Fri, 9 May 2003 17:03:50 -0400
55555              Message-ID: <20030509210350.GW49820@geeknest.com>
55556      Branch: perl
55557            ! pod/perlfunc.pod
55558 ____________________________________________________________________________
55559 [ 19465] By: rgs                                   on 2003/05/09  19:47:49
55560         Log: Fix for doc bug #8602 : clarify eof() example comments
55561      Branch: perl
55562            ! pod/perlfunc.pod
55563 ____________________________________________________________________________
55564 [ 19464] By: rgs                                   on 2003/05/09  19:34:30
55565         Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
55566              From: Casey West <casey@geeknest.com>
55567              Date: Fri, 9 May 2003 11:09:39 -0400
55568              Message-ID: <20030509150939.GN49820@geeknest.com>
55569      Branch: perl
55570            ! pod/perltrap.pod
55571 ____________________________________________________________________________
55572 [ 19463] By: rgs                                   on 2003/05/09  19:33:25
55573         Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
55574              From: Casey West <casey@geeknest.com>
55575              Date: Fri, 9 May 2003 15:25:59 -0400
55576              Message-ID: <20030509192559.GS49820@geeknest.com>
55577      Branch: perl
55578            ! pod/perlfunc.pod
55579 ____________________________________________________________________________
55580 [ 19462] By: jhi                                   on 2003/05/09  18:53:27
55581         Log: Try to comprehensively have a plan B if a PerlIO
55582              layer doesn't have a particular function.
55583              (1) If there's a corresponding PerlIOBase, call it.
55584              (2) If not having the function is 'harmless', be silently happy.
55585              (Currently only Flush is in this category.)
55586              (3) Otherwise set errno and return failure.
55587      Branch: perl
55588            ! perlio.c
55589 ____________________________________________________________________________
55590 [ 19461] By: rgs                                   on 2003/05/09  18:45:39
55591         Log: Subject: [PATCH] [perl #8703] unescaped @ is fine
55592              From: Casey West <casey@geeknest.com>
55593              Date: Fri, 9 May 2003 11:17:53 -0400
55594              Message-ID: <20030509151753.GO49820@geeknest.com>
55595      Branch: perl
55596            ! pod/perltrap.pod
55597 ____________________________________________________________________________
55598 [ 19460] By: jhi                                   on 2003/05/09  14:25:49
55599         Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas.
55600      Branch: perl
55601            ! makedef.pl
55602 ____________________________________________________________________________
55603 [ 19459] By: jhi                                   on 2003/05/09  14:22:08
55604         Log: Result of change #19458.
55605      Branch: perl
55606            ! MANIFEST
55607 ____________________________________________________________________________
55608 [ 19458] By: jhi                                   on 2003/05/09  14:21:51
55609         Log: Subject: Weekend fun: MANIFEST sorting
55610              From: andreas.koenig@anima.de (Andreas J. Koenig)
55611              Date: Fri, 09 May 2003 15:12:05 +0200
55612              Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
55613
55614              (both sorts need LC_ALL=C)
55615              (add also manicheck target)
55616      Branch: perl
55617            ! Makefile.SH
55618 ____________________________________________________________________________
55619 [ 19457] By: jhi                                   on 2003/05/09  04:30:13
55620         Log: Better skip this test on OpenBSD and BSD/OS since it
55621              does not seem to work (Slaven Rezic).
55622      Branch: perl
55623            ! lib/filetest.t
55624 ____________________________________________________________________________
55625 [ 19456] By: jhi                                   on 2003/05/09  03:41:56
55626         Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
55627              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55628              Date: Wed, 07 May 2003 23:37:47 -0700
55629              Message-ID: <7sfu+gzkg+AY092yn@efn.org>
55630      Branch: perl
55631            ! pod/perlfunc.pod
55632 ____________________________________________________________________________
55633 [ 19455] By: jhi                                   on 2003/05/09  03:36:54
55634         Log: Missing files.
55635      Branch: perl
55636            ! MANIFEST
55637 ____________________________________________________________________________
55638 [ 19454] By: rgs                                   on 2003/05/08  18:49:25
55639         Log: Suppress a few compilation warnings in pp_hot.c.
55640      Branch: perl
55641            ! pp_hot.c
55642 ____________________________________________________________________________
55643 [ 19453] By: rgs                                   on 2003/05/08  18:42:16
55644         Log: Remove duplicate entries from perldiag
55645      Branch: perl
55646            ! pod/perldiag.pod
55647 ____________________________________________________________________________
55648 [ 19452] By: jhi                                   on 2003/05/08  18:12:46
55649         Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
55650              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55651              Date: Wed, 07 May 2003 15:27:07 -0700
55652              Message-ID: <7gYu+gzkgaFU092yn@efn.org>
55653      Branch: perl
55654            ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
55655            ! pp_hot.c t/op/magic.t
55656 ____________________________________________________________________________
55657 [ 19451] By: jhi                                   on 2003/05/08  17:47:13
55658         Log: Tiny nit from mjd.
55659      Branch: perl
55660            ! lib/Tie/File.pm
55661 ____________________________________________________________________________
55662 [ 19450] By: jhi                                   on 2003/05/08  17:46:26
55663         Log: Upgrade to Tie::File 0.95.
55664      Branch: perl
55665            + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
55666            + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
55667            + lib/Tie/File/t/42_offset.t
55668            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
55669            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
55670            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
55671            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t
55672            ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t
55673            ! lib/Tie/File/t/30_defer.t
55674 ____________________________________________________________________________
55675 [ 19449] By: jhi                                   on 2003/05/08  17:35:10
55676         Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
55677              From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
55678              Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
55679              Date: 8 May 2003 00:42:18 -0000
55680      Branch: perl
55681            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
55682            ! ext/Time/HiRes/Makefile.PL
55683 ____________________________________________________________________________
55684 [ 19448] By: jhi                                   on 2003/05/08  17:27:47
55685         Log: Subject: [PATCH] alphabetize perldiag.pod
55686              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
55687              Date: Thu, 8 May 2003 11:52:39 -0400
55688              Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
55689      Branch: perl
55690            ! pod/perldiag.pod
55691 ____________________________________________________________________________
55692 [ 19447] By: jhi                                   on 2003/05/08  17:19:06
55693         Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
55694              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
55695              Date: Thu, 08 May 2003 08:42:20 +0200
55696              Message-id: <20030508064220.GA763@ethan>
55697      Branch: perl
55698            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
55699            ! ext/Devel/PPPort/t/test.t
55700 ____________________________________________________________________________
55701 [ 19445] By: jhi                                   on 2003/05/08  05:21:44
55702         Log: A variant of
55703
55704              Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
55705              From: enache@rdslink.ro (Enache Adrian)
55706              Date: Tue, 22 Apr 2003 02:54:05 +0300
55707              Message-ID: <20030421235405.GA1162@ratsnest.hole>
55708
55709              to quench the black smoke from the BSD builds.
55710      Branch: perl
55711            ! lib/ExtUtils/MM_Unix.pm
55712 ____________________________________________________________________________
55713 [ 19444] By: rgs                                   on 2003/05/07  20:25:45
55714         Log: Subject: Re: [DOC PATCH] & More File::Path issues
55715              From: Casey West <casey@geeknest.com>
55716              Date: Mon, 5 May 2003 13:25:47 -0400
55717              Message-ID: <20030505172547.GB20508@geeknest.com>
55718      Branch: perl
55719            ! lib/File/Path.pm
55720 ____________________________________________________________________________
55721 [ 19443] By: jhi                                   on 2003/05/07  20:03:58
55722         Log: Spelling correction from Nicholas Clark.
55723      Branch: perl
55724            ! ext/POSIX/POSIX.pod
55725 ____________________________________________________________________________
55726 [ 19440] By: jhi                                   on 2003/05/07  19:20:53
55727         Log: One more possible extensions permutation.
55728      Branch: perl
55729            ! Configure
55730 ____________________________________________________________________________
55731 [ 19437] By: jhi                                   on 2003/05/07  16:58:21
55732         Log: Allow platforms to manipulate their archname by creating
55733              a archname.cbu in their hints files.
55734      Branch: perl
55735            ! Configure
55736 ____________________________________________________________________________
55737 [ 19436] By: jhi                                   on 2003/05/07  16:53:26
55738         Log: More long double logic from Alan Burlison.
55739      Branch: perl
55740            ! Configure
55741 ____________________________________________________________________________
55742 [ 19435] By: jhi                                   on 2003/05/06  15:21:55
55743         Log: Worth a try for [perl #17146]
55744      Branch: perl
55745            ! ext/IO/poll.c
55746 ____________________________________________________________________________
55747 [ 19433] By: jhi                                   on 2003/05/06  05:12:23
55748         Log: Document which interfaces are NOT Unicode-aware.
55749      Branch: perl
55750            ! pod/perltodo.pod pod/perlunicode.pod
55751 ____________________________________________________________________________
55752 [ 19432] By: rgs                                   on 2003/05/05  20:31:22
55753         Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
55754              From: Casey West <casey@geeknest.com>
55755              Date: Mon, 28 Apr 2003 11:07:36 -0400
55756              Message-ID: <20030428150736.GD62281@geeknest.com>
55757      Branch: perl
55758            ! pod/perlfilter.pod
55759 ____________________________________________________________________________
55760 [ 19431] By: rgs                                   on 2003/05/05  20:07:33
55761         Log: Subject: [patch] Re: [perl #21728] regexp SEGV
55762              From: Enache Adrian <enache@rdslink.ro>
55763              Date: Fri, 28 Mar 2003 23:53:09 +0200
55764              Message-ID: <20030328215309.GA6413@ratsnest.hole>
55765              (with minor tweaks)
55766      Branch: perl
55767            ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h
55768 ____________________________________________________________________________
55769 [ 19430] By: rgs                                   on 2003/05/05  20:01:36
55770         Log: Fix doc bug #22067, noticed by Mark Knutsen
55771      Branch: perl
55772            ! pod/perlfunc.pod
55773 ____________________________________________________________________________
55774 [ 19429] By: rgs                                   on 2003/05/05  18:59:59
55775         Log: Fix : the svr5 hints file doesn't propagate libswanted with
55776              threads enabled. Now threads are OK on OpenUNIX 8, except a
55777              mysterious failure in ext/POSIX/t/sigaction.t.
55778      Branch: perl
55779            ! hints/svr5.sh
55780 ____________________________________________________________________________
55781 [ 19428] By: jhi                                   on 2003/05/05  16:54:34
55782         Log: Snip away the perlunicode slowness demo since the new
55783              caching scheme should help things a bit.
55784      Branch: perl
55785            ! pod/perlunicode.pod
55786 ____________________________________________________________________________
55787 [ 19427] By: jhi                                   on 2003/05/05  16:14:09
55788         Log: Subject: Re: Minor change to strict.pm. Who? How?
55789              From: Adam Kennedy <adam@ali.as>
55790              Date: Wed, 30 Apr 2003 00:02:40 +1000
55791              Message-ID: <3EAE8600.2000806@ali.as>
55792
55793              Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
55794              From: Michael G Schwern <schwern@pobox.com>
55795              Date: Tue, 29 Apr 2003 12:26:32 -0700
55796              Message-ID: <20030429192632.GA6129@windhund.schwern.org>
55797      Branch: perl
55798            ! lib/strict.pm
55799 ____________________________________________________________________________
55800 [ 19426] By: jhi                                   on 2003/05/05  15:48:57
55801         Log: Subject: [DOC PATCH] missing ')' in File::Path docs
55802              From: "Jos I.Boumans" <kane@dwim.org>
55803              Date: 30 Apr 2003 09:45:16 -0000
55804              Message-ID: <20030430114513165+0200@nntp.perl.org>
55805      Branch: perl
55806            ! lib/File/Path.pm
55807 ____________________________________________________________________________
55808 [ 19425] By: jhi                                   on 2003/05/05  15:47:19
55809         Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
55810              From: Michael G Schwern <schwern@pobox.com>
55811              Date: Sat, 3 May 2003 15:30:16 -0700
55812              Message-ID: <20030503223016.GE1234@windhund.schwern.org>
55813      Branch: perl
55814            ! pod/perlmod.pod
55815 ____________________________________________________________________________
55816 [ 19424] By: jhi                                   on 2003/05/05  15:44:39
55817         Log: Subject: [PATCH] [perl #3096] undefing hash with object values
55818              From: Dave Mitchell <davem@fdgroup.com>
55819              Date: Thu, 1 May 2003 21:06:57 +0100
55820              Message-ID: <20030501200657.GA25456@fdgroup.com>
55821      Branch: perl
55822            ! hv.c t/op/undef.t
55823 ____________________________________________________________________________
55824 [ 19423] By: jhi                                   on 2003/05/05  15:42:58
55825         Log: Subject: Re: hv.c patch - pathological hashes too easy
55826              From: "Tye McQueen" <tye@metronet.com>
55827              Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
55828              Message-Id: <200305011834.h41IYoE08503@metronet.com>
55829      Branch: perl
55830            ! hv.c
55831 ____________________________________________________________________________
55832 [ 19422] By: jhi                                   on 2003/05/05  15:40:02
55833         Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
55834              From: Casey West <casey@geeknest.com>
55835              Date: Tue, 29 Apr 2003 16:14:20 -0400
55836              Message-ID: <20030429201420.GT62281@geeknest.com>
55837      Branch: perl
55838            ! pod/perlrequick.pod
55839 ____________________________________________________________________________
55840 [ 19421] By: jhi                                   on 2003/05/05  15:38:23
55841         Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
55842              From: Slaven Rezic <slaven@rezic.de>
55843              Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
55844              Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
55845      Branch: perl
55846            ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
55847 ____________________________________________________________________________
55848 [ 19420] By: jhi                                   on 2003/05/05  15:36:39
55849         Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
55850              From: Steve Hay <steve.hay@uk.radan.com>
55851              Date: Wed, 30 Apr 2003 09:52:30 +0100
55852              Message-ID: <3EAF8ECE.8060403@uk.radan.com>
55853      Branch: perl
55854            ! utils/h2xs.PL
55855 ____________________________________________________________________________
55856 [ 19419] By: jhi                                   on 2003/05/05  08:20:34
55857         Log: Reintroduce the mention of the fact that the Artistic/GPL
55858              also are Perl's own licenses.
55859      Branch: perl
55860            ! pod/perlartistic.pod pod/perlgpl.pod
55861 ____________________________________________________________________________
55862 [ 19418] By: jhi                                   on 2003/05/05  07:23:57
55863         Log: Switch the new perlio way of opening anonymous temporary files
55864              open my $fh, '+>', undef
55865              to using File::Temp.  Test it, and test also the "accidental
55866              feature" of +< working the same way.
55867              This should address [perl #21937].
55868      Branch: perl
55869            + ext/PerlIO/t/open.t
55870            ! MANIFEST perlio.c pod/perlfunc.pod
55871 ____________________________________________________________________________
55872 [ 19417] By: jhi                                   on 2003/05/05  05:52:47
55873         Log: perlartistic and perlgpl reformatting from Sean Burke.
55874      Branch: perl
55875            ! pod/perlartistic.pod pod/perlgpl.pod
55876 ____________________________________________________________________________
55877 [ 19416] By: jhi                                   on 2003/05/05  05:33:43
55878         Log: pack/unpack fixes from Wolfgang Laun:
55879              - fix bug in UNICOS (where SIZE16 != sizeof(short))
55880              - introduce and use new internal pack/unpack API
55881              (packlist, unpackstring)
55882              that does away with the unused arguments in the old API
55883              (pack_cat, unpack_str).
55884      Branch: perl
55885            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h
55886 ____________________________________________________________________________
55887 [ 19415] By: jhi                                   on 2003/05/05  04:58:39
55888         Log: Subject: [PATCH] Embed.t flushing problem
55889              From: "Craig A. Berry" <craigberry@mac.com>
55890              Date: Sun, 04 May 2003 16:25:38 -0500
55891              Message-ID: <3EB58552.2070207@mac.com>
55892      Branch: perl
55893            ! lib/ExtUtils/t/Embed.t
55894 ____________________________________________________________________________
55895 [ 19414] By: jhi                                   on 2003/05/05  04:52:37
55896         Log: Doc nit from mjd.
55897      Branch: perl
55898            ! ext/DB_File/DB_File.pm
55899 ____________________________________________________________________________
55900 [ 19413] By: ams                                   on 2003/05/05  04:03:10
55901         Log: None of that "our" stuff here, please.
55902      Branch: perl
55903            ! ext/Storable/t/tied.t
55904 ____________________________________________________________________________
55905 [ 19412] By: ams                                   on 2003/05/05  03:57:06
55906         Log: Oops. More Storable 2.07 preparations.
55907      Branch: perl
55908            ! ext/Storable/README ext/Storable/Storable.pm
55909 ____________________________________________________________________________
55910 [ 19411] By: ams                                   on 2003/05/05  03:53:44
55911         Log: Update changelog for 2.07 release.
55912      Branch: perl
55913            ! ext/Storable/ChangeLog
55914 ____________________________________________________________________________
55915 [ 19410] By: ams                                   on 2003/05/05  03:31:36
55916         Log: Update Changes.
55917      Branch: perl
55918            ! Changes
55919 ____________________________________________________________________________
55920 [ 19409] By: ams                                   on 2003/05/05  03:21:41
55921         Log: Subject: Re: Bug in Storable???
55922              From: Slaven Rezic <slaven@rezic.de>
55923              Date: 04 May 2003 18:00:40 +0200
55924              Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
55925      Branch: perl
55926            ! ext/Storable/Storable.xs ext/Storable/t/integer.t
55927 ____________________________________________________________________________
55928 [ 19407] By: jhi                                   on 2003/05/04  19:39:01
55929         Log: This way reads a bit better with pod2man.
55930      Branch: perl
55931            ! pod/perlartistic.pod pod/perlgpl.pod
55932 ____________________________________________________________________________
55933 [ 19406] By: jhi                                   on 2003/05/04  12:01:00
55934         Log: Integrate from maint:
55935              [ 18568]
55936              Add the POSIX::sigaction() trick by Slaven Rezic
55937              for [perl #17341].
55938      Branch: perl
55939           !> pod/perlfunc.pod pod/perlipc.pod
55940 ____________________________________________________________________________
55941 [ 19401] By: jhi                                   on 2003/05/04  09:25:48
55942         Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
55943              regen perltoc, perlmodlib.  The GPL added as verbatim as possible,
55944              the perlartistic is a straightforward podification.
55945      Branch: perl
55946            + pod/perlartistic.pod pod/perlgpl.pod
55947            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
55948            ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
55949 ____________________________________________________________________________
55950 [ 19398] By: jhi                                   on 2003/05/04  08:19:14
55951         Log: Doesn't make any difference for the test but is more logical.
55952      Branch: perl
55953            ! t/lib/Devel/switchd.pm
55954 ____________________________________________________________________________
55955 [ 19396] By: jhi                                   on 2003/05/03  15:42:54
55956         Log: Plagued by thinkos tonight.
55957      Branch: perl
55958            ! lib/filetest.t
55959 ____________________________________________________________________________
55960 [ 19395] By: jhi                                   on 2003/05/03  15:37:35
55961         Log: Must skip more.
55962      Branch: perl
55963            ! lib/filetest.t
55964 ____________________________________________________________________________
55965 [ 19394] By: jhi                                   on 2003/05/03  15:30:45
55966         Log: Subject: Re: Does filetest work at all?
55967              From: Slaven Rezic <slaven@rezic.de>
55968              Date: 03 May 2003 18:26:49 +0200
55969              Message-ID: <87ade4q9me.fsf@vran.herceg.de>
55970      Branch: perl
55971            ! lib/filetest.t pp_sys.c
55972 ____________________________________________________________________________
55973 [ 19393] By: jhi                                   on 2003/05/03  05:34:21
55974         Log: Extra tweakage from Rafael for #19392.
55975      Branch: perl
55976            ! ext/B/B/Concise.pm lib/filetest.pm
55977 ____________________________________________________________________________
55978 [ 19392] By: jhi                                   on 2003/05/03  05:33:04
55979         Log: Salvage 'use filetest "access"' from compiletime to runtime.
55980      Branch: perl
55981            ! dump.c op.c op.h pp_sys.c
55982 ____________________________________________________________________________
55983 [ 19391] By: jhi                                   on 2003/05/03  05:19:23
55984         Log: Upgrade to Unicode 4.0.0.  (Well, upgrade at least
55985              the Unicode character database to 4.0.0.)
55986      Branch: perl
55987            + lib/unicore/HangulSyllableType.txt
55988            + lib/unicore/NormalizationCorrections.txt
55989            + lib/unicore/StandardizedVariants.txt
55990            + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
55991            + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
55992            + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
55993            + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
55994            + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
55995            + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
55996            + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
55997            + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
55998            + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
55999            + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
56000            + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
56001            + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
56002            ! (edit 129 files)
56003 ____________________________________________________________________________
56004 [ 19390] By: jhi                                   on 2003/05/03  04:52:09
56005         Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
56006              the fp offset, which was quite a big larger than the input file,
56007              which meant that the SvGROW tried to grow the file to about
56008              2**64-2**20, which made safesysrealloc() to understandably
56009              croak (in argv.t).
56010      Branch: perl
56011            ! sv.c
56012 ____________________________________________________________________________
56013 [ 19387] By: jhi                                   on 2003/05/02  19:18:35
56014         Log: Regen Configure (no changes but that's fine).
56015      Branch: perl
56016            ! Configure
56017 ____________________________________________________________________________
56018 [ 19386] By: jhi                                   on 2003/05/02  19:06:39
56019         Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
56020              From: Andy Dougherty <doughera@lafayette.edu>
56021              Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
56022              Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
56023      Branch: perl
56024            ! Configure
56025 ____________________________________________________________________________
56026 [ 19385] By: jhi                                   on 2003/05/02  19:01:04
56027         Log: Subject: [PATCH] OpenUNIX 8 support
56028              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
56029              Date: Fri, 2 May 2003 12:12:08 +0200
56030              Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
56031      Branch: perl
56032            ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
56033 ____________________________________________________________________________
56034 [ 19384] By: jhi                                   on 2003/05/02  18:58:32
56035         Log: Subject: [PATCH win32/win32.c] silence compiler warnings
56036              From: Abe Timmerman <abe@ztreet.demon.nl>
56037              Date: Fri, 2 May 2003 00:51:42 +0200
56038              Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
56039      Branch: perl
56040            ! win32/win32.c
56041 ____________________________________________________________________________
56042 [ 19383] By: jhi                                   on 2003/05/02  18:55:37
56043         Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
56044              From: Abe Timmerman <abe@ztreet.demon.nl>
56045              Date: Thu, 1 May 2003 18:34:35 +0200
56046              Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
56047      Branch: perl
56048            ! win32/win32.h
56049 ____________________________________________________________________________
56050 [ 19382] By: jhi                                   on 2003/05/02  18:50:25
56051         Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
56052              From: Michael G Schwern <schwern@pobox.com>
56053              Date: Wed, 30 Apr 2003 18:19:32 -0700
56054              Message-ID: <20030501011932.GM701@windhund.schwern.org>
56055      Branch: perl
56056            ! ext/POSIX/POSIX.pod
56057 ____________________________________________________________________________
56058 [ 19381] By: jhi                                   on 2003/05/02  15:12:47
56059         Log: Forgot to check in the -d: file.
56060      Branch: perl
56061            + t/lib/Devel/switchd.pm
56062            ! MANIFEST t/run/switchd.t
56063 ____________________________________________________________________________
56064 [ 19380] By: jhi                                   on 2003/05/02  15:02:04
56065         Log: Solaris: make -Duse64bitall'ed to have an archname of
56066              sun4-solaris-64, from Alan Burlison.  (The default is to not
56067              to suffix anything with -Duse64bitall if longs are 64 bit.
56068              This may lead into confusion and much sorrow if 32-bit binaries
56069              and 64-bit binaries are installed under the same directories.
56070              Why is "-64" or something like that the default?  Well, there
56071              are platforms where 64 bits really is the default default.
56072              There adding a "-64" would be kind of odd.  Better to let
56073              each 64-bit capable platform to choose their archnames.)
56074      Branch: perl
56075            ! hints/solaris_2.sh
56076 ____________________________________________________________________________
56077 [ 19378] By: jhi                                   on 2003/05/02  08:41:40
56078         Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
56079              by change #18589 (it was broken by change #9754); add test case.
56080      Branch: perl
56081            + t/run/switchd.t
56082            ! MANIFEST
56083 ____________________________________________________________________________
56084 [ 19376] By: jhi                                   on 2003/05/02  05:31:52
56085         Log: great_circle_direction() was broken,
56086              reported by Alexander Becher.
56087      Branch: perl
56088            ! lib/Math/Trig.pm lib/Math/Trig.t
56089 ____________________________________________________________________________
56090 [ 19375] By: jhi                                   on 2003/05/01  18:18:06
56091         Log: OS X: could not -Doptimize=-g.
56092      Branch: perl
56093            ! hints/darwin.sh
56094 ____________________________________________________________________________
56095 [ 19374] By: jhi                                   on 2003/05/01  12:33:44
56096         Log: OS X test tweak.
56097      Branch: perl
56098            ! ext/Cwd/t/cwd.t
56099 ____________________________________________________________________________
56100 [ 19373] By: jhi                                   on 2003/05/01  11:09:42
56101         Log: Subject: [PATCH] RE: perl@19333
56102              From: Robin Barker <Robin.Barker@npl.co.uk>
56103              Date: Tue, 29 Apr 2003 17:30:23 +0100
56104              Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
56105      Branch: perl
56106            ! embed.pl pp_hot.c pp_pack.c proto.h
56107 ____________________________________________________________________________
56108 [ 19372] By: jhi                                   on 2003/05/01  09:52:52
56109         Log: miniperl cannot handle layers.t.
56110      Branch: perl
56111            ! t/io/layers.t
56112 ____________________________________________________________________________
56113 [ 19371] By: jhi                                   on 2003/05/01  08:26:06
56114         Log: The solution in change #19363 was too unportable.
56115      Branch: perl
56116            ! t/io/openpid.t
56117 ____________________________________________________________________________
56118 [ 19369] By: jhi                                   on 2003/05/01  07:48:06
56119         Log: perlreftut updates from mjd.
56120      Branch: perl
56121            ! pod/perlreftut.pod
56122 ____________________________________________________________________________
56123 [ 19368] By: jhi                                   on 2003/05/01  07:45:06
56124         Log: z/OS: More threaded build tweaks from Brian De Pradine--
56125              apparently now it works!
56126      Branch: perl
56127            ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
56128 ____________________________________________________________________________
56129 [ 19367] By: rgs                                   on 2003/04/29  20:31:07
56130         Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
56131              From: Enache Adrian <enache@rdslink.ro>
56132              Date: Sat, 19 Apr 2003 01:41:07 +0300
56133              Message-ID: <20030418224107.GA2751@ratsnest.hole>
56134      Branch: perl
56135            ! t/comp/parser.t toke.c
56136 ____________________________________________________________________________
56137 [ 19366] By: jhi                                   on 2003/04/29  08:55:12
56138         Log: If it's S_, it should be STATIC.
56139      Branch: perl
56140            ! embed.fnc embed.h numeric.c proto.h
56141 ____________________________________________________________________________
56142 [ 19365] By: sky                                   on 2003/04/28  16:30:03
56143         Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
56144              From: Casey West <casey@geeknest.com>
56145              Date: m\8cn apr 28, 2003  16:00:05 Europe/Stockholm
56146              Message-Id: <20030428140005.GC62281@geeknest.com>
56147      Branch: perl
56148            ! pod/perlop.pod
56149 ____________________________________________________________________________
56150 [ 19364] By: sky                                   on 2003/04/28  16:20:43
56151         Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
56152              From: Casey West <casey@geeknest.com>
56153              Date: m\8cn apr 28, 2003  19:22:06 Europe/Stockholm
56154              Message-Id: <20030428172206.GK62281@geeknest.com>
56155      Branch: perl
56156            ! pod/perlop.pod
56157 ____________________________________________________________________________
56158 [ 19363] By: sky                                   on 2003/04/28  15:32:35
56159         Log: Fix bug 2681, change the test not to use the shell and use 3+arg
56160              open.
56161      Branch: perl
56162            ! t/io/openpid.t
56163 ____________________________________________________________________________
56164 [ 19359] By: jhi                                   on 2003/04/28  08:43:23
56165         Log: Feel-good cleanup.
56166      Branch: perl
56167            ! intrpvar.h sv.c
56168 ____________________________________________________________________________
56169 [ 19358] By: jhi                                   on 2003/04/28  08:27:15
56170         Log: SysV msg queues can be something hanging (witnessed in IRIX),
56171              so let's use IPC_NOWAIT.
56172      Branch: perl
56173            ! ext/IPC/SysV/t/msg.t t/op/taint.t
56174 ____________________________________________________________________________
56175 [ 19357] By: jhi                                   on 2003/04/28  06:32:47
56176         Log: Detecting errors of reentrant APIs: getgrgid_r and the like
56177              when returning an int can either return the error in the return
56178              value or in the errno.  We need a new per-interp variable to store
56179              the return value instead of clobbering the errno with it.  The new
56180              variable, PL_reentrant_retint, is only used within the reentrancy
56181              framework, and immediately after it's set, so there should not be
56182              similar visibility issues as for the errno.  Spotted by Edward Moy.
56183      Branch: perl
56184            ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
56185 ____________________________________________________________________________
56186 [ 19356] By: rgs                                   on 2003/04/27  20:09:01
56187         Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
56188              Check errno to see if the call to nice(2) succeeded.
56189              Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
56190              From: Enache Adrian <enache@rdslink.ro>
56191              Date: Wed, 23 Apr 2003 22:48:20 +0300
56192              Message-ID: <20030423194820.GA874@ratsnest.hole>
56193      Branch: perl
56194            ! ext/POSIX/POSIX.xs
56195 ____________________________________________________________________________
56196 [ 19355] By: jhi                                   on 2003/04/27  19:56:09
56197         Log: Document a faint compilation noise.
56198      Branch: perl
56199            ! README.aix
56200 ____________________________________________________________________________
56201 [ 19354] By: rgs                                   on 2003/04/27  19:35:11
56202         Log: $[ clarifications.
56203      Branch: perl
56204            ! pod/perlvar.pod
56205 ____________________________________________________________________________
56206 [ 19353] By: rgs                                   on 2003/04/27  18:51:37
56207         Log: utime() doc clarifications
56208              based on :
56209              Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
56210              From: Casey West <casey@geeknest.com>
56211              Date: Fri, 25 Apr 2003 08:00:54 -0400
56212              Message-ID: <20030425120054.GQ34510@geeknest.com>
56213      Branch: perl
56214            ! pod/perlfunc.pod
56215 ____________________________________________________________________________
56216 [ 19351] By: jhi                                   on 2003/04/27  08:13:34
56217         Log: Add a test case for [perl #15288] (already solved).
56218      Branch: perl
56219            ! t/op/pack.t
56220 ____________________________________________________________________________
56221 [ 19350] By: jhi                                   on 2003/04/27  07:38:17
56222         Log: Add Dave Mitchell's test case for fields.
56223      Branch: perl
56224            ! lib/fields.t
56225 ____________________________________________________________________________
56226 [ 19349] By: jhi                                   on 2003/04/27  06:50:09
56227         Log: Subject: [PATCH] VMS::Stdio test tweak
56228              From: "Craig A. Berry" <craigberry@mac.com>
56229              Date: Sat, 26 Apr 2003 15:53:07 -0500
56230              Message-ID: <3EAAF1B3.7020708@mac.com>
56231      Branch: perl
56232            ! vms/ext/Stdio/test.pl
56233 ____________________________________________________________________________
56234 [ 19348] By: jhi                                   on 2003/04/27  06:46:16
56235         Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
56236              From: Casey West <casey@geeknest.com>
56237              Date: Thu, 24 Apr 2003 08:18:42 -0400
56238              Message-ID: <20030424121842.GW34510@geeknest.com>
56239      Branch: perl
56240            ! lib/UNIVERSAL.pm
56241 ____________________________________________________________________________
56242 [ 19346] By: jhi                                   on 2003/04/27  06:03:48
56243         Log: Document that restricted hashes are not atomic
56244              (from Dave Mitchell).
56245      Branch: perl
56246            ! lib/Hash/Util.pm
56247 ____________________________________________________________________________
56248 [ 19345] By: jhi                                   on 2003/04/27  05:59:39
56249         Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
56250              From: Dave Mitchell <davem@fdgroup.com>
56251              Date: Sat, 26 Apr 2003 18:45:28 +0100
56252              Message-ID: <20030426174528.GA9588@fdgroup.com>
56253      Branch: perl
56254            ! hv.c lib/Hash/Util.t pod/perldiag.pod
56255 ____________________________________________________________________________
56256 [ 19344] By: rgs                                   on 2003/04/26  22:48:32
56257         Log: Some doc patches by Casey West :
56258
56259              Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
56260              From: Casey West <casey@geeknest.com>
56261              Date: Fri, 25 Apr 2003 10:46:39 -0400
56262              Message-ID: <20030425144639.GY34510@geeknest.com>
56263
56264              Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
56265              From: Casey West <casey@geeknest.com>
56266              Date: Fri, 25 Apr 2003 07:52:13 -0400
56267              Message-ID: <20030425115213.GP34510@geeknest.com>
56268
56269              Subject: Re: [perl #7213] [PATCH] Updating example in perldata
56270              From: Casey West <casey@geeknest.com>
56271              Date: Thu, 24 Apr 2003 21:27:22 -0400
56272              Message-ID: <20030425012722.GN34510@geeknest.com>
56273      Branch: perl
56274            ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
56275 ____________________________________________________________________________
56276 [ 19343] By: rgs                                   on 2003/04/26  22:30:07
56277         Log: Document that splice() doesn't extend arrays
56278              Subject: Re: slice autoextending ? still another revised doc patch; COW
56279              From: david nicol <whatever@davidnicol.com>
56280              Date: 22 Apr 2003 22:05:02 -0500
56281              Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
56282      Branch: perl
56283            ! pod/perlfunc.pod
56284 ____________________________________________________________________________
56285 [ 19342] By: sky                                   on 2003/04/26  21:43:32
56286         Log: Fix bug #15161 by increasing the refcount on the RE and making
56287              sure to restore it correctly. Deals with both s//e and s///g.
56288      Branch: perl
56289            ! pp_ctl.c pp_hot.c
56290 ____________________________________________________________________________
56291 [ 19341] By: jhi                                   on 2003/04/26  04:36:03
56292         Log: Integrate:
56293              [ 19340]
56294              Caught by Mark Lutz in UNICOS: A declaration cannot appear
56295              after an executable statement in a block.
56296      Branch: perl
56297           !> pp_pack.c
56298 ____________________________________________________________________________
56299 [ 19337] By: jhi                                   on 2003/04/25  20:19:36
56300         Log: Now the -Dnoextensions and -Dnoextensions have the
56301              chance of actually doing something.
56302      Branch: perl
56303            ! Configure
56304 ____________________________________________________________________________
56305 [ 19334] By: jhi                                   on 2003/04/25  19:48:31
56306         Log: Subject: [PATCH] Configure's extension sanity check is too strict
56307              From: Andy Dougherty <doughera@lafayette.edu>
56308              Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
56309              Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
56310      Branch: perl
56311            ! Configure
56312 ____________________________________________________________________________
56313 [ 19330] By: jhi                                   on 2003/04/25  14:11:33
56314         Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
56315              From: "Craig A. Berry" <craigberry@mac.com>
56316              Date: Thu, 24 Apr 2003 20:09:48 -0500
56317              Message-ID: <3EA88ADC.3000300@mac.com>
56318      Branch: perl
56319            ! ext/Encode/t/enc_module.t
56320 ____________________________________________________________________________
56321 [ 19329] By: jhi                                   on 2003/04/25  07:06:49
56322         Log: Upgrade to Time::HiRes 1.46.
56323      Branch: perl
56324            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
56325            ! ext/Time/HiRes/Makefile.PL
56326 ____________________________________________________________________________
56327 [ 19328] By: jhi                                   on 2003/04/25  06:57:10
56328         Log: Subject: typo in Time::HiRes docs
56329              From: mjd@plover.com
56330              Date: 19 Apr 2003 15:13:44 -0000
56331              Message-ID: <20030419151344.28237.qmail@plover.com>
56332      Branch: perl
56333            ! ext/Time/HiRes/HiRes.pm
56334 ____________________________________________________________________________
56335 [ 19327] By: jhi                                   on 2003/04/25  04:45:05
56336         Log: Clarify(?) the perlio default layers table.
56337      Branch: perl
56338            ! lib/PerlIO.pm t/io/layers.t
56339 ____________________________________________________________________________
56340 [ 19326] By: jhi                                   on 2003/04/25  04:22:49
56341         Log: Upgrade to Test::Harness 2.28.
56342      Branch: perl
56343            ! lib/Test/Harness.pm lib/Test/Harness/Changes
56344            ! lib/Test/Harness/t/pod.t
56345 ____________________________________________________________________________
56346 [ 19325] By: jhi                                   on 2003/04/24  19:06:29
56347         Log: Upgrade to Encode 1.93.
56348      Branch: perl
56349            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
56350            ! ext/Encode/lib/Encode/CJKConstants.pm
56351            ! ext/Encode/lib/Encode/CN/HZ.pm
56352            ! ext/Encode/lib/Encode/Encoding.pm
56353            ! ext/Encode/lib/Encode/Guess.pm
56354            ! ext/Encode/lib/Encode/KR/2022_KR.pm
56355            ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
56356            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
56357            ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
56358            ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
56359 ____________________________________________________________________________
56360 [ 19323] By: jhi                                   on 2003/04/24  16:57:13
56361         Log: VMS patch for faststdio from Craig Berry.
56362      Branch: perl
56363            ! configure.com
56364 ____________________________________________________________________________
56365 [ 19320] By: rgs                                   on 2003/04/23  20:20:58
56366         Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
56367              From: Casey West <casey@geeknest.com>
56368              Date: Wed, 23 Apr 2003 14:03:20 -0400
56369              Message-ID: <20030423180320.GZ15574@geeknest.com>
56370      Branch: perl
56371            ! pod/perlmodlib.PL pod/perlmodlib.pod
56372 ____________________________________________________________________________
56373 [ 19319] By: rgs                                   on 2003/04/23  19:54:31
56374         Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
56375              From: Chris Pepper (via RT) <perlbug-followup@perl.org>
56376              Date: 22 Apr 2003 04:31:17 -0000
56377              Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
56378              (with minor further corrections)
56379      Branch: perl
56380            ! pod/perlmod.pod
56381 ____________________________________________________________________________
56382 [ 19316] By: rgs                                   on 2003/04/23  19:11:01
56383         Log: A new fatal error :
56384              Subject: [PATCH] Perl_croak("Use of freed value in iteration")
56385              From: Dave Mitchell <davem@fdgroup.com>
56386              Date: Mon, 21 Apr 2003 13:19:50 +0100
56387              Message-ID: <20030421121950.GB18189@fdgroup.com>
56388              Message-ID: <20030421125433.GC18189@fdgroup.com>
56389      Branch: perl
56390            ! pod/perldiag.pod pp_hot.c t/cmd/for.t
56391 ____________________________________________________________________________
56392 [ 19314] By: jhi                                   on 2003/04/23  18:53:46
56393         Log: Introduce 'fast stdio' symbols to non-Configure lands.
56394      Branch: perl
56395            ! NetWare/config.wc NetWare/config_H.wc configure.com
56396            ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
56397            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
56398            ! win32/config.gc win32/config.vc win32/config.vc64
56399            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
56400            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
56401 ____________________________________________________________________________
56402 [ 19312] By: jhi                                   on 2003/04/23  18:21:47
56403         Log: Regen Configure, Glossary, et alia.
56404      Branch: perl
56405            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56406            ! config_h.SH
56407 ____________________________________________________________________________
56408 [ 19310] By: jhi                                   on 2003/04/23  08:34:33
56409         Log: Handle the combination of dosish and non-faststdio.
56410      Branch: perl
56411            ! t/io/layers.t
56412 ____________________________________________________________________________
56413 [ 19308] By: rgs                                   on 2003/04/22  20:53:20
56414         Log: Subject: 5.8.0: two problems
56415              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
56416              Date: Tue, 22 Apr 2003 11:43:17 -0700
56417              Message-ID: <20030422184316.GA8602@math.berkeley.edu>
56418      Branch: perl
56419            ! XSUB.h
56420 ____________________________________________________________________________
56421 [ 19307] By: ams                                   on 2003/04/22  16:39:51
56422         Log: Subject: [PATCH] Doc pointers in perlbot.
56423              From: Casey West <casey@geeknest.com>
56424              Date: Tue, 22 Apr 2003 11:19:09 -0400
56425              Message-Id: <20030422151909.GC11119@geeknest.com>
56426              (Applied by hand.)
56427      Branch: perl
56428            ! pod/perlbot.pod
56429 ____________________________________________________________________________
56430 [ 19306] By: jhi                                   on 2003/04/22  13:09:21
56431         Log: z/OS: changes for building threaded from "Brian De Pradine"
56432              <PRADINE@uk.ibm.com>.
56433      Branch: perl
56434            ! Makefile.SH hints/os390.sh thread.h util.c
56435 ____________________________________________________________________________
56436 [ 19305] By: jhi                                   on 2003/04/22  11:42:35
56437         Log: Enache's turn.
56438      Branch: perl
56439            ! ext/Encode/t/enc_module.t
56440 ____________________________________________________________________________
56441 [ 19304] By: jhi                                   on 2003/04/22  10:48:47
56442         Log: Re-merge Encode 1.92.
56443      Branch: perl
56444            ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
56445 ____________________________________________________________________________
56446 [ 19302] By: jhi                                   on 2003/04/22  05:26:21
56447         Log: Argh, cut-and-pasto.
56448      Branch: perl
56449            ! perlio.c
56450 ____________________________________________________________________________
56451 [ 19301] By: sky                                   on 2003/04/21  21:33:14
56452         Log: Fix bug 17964 by properly refcounting the gv top.
56453              Seems like the entries in rsfp are way different than
56454              normal PVIO objects.
56455      Branch: perl
56456            ! sv.c
56457 ____________________________________________________________________________
56458 [ 19300] By: rgs                                   on 2003/04/21  19:42:04
56459         Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
56460
56461              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
56462              From: Enache Adrian <enache@rdslink.ro>
56463              Date: Sun, 20 Apr 2003 02:45:48 +0300
56464              Message-ID: <20030419234548.GA849@ratsnest.hole>
56465              and
56466              Date: Wed, 2 Apr 2003 07:52:28 +0300
56467              Message-ID: <20030402045227.GA1023@ratsnest.hole>
56468      Branch: perl
56469            ! pp_sys.c t/op/ref.t util.c
56470 ____________________________________________________________________________
56471 [ 19299] By: sky                                   on 2003/04/21  17:05:31
56472         Log: Croak on non ref to shared methods instead of segfault.
56473              This can really only happen for &share("string").
56474      Branch: perl
56475            ! ext/threads/shared/shared.xs
56476 ____________________________________________________________________________
56477 [ 19297] By: jhi                                   on 2003/04/21  16:24:36
56478         Log: Add OpenZaurus cross-compilation patches.
56479      Branch: perl
56480            + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
56481            + Cross/config.sh-arm-linux Cross/generate_config_sh
56482            + Cross/installperl.patch Cross/warp
56483            ! Cross/README INSTALL MANIFEST
56484 ____________________________________________________________________________
56485 [ 19289] By: sky                                   on 2003/04/21  13:24:40
56486         Log: Fixes bug #17043, resets PL_srand_called before the cloning.
56487              Allows people to override the resetting by using srand() in CLONE.
56488      Branch: perl
56489            ! ext/threads/t/thread.t ext/threads/threads.xs
56490 ____________________________________________________________________________
56491 [ 19286] By: jhi                                   on 2003/04/21  06:50:42
56492         Log: Introduce two new Configure symbols:
56493              [1] d_faststdio  = d_stdstdio && d_stdio_ptr_lval &&
56494              (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
56495              [2] usefaststdio = do we use fast stdio if we have it?
56496              For 5.[68], we do.  For anything else, we don't.
56497              (At least, unless otherwise instructed by -Dusefaststdio.)
56498              This means that for bleadperl we no more use stdio, but instead
56499              default to perlio: the effect of PERLIO=perlio, in other words.
56500              (PERLIO=stdio will still switch to using stdio.)
56501              This change may endanger extensions using FILE*-- but if we are
56502              to migrate fully to perlio, better start swallowing the poison now.
56503              For maintperl, the usefaststdio still defaults to yes.
56504      Branch: perl
56505            ! Configure config_h.SH perlio.c t/io/layers.t
56506 ____________________________________________________________________________
56507 [ 19285] By: jhi                                   on 2003/04/21  05:43:55
56508         Log: Upgrade to Locale::Maketext 1.05.
56509      Branch: perl
56510            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
56511 ____________________________________________________________________________
56512 [ 19284] By: jhi                                   on 2003/04/21  05:40:34
56513         Log: Upgrade to Test 1.24.
56514      Branch: perl
56515            ! lib/Test.pm
56516 ____________________________________________________________________________
56517 [ 19283] By: rgs                                   on 2003/04/20  22:01:28
56518         Log: Subject: [PATCH] goto &sub doesn't empty @_
56519              From: Dave Mitchell <davem@fdgroup.com>
56520              Date: Sun, 20 Apr 2003 21:46:51 +0100
56521              Message-ID: <20030420204651.GE15591@fdgroup.com>
56522      Branch: perl
56523            ! pp_ctl.c
56524 ____________________________________________________________________________
56525 [ 19282] By: rgs                                   on 2003/04/20  21:22:29
56526         Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
56527              the commands that invoke $(CC).
56528              Subject: Re: Smoke failure
56529              From: Enache Adrian <enache@rdslink.ro>
56530              Date: Fri, 18 Apr 2003 19:06:07 +0300
56531              Message-ID: <20030418160606.GA797@ratsnest.hole>
56532      Branch: perl
56533            ! Makefile.SH
56534 ____________________________________________________________________________
56535 [ 19281] By: rgs                                   on 2003/04/20  19:53:53
56536         Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
56537              From: Enache Adrian <enache@rdslink.ro>
56538              Date: Sat, 19 Apr 2003 20:12:18 +0300
56539              Message-ID: <20030419171218.GA974@ratsnest.hole>
56540      Branch: perl
56541            ! sv.c
56542 ____________________________________________________________________________
56543 [ 19280] By: rgs                                   on 2003/04/20  18:55:40
56544         Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
56545              Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
56546              From: Steve Hay <steve.hay@uk.radan.com>
56547              Date: Wed, 16 Apr 2003 11:12:22 +0100
56548              Message-ID: <3E9D2C86.8040104@uk.radan.com>
56549      Branch: perl
56550            ! INSTALL win32/Makefile
56551 ____________________________________________________________________________
56552 [ 19278] By: jhi                                   on 2003/04/20  07:42:17
56553         Log: Give more information of what to do when -Dusexxx fail.
56554      Branch: perl
56555            ! Configure
56556 ____________________________________________________________________________
56557 [ 19277] By: rgs                                   on 2003/04/19  19:40:22
56558         Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
56559              by adding a dummy destructor method Regexp::DESTROY.
56560              This prevents infinite recursion, since Regexp::DESTROY
56561              is no more autoloaded.
56562
56563              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
56564              From: Enache Adrian <enache@rdslink.ro>
56565              Date: Wed, 2 Apr 2003 05:02:42 +0300
56566              Message-ID: <20030402020242.GA2966@ratsnest.hole>
56567      Branch: perl
56568            ! ext/B/t/stash.t t/op/ref.t universal.c
56569 ____________________________________________________________________________
56570 [ 19276] By: rgs                                   on 2003/04/19  19:32:25
56571         Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
56572              From: Dave Mitchell <davem@fdgroup.com>
56573              Date: Sat, 19 Apr 2003 20:06:51 +0100
56574              Message-ID: <20030419190651.GD13333@fdgroup.com>
56575      Branch: perl
56576            ! t/comp/parser.t toke.c
56577 ____________________________________________________________________________
56578 [ 19275] By: jhi                                   on 2003/04/19  18:52:24
56579         Log: Restore the two variables retired by the change #19268
56580              (for binary backward compatibility)
56581      Branch: perl
56582            ! embedvar.h perlapi.h thrdvar.h
56583 ____________________________________________________________________________
56584 [ 19273] By: jhi                                   on 2003/04/19  17:36:33
56585         Log: Fail if the specified -Duse64xxx cannot be fulfilled.
56586              (And undo a doublesize probe glitch from change #19272.)
56587      Branch: perl
56588            ! Configure
56589 ____________________________________________________________________________
56590 [ 19272] By: jhi                                   on 2003/04/19  16:38:12
56591         Log: If long doubles fail, we really cannot sensibly
56592              drop back to doubles anymore, therefore abort.
56593              Pointed out by Slaven Rezic. (I tried to fix this
56594              via metaconfig but ended up with a vicious cyclic
56595              dependency.)
56596      Branch: perl
56597            ! Configure
56598 ____________________________________________________________________________
56599 [ 19270] By: jhi                                   on 2003/04/19  12:09:21
56600         Log: Upgrade to Net::Ping 2.30.
56601      Branch: perl
56602            ! lib/Net/Ping.pm lib/Net/Ping/Changes
56603            ! lib/Net/Ping/t/450_service.t
56604 ____________________________________________________________________________
56605 [ 19269] By: jhi                                   on 2003/04/19  07:10:57
56606         Log: Bump the test count.
56607      Branch: perl
56608            ! ext/Storable/t/tied.t
56609 ____________________________________________________________________________
56610 [ 19268] By: jhi                                   on 2003/04/19  07:06:13
56611         Log: Subject: [PATCH] allow recursive FETCHes
56612              From: Dave Mitchell <davem@fdgroup.com>
56613              Date: Mon, 7 Apr 2003 10:00:41 +0100
56614              Message-ID: <20030407100041.A1617@fdgroup.com>
56615      Branch: perl
56616            ! av.c dump.c embed.fnc embed.h embedvar.h
56617            ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
56618            ! sv.h t/op/tie.t thrdvar.h
56619 ____________________________________________________________________________
56620 [ 19267] By: jhi                                   on 2003/04/19  06:54:34
56621         Log: Subject: [PATCH] readline.t tweak for VMS
56622              From: "Craig A. Berry" <craigberry@mac.com>
56623              Date: Thu, 17 Apr 2003 17:18:19 -0500
56624              Message-ID: <3E9F282B.6090603@mac.com>
56625      Branch: perl
56626            ! t/op/readline.t
56627 ____________________________________________________________________________
56628 [ 19266] By: jhi                                   on 2003/04/19  06:46:48
56629         Log: Subject: [PATCH] Re: any takers for this Storable bug?
56630              From: Enache Adrian <enache@rdslink.ro>
56631              Date: Wed, 16 Apr 2003 21:11:11 +0300
56632              Message-ID: <20030416181111.GA6687@ratsnest.hole>
56633
56634              ams had already fixed the bug by #19227, but take the
56635              test case.
56636      Branch: perl
56637            ! ext/Storable/t/tied.t
56638 ____________________________________________________________________________
56639 [ 19265] By: sky                                   on 2003/04/19  00:40:42
56640         Log: Don't use the stack to allocate a SV that we hand out to another
56641              function, only badness can ensure.
56642              Message-Id: <20030418180131.GD10086@fdgroup.com>
56643              Thanks go to Dave Mitchell for help in tracking down the bug!
56644      Branch: perl
56645            ! sv.c
56646 ____________________________________________________________________________
56647 [ 19264] By: jhi                                   on 2003/04/18  19:28:04
56648         Log: UTF8 regexp patch from Inaba Hiroto.
56649      Branch: perl
56650            ! regcomp.c t/op/pat.t
56651 ____________________________________________________________________________
56652 [ 19263] By: jhi                                   on 2003/04/18  19:16:43
56653         Log: Unused variables.
56654      Branch: perl
56655            ! perlio.c universal.c
56656 ____________________________________________________________________________
56657 [ 19262] By: sky                                   on 2003/04/17  20:02:33
56658         Log: Another needle in the voodoo doll.
56659              Now I think it should work with the shared
56660              strings.
56661      Branch: perl
56662            ! sv.c
56663 ____________________________________________________________________________
56664 [ 19254] By: sky                                   on 2003/04/17  17:31:52
56665         Log: Extreme Voodoo programming, by not pinching the SV if it is a
56666              PADTMP it happily keeps it's value later on!
56667      Branch: perl
56668            ! sv.c
56669 ____________________________________________________________________________
56670 [ 19253] By: jhi                                   on 2003/04/17  17:09:16
56671         Log: Implement -Dnoextensions=... and -Donlyextensions=...
56672      Branch: perl
56673            ! Configure INSTALL
56674 ____________________________________________________________________________
56675 [ 19252] By: ams                                   on 2003/04/17  16:19:31
56676         Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
56677              Anything that's broken by this change should be fixed.
56678      Branch: perl
56679            ! gv.c
56680 ____________________________________________________________________________
56681 [ 19251] By: jhi                                   on 2003/04/17  15:39:56
56682         Log: Introduce the new *l APIs, undefined, to non-Configure lands.
56683      Branch: perl
56684            ! NetWare/config.wc NetWare/config_H.wc configure.com
56685            ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
56686            ! plan9/config_h.sample plan9/config_sh.sample win32/config.bc
56687            ! win32/config.gc win32/config.vc win32/config.vc64
56688            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
56689            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
56690 ____________________________________________________________________________
56691 [ 19250] By: jhi                                   on 2003/04/17  15:07:08
56692         Log: Regen Glossary et alia.
56693      Branch: perl
56694            ! Porting/Glossary Porting/config.sh Porting/config_H
56695 ____________________________________________________________________________
56696 [ 19248] By: jhi                                   on 2003/04/17  14:53:41
56697         Log: Small tidying up of the selectminbits code, but most
56698              importantly allocate the buffer from the heap using
56699              malloc, not from the stack: using stack causes unaligned
56700              access in LP64 Solaris since stack data is not guaranteed
56701              to be 64-bit aligned, while a fd_set is (it has 1024 longs).
56702              (via Alan Burlison)
56703      Branch: perl
56704            ! Configure
56705 ____________________________________________________________________________
56706 [ 19247] By: ams                                   on 2003/04/17  12:24:57
56707         Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
56708              From: Enache Adrian <enache@rdslink.ro>
56709              Date: Thu, 17 Apr 2003 14:35:36 +0300
56710              Message-Id: <20030417113536.GA898@ratsnest.hole>
56711      Branch: perl
56712            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
56713 ____________________________________________________________________________
56714 [ 19245] By: jhi                                   on 2003/04/17  09:20:27
56715         Log: Document that the open pragma does not affect
56716              the three-headed hydra, ummm, open.
56717      Branch: perl
56718            ! lib/open.pm
56719 ____________________________________________________________________________
56720 [ 19244] By: jhi                                   on 2003/04/17  06:45:26
56721         Log: More maneuvering closer to proposed POSIX classes
56722              mapping to Unicode: (1) The definitions of "graph" and
56723              "print" are still in flux: move closer back to how Perl
56724              5.8.0 defined it (though drop Co, that did not make sense)
56725              (2) Add U+0085 (NEL) to "space".
56726      Branch: perl
56727            ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
56728            ! lib/unicore/lib/Space.pl lib/unicore/mktables
56729 ____________________________________________________________________________
56730 [ 19243] By: jhi                                   on 2003/04/17  05:29:24
56731         Log: Detect the 'fast stdio' case.
56732      Branch: perl
56733            ! lib/PerlIO.pm t/io/layers.t
56734 ____________________________________________________________________________
56735 [ 19242] By: jhi                                   on 2003/04/16  20:14:01
56736         Log: Fix up Larry's copyright statements to my best knowledge.
56737              (Lots of Perl 5 source code archaeology was involved.)
56738              Larry didn't make strangled noises when I showed him
56739              the patch, either :-)
56740      Branch: perl
56741            ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
56742            ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
56743            ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
56744            ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
56745            ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
56746            ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
56747            ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
56748            ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
56749            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
56750            ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
56751            ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
56752            ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h
56753            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
56754            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
56755            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
56756 ____________________________________________________________________________
56757 [ 19241] By: jhi                                   on 2003/04/16  17:24:24
56758         Log: Handle PERLIO= and document a bit.
56759      Branch: perl
56760            ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
56761 ____________________________________________________________________________
56762 [ 19240] By: sky                                   on 2003/04/16  16:27:43
56763         Log: Fix double join problem for those places where free
56764              actually means free (solaris for example :)
56765              Fixes bug #16681
56766      Branch: perl
56767            ! ext/threads/t/join.t ext/threads/threads.xs
56768 ____________________________________________________________________________
56769 [ 19239] By: jhi                                   on 2003/04/16  14:57:47
56770         Log: Try to get the layers.t working also for dosish platforms.
56771      Branch: perl
56772            ! lib/PerlIO.pm t/io/layers.t
56773 ____________________________________________________________________________
56774 [ 19238] By: jhi                                   on 2003/04/16  13:27:24
56775         Log: A -C parsed from the #! line can still have line endings in it.
56776      Branch: perl
56777            ! util.c
56778 ____________________________________________________________________________
56779 [ 19237] By: jhi                                   on 2003/04/16  13:23:37
56780         Log: What does an empty PERLIO= mean, anyway?
56781      Branch: perl
56782            ! t/io/layers.t
56783 ____________________________________________________________________________
56784 [ 19236] By: jhi                                   on 2003/04/16  13:09:42
56785         Log: Document the effect of thread creation context.
56786      Branch: perl
56787            ! ext/threads/threads.pm
56788 ____________________________________________________________________________
56789 [ 19235] By: jhi                                   on 2003/04/16  12:13:07
56790         Log: Use the right prototype and a glob is fine (from Rafael).
56791      Branch: perl
56792            ! lib/PerlIO.pm universal.c
56793 ____________________________________________________________________________
56794 [ 19234] By: jhi                                   on 2003/04/16  10:20:46
56795         Log: PerlIO::get_layers() usage tip.
56796      Branch: perl
56797            ! lib/PerlIO.pm
56798 ____________________________________________________________________________
56799 [ 19233] By: jhi                                   on 2003/04/16  10:07:48
56800         Log: Syntax terror.
56801      Branch: perl
56802            ! lib/unicore/mktables
56803 ____________________________________________________________________________
56804 [ 19232] By: jhi                                   on 2003/04/16  09:45:51
56805         Log: Redundant test.
56806      Branch: perl
56807            ! lib/unicore/mktables
56808 ____________________________________________________________________________
56809 [ 19231] By: jhi                                   on 2003/04/16  09:21:25
56810         Log: Synchronize the specifications of the POSIX character
56811              classes alnum, graph, and print closer to the planned
56812              Unicode proposal.
56813      Branch: perl
56814            ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
56815            ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
56816 ____________________________________________________________________________
56817 [ 19230] By: jhi                                   on 2003/04/16  08:57:01
56818         Log: Patch from Merijn.
56819      Branch: perl
56820            ! perl.h
56821 ____________________________________________________________________________
56822 [ 19228] By: jhi                                   on 2003/04/16  08:27:26
56823         Log: Thinko in modfl detection.
56824      Branch: perl
56825            ! Configure
56826 ____________________________________________________________________________
56827 [ 19227] By: ams                                   on 2003/04/16  02:32:11
56828         Log: Storable now handles self-tied scalars with NULL mg_obj.
56829      Branch: perl
56830            ! ext/Storable/Storable.xs
56831 ____________________________________________________________________________
56832 [ 19226] By: jhi                                   on 2003/04/15  18:00:21
56833         Log: Upgrade to Pod::LaTeX 0.55.
56834      Branch: perl
56835            + lib/Pod/t/pod2latex.t
56836            - lib/Pod/t/latex.t
56837            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
56838 ____________________________________________________________________________
56839 [ 19224] By: jhi                                   on 2003/04/15  17:01:27
56840         Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
56841      Branch: perl
56842            ! Configure
56843 ____________________________________________________________________________
56844 [ 19223] By: jhi                                   on 2003/04/15  16:36:32
56845         Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
56846      Branch: perl
56847            ! t/io/layers.t
56848 ____________________________________________________________________________
56849 [ 19221] By: jhi                                   on 2003/04/15  16:27:49
56850         Log: False alarm: no cyclic dependency.
56851      Branch: perl
56852            ! Configure config_h.SH
56853 ____________________________________________________________________________
56854 [ 19219] By: jhi                                   on 2003/04/15  16:08:11
56855         Log: Backport of _most_ of the changes in #19218: not one big
56856              cyclic dependency, though, it must be broken up somehow.
56857      Branch: perl
56858            ! Configure config_h.SH
56859 ____________________________________________________________________________
56860 [ 19218] By: jhi                                   on 2003/04/15  14:09:31
56861         Log: Big patch from Alan Burlison to make Solaris long doubles work.
56862              (Also spreads more <stdlib.h> joy.)
56863              Needs backporting to metaconfig units and introducing the new
56864              symbols to non-Configure lands.
56865      Branch: perl
56866            ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
56867 ____________________________________________________________________________
56868 [ 19217] By: jhi                                   on 2003/04/15  14:01:03
56869         Log: Don't skip the whole test for PERLIO=perlio.
56870      Branch: perl
56871            ! t/io/layers.t
56872 ____________________________________________________________________________
56873 [ 19215] By: jhi                                   on 2003/04/15  05:54:17
56874         Log: Add a test for [perl #17753].
56875      Branch: perl
56876            ! t/op/undef.t
56877 ____________________________________________________________________________
56878 [ 19214] By: jhi                                   on 2003/04/15  05:40:52
56879         Log: "proto.h": 'id' is a reserved word in Objective-C.
56880      Branch: perl
56881            ! embed.fnc op.c proto.h
56882 ____________________________________________________________________________
56883 [ 19213] By: sky                                   on 2003/04/14  21:42:10
56884         Log: Ook, run tests on correct build-dir next time.
56885              We must check if the hv is a stash, otherwise we try to delete
56886              something that is a HvNAME of null.....  tests pass better now
56887      Branch: perl
56888            ! gv.c
56889 ____________________________________________________________________________
56890 [ 19212] By: sky                                   on 2003/04/14  21:15:00
56891         Log: Fixes to bugs introduced by PL_stashcache
56892              A) Follow suggestion by Benjamin Goldberg to use hv_delete
56893              instead of hv_delete_ent to avoid creating a temporary SV
56894              B) Don't increment the refcount, sneak it into an IV instead
56895              C) When a GP is a deleted that contains a stash, remove the
56896              corresponding entry since hv might be in use in other places.
56897              D) Note that no test cases test the deletion of packages to catch
56898              this bug.
56899      Branch: perl
56900            ! gv.c hv.c pp_hot.c
56901 ____________________________________________________________________________
56902 [ 19211] By: rgs                                   on 2003/04/14  21:11:11
56903         Log: Mention that "make test_harness" lets messages sent through
56904              standard error out. Complements change #19206.
56905      Branch: perl
56906            ! pod/perlhack.pod
56907 ____________________________________________________________________________
56908 [ 19210] By: rgs                                   on 2003/04/14  20:48:02
56909         Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1  [perl #17757]
56910              From: Inaba Hiroto <inaba@st.rim.or.jp>
56911              Date: Fri, 21 Mar 2003 17:35:21 +0900
56912              Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
56913              Date: Sat, 22 Mar 2003 11:28:05 +0900
56914              Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
56915      Branch: perl
56916            ! regexec.c t/op/pat.t
56917 ____________________________________________________________________________
56918 [ 19209] By: jhi                                   on 2003/04/14  20:36:55
56919         Log: PERLIO=perlio requires extra steps.
56920      Branch: perl
56921            ! lib/PerlIO.pm t/io/layers.t
56922 ____________________________________________________________________________
56923 [ 19208] By: jhi                                   on 2003/04/14  20:02:04
56924         Log: Skip as early as possible if no perlio since the
56925              use open would be compile-time.
56926      Branch: perl
56927            ! t/io/layers.t
56928 ____________________________________________________________________________
56929 [ 19207] By: rgs                                   on 2003/04/14  19:34:42
56930         Log: Document and test autovivified dirhandles.
56931              Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
56932              From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
56933              Date: 12 Apr 2003 12:40:45 -0000
56934              Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
56935      Branch: perl
56936            ! pod/perlfunc.pod t/op/readdir.t
56937 ____________________________________________________________________________
56938 [ 19206] By: rgs                                   on 2003/04/14  19:13:26
56939         Log: More docs about running tests and the test suite.
56940              Update perlhack.pod in various places.
56941              Add 'test_harness' as a .PHONY dependency in the Makefile.
56942      Branch: perl
56943            ! Makefile.SH pod/perlhack.pod t/README
56944 ____________________________________________________________________________
56945 [ 19205] By: jhi                                   on 2003/04/14  18:58:01
56946         Log: Build get_layers() also under -Uuseperlio.
56947      Branch: perl
56948            ! universal.c
56949 ____________________________________________________________________________
56950 [ 19204] By: jhi                                   on 2003/04/14  18:48:04
56951         Log: Bump up the version and admonish against aspiring (ab)use.
56952      Branch: perl
56953            ! lib/PerlIO.pm
56954 ____________________________________________________________________________
56955 [ 19203] By: jhi                                   on 2003/04/14  17:35:51
56956         Log: Introduce PerlIO::get_layers() to allow people to peek
56957              at the PerlIO layer stack.
56958      Branch: perl
56959            + t/io/layers.t
56960            ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
56961            ! universal.c
56962 ____________________________________________________________________________
56963 [ 19202] By: merijn                                on 2003/04/14  05:42:18
56964         Log: Subject: [PATCH] vms/vms.c waitpid tweak
56965              From: "Craig A. Berry" <craigberry@mac.com>
56966              Date: Mon, 14 Apr 2003 00:43:00 -0500
56967              Message-ID: <3E9A4A64.6030205@mac.com>
56968      Branch: perl
56969            ! vms/vms.c
56970 ____________________________________________________________________________
56971 [ 19201] By: sky                                   on 2003/04/13  19:26:46
56972         Log: Fix bug #16253, use all the CPU that we can :-)
56973      Branch: perl
56974            ! ext/threads/threads.xs
56975 ____________________________________________________________________________
56976 [ 19200] By: sky                                   on 2003/04/13  18:38:58
56977         Log: Fix bug #15893 by creating shared scalars with a refcount of 1
56978              instead of 2 and make push and pop increase the refcount.
56979      Branch: perl
56980            ! ext/threads/shared/shared.xs
56981 ____________________________________________________________________________
56982 [ 19199] By: jhi                                   on 2003/04/13  11:45:42
56983         Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
56984              ../../lib for the lc() at line 66 (UTF-8 data possible
56985              if using UTF-8 locales).
56986      Branch: perl
56987            ! lib/ExtUtils/t/Install.t
56988 ____________________________________________________________________________
56989 [ 19198] By: jhi                                   on 2003/04/13  09:43:09
56990         Log: The lib/ipc_sysv.t test has a new name.
56991      Branch: perl
56992            ! INSTALL
56993 ____________________________________________________________________________
56994 [ 19197] By: jhi                                   on 2003/04/13  09:32:05
56995         Log: Continue hunting for the cause of the Tru64 failed threaded smokes
56996              most probably introduced by the change #19157.  The tweak suggested
56997              by Stephen McCamant trades a possible dangling pointer (CopFILE()
56998              is tricky like that with threads) to a memory leak.  (This means
56999              that this tweak shouldn't be left in as-is, but if this helps,
57000              we at least know that the failure was caused by the #19157.)
57001      Branch: perl
57002            ! op.c
57003 ____________________________________________________________________________
57004 [ 19196] By: jhi                                   on 2003/04/13  09:20:02
57005         Log: Upgrade to Net::Ping 2.29.
57006      Branch: perl
57007            + lib/Net/Ping/t/510_ping_udp.t
57008            - lib/Net/Ping/README
57009            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
57010 ____________________________________________________________________________
57011 [ 19195] By: jhi                                   on 2003/04/13  09:02:05
57012         Log: Upgrade to Test::Harness 2.27_04.
57013      Branch: perl
57014            + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
57015            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
57016            ! lib/Test/Harness/t/test-harness.t
57017 ____________________________________________________________________________
57018 [ 19194] By: rgs                                   on 2003/04/12  21:21:04
57019         Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
57020      Branch: perl
57021            ! hints/darwin.sh hints/rhapsody.sh
57022 ____________________________________________________________________________
57023 [ 19192] By: jhi                                   on 2003/04/12  18:23:40
57024         Log: The debugging aid #19182 didn't.
57025      Branch: perl
57026            ! ext/B/t/deparse.t
57027 ____________________________________________________________________________
57028 [ 19191] By: jhi                                   on 2003/04/12  16:51:12
57029         Log: Benchmark nit from Nicholas Clark (in OpenBSD the result could
57030              be a negative zero, -0).
57031      Branch: perl
57032            ! lib/Benchmark.t
57033 ____________________________________________________________________________
57034 [ 19190] By: rgs                                   on 2003/04/12  13:41:25
57035         Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
57036              From: Michael G Schwern <schwern@pobox.com>
57037              Date: Fri, 11 Apr 2003 00:32:02 -0700
57038              Message-ID: <20030411073202.GC5916@windhund.schwern.org>
57039      Branch: perl
57040            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
57041            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
57042            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
57043            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
57044            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
57045            ! lib/ExtUtils/t/zz_cleanup_dummy.t
57046 ____________________________________________________________________________
57047 [ 19189] By: rgs                                   on 2003/04/10  20:40:14
57048         Log: Peter Scott suggests that the docs for base.pm should
57049              state explicitely that base.pm doesn't call import()
57050              on base classes. Plus a few typos.
57051      Branch: perl
57052            ! lib/base.pm
57053 ____________________________________________________________________________
57054 [ 19188] By: rgs                                   on 2003/04/10  19:45:08
57055         Log: PerlFAQ sync.
57056      Branch: perl
57057            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
57058            ! pod/perlfaq7.pod pod/perlfaq9.pod
57059 ____________________________________________________________________________
57060 [ 19187] By: rgs                                   on 2003/04/10  19:25:18
57061         Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
57062              There used to be a nullstash (%{"<none>::"}) to hold illegal
57063              variables under strict 'vars'. It has been removed by change #17942.
57064              This can lead to segfaults during the parsing, because some illegal
57065              variables might have been discarded before the compilation of the
57066              current statement had completed.
57067              Bug analysis and test case by Enache Adrian.
57068      Branch: perl
57069            ! gv.c t/lib/strict/vars
57070 ____________________________________________________________________________
57071 [ 19186] By: jhi                                   on 2003/04/10  19:13:40
57072         Log: Be more descriptive.
57073      Branch: perl
57074            ! MANIFEST
57075 ____________________________________________________________________________
57076 [ 19185] By: jhi                                   on 2003/04/10  19:06:02
57077         Log: Noted by Nat: -0 didn't work that well with Unicode.
57078      Branch: perl
57079            ! perl.c pod/perlrun.pod
57080 ____________________________________________________________________________
57081 [ 19184] By: jhi                                   on 2003/04/10  17:26:43
57082         Log: Add an option for the grok_xxx() to silently ignore bad digits.
57083      Branch: perl
57084            ! numeric.c perl.h
57085 ____________________________________________________________________________
57086 [ 19183] By: jhi                                   on 2003/04/10  10:56:25
57087         Log: The test doesn't work that well when -Uusedl.
57088              Some of the tests could be salvaged even then I guess.
57089      Branch: perl
57090            ! lib/ExtUtils/t/Constant.t
57091 ____________________________________________________________________________
57092 [ 19182] By: jhi                                   on 2003/04/10  09:40:24
57093         Log: A temporary debugging aid for Tru64 threaded builds.
57094      Branch: perl
57095            ! ext/B/t/deparse.t
57096 ____________________________________________________________________________
57097 [ 19181] By: jhi                                   on 2003/04/10  08:02:10
57098         Log: Unless Inuits are involved...
57099      Branch: perl
57100            ! pod/perlrun.pod
57101 ____________________________________________________________________________
57102 [ 19180] By: jhi                                   on 2003/04/10  07:02:44
57103         Log: With AFS the cwds have little chance of agreeing.
57104      Branch: perl
57105            ! ext/Cwd/t/cwd.t
57106 ____________________________________________________________________________
57107 [ 19179] By: jhi                                   on 2003/04/10  06:46:50
57108         Log: I assume the idea was to use the *cwd variables for testing.
57109      Branch: perl
57110            ! ext/Cwd/t/cwd.t
57111 ____________________________________________________________________________
57112 [ 19177] By: jhi                                   on 2003/04/10  04:34:48
57113         Log: perlport information about portably embedding string data.
57114      Branch: perl
57115            ! pod/perlport.pod
57116 ____________________________________________________________________________
57117 [ 19176] By: jhi                                   on 2003/04/10  04:18:45
57118         Log: Also locale names can contain illegal UTF-8.
57119      Branch: perl
57120            ! lib/locale.t
57121 ____________________________________________________________________________
57122 [ 19175] By: jhi                                   on 2003/04/10  04:03:48
57123         Log: In case someone is using UTF-8 locales.
57124      Branch: perl
57125            ! lib/ExtUtils/MM_MacOS.pm
57126 ____________________________________________________________________________
57127 [ 19174] By: merijn                                on 2003/04/09  14:33:12
57128         Log: Even more promotion for -lc128 (long doubles on AIX)
57129              More obvious detection of C compiler
57130              cc_type should not promote to config.sh
57131
57132              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57133              Date: Wed, 09 Apr 2003 14:31:48 +0200
57134              Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
57135      Branch: perl
57136            ! hints/aix.sh
57137 ____________________________________________________________________________
57138 [ 19173] By: jhi                                   on 2003/04/09  12:39:35
57139         Log: open(my $fh, ">&", STDOUT) should not warn under strict.
57140      Branch: perl
57141            ! op.c t/io/open.t
57142 ____________________________________________________________________________
57143 [ 19172] By: jhi                                   on 2003/04/09  10:40:31
57144         Log: Try to be more descriptive than just __ANONIO__ which is what
57145              you get when you autovivify filehandles into array/hash elements.
57146      Branch: perl
57147            ! doio.c op.c t/io/open.t
57148 ____________________________________________________________________________
57149 [ 19171] By: rgs                                   on 2003/04/08  20:44:20
57150         Log: Implement support for --help and --version in Getopt::Std
57151              Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
57152              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
57153              Date: Mon, 7 Apr 2003 17:07:15 -0700
57154              Message-ID: <20030408000714.GA953@math.berkeley.edu>
57155      Branch: perl
57156            ! lib/Getopt/Std.pm
57157 ____________________________________________________________________________
57158 [ 19170] By: rgs                                   on 2003/04/08  19:47:05
57159         Log: Subject: [PATCH] Re: Error: Unknown error
57160              From: Enache Adrian <enache@rdslink.ro>
57161              Date: Tue, 8 Apr 2003 07:12:13 +0300
57162              Message-ID: <20030408041213.GA13553@ratsnest.hole>
57163      Branch: perl
57164            ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
57165 ____________________________________________________________________________
57166 [ 19169] By: rgs                                   on 2003/04/08  19:19:34
57167         Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
57168              From: Dave Mitchell <davem@fdgroup.com>
57169              Date: Mon, 7 Apr 2003 21:43:17 +0100
57170              Message-ID: <20030407204317.GA8796@fdgroup.com>
57171
57172              The new XTERMORDORDOR lexer expectation must also be named
57173              in debugging perls, to be used in the output of -DT.
57174      Branch: perl
57175            ! perl.h toke.c
57176 ____________________________________________________________________________
57177 [ 19168] By: rgs                                   on 2003/04/08  19:05:22
57178         Log: Document that perl recognizes 2>&1 on the command-line on VMS.
57179      Branch: perl
57180            ! vms/perlvms.pod
57181 ____________________________________________________________________________
57182 [ 19167] By: rgs                                   on 2003/04/08  18:47:18
57183         Log: Typos fixes by Stas Bekman.
57184      Branch: perl
57185            ! cv.h lib/attributes.pm sv.h
57186 ____________________________________________________________________________
57187 [ 19166] By: rgs                                   on 2003/04/08  18:43:22
57188         Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1`  these days?
57189              From: Robin Barker <Robin.Barker@npl.co.uk>
57190              Date: Tue, 8 Apr 2003 14:23:04 +0100
57191              Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
57192      Branch: perl
57193            ! pod/perlpod.pod
57194 ____________________________________________________________________________
57195 [ 19164] By: jhi                                   on 2003/04/08  04:42:05
57196         Log: Few more words about safe/unsafe signals.
57197      Branch: perl
57198            ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
57199 ____________________________________________________________________________
57200 [ 19163] By: jhi                                   on 2003/04/07  19:25:39
57201         Log: The SvGROW() might move the PV.
57202      Branch: perl
57203            ! pp.c
57204 ____________________________________________________________________________
57205 [ 19162] By: jhi                                   on 2003/04/07  18:23:29
57206         Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
57207              From: Michael G Schwern <schwern@pobox.com>
57208              Date: Mon, 7 Apr 2003 02:09:17 -0700
57209              Message-ID: <20030407090917.GA9221@windhund.schwern.org>
57210      Branch: perl
57211            + lib/ExtUtils/t/MM_Any.t
57212            ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
57213            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
57214            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
57215            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
57216            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
57217            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
57218            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.pm
57219            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
57220            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
57221            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
57222            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
57223            ! lib/ExtUtils/README lib/ExtUtils/TODO
57224            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
57225            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
57226 ____________________________________________________________________________
57227 [ 19160] By: jhi                                   on 2003/04/07  04:17:38
57228         Log: Time::HiRes: Do not create files in blib directories under core
57229              (from Rafael)
57230      Branch: perl
57231            ! ext/Time/HiRes/Makefile.PL
57232 ____________________________________________________________________________
57233 [ 19159] By: jhi                                   on 2003/04/07  03:53:01
57234         Log: Future binary compat wishful thinking:
57235              maint will use the stashcache, but not the dbassertion.
57236      Branch: perl
57237            ! intrpvar.h
57238 ____________________________________________________________________________
57239 [ 19158] By: jhi                                   on 2003/04/07  03:41:17
57240         Log: More WinCE tweaking for Vadim Konovalov.
57241      Branch: perl
57242            ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
57243            ! wince/makedist.pl
57244 ____________________________________________________________________________
57245 [ 19157] By: rgs                                   on 2003/04/06  20:53:29
57246         Log: Subject: CvFILE for constant subs
57247              From: Stephen McCamant <smcc@mit.edu>
57248              Date: Sun, 6 Apr 2003 16:39:13 -0400
57249              Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
57250      Branch: perl
57251            ! op.c
57252 ____________________________________________________________________________
57253 [ 19156] By: rgs                                   on 2003/04/06  20:44:09
57254         Log: Subject: [PATCH] B::Deparse: sv_no != 0
57255              From: Stephen McCamant <smcc@mit.edu>
57256              Date: Sun, 6 Apr 2003 17:00:48 -0400
57257              Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
57258      Branch: perl
57259            ! ext/B/B/Deparse.pm
57260 ____________________________________________________________________________
57261 [ 19154] By: jhi                                   on 2003/04/06  19:46:35
57262         Log: An unconditional carp is not nice.
57263      Branch: perl
57264            ! ext/Sys/Syslog/Syslog.pm
57265 ____________________________________________________________________________
57266 [ 19153] By: rgs                                   on 2003/04/06  18:37:58
57267         Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
57268              From: Robert Spier <rspier@pobox.com>
57269              Date: Sat, 05 Apr 2003 21:12:20 -0800
57270              Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
57271      Branch: perl
57272            ! README.solaris
57273 ____________________________________________________________________________
57274 [ 19152] By: rgs                                   on 2003/04/06  18:24:38
57275         Log: Remove unportable ">|" shell syntax
57276              Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
57277              From: Enache Adrian <enache@rdslink.ro>
57278              Date: Sun, 6 Apr 2003 21:13:27 +0300
57279              Message-ID: <20030406181326.GA873@ratsnest.hole>
57280      Branch: perl
57281            ! Makefile.SH
57282 ____________________________________________________________________________
57283 [ 19151] By: jhi                                   on 2003/04/06  18:14:44
57284         Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
57285              From: Joost van Baal <J.E.vanBaal@uvt.nl>
57286              Date: Mon, 25 Nov 2002 17:35:37 +0100
57287              Message-ID: <20021125163537.GC4745@banach.uvt.nl>
57288
57289              (The .pm patch modified a bit, and removed the false
57290              claim that _PATH_INFO would be coming from syslog.ph)
57291      Branch: perl
57292            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
57293            ! ext/Sys/Syslog/syslog.t
57294 ____________________________________________________________________________
57295 [ 19150] By: rgs                                   on 2003/04/05  21:10:00
57296         Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
57297              From: Enache Adrian <enache@rdslink.ro>
57298              Date: Thu, 3 Apr 2003 15:50:48 +0300
57299              Message-ID: <20030403125048.GA6107@ratsnest.hole>
57300
57301              On linux, when building a shared library, generate
57302              a small shell wrapper, "preload", that preloads libperl.so
57303              only if it exists. Useful when the 'make' process stops
57304              before the link phase.
57305      Branch: perl
57306            ! Makefile.SH
57307 ____________________________________________________________________________
57308 [ 19149] By: jhi                                   on 2003/04/05  20:44:25
57309         Log: Upgrade to Locale::Maketext 1.04.
57310      Branch: perl
57311            + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
57312            + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
57313            - lib/Locale/Maketext/test.pl
57314            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
57315            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
57316 ____________________________________________________________________________
57317 [ 19148] By: jhi                                   on 2003/04/05  20:38:30
57318         Log: perluniintro.pod: nice_string() doesn't escape
57319              literal escape chars -- use Sadahiro-san's fix(es).
57320      Branch: perl
57321            ! pod/perluniintro.pod
57322 ____________________________________________________________________________
57323 [ 19147] By: rgs                                   on 2003/04/05  19:12:30
57324         Log: Subject: [PATCH 5.8.1 @19053] Embedding
57325              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
57326              Date: Mon, 31 Mar 2003 12:39:24 -0800
57327              Message-ID: <20030331203924.GA3602@math.berkeley.edu>
57328
57329              Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
57330              to be used in a C program's main function.
57331      Branch: perl
57332            ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
57333 ____________________________________________________________________________
57334 [ 19146] By: jhi                                   on 2003/04/05  19:08:37
57335         Log: Heredocs and use encoding didn't work for SJIS;
57336              patch from Inaba Hiroto.
57337      Branch: perl
57338            ! toke.c
57339 ____________________________________________________________________________
57340 [ 19145] By: rgs                                   on 2003/04/05  11:45:36
57341         Log: The manpages don't have to be built by MakeMaker for the
57342              core modules in ext/. Disable this in Devel::PPPort (not
57343              up-to-date on CPAN), Unicode::Normalize (the CPAN version
57344              uses a different Makefile.PL anyway) and XS::APItest
57345              (not CPANized.)
57346      Branch: perl
57347            ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
57348            ! ext/XS/APItest/Makefile.PL
57349 ____________________________________________________________________________
57350 [ 19144] By: rgs                                   on 2003/04/05  11:28:22
57351         Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
57352              by SADAHIRO Tomoyuki.
57353      Branch: perl
57354            ! ext/Unicode/Normalize/Changes
57355            ! ext/Unicode/Normalize/Normalize.pm
57356            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
57357            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
57358            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
57359            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
57360            ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
57361 ____________________________________________________________________________
57362 [ 19143] By: merijn                                on 2003/04/03  08:55:33
57363         Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
57364              From: "Craig A. Berry" <craigberry@mac.com>
57365              Date: Wed, 02 Apr 2003 18:09:03 -0600
57366              Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
57367      Branch: perl
57368            ! vms/vms.c vms/vmsish.h
57369 ____________________________________________________________________________
57370 [ 19142] By: merijn                                on 2003/04/03  08:50:55
57371         Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
57372              From: andreas.koenig@anima.de (Andreas J. Koenig)
57373              Date: Thu, 03 Apr 2003 08:28:52 +0200
57374              Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
57375      Branch: perl
57376            ! lib/Pod/t/Functions.t
57377 ____________________________________________________________________________
57378 [ 19141] By: jhi                                   on 2003/04/03  05:00:36
57379         Log: Don't recurse from threads to threads/shared (since
57380              threads/shared is built separately, temp solution from
57381              Schwern while MM is being fixed.)
57382      Branch: perl
57383            ! ext/threads/Makefile.PL
57384 ____________________________________________________________________________
57385 [ 19140] By: rgs                                   on 2003/04/02  20:41:46
57386         Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
57387              From: Steve Hay <steve.hay@uk.radan.com>
57388              Date: Thu, 20 Mar 2003 11:55:01 +0000
57389              Message-ID: <3E79AC15.80307@uk.radan.com>
57390      Branch: perl
57391            ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
57392 ____________________________________________________________________________
57393 [ 19139] By: jhi                                   on 2003/04/02  19:44:07
57394         Log: Make perldiag agree with #19138.
57395      Branch: perl
57396            ! pod/perldiag.pod
57397 ____________________________________________________________________________
57398 [ 19138] By: jhi                                   on 2003/04/02  19:37:59
57399         Log: Make at least the thread count make sense.
57400      Branch: perl
57401            ! ext/threads/threads.xs
57402 ____________________________________________________________________________
57403 [ 19137] By: rgs                                   on 2003/04/02  19:24:47
57404         Log: Adjust test for the recent change (#19136) to Pod::Html
57405      Branch: perl
57406            ! lib/Pod/t/htmlview.t
57407 ____________________________________________________________________________
57408 [ 19136] By: rgs                                   on 2003/04/02  18:46:31
57409         Log: Fixes for "installhtml --splithead", based on :
57410              Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
57411              From: Steve Hay <steve.hay@uk.radan.com>
57412              Date: Wed, 02 Apr 2003 11:33:41 +0100
57413              Message-ID: <3E8ABC85.5060807@uk.radan.com>
57414
57415              This also includes a small patch to Pod::Html : when generating
57416              anchor names, play on the safe side and turn every non-alphanumeric
57417              character into an '_'. Moreover, Pod::Html::anchorify() is now
57418              optionally exported.
57419      Branch: perl
57420            ! installhtml lib/Pod/Html.pm
57421 ____________________________________________________________________________
57422 [ 19135] By: rgs                                   on 2003/04/02  18:42:50
57423         Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
57424              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57425              Date: Tue, 01 Apr 2003 16:32:46 -0800
57426              Message-ID: <u+ii+gzkgqkV092yn@efn.org>
57427      Branch: perl
57428            ! pp.c t/op/split.t
57429 ____________________________________________________________________________
57430 [ 19134] By: sky                                   on 2003/04/02  18:01:40
57431         Log: Fix some small nits, thanks to Rafael.
57432      Branch: perl
57433            ! pp_hot.c
57434 ____________________________________________________________________________
57435 [ 19133] By: sky                                   on 2003/04/02  13:41:14
57436         Log: Add packname->stash cache before the check if a packname is a
57437              filehandle or a package, it works because only packnames
57438              that have been resolved to stashes are added to the cache,
57439              and when a newIO is created we clean the cache.
57440              Results in roughly 1.8 speed increase for class->method()
57441              calls.
57442      Branch: perl
57443            ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
57444 ____________________________________________________________________________
57445 [ 19132] By: merijn                                on 2003/04/02  11:28:02
57446         Log: #19122 should have been tested on non-glibc system (like AIX)
57447      Branch: perl
57448            ! pp.c
57449 ____________________________________________________________________________
57450 [ 19131] By: jhi                                   on 2003/04/02  05:25:19
57451         Log: Spread IlyaZ's PERL_CORE detection trick.
57452      Branch: perl
57453            ! ext/Encode/Makefile.PL
57454 ____________________________________________________________________________
57455 [ 19130] By: jhi                                   on 2003/04/02  04:42:40
57456         Log: Cannot portably compare files if one of them is still open
57457              (from Craig Berry).
57458      Branch: perl
57459            ! ext/Encode/t/enc_module.t
57460 ____________________________________________________________________________
57461 [ 19129] By: jhi                                   on 2003/04/02  04:30:45
57462         Log: MM_VMS tweak from Craig Berry:
57463              http://nntp.x.perl.org/group/perl.makemaker/1002
57464      Branch: perl
57465            ! lib/ExtUtils/MM_VMS.pm
57466 ____________________________________________________________________________
57467 [ 19128] By: rgs                                   on 2003/04/01  21:30:12
57468         Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
57469              From: Steve Hay <steve.hay@uk.radan.com>
57470              Date: Thu, 20 Mar 2003 12:34:15 +0000
57471              Message-ID: <3E79B547.6030201@uk.radan.com>
57472              (with a few minor tweaks)
57473      Branch: perl
57474            ! installhtml
57475 ____________________________________________________________________________
57476 [ 19127] By: rgs                                   on 2003/04/01  19:01:20
57477         Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
57478              From: Enache Adrian <enache@rdslink.ro>
57479              Date: Sat, 29 Mar 2003 19:45:41 +0200
57480              Message-ID: <20030329174541.GA8138@ratsnest.hole>
57481      Branch: perl
57482            ! ext/B/B/Deparse.pm
57483 ____________________________________________________________________________
57484 [ 19126] By: rgs                                   on 2003/04/01  18:39:43
57485         Log: Fix bug #21742. require should be always invoked in
57486              scalar context. This wasn't the case when called from
57487              an eval(""), because the void context doesn't propagate
57488              through the leaveeval op. Instead of making scalarvoid()
57489              handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
57490              a workaround in doeval().
57491      Branch: perl
57492            ! pp_ctl.c t/comp/require.t
57493 ____________________________________________________________________________
57494 [ 19124] By: jhi                                   on 2003/04/01  16:52:28
57495         Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
57496              From: "Green, Paul" <Paul.Green@stratus.com>
57497              Date: Tue, 1 Apr 2003 12:37:38 -0500
57498              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
57499      Branch: perl
57500            ! hints/vos.sh
57501 ____________________________________________________________________________
57502 [ 19122] By: jhi                                   on 2003/04/01  16:36:52
57503         Log: Integrate:
57504              [ 19119]
57505              Address "5.8.1@19053: crypt_r() takes 128K per thread".
57506      Branch: perl
57507           !> pp.c reentr.c reentr.h reentr.pl
57508 ____________________________________________________________________________
57509 [ 19121] By: jhi                                   on 2003/04/01  16:36:02
57510         Log: Integrate:
57511              [ 19109]
57512              Subject: [PATCH 5.8.1 @19053] Time::HiRes
57513              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
57514              Date: Mon, 31 Mar 2003 12:53:01 -0800
57515              Message-ID: <20030331205301.GA3687@math.berkeley.edu>
57516
57517              [ 19111]
57518              A cleaner way to detect PERL_CORE, from IlyaZ.
57519      Branch: perl
57520           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
57521 ____________________________________________________________________________
57522 [ 19120] By: jhi                                   on 2003/04/01  16:32:03
57523         Log: Integrate:
57524              [ 19106]
57525              Subject: [PATCH 5.8.1 @19053] OS/2-related patches
57526              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
57527              Date: Mon, 31 Mar 2003 12:43:37 -0800
57528              Message-ID: <20030331204337.GA3634@math.berkeley.edu>
57529
57530              and regen Configure.
57531      Branch: perl
57532            ! Configure config_h.SH embedvar.h
57533           !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
57534           !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
57535           !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
57536           !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
57537           !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
57538           !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
57539           !> reentr.h reentr.pl sv.c
57540 ____________________________________________________________________________
57541 [ 19118] By: jhi                                   on 2003/04/01  16:17:04
57542         Log: Document the _exit() issue with threads in Linux [perl #17057].
57543      Branch: perl
57544            ! ext/POSIX/POSIX.pod
57545 ____________________________________________________________________________
57546 [ 19117] By: jhi                                   on 2003/04/01  16:07:59
57547         Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
57548              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
57549              Date: Tue, 1 Apr 2003 11:02:35 +0200
57550              Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
57551      Branch: perl
57552            ! t/op/getpid.t
57553 ____________________________________________________________________________
57554 [ 19116] By: jhi                                   on 2003/04/01  16:06:12
57555         Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
57556              From: Michael G Schwern <schwern@pobox.com>
57557              Date: Mon, 31 Mar 2003 15:16:57 -0800
57558              Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
57559      Branch: perl
57560            ! ext/SDBM_File/sdbm/Makefile.PL
57561 ____________________________________________________________________________
57562 [ 19115] By: jhi                                   on 2003/04/01  15:58:45
57563         Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
57564              From: Richard.Foley@ubsw.com
57565              Date: Mon, 31 Mar 2003 16:27:14 +0200
57566              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
57567      Branch: perl
57568            ! pod/perlhack.pod
57569 ____________________________________________________________________________
57570 [ 19114] By: jhi                                   on 2003/04/01  15:56:27
57571         Log: Subject: [PATCH] Text::Abbrev warnings safe
57572              From: Peter Scott <Peter@PSDT.com>
57573              Date: Fri, 28 Mar 2003 16:34:47 -0800
57574              Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
57575      Branch: perl
57576            ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
57577 ____________________________________________________________________________
57578 [ 19113] By: merijn                                on 2003/04/01  14:12:33
57579         Log: Implemented AIX longdouble support in hints/aix.sh, which now
57580              actually work.  Thanks to John L. Allen for the hint.
57581
57582              Subject: Re: AIX longdoubles
57583              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57584              Date: Tue, 01 Apr 2003 17:18:57 +0200
57585              Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
57586      Branch: perl
57587            ! hints/aix.sh
57588 ____________________________________________________________________________
57589 [ 19104] By: jhi                                   on 2003/03/31  10:51:36
57590         Log: Tabify; strictly speaking unnecessary but anyway...
57591      Branch: perl
57592            ! MANIFEST
57593 ____________________________________________________________________________
57594 [ 19102] By: jhi                                   on 2003/03/31  10:36:48
57595         Log: Upgrade to Test::Harness 2.27_02.
57596      Branch: perl
57597            + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
57598            + t/lib/sample-tests/too_many
57599            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
57600            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
57601            ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t
57602 ____________________________________________________________________________
57603 [ 19101] By: jhi                                   on 2003/03/31  10:07:35
57604         Log: Upgrade to podlators 1.26.
57605      Branch: perl
57606            ! lib/Pod/Man.pm
57607 ____________________________________________________________________________
57608 [ 19100] By: jhi                                   on 2003/03/31  10:03:50
57609         Log: Upgrade to Encode 1.92.
57610      Branch: perl
57611            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
57612            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
57613            ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
57614            ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
57615            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
57616            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
57617 ____________________________________________________________________________
57618 [ 19099] By: jhi                                   on 2003/03/31  09:54:52
57619         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
57620              From: Michael G Schwern <schwern@pobox.com>
57621              Date: Mon, 31 Mar 2003 02:42:58 -0800
57622              Message-ID: <20030331104257.GB15327@windhund.schwern.org>
57623      Branch: perl
57624            + lib/ExtUtils/MakeMaker/FAQ.pod
57625            + lib/ExtUtils/MakeMaker/Tutorial.pod
57626            + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
57627            + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
57628            + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
57629            + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
57630            + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
57631            + t/lib/TieIn.pm
57632            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
57633            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
57634            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
57635            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
57636            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
57637            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
57638            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
57639            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
57640            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
57641            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
57642            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
57643            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
57644            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
57645            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t
57646            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
57647            ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t
57648            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
57649            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
57650 ____________________________________________________________________________
57651 [ 19098] By: jhi                                   on 2003/03/31  09:36:11
57652         Log: Subject: [PATCH dump.c] stray n_a
57653              From: Michael G Schwern <schwern@pobox.com>
57654              Date: Mon, 31 Mar 2003 00:55:49 -0800
57655              Message-ID: <20030331085549.GB1300@windhund.schwern.org>
57656      Branch: perl
57657            ! dump.c
57658 ____________________________________________________________________________
57659 [ 19097] By: jhi                                   on 2003/03/31  05:00:07
57660         Log: Some low-hanging fruit for EBCDIC portability
57661              (or for marking as EBCDIC todos)
57662      Branch: perl
57663            ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
57664            ! t/uni/write.t
57665 ____________________________________________________________________________
57666 [ 19094] By: jhi                                   on 2003/03/30  15:54:35
57667         Log: Upgrade to Time::HiRes 1.44.
57668      Branch: perl
57669            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
57670 ____________________________________________________________________________
57671 [ 19092] By: jhi                                   on 2003/03/30  15:09:02
57672         Log: IRIX 5.3 update.
57673      Branch: perl
57674            ! README.irix
57675 ____________________________________________________________________________
57676 [ 19091] By: jhi                                   on 2003/03/30  10:26:32
57677         Log: Not all compilers like #ifdefs within cpp macros
57678              (follow-up on #19086)
57679      Branch: perl
57680            ! pp_sys.c
57681 ____________________________________________________________________________
57682 [ 19090] By: jhi                                   on 2003/03/30  09:50:33
57683         Log: Ending strings is customary (typo from #19084).
57684      Branch: perl
57685            ! ext/Socket/Socket.t
57686 ____________________________________________________________________________
57687 [ 19089] By: jhi                                   on 2003/03/30  09:24:08
57688         Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
57689      Branch: perl
57690            ! MANIFEST
57691 ____________________________________________________________________________
57692 [ 19088] By: jhi                                   on 2003/03/30  09:09:42
57693         Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
57694              as the test expects.
57695      Branch: perl
57696            ! lib/Net/hostent.t
57697 ____________________________________________________________________________
57698 [ 19087] By: jhi                                   on 2003/03/30  09:08:07
57699         Log: In IRIX 5.3 turn off some of the warnings that cannot
57700              really be helped (e.g. warnings coming from system headers,
57701              or linker warnings during Configure).
57702      Branch: perl
57703            ! hints/irix_5.sh
57704 ____________________________________________________________________________
57705 [ 19086] By: jhi                                   on 2003/03/30  08:59:24
57706         Log: In IRIX 5.3 the cc is awfully confused about the prototype
57707              of select().
57708      Branch: perl
57709            ! hints/irix_5.sh pp_sys.c
57710 ____________________________________________________________________________
57711 [ 19085] By: jhi                                   on 2003/03/30  08:43:53
57712         Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
57713      Branch: perl
57714            + ext/Time/HiRes/hints/irix.pl
57715            ! MANIFEST
57716 ____________________________________________________________________________
57717 [ 19084] By: jhi                                   on 2003/03/30  08:31:53
57718         Log: gethostbyname('localhost') is not that portable.
57719              inet_aton('localhost') in IRIX 5.3 returned an undef,
57720              which in turn made pack_sockaddr_in to barf on zero
57721              length in_addr.
57722      Branch: perl
57723            ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
57724 ____________________________________________________________________________
57725 [ 19083] By: jhi                                   on 2003/03/30  07:49:46
57726         Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
57727              From: Nicholas Clark <nick@unfortu.net>
57728              Date: Sun, 30 Mar 2003 00:35:48 +0000
57729              Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
57730      Branch: perl
57731            ! sv.c
57732 ____________________________________________________________________________
57733 [ 19082] By: jhi                                   on 2003/03/29  21:18:32
57734         Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
57735              not defined AF_LINK.
57736      Branch: perl
57737            ! ext/Socket/Socket.xs
57738 ____________________________________________________________________________
57739 [ 19081] By: jhi                                   on 2003/03/29  20:41:56
57740         Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
57741              From: Nicholas Clark <nick@unfortu.net>
57742              Date: Sat, 29 Mar 2003 18:58:09 +0000
57743              Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
57744      Branch: perl
57745            ! dump.c
57746 ____________________________________________________________________________
57747 [ 19080] By: rgs                                   on 2003/03/29  20:39:34
57748         Log: Minor rephrasing in perlopentut,
57749              noticed by Bob Wilkinson (RT [perl #21725])
57750      Branch: perl
57751            ! pod/perlopentut.pod
57752 ____________________________________________________________________________
57753 [ 19079] By: rgs                                   on 2003/03/29  20:21:11
57754         Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
57755              From: Nicholas Clark <nick@unfortu.net>
57756              Date: Thu, 27 Mar 2003 22:37:35 +0000
57757              Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
57758      Branch: perl
57759            ! pod/perlapi.pod sv.h
57760 ____________________________________________________________________________
57761 [ 19078] By: jhi                                   on 2003/03/29  07:23:00
57762         Log: It seems that in Tru64 V5 gcc cannot be used to
57763              compile a threaded Perl because <pthread.h> explicitly
57764              checks for supported compilers (gcc not being one of them).
57765              This is not so bad since the system C compiler is always there.
57766      Branch: perl
57767            ! README.tru64 hints/dec_osf.sh
57768 ____________________________________________________________________________
57769 [ 19077] By: jhi                                   on 2003/03/28  06:03:16
57770         Log: Feeding illegal QP (like \x80) to this
57771              ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
57772              caused a coredump in av_length() <- nextargv() because
57773              the av was NULL.  I don't know that returning Nullfp is
57774              the best thing to do, but it dodges the segfault and
57775              introduces no test failures.
57776      Branch: perl
57777            ! doio.c
57778 ____________________________________________________________________________
57779 [ 19074] By: jhi                                   on 2003/03/27  18:17:20
57780         Log: Missing final \n.
57781      Branch: perl
57782            ! lib/Attribute/Handlers/Changes
57783 ____________________________________________________________________________
57784 [ 19072] By: rgs                                   on 2003/03/26  22:30:09
57785         Log: Subject: [perl #21672] IO::New and undefined filename behaviour
57786              From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
57787              Date: 24 Mar 2003 16:29:08 -0000
57788              Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
57789              plus a regression test
57790      Branch: perl
57791            ! ext/IO/lib/IO/File.pm lib/FileHandle.t
57792 ____________________________________________________________________________
57793 [ 19071] By: rgs                                   on 2003/03/26  22:08:16
57794         Log: Better version of change #19069
57795              Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
57796              From: Nicholas Clark <nick@unfortu.net>
57797              Date: Wed, 26 Mar 2003 23:01:46 +0000
57798              Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
57799      Branch: perl
57800            ! pp_hot.c sv.c t/op/readline.t
57801 ____________________________________________________________________________
57802 [ 19070] By: rgs                                   on 2003/03/26  21:31:55
57803         Log: Subject: [patch] for Stratus VOS
57804              From: "Green, Paul" <Paul.Green@stratus.com>
57805              Date: Wed, 26 Mar 2003 17:24:38 -0500
57806              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
57807              (plus a small tweak to the test script)
57808      Branch: perl
57809            ! README.vos t/op/pack.t
57810 ____________________________________________________________________________
57811 [ 19069] By: rgs                                   on 2003/03/26  21:14:33
57812         Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
57813              From: Nicholas Clark <nick@unfortu.net>
57814              Date: Tue, 25 Mar 2003 22:59:17 +0000
57815              Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
57816      Branch: perl
57817            ! sv.c t/op/readline.t
57818 ____________________________________________________________________________
57819 [ 19068] By: rgs                                   on 2003/03/26  20:53:18
57820         Log: Win32 counterpart of change #19065
57821      Branch: perl
57822            ! win32/Makefile win32/makefile.mk
57823 ____________________________________________________________________________
57824 [ 19067] By: rgs                                   on 2003/03/26  20:34:32
57825         Log: VMS counterpart of change #19065
57826      Branch: perl
57827            ! vms/descrip_mms.template
57828 ____________________________________________________________________________
57829 [ 19066] By: jhi                                   on 2003/03/26  20:05:40
57830         Log: Upgrade to Term::ANSIColor 1.07.
57831      Branch: perl
57832            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
57833            ! lib/Term/ANSIColor/README
57834 ____________________________________________________________________________
57835 [ 19065] By: rgs                                   on 2003/03/26  19:55:20
57836         Log: Add a file utils/cpan.PL to generate the "cpan" utility,
57837              also separately maintained on CPAN, and now moved as
57838              lib/CPAN/bin/cpan. Tweak installperl to avoid installing
57839              this last file.
57840      Branch: perl
57841            + utils/cpan.PL
57842           +> lib/CPAN/bin/cpan
57843            - utils/cpan
57844            ! MANIFEST installperl utils/Makefile
57845 ____________________________________________________________________________
57846 [ 19064] By: jhi                                   on 2003/03/26  19:48:32
57847         Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
57848              From: Dave Mitchell <davem@fdgroup.com>
57849              Date: Thu, 20 Mar 2003 01:26:19 +0000
57850              Message-ID: <20030320012619.C19869@fdgroup.com>
57851
57852              Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
57853              From: Dave Mitchell <davem@fdgroup.com>
57854              Date: Mon, 24 Mar 2003 16:06:51 +0000
57855              Message-ID: <20030324160651.D1798@fdgroup.com>
57856      Branch: perl
57857            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
57858 ____________________________________________________________________________
57859 [ 19063] By: jhi                                   on 2003/03/26  19:33:09
57860         Log: Subject: [perl #21648] Doc typo in Net::servent
57861              From: Andy Lester (via RT) <perlbug-followup@perl.org>
57862              Date: 22 Mar 2003 05:02:31 -0000
57863              Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
57864      Branch: perl
57865            ! lib/Net/servent.pm
57866 ____________________________________________________________________________
57867 [ 19062] By: jhi                                   on 2003/03/26  19:29:39
57868         Log: Subject: [PATCH README.qnx] for QNX 6.2
57869              From: Norton Allen <allen@huarp.harvard.edu>
57870              Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
57871              Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
57872      Branch: perl
57873            ! README.qnx
57874 ____________________________________________________________________________
57875 [ 19060] By: merijn                                on 2003/03/26  13:13:23
57876         Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
57877              From: "Craig A. Berry" <craigberry@mac.com>
57878              Date: Tue, 25 Mar 2003 22:52:58 -0600
57879              Message-ID: <3E81322A.3040508@mac.com>
57880      Branch: perl
57881            ! lib/vmsish.t
57882 ____________________________________________________________________________
57883 [ 19059] By: rgs                                   on 2003/03/24  21:43:03
57884         Log: Change 19056 wasn't good enough.
57885              ldlibpth should be changed later, to avoid spaces to be quoted.
57886      Branch: perl
57887            ! Makefile.SH
57888 ____________________________________________________________________________
57889 [ 19058] By: rgs                                   on 2003/03/24  21:37:59
57890         Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
57891              From: Michael G Schwern <schwern@pobox.com>
57892              Date: Mon, 24 Mar 2003 00:50:39 -0800
57893              Message-ID: <20030324085039.GA19981@windhund.schwern.org>
57894      Branch: perl
57895            ! pod/perlhist.pod
57896 ____________________________________________________________________________
57897 [ 19057] By: rgs                                   on 2003/03/24  21:33:43
57898         Log: Typo, spotted by Doru Petrescu
57899              Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
57900      Branch: perl
57901            ! ext/Data/Dumper/Dumper.pm
57902 ____________________________________________________________________________
57903 [ 19056] By: rgs                                   on 2003/03/24  21:05:48
57904         Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
57905              From: Enache Adrian <enache@rdslink.ro>
57906              Date: Mon, 24 Mar 2003 23:56:25 +0200
57907              Message-ID: <20030324215625.GB853@ratsnest.hole>
57908      Branch: perl
57909            ! Makefile.SH
57910 ____________________________________________________________________________
57911 [ 19055] By: merijn                                on 2003/03/24  07:05:39
57912         Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
57913              From: Enache Adrian <enache@rdslink.ro>
57914              Date: Sat, 22 Mar 2003 22:49:49 +0200
57915              Message-ID: <20030322204949.GB794@ratsnest.hole>
57916
57917              This is a slightly more defensive patch than Chip's patch that
57918              fell through the cracks, but does the same
57919              Subject: Shared libperl.so and build issues
57920              From: Chip Turner <cturner@redhat.com>
57921              Date: Tue 31 Dec 2002 17:21
57922      Branch: perl
57923            ! Makefile.SH
57924 ____________________________________________________________________________
57925 [ 19054] By: merijn                                on 2003/03/24  06:54:23
57926         Log: Subject: [PATCH bleadperl] vms.c thread clean-up
57927              From: "Craig A. Berry" <craigberry@mac.com>
57928              Date: Sun, 23 Mar 2003 15:32:58 -0600
57929              Message-ID: <3E7E280A.5000304@mac.com>
57930      Branch: perl
57931            ! vms/vms.c
57932 ____________________________________________________________________________
57933 [ 19052] By: jhi                                   on 2003/03/24  04:28:13
57934         Log: For change #19051: a new .bat to CRLF.
57935      Branch: perl
57936            ! Porting/makerel
57937 ____________________________________________________________________________
57938 [ 19051] By: jhi                                   on 2003/03/24  04:27:55
57939         Log: WinCE update from Vadim Konovalov.
57940      Branch: perl
57941            + wince/compile-all.bat wince/makedist.pl
57942            - wince/include/sys/stat.h wince/xbuildall.ksh
57943            - wince/xdistclean.ksh wince/xmakediffs.ksh
57944            ! MANIFEST README.ce dosish.h wince/Makefile.ce
57945            ! wince/compile.bat wince/config.ce
57946 ____________________________________________________________________________
57947 [ 19050] By: jhi                                   on 2003/03/24  04:25:15
57948         Log: Oops (change #19013 missed changing the Perl version number).
57949      Branch: perl
57950            ! cygwin/perlld.in
57951 ____________________________________________________________________________
57952 [ 19047] By: jhi                                   on 2003/03/23  17:54:33
57953         Log: Integrate from maint-5.8:
57954              [ 19045]
57955              If no IVSIZE == 8, no need for modulo_1.
57956      Branch: perl
57957           !> pp.c
57958 ____________________________________________________________________________
57959 [ 19044] By: rgs                                   on 2003/03/21  21:09:15
57960         Log: Subject: [PATCH] p4genpatch
57961              From: andreas.koenig@anima.de (Andreas J. Koenig)
57962              Date: Sat, 15 Mar 2003 12:04:18 +0100
57963              Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
57964      Branch: perl
57965            ! Porting/p4genpatch
57966 ____________________________________________________________________________
57967 [ 19043] By: rgs                                   on 2003/03/21  20:43:55
57968         Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
57969              From: Martien Verbruggen <mgjv@tradingpost.com.au>
57970              Date: Sat, 15 Mar 2003 12:31:47 +1100
57971              Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
57972      Branch: perl
57973            ! pod/perlsub.pod pod/perlsyn.pod
57974 ____________________________________________________________________________
57975 [ 19042] By: merijn                                on 2003/03/21  07:45:54
57976         Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
57977              From: "Craig A. Berry" <craigberry@mac.com>
57978              Date: Thu, 20 Mar 2003 23:03:36 -0600
57979              Message-ID: <3E7A9D28.1040706@mac.com>
57980      Branch: perl
57981            ! configure.com vms/vms.c vms/vmsish.h
57982 ____________________________________________________________________________
57983 [ 19039] By: rgs                                   on 2003/03/20  22:40:38
57984         Log: Subject: Re: [patch] [perl #21628] rcatline issue
57985              From: Enache Adrian <enache@rdslink.ro>
57986              Date: Thu, 20 Mar 2003 22:39:06 +0200
57987              Message-ID: <20030320203906.GA31199@ratsnest.hole>
57988      Branch: perl
57989            ! MANIFEST pp_hot.c t/op/readline.t
57990 ____________________________________________________________________________
57991 [ 19038] By: rgs                                   on 2003/03/20  22:07:50
57992         Log: Subject: Re: Bytecode? Back into service.
57993              From: Enache Adrian <enache@rdslink.ro>
57994              Date: Thu, 20 Mar 2003 07:38:39 +0200
57995              Message-ID: <20030320053839.GA4044@ratsnest.hole>
57996      Branch: perl
57997            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
57998            ! ext/ByteLoader/byterun.h op.c
57999 ____________________________________________________________________________
58000 [ 19037] By: rgs                                   on 2003/03/20  20:16:43
58001         Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
58002              From: "Gerrit P. Haase" <gp@familiehaase.de>
58003              Date: Thu, 20 Mar 2003 21:23:28 +0100
58004              Message-ID: <941032389637.20030320212328@familiehaase.de>
58005      Branch: perl
58006            ! README.cygwin
58007 ____________________________________________________________________________
58008 [ 19036] By: jhi                                   on 2003/03/20  05:23:15
58009         Log: Integrate:
58010              [ 19033]
58011              file test operators weren't doing the right thing if the SV
58012              passed to them wasn't NUL-terminated
58013
58014              [ 19034]
58015              ensure SVs returned by Win32::Get{Short,Full}PathName() are
58016              NUL-terminated
58017      Branch: perl
58018           !> doio.c win32/win32.c
58019 ____________________________________________________________________________
58020 [ 19028] By: jhi                                   on 2003/03/19  09:46:27
58021         Log: Better wording as requested by Rafael, and
58022              the module is BerkeleyDB, not BerkeleyFile.
58023      Branch: perl
58024            ! README.tru64
58025 ____________________________________________________________________________
58026 [ 19026] By: jhi                                   on 2003/03/19  09:11:43
58027         Log: Update the DB_File instructions in Tru64.
58028      Branch: perl
58029            ! README.tru64
58030 ____________________________________________________________________________
58031 [ 19025] By: rgs                                   on 2003/03/18  21:59:33
58032         Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
58033              From: Dave Mitchell <davem@fdgroup.com>
58034              Date: Tue, 18 Mar 2003 21:55:05 +0000
58035              Message-ID: <20030318215505.A16787@fdgroup.com>
58036      Branch: perl
58037            ! pp_ctl.c t/op/goto.t
58038 ____________________________________________________________________________
58039 [ 19024] By: rgs                                   on 2003/03/18  21:24:27
58040         Log: Subject: [PATCH] VMS pod install tweaks
58041              From: "Craig A. Berry" <craigberry@mac.com>
58042              Date: Sat, 15 Mar 2003 16:06:07 -0600
58043              Message-ID: <3E73A3CF.3060502@mac.com>
58044      Branch: perl
58045            ! vms/descrip_mms.template
58046 ____________________________________________________________________________
58047 [ 19023] By: rgs                                   on 2003/03/18  21:22:03
58048         Log: Subject: [PATCH] poll() help for VMS
58049              From: "Craig A. Berry" <craigberry@mac.com>
58050              Date: Tue, 18 Mar 2003 01:10:10 -0600
58051              Message-ID: <3E76C652.30205@mac.com>
58052      Branch: perl
58053            ! configure.com ext/IO/poll.h
58054 ____________________________________________________________________________
58055 [ 19021] By: jhi                                   on 2003/03/18  06:56:26
58056         Log: The description of SIG_SIZE was off.
58057      Branch: perl
58058            ! Configure NetWare/config_H.wc Porting/Glossary
58059            ! Porting/config.sh Porting/config_H config_h.SH
58060            ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
58061            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
58062            ! wince/config_H.ce
58063 ____________________________________________________________________________
58064 [ 19020] By: merijn                                on 2003/03/18  05:45:50
58065         Log: Minor updates of Wolfgang's pack patch
58066
58067              Subject: Re: pack changes and related fixes
58068              From: Philip Newton <Philip.Newton@gmx.net>
58069              Date: Tue, 18 Mar 2003 06:19:30 +0100
58070              Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
58071      Branch: perl
58072            ! embed.fnc pod/perldiag.pod
58073 ____________________________________________________________________________
58074 [ 19019] By: gsar                                  on 2003/03/18  05:06:07
58075         Log: regenerate win32/config_H.*
58076      Branch: perl
58077            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
58078            ! win32/config_H.vc64
58079 ____________________________________________________________________________
58080 [ 19018] By: gsar                                  on 2003/03/18  03:02:38
58081         Log: there is no trailing NULL in sig_name or sig_num, so don't
58082              talk about it
58083      Branch: perl
58084            ! Porting/Glossary
58085 ____________________________________________________________________________
58086 [ 19017] By: gsar                                  on 2003/03/18  03:01:02
58087         Log: according to the new Porting/Glossary, sig_num doesn't have an
58088              extra '0' at the end
58089      Branch: perl
58090            ! win32/config.bc win32/config.gc win32/config.vc
58091            ! win32/config.vc64
58092 ____________________________________________________________________________
58093 [ 19016] By: hv                                    on 2003/03/18  00:52:09
58094         Log: add tests for existing behaviour of undef postinc/dec
58095      Branch: perl
58096            ! t/op/inc.t
58097 ____________________________________________________________________________
58098 [ 19015] By: hv                                    on 2003/03/18  00:46:18
58099         Log: add comment at undef postinc special case
58100      Branch: perl
58101            ! pp.c
58102 ____________________________________________________________________________
58103 [ 19014] By: hv                                    on 2003/03/18  00:27:19
58104         Log: clarify behaviour of $a++
58105      Branch: perl
58106            ! pod/perlop.pod
58107 ____________________________________________________________________________
58108 [ 19013] By: jhi                                   on 2003/03/17  19:52:06
58109         Log: Integrate:
58110              [ 19012]
58111              We don't have the new Perl at this stage.
58112      Branch: perl
58113           !> cygwin/perlld.in
58114 ____________________________________________________________________________
58115 [ 19010] By: jhi                                   on 2003/03/17  17:16:44
58116         Log: Subject: pack changes and related fixes
58117              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
58118              Date: Mon, 17 Mar 2003 13:55:37 +0100
58119              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
58120      Branch: perl
58121            ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
58122            ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
58123            ! t/lib/warnings/pp_pack t/op/pack.t
58124 ____________________________________________________________________________
58125 [ 19007] By: jhi                                   on 2003/03/17  04:45:40
58126         Log: Integrate:
58127              [ 19006]
58128              Subject: Re: [Patch] Maintperl versioning for Cygwin
58129              From: Slaven Rezic <slaven@rezic.de>
58130              Date: 17 Mar 2003 00:42:43 +0100
58131              Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
58132      Branch: perl
58133           !> cygwin/perlld.in
58134 ____________________________________________________________________________
58135 [ 19005] By: hv                                    on 2003/03/17  02:06:20
58136         Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
58137              From: chocolateboy <chocolateboy@chocolatey.com>
58138              Date: Sat, 22 Feb 2003 12:17:28 +0000
58139              Message-ID: <3E576A58.8010901@chocolatey.com>
58140      Branch: perl
58141            + ext/Data/Dumper/t/pair.t
58142            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
58143 ____________________________________________________________________________
58144 [ 19004] By: hv                                    on 2003/03/17  01:38:23
58145         Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
58146              From: Stas Bekman <stas@stason.org>
58147              Date: Fri, 14 Feb 2003 11:59:53 +1100
58148              Message-ID: <3E4C3F89.6050005@stason.org>
58149      Branch: perl
58150            ! utils/h2xs.PL
58151 ____________________________________________________________________________
58152 [ 19003] By: hv                                    on 2003/03/17  01:23:02
58153         Log: Subject: [perl #20724] Patch for dprofpp
58154              From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
58155              Date: 5 Feb 2003 08:41:17 -0000
58156              Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
58157      Branch: perl
58158            ! utils/dprofpp.PL
58159 ____________________________________________________________________________
58160 [ 19002] By: hv                                    on 2003/03/16  23:36:57
58161         Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
58162              From: Adam Spiers (via RT) <perlbug-followup@perl.org>
58163              Date: 10 Jan 2003 10:59:44 -0000
58164              Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
58165      Branch: perl
58166            ! lib/IPC/Open3.pm
58167 ____________________________________________________________________________
58168 [ 19001] By: jhi                                   on 2003/03/16  21:50:24
58169         Log: getservbyname_r() kaputt in OpenBSD (might get fixed
58170              for 3.3, but only might)
58171      Branch: perl
58172            ! hints/openbsd.sh
58173 ____________________________________________________________________________
58174 [ 18999] By: jhi                                   on 2003/03/16  21:33:49
58175         Log: Stay within known facts: what platforms the skippage helps,
58176              and in which it is not needed.
58177      Branch: perl
58178            ! ext/POSIX/t/posix.t
58179 ____________________________________________________________________________
58180 [ 18998] By: jhi                                   on 2003/03/16  18:15:42
58181         Log: This seems to fix (well, dodge) the problems in FreeBSD for
58182              Enache Adrian; in _theory_ this patch could be good for NetBSD,
58183              too, but Alian gets a core dump already at subtest #9 (anyone
58184              with a real NetBSD, Alian's is a VMware one, which has in the
58185              past caused similar odd crashes).  OpenBSD threaded build result
58186              still unknown.
58187      Branch: perl
58188            ! ext/POSIX/t/posix.t
58189 ____________________________________________________________________________
58190 [ 18997] By: jhi                                   on 2003/03/16  18:07:30
58191         Log: IRIX ls -l marks sockets with 'S'.
58192      Branch: perl
58193            ! t/op/stat.t
58194 ____________________________________________________________________________
58195 [ 18996] By: jhi                                   on 2003/03/16  17:41:42
58196         Log: Turn on UTF-8 flag only if the $str is valid utf8
58197              (pointed out by Dan Kogai).
58198      Branch: perl
58199            ! lib/Term/ReadLine.pm
58200 ____________________________________________________________________________
58201 [ 18995] By: jhi                                   on 2003/03/16  16:40:06
58202         Log: Signedness nits.
58203      Branch: perl
58204            ! regcomp.c
58205 ____________________________________________________________________________
58206 [ 18994] By: jhi                                   on 2003/03/16  15:41:44
58207         Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
58208              Should work both for PERL_UNICODE/-C and use encoding 'foo';
58209      Branch: perl
58210            ! lib/Term/ReadLine.pm
58211 ____________________________________________________________________________
58212 [ 18991] By: jhi                                   on 2003/03/16  15:14:31
58213         Log: Pod fix from Philip Newton.
58214      Branch: perl
58215            ! pod/perlfunc.pod
58216 ____________________________________________________________________________
58217 [ 18990] By: jhi                                   on 2003/03/16  15:12:00
58218         Log: Further potential pitfalls for the utf8 len/pos cache
58219              found by Inaba Hiroto.  No test cases, yet.
58220      Branch: perl
58221            ! regcomp.c
58222 ____________________________________________________________________________
58223 [ 18989] By: jhi                                   on 2003/03/16  08:02:31
58224         Log: Make the :bytes conditional on PerlIO.
58225      Branch: perl
58226            ! ext/Encode/t/CJKT.t
58227 ____________________________________________________________________________
58228 [ 18988] By: jhi                                   on 2003/03/15  18:27:36
58229         Log: Needs PerlIO for :bytes.
58230      Branch: perl
58231            ! ext/Encode/t/CJKT.t
58232 ____________________________________________________________________________
58233 [ 18986] By: rgs                                   on 2003/03/14  20:28:20
58234         Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
58235              From: Enache Adrian <enache@rdslink.ro>
58236              Date: Fri, 14 Mar 2003 23:02:42 +0200
58237              Message-ID: <20030314210242.GA1159@ratsnest.hole>
58238              (with an added test)
58239      Branch: perl
58240            ! t/comp/parser.t toke.c
58241 ____________________________________________________________________________
58242 [ 18985] By: rgs                                   on 2003/03/14  19:45:18
58243         Log: Time::HiRes is a core module
58244      Branch: perl
58245            ! pod/perlfunc.pod
58246 ____________________________________________________________________________
58247 [ 18984] By: rgs                                   on 2003/03/14  19:38:57
58248         Log: Subject: [patch ext/B/typemap] STRLEN T_UV
58249              From: Stas Bekman <stas@stason.org>
58250              Date: Fri, 14 Mar 2003 17:45:09 +1100
58251              Message-ID: <3E717A75.2060300@stason.org>
58252      Branch: perl
58253            ! ext/B/typemap
58254 ____________________________________________________________________________
58255 [ 18982] By: jhi                                   on 2003/03/14  15:16:18
58256         Log: Better pass in the $self for a method.
58257      Branch: perl
58258            ! lib/File/Spec/Unix.pm
58259 ____________________________________________________________________________
58260 [ 18980] By: jhi                                   on 2003/03/14  13:42:32
58261         Log: Cleanup the File::Spec tmpdir() implementations:
58262              now all the platforms specific modules call _tmpdir()
58263              (inherited from Unix.pm) with the list of platform
58264              specific list of temporary directories, and _tmpdir()
58265              then does the appropriate suitability checking.
58266      Branch: perl
58267            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
58268            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
58269            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
58270            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
58271 ____________________________________________________________________________
58272 [ 18979] By: jhi                                   on 2003/03/14  12:48:09
58273         Log: whichsig() really does return -1 for unknown signals.
58274      Branch: perl
58275            ! mg.c
58276 ____________________________________________________________________________
58277 [ 18977] By: jhi                                   on 2003/03/14  10:42:33
58278         Log: Rework the @Config{/sig.*/} tests.
58279      Branch: perl
58280            ! lib/Config.t
58281 ____________________________________________________________________________
58282 [ 18976] By: jhi                                   on 2003/03/14  10:31:50
58283         Log: Subject: [PATCH] configure.com: sig_num, etc.
58284              From: "Craig A. Berry" <craigberry@mac.com>
58285              Date: Thu, 13 Mar 2003 21:38:19 -0600
58286              Message-ID: <3E714EAB.6030001@mac.com>
58287      Branch: perl
58288            ! configure.com
58289 ____________________________________________________________________________
58290 [ 18975] By: jhi                                   on 2003/03/14  10:30:53
58291         Log: Make whichsig() to work also if some system defines
58292              zero signals (now -1 is the "not found").  Note that
58293              in couple of mg.c spots only whichsig() > 0 branches
58294              are taken because signal handlers et al don't make
58295              much sense for the zero signal.
58296      Branch: perl
58297            ! doio.c mg.c
58298 ____________________________________________________________________________
58299 [ 18973] By: jhi                                   on 2003/03/14  10:27:46
58300         Log: Since Configure does the signal name/number probe with awk
58301              based on the cpp results (not by really running code), testing
58302              for the signum value is not really helpful if we have runtime
58303              function calls (some signal numbers are dynamic, for example)
58304              (or other extra stuff where the signum value is expected).
58305              (Runtimeness also means that Configure cannot get these right,
58306              anyway.) Better filter in just the constant non-negative numbers.
58307      Branch: perl
58308            ! Configure
58309 ____________________________________________________________________________
58310 [ 18971] By: jhi                                   on 2003/03/14  09:30:18
58311         Log: Signal issues.
58312              (1) Filter out negative signals.
58313              (2) Correct sig_num* and sig_name* descriptions.
58314      Branch: perl
58315            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58316            ! config_h.SH
58317 ____________________________________________________________________________
58318 [ 18970] By: jhi                                   on 2003/03/14  06:21:48
58319         Log: Hopefully this works also in Win32.
58320      Branch: perl
58321            ! ext/Encode/t/CJKT.t
58322 ____________________________________________________________________________
58323 [ 18969] By: jhi                                   on 2003/03/14  05:43:34
58324         Log: Subject: [PATCH] Perldoc.pm tweak for VMS
58325              From: "Craig A. Berry" <craigberry@mac.com>
58326              Date: Thu, 13 Mar 2003 13:44:55 -0600
58327              Message-ID: <3E70DFB7.8070405@mac.com>
58328      Branch: perl
58329            ! lib/Pod/Perldoc.pm
58330 ____________________________________________________________________________
58331 [ 18968] By: gsar                                  on 2003/03/14  04:41:25
58332         Log: fix for switchC.t test#6 failure on windows
58333      Branch: perl
58334            ! perl.c
58335 ____________________________________________________________________________
58336 [ 18967] By: gsar                                  on 2003/03/14  04:29:10
58337         Log: Config.t wasn't getting the sig_num and sig_size relationship
58338              right, and therefore failed test#35 on windows
58339
58340              note that config_h.SH documents that $sig_size does NOT include
58341              the final NULL in $sig_num!
58342      Branch: perl
58343            ! lib/Config.t
58344 ____________________________________________________________________________
58345 [ 18966] By: gsar                                  on 2003/03/14  04:20:51
58346         Log: another fix for failing test on windows ("use encoding" puts
58347              STDIN in :raw mode, so chomp() wasn't stripping the CR)
58348      Branch: perl
58349            ! ext/Encode/t/enc_module.t
58350 ____________________________________________________________________________
58351 [ 18965] By: gsar                                  on 2003/03/14  04:06:31
58352         Log: fix CJKT.t failures on windows due to incorrect binmode()
58353      Branch: perl
58354            ! ext/Encode/t/CJKT.t
58355 ____________________________________________________________________________
58356 [ 18964] By: rgs                                   on 2003/03/13  21:47:52
58357         Log: Skip the last test of Config.t on HP-UX.
58358              (This test should be skipped for every system that
58359              actually defines a negative signal number. Maybe that
58360              test should be removed, to be future-proof.)
58361      Branch: perl
58362            ! lib/Config.t
58363 ____________________________________________________________________________
58364 [ 18963] By: rgs                                   on 2003/03/13  20:57:32
58365         Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
58366              From: Kurt Starsinic <kstar@cpan.org>
58367              Date: Mon, 10 Mar 2003 00:54:49 -0500
58368              Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
58369      Branch: perl
58370            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
58371 ____________________________________________________________________________
58372 [ 18962] By: rgs                                   on 2003/03/13  20:46:53
58373         Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
58374              From: "Craig A. Berry" <craigberry@mac.com>
58375              Date: Tue, 11 Mar 2003 21:29:31 -0600
58376              Message-ID: <3E6EA99B.9060902@mac.com>
58377              Patch by Scott Lepage (scott.lepage@hp.com)
58378      Branch: perl
58379            ! hv.c
58380 ____________________________________________________________________________
58381 [ 18959] By: jhi                                   on 2003/03/13  20:05:50
58382         Log: Some more stdlib.h inclusions and change the gccversion
58383              test to use return (could have used that for all, sigh).
58384      Branch: perl
58385            ! Configure
58386 ____________________________________________________________________________
58387 [ 18958] By: rgs                                   on 2003/03/12  20:46:58
58388         Log: Trims slashes from the argument to rmdir(), likewise
58389              to what happens with rmdir(). Factorize the code in a
58390              local macro, TRIMSLASHES.
58391      Branch: perl
58392            ! pp_sys.c
58393 ____________________________________________________________________________
58394 [ 18957] By: jhi                                   on 2003/03/12  14:23:02
58395         Log: VOS nit from Paul Green.
58396      Branch: perl
58397            ! vos/configure_full_perl.sh
58398 ____________________________________________________________________________
58399 [ 18956] By: jhi                                   on 2003/03/12  13:58:26
58400         Log: File::Spec: Do not fall back to '', use curdir instead.
58401              Note: Mac used to use cwd(), now curdir, slight change
58402              (relative vs. absolute).
58403      Branch: perl
58404            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
58405            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
58406            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
58407 ____________________________________________________________________________
58408 [ 18955] By: jhi                                   on 2003/03/12  13:49:15
58409         Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
58410              was unset (the tests attempted to create files at the /)
58411      Branch: perl
58412            ! lib/File/Spec/Cygwin.pm
58413 ____________________________________________________________________________
58414 [ 18954] By: jhi                                   on 2003/03/12  10:59:03
58415         Log: Another finding by IRIX cc: non-void function
58416              sv_cat_decode() should return a value.
58417      Branch: perl
58418            ! sv.c
58419 ____________________________________________________________________________
58420 [ 18952] By: jhi                                   on 2003/03/12  10:53:02
58421         Log: Integrate:
58422              [ 18949]
58423              pudge> never integrate anything from macos/
58424      Branch: perl
58425            - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
58426            - macos/macperl.sym
58427           !> MANIFEST
58428 ____________________________________________________________________________
58429 [ 18951] By: jhi                                   on 2003/03/12  10:52:17
58430         Log: Integrate:
58431              [ 18946]
58432              Integrate from maint-5.8/macperl:
58433              [ 18937]
58434              Various MacOS portability fixes for tests
58435
58436              [ 18938]
58437              File::Spec::Unix method should be called on $self
58438
58439              [ 18939]
58440              lib.pm:_get_dirs() should use $_[0], not $_
58441
58442              [ 18940]
58443              Update MacOS for new configpm
58444
58445              [ 18941]
58446              Update MacOS build
58447              Update Makefile for new source files,
58448              update test script, add additional symbol for APItest
58449      Branch: perl
58450           +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
58451           +> macos/macperl.sym
58452           !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
58453           !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
58454           !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
58455           !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
58456           !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
58457           !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
58458 ____________________________________________________________________________
58459 [ 18950] By: jhi                                   on 2003/03/12  10:49:27
58460         Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
58461              (Too early? If inited there the pthread_mutex_init() returns
58462              an integer much too large be an errno), but initing the mutex
58463              later, in perl_alloc(), seems to be okay with Cygwin, and also
58464              with Linux.
58465      Branch: perl
58466            ! perl.c
58467 ____________________________________________________________________________
58468 [ 18944] By: jhi                                   on 2003/03/12  06:00:48
58469         Log: Ouch.  Missed one more, the void flags check (and exit() is void).
58470      Branch: perl
58471            ! Configure
58472 ____________________________________________________________________________
58473 [ 18943] By: jhi                                   on 2003/03/12  05:51:21
58474         Log: Tell how to possibly dodge 'Out of memory' errors.
58475      Branch: perl
58476            ! pod/perldiag.pod
58477 ____________________________________________________________________________
58478 [ 18935] By: jhi                                   on 2003/03/11  22:00:54
58479         Log: WinCE tweaks from Vadim Konovalov.
58480      Branch: perl
58481            ! perl.c perlio.c wince/Makefile.ce
58482 ____________________________________________________________________________
58483 [ 18932] By: jhi                                   on 2003/03/11  20:22:07
58484         Log: Missed one.
58485      Branch: perl
58486            ! Configure
58487 ____________________________________________________________________________
58488 [ 18929] By: jhi                                   on 2003/03/11  20:15:51
58489         Log: Single vs doublequoted context is important...
58490      Branch: perl
58491            ! Configure
58492 ____________________________________________________________________________
58493 [ 18927] By: jhi                                   on 2003/03/11  20:04:33
58494         Log: """glob.*""" patch for VMS, from Peter Prymmer.
58495      Branch: perl
58496            ! vms/perlvms.pod vms/vms.c
58497 ____________________________________________________________________________
58498 [ 18926] By: rgs                                   on 2003/03/11  19:44:54
58499         Log: Questionable construct.
58500      Branch: perl
58501            ! pod/perltooc.pod
58502 ____________________________________________________________________________
58503 [ 18925] By: jhi                                   on 2003/03/11  19:15:15
58504         Log: Better setmode() prototype for cygwin.
58505      Branch: perl
58506            ! perl.h
58507 ____________________________________________________________________________
58508 [ 18923] By: jhi                                   on 2003/03/11  19:11:39
58509         Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
58510      Branch: perl
58511            ! Configure
58512 ____________________________________________________________________________
58513 [ 18921] By: jhi                                   on 2003/03/11  18:15:45
58514         Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
58515              (cc-1171 cc: WARNING ... The indicated expression has no effect.)
58516              So make the macro to include the , and the non-gcc case empty.
58517      Branch: perl
58518            ! sv.h
58519 ____________________________________________________________________________
58520 [ 18919] By: jhi                                   on 2003/03/11  17:43:10
58521         Log: Uid_t and Gid_t can easily be shorts and one cannot
58522              pull shorts off the va_args, int is the shortest (ahem).
58523      Branch: perl
58524            ! reentr.c reentr.pl
58525 ____________________________________________________________________________
58526 [ 18918] By: jhi                                   on 2003/03/11  17:32:23
58527         Log: Subject: [PATCH] io_sock.t
58528              From: Norton Allen <allen@huarp.harvard.edu>
58529              Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
58530              Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
58531      Branch: perl
58532            ! README.qnx ext/IO/lib/IO/t/io_sock.t
58533 ____________________________________________________________________________
58534 [ 18917] By: jhi                                   on 2003/03/11  17:30:43
58535         Log: Get rid of one Cygwin warning by introducing a prototype
58536              for the init_os_extras().  Since there is no header file
58537              in Perl specific to cygwin, use perl.h.
58538      Branch: perl
58539            ! perl.h
58540 ____________________________________________________________________________
58541 [ 18916] By: jhi                                   on 2003/03/11  11:40:38
58542         Log: Upgrade to Time-HiRes 1.43.
58543      Branch: perl
58544            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
58545            ! ext/Time/HiRes/Makefile.PL
58546 ____________________________________________________________________________
58547 [ 18915] By: jhi                                   on 2003/03/11  09:19:54
58548         Log: Be more lax about the out of memory error message.
58549      Branch: perl
58550            ! t/op/recurse.t
58551 ____________________________________________________________________________
58552 [ 18914] By: jhi                                   on 2003/03/11  09:18:25
58553         Log: Try to handle hitting the heap/data limit in small systems.
58554              (One can simulate this with e.g. 32MB or 64MB datasize,
58555              use your shell's ulimit/limit/limits command.)
58556      Branch: perl
58557            ! t/op/recurse.t
58558 ____________________________________________________________________________
58559 [ 18912] By: hv                                    on 2003/03/11  07:36:00
58560         Log: typo for utf8locale in #18907
58561      Branch: perl
58562            ! sv.c
58563 ____________________________________________________________________________
58564 [ 18910] By: jhi                                   on 2003/03/11  06:55:29
58565         Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
58566              From: "Craig A. Berry" <craigberry@mac.com>
58567              Date: Tue, 11 Mar 2003 00:34:39 -0600
58568              Message-ID: <3E6D837F.7000506@mac.com>
58569      Branch: perl
58570            ! perl.c
58571 ____________________________________________________________________________
58572 [ 18909] By: jhi                                   on 2003/03/11  06:29:35
58573         Log: Upgrade to cperl-mode 5.0, from IlyaZ.
58574      Branch: perl
58575            ! emacs/cperl-mode.el
58576 ____________________________________________________________________________
58577 [ 18908] By: jhi                                   on 2003/03/11  06:09:05
58578         Log: Missed some, cryptically.
58579      Branch: perl
58580            ! pod/perlfunc.pod
58581 ____________________________________________________________________________
58582 [ 18907] By: jhi                                   on 2003/03/11  06:01:28
58583         Log: Add missing intrpvar clonings to perl_clone.
58584              Also move the IDBassertion to the end since there's
58585              no particular reason to break bincompat for that.
58586      Branch: perl
58587            ! intrpvar.h sv.c
58588 ____________________________________________________________________________
58589 [ 18906] By: jhi                                   on 2003/03/11  05:43:30
58590         Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
58591      Branch: perl
58592            ! intrpvar.h
58593 ____________________________________________________________________________
58594 [ 18905] By: jhi                                   on 2003/03/11  05:38:10
58595         Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
58596              From: Stas Bekman <stas@stason.org>
58597              Date: Tue, 11 Mar 2003 17:09:02 +1100
58598              Message-ID: <3E6D7D7E.5000704@stason.org>
58599      Branch: perl
58600            ! sv.c
58601 ____________________________________________________________________________
58602 [ 18904] By: jhi                                   on 2003/03/11  05:33:10
58603         Log: Subject: [PATCH] typos and other minor things
58604              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
58605              Date: Mon, 10 Mar 2003 21:00:55 -0700
58606              Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
58607      Branch: perl
58608            ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
58609            ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
58610            ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
58611            ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
58612            ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
58613            ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
58614            ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
58615            ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
58616            ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
58617 ____________________________________________________________________________
58618 [ 18903] By: jhi                                   on 2003/03/11  05:29:12
58619         Log: A rejected hunk of #18902 reapplied.
58620      Branch: perl
58621            ! t/io/utf8.t
58622 ____________________________________________________________________________
58623 [ 18902] By: jhi                                   on 2003/03/11  05:19:15
58624         Log: Patch from Craig Berry to resolve test failures in VMS.
58625              Will poke the Net::Ping author.
58626      Branch: perl
58627            ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
58628            ! t/io/utf8.t t/op/magic.t
58629 ____________________________________________________________________________
58630 [ 18900] By: rgs                                   on 2003/03/10  22:12:37
58631         Log: Integrate (by hand) change #18386 from maint-5.8
58632      Branch: perl
58633            ! t/op/split.t
58634 ____________________________________________________________________________
58635 [ 18899] By: jhi                                   on 2003/03/10  21:44:12
58636         Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
58637      Branch: perl
58638            ! t/run/switchC.t
58639 ____________________________________________________________________________
58640 [ 18891] By: rgs                                   on 2003/03/10  20:22:39
58641         Log: A new test, to check that signal numbers are actually positive,
58642              and that there is a consistent number of signals available.
58643      Branch: perl
58644            ! lib/Config.t
58645 ____________________________________________________________________________
58646 [ 18889] By: rgs                                   on 2003/03/10  19:55:06
58647         Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
58648              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58649              Date: Fri, 07 Mar 2003 13:12:49 -0800
58650              Message-ID: <RtQa+gzkg2kF092yn@efn.org>
58651      Branch: perl
58652            ! mg.c pod/perldiag.pod t/op/tie.t
58653 ____________________________________________________________________________
58654 [ 18888] By: rgs                                   on 2003/03/10  19:37:40
58655         Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
58656              From: Nicholas Clark <nick@unfortu.net>
58657              Date: Sun, 9 Mar 2003 21:24:46 +0000
58658              Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
58659      Branch: perl
58660            ! lib/Config.t
58661 ____________________________________________________________________________
58662 [ 18880] By: jhi                                   on 2003/03/10  16:17:50
58663         Log: Integrate from maint:
58664              [ 18428]
58665              Somehow I managed to get makefile.olds that didn't get cleaned away.
58666      Branch: perl
58667           !> Makefile.SH x2p/Makefile.SH
58668 ____________________________________________________________________________
58669 [ 18876] By: jhi                                   on 2003/03/10  06:35:20
58670         Log: Comment fix.
58671      Branch: perl
58672            ! t/io/utf8.t
58673 ____________________________________________________________________________
58674 [ 18875] By: jhi                                   on 2003/03/10  05:31:00
58675         Log: Remove the foo-old files.
58676      Branch: perl
58677            ! opcode.pl
58678 ____________________________________________________________________________
58679 [ 18874] By: jhi                                   on 2003/03/10  05:23:32
58680         Log: Subject: Re: Shared libperl.so and build issues
58681              From: Chip Turner <cturner@redhat.com>
58682              Date: 05 Jan 2003 10:35:40 -0500
58683              Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
58684      Branch: perl
58685            ! INSTALL
58686 ____________________________________________________________________________
58687 [ 18873] By: jhi                                   on 2003/03/10  05:18:02
58688         Log: Bunch of doc patches from Stas; plus regen.
58689
58690              Subject: [doc patch] perl.c's pod api entry
58691              From: Stas Bekman <stas@stason.org>
58692              Date: Mon, 10 Mar 2003 12:35:52 +1100
58693              Message-ID: <3E6BEBF8.80402@stason.org>
58694
58695              Subject: Re: [patch] perlguts.pod
58696              From: Stas Bekman <stas@stason.org>
58697              Date: Mon, 10 Mar 2003 12:38:57 +1100
58698              Message-ID: <3E6BECB1.7050009@stason.org>
58699
58700              Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
58701              From: Stas Bekman <stas@stason.org>
58702              Date: Mon, 10 Mar 2003 12:41:46 +1100
58703              Message-ID: <3E6BED5A.801@stason.org>
58704
58705              Subject: Re: [patch] perlapi.pod fix
58706              From: Stas Bekman <stas@stason.org>
58707              Date: Mon, 10 Mar 2003 12:43:33 +1100
58708              Message-ID: <3E6BEDC5.6010405@stason.org>
58709
58710              Subject: Re: [docs patch] replace gets() with fgets() in example
58711              From: Stas Bekman <stas@stason.org>
58712              Date: Mon, 10 Mar 2003 12:45:41 +1100
58713              Message-ID: <3E6BEE45.9030901@stason.org>
58714
58715              Subject: [doc patch] perlrun.pod
58716              From: Stas Bekman <stas@stason.org>
58717              Date: Mon, 10 Mar 2003 14:49:59 +1100
58718              Message-ID: <3E6C0B67.4050606@stason.org>
58719      Branch: perl
58720            ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
58721            ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
58722 ____________________________________________________________________________
58723 [ 18871] By: jhi                                   on 2003/03/09  20:15:13
58724         Log: Must not hide the protos, though.
58725      Branch: perl
58726            ! embed.pl proto.h
58727 ____________________________________________________________________________
58728 [ 18870] By: jhi                                   on 2003/03/09  20:12:11
58729         Log: I hate embed*.  Tell me what you know.
58730      Branch: perl
58731            ! embed.fnc embed.h
58732 ____________________________________________________________________________
58733 [ 18869] By: jhi                                   on 2003/03/09  19:32:19
58734         Log: Upgrade to Encode 1.91.
58735      Branch: perl
58736            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
58737            ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
58738 ____________________________________________________________________________
58739 [ 18868] By: jhi                                   on 2003/03/09  19:04:22
58740         Log: Export the symbols from #18863; do not prototype (but export)
58741              Nicholas Clark's experimental COW functions.
58742              Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
58743              a mess of Herculean proportions.  Someone should redesign and
58744              clean up the stables.
58745      Branch: perl
58746            ! embed.fnc embed.pl global.sym proto.h
58747 ____________________________________________________________________________
58748 [ 18867] By: jhi                                   on 2003/03/09  17:12:55
58749         Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
58750      Branch: perl
58751            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
58752            ! ext/Encode/MANIFEST ext/Encode/encoding.pm
58753            ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
58754            ! ext/Encode/t/enc_module.t
58755 ____________________________________________________________________________
58756 [ 18865] By: jhi                                   on 2003/03/09  13:50:57
58757         Log: From Inaba Hiroto: DATA wasn't properly utf8ed
58758              under 'use encoding'.
58759      Branch: perl
58760            + ext/Encode/t/enc_data.t
58761            ! MANIFEST ext/Encode/MANIFEST toke.c
58762 ____________________________________________________________________________
58763 [ 18864] By: jhi                                   on 2003/03/09  13:21:09
58764         Log: Tru64: additional instructions for building a newer Berkeley DB.
58765      Branch: perl
58766            ! README.tru64 hints/dec_osf.sh
58767 ____________________________________________________________________________
58768 [ 18863] By: jhi                                   on 2003/03/09  12:07:28
58769         Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
58770              function stubs, should be helpful for really simple extensions.
58771              Undoes large parts of changes #16289 and #16290.
58772      Branch: perl
58773            ! sv.c
58774 ____________________________________________________________________________
58775 [ 18862] By: rgs                                   on 2003/03/09  11:48:37
58776         Log: ... and add a test case for bug #20798
58777      Branch: perl
58778            ! t/op/eval.t
58779 ____________________________________________________________________________
58780 [ 18861] By: jhi                                   on 2003/03/09  11:46:17
58781         Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
58782              From: Enache Adrian <enache@rdslink.ro>
58783              Date: Fri, 7 Mar 2003 23:28:37 +0200
58784              Message-ID: <20030307212837.GB765@ratsnest.hole>
58785
58786              (and few more test cases from the thread)
58787      Branch: perl
58788            ! sv.c t/op/sprintf.t
58789 ____________________________________________________________________________
58790 [ 18860] By: rgs                                   on 2003/03/09  11:33:09
58791         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
58792              From: Enache Adrian <enache@rdslink.ro>
58793              Date: Fri, 7 Mar 2003 00:12:03 +0200
58794              Message-ID: <20030306221203.GB13330@ratsnest.hole>
58795      Branch: perl
58796            ! op.c
58797 ____________________________________________________________________________
58798 [ 18859] By: rgs                                   on 2003/03/09  11:30:22
58799         Log: Adjust test count.
58800      Branch: perl
58801            ! t/op/pat.t
58802 ____________________________________________________________________________
58803 [ 18858] By: jhi                                   on 2003/03/09  10:54:10
58804         Log: From Inaba Hiroto: re_intuit_start set a value to
58805              PL_bostr before calling find_byclass when regexp has
58806              ROPT_UTF8 flag on. But right value for PL_bostr is set
58807              before re_intuit_start is called.  PL_regdata is always
58808              assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
58809              can be deleted.
58810      Branch: perl
58811            ! regexec.c t/op/pat.t
58812 ____________________________________________________________________________
58813 [ 18857] By: jhi                                   on 2003/03/09  10:46:23
58814         Log: From Inaba Hiroto: the UTF-8 length cache wasn't
58815              updated when fbm_compile() appended a "\n".
58816      Branch: perl
58817            ! t/op/pat.t util.c
58818 ____________________________________________________________________________
58819 [ 18856] By: rgs                                   on 2003/03/08  20:16:36
58820         Log: Add a B::COP::io() method, to return the cop_io field of COPs.
58821              Print it in B::Debug. Can be used later in B::Deparse to deparse
58822              the open pragma.
58823      Branch: perl
58824            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
58825 ____________________________________________________________________________
58826 [ 18855] By: rgs                                   on 2003/03/08  19:51:40
58827         Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
58828              From: Richard.Foley@ubsw.com
58829              Date: Fri, 21 Feb 2003 13:51:51 +0100
58830              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
58831      Branch: perl
58832            ! pod/perldebug.pod
58833 ____________________________________________________________________________
58834 [ 18854] By: jhi                                   on 2003/03/08  19:41:25
58835         Log: Enache Adrian reads comments.
58836      Branch: perl
58837            ! perl.h
58838 ____________________________________________________________________________
58839 [ 18853] By: rgs                                   on 2003/03/08  19:40:13
58840         Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
58841              From: Richard Soderberg <perl@crystalflame.net>
58842              Date: Sat, 15 Feb 2003 01:27:17 -0500
58843              Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
58844      Branch: perl
58845            ! ext/IO/lib/IO/Select.pm
58846 ____________________________________________________________________________
58847 [ 18852] By: jhi                                   on 2003/03/08  19:05:04
58848         Log: Subject: [PATCH] long %ENV values for VMS
58849              From: "Craig A. Berry" <craigberry@mac.com>
58850              Date: Fri, 07 Mar 2003 13:49:50 -0600
58851              Message-ID: <3E68F7DE.8070603@mac.com>
58852      Branch: perl
58853            ! vms/vms.c
58854 ____________________________________________________________________________
58855 [ 18851] By: jhi                                   on 2003/03/08  06:49:35
58856         Log: regen_headers tiny tidying:
58857              - regen.pl renamed as regen_lib.pl
58858              - regen_headers.pl renamed as regen.pl
58859              - added make target 'regen' (kept target 'regen_headers'
58860              for porters' brains' backward compatibility)
58861              - regen.pl fancified a bit to display the names
58862              of the files that got changed by running the scripts
58863      Branch: perl
58864            + regen_lib.pl
58865            - regen_headers.pl
58866            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
58867            ! keywords.pl opcode.pl regcomp.pl regen.pl
58868 ____________________________________________________________________________
58869 [ 18848] By: jhi                                   on 2003/03/07  08:40:52
58870         Log: Give pointers to runtime Unicode changes.
58871      Branch: perl
58872            ! pod/perlrun.pod pod/perlvar.pod
58873 ____________________________________________________________________________
58874 [ 18847] By: jhi                                   on 2003/03/07  08:02:50
58875         Log: Extra character noticed by Tels.
58876      Branch: perl
58877            ! MANIFEST
58878 ____________________________________________________________________________
58879 [ 18846] By: jhi                                   on 2003/03/07  05:28:11
58880         Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
58881              From: Kay Roepke <kay@dolphin-services.de>
58882              Date: Thu, 06 Mar 2003 23:00:10 +0100
58883              Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
58884
58885              (plus change the d_gethostbyaddr_r_proto default to "0",
58886              that is what an undefined r_proto looks like)
58887      Branch: perl
58888            ! hints/freebsd.sh
58889 ____________________________________________________________________________
58890 [ 18845] By: jhi                                   on 2003/03/07  05:21:43
58891         Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
58892              (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
58893              in non-glibc case", from Craig Berry)
58894      Branch: perl
58895            ! pp.c
58896 ____________________________________________________________________________
58897 [ 18844] By: jhi                                   on 2003/03/07  05:05:57
58898         Log: Good observation from Philip Newton.
58899      Branch: perl
58900            ! pod/perlrun.pod
58901 ____________________________________________________________________________
58902 [ 18843] By: rgs                                   on 2003/03/06  21:59:02
58903         Log: Make the -A switch work without an assertion name.
58904              by Salvador Fandiño.
58905      Branch: perl
58906            ! perl.c t/run/switch_A.t
58907 ____________________________________________________________________________
58908 [ 18842] By: rgs                                   on 2003/03/06  21:27:15
58909         Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
58910              From: "Jos I. Boumans" <kane@dwim.org>
58911              Date: Fri, 21 Feb 2003 20:33:53 +0100
58912              Message-ID: <3E567F21.6020006@dwim.org>
58913              (with some minor tweaks)
58914      Branch: perl
58915            ! pod/perlmodstyle.pod
58916 ____________________________________________________________________________
58917 [ 18841] By: rgs                                   on 2003/03/06  20:56:32
58918         Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
58919              From: Enache Adrian <enache@rdslink.ro>
58920              Date: Sun, 2 Mar 2003 06:05:22 +0200
58921              Message-ID: <20030302040522.GB4905@ratsnest.hole>
58922      Branch: perl
58923            ! t/op/subst.t
58924 ____________________________________________________________________________
58925 [ 18840] By: rgs                                   on 2003/03/06  20:45:08
58926         Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
58927              From: Enache Adrian <enache@rdslink.ro>
58928              Date: Wed, 5 Mar 2003 12:06:20 +0200
58929              Message-ID: <20030305100620.GA909@ratsnest.hole>
58930      Branch: perl
58931            ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
58932            ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
58933 ____________________________________________________________________________
58934 [ 18839] By: jhi                                   on 2003/03/06  17:21:36
58935         Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
58936              From: "Craig A. Berry" <craigberry@mac.com>
58937              Date: Thu, 06 Mar 2003 10:42:05 -0600
58938              Message-ID: <3E677A5D.10805@mac.com>
58939      Branch: perl
58940            ! mg.c
58941 ____________________________________________________________________________
58942 [ 18838] By: jhi                                   on 2003/03/06  10:11:22
58943         Log: Thinko fix.
58944      Branch: perl
58945            ! Porting/findrfuncs
58946 ____________________________________________________________________________
58947 [ 18837] By: jhi                                   on 2003/03/06  09:33:33
58948         Log: PERL_UNICODE explanation saga continues.
58949      Branch: perl
58950            ! pod/perlrun.pod
58951 ____________________________________________________________________________
58952 [ 18836] By: jhi                                   on 2003/03/06  07:55:03
58953         Log: Handle also extra directories et alia.
58954      Branch: perl
58955            ! Porting/manicheck
58956 ____________________________________________________________________________
58957 [ 18835] By: jhi                                   on 2003/03/06  07:48:05
58958         Log: Add mani(fest) check(ing) utility.
58959      Branch: perl
58960            + Porting/manicheck
58961            ! MANIFEST
58962 ____________________________________________________________________________
58963 [ 18833] By: jhi                                   on 2003/03/06  05:36:13
58964         Log: Subject: [patch config_h.SH] redefining __attribute__
58965              From: Stas Bekman <stas@stason.org>
58966              Date: Thu, 06 Mar 2003 12:03:39 +1100
58967              Message-ID: <3E669E6B.1060606@stason.org>
58968      Branch: perl
58969            ! Configure NetWare/config_H.wc Porting/config.sh
58970            ! Porting/config_H config_h.SH plan9/config.plan9
58971            ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
58972            ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
58973 ____________________________________________________________________________
58974 [ 18831] By: jhi                                   on 2003/03/05  19:56:41
58975         Log: Couple more _r possibilities (found in a RH 8.0 box), and
58976              the random() macros were all wrong.  (I don't know why
58977              metaconfig did so much reordering of config_h.SH.)
58978      Branch: perl
58979            ! Configure config_h.SH reentr.h reentr.pl
58980 ____________________________________________________________________________
58981 [ 18830] By: rgs                                   on 2003/03/04  23:25:01
58982         Log: Change #18829 makes this test workaround obsolete.
58983      Branch: perl
58984            ! ext/B/t/deparse.t
58985 ____________________________________________________________________________
58986 [ 18829] By: rgs                                   on 2003/03/04  22:23:41
58987         Log: Patch by Salvador Fandiño to read the warning mask
58988              returned by caller() and ${^WARNING_BITS} from
58989              $warnings::Bits{all} and not from the hardcoded core
58990              constant. (This mask could have been extended by
58991              warnings::register.) Plus tests.
58992      Branch: perl
58993            ! mg.c pp_ctl.c t/op/caller.t
58994 ____________________________________________________________________________
58995 [ 18828] By: rgs                                   on 2003/03/04  20:49:59
58996         Log: Subject: [PATCH] assertions
58997              From: Salvador Fandiño <sfandino@yahoo.com>
58998              Date: Fri, 21 Feb 2003 17:26:16 +0000
58999              Message-ID: <3E566138.4090709@yahoo.com>
59000              and the complement : (with added comments)
59001              Subject: [PATCH] bug in ext/B/t/deparse.t
59002              Message-ID: <3E563E16.7060303@yahoo.com>
59003              plus perldiag.pod patch for the new warning
59004              (previous change was, once again, empty)
59005      Branch: perl
59006            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
59007            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
59008            ! pod/perldiag.pod warnings.h warnings.pl
59009 ____________________________________________________________________________
59010 [ 18827] By: rgs                                   on 2003/03/04  20:48:09
59011         Log: Subject: [PATCH] assertions
59012              From: Salvador Fandiño <sfandino@yahoo.com>
59013              Date: Fri, 21 Feb 2003 17:26:16 +0000
59014              Message-ID: <3E566138.4090709@yahoo.com>
59015              and the complement : (with added comments)
59016              Subject: [PATCH] bug in ext/B/t/deparse.t
59017              Message-ID: <3E563E16.7060303@yahoo.com>
59018              plus perldiag.pod patch for the new warning
59019      Branch: perl
59020            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
59021            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
59022            ! pod/perldiag.pod warnings.h warnings.pl
59023 ____________________________________________________________________________
59024 [ 18826] By: jhi                                   on 2003/03/04  20:22:25
59025         Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
59026              The variant is from how List::Util Util.xs does it.
59027      Branch: perl
59028            ! ext/Devel/PPPort/PPPort.pm
59029 ____________________________________________________________________________
59030 [ 18825] By: rgs                                   on 2003/03/04  19:56:28
59031         Log: Doc typos.
59032      Branch: perl
59033            ! lib/File/Find.pm
59034 ____________________________________________________________________________
59035 [ 18823] By: jhi                                   on 2003/03/04  05:33:50
59036         Log: Try to give rcatline() a good jog on Unicode.
59037      Branch: perl
59038            ! t/io/utf8.t
59039 ____________________________________________________________________________
59040 [ 18822] By: jhi                                   on 2003/03/04  05:14:13
59041         Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
59042              From: Enache Adrian <enache@rdslink.ro>
59043              Date: Sun, 2 Mar 2003 05:43:54 +0200
59044              Message-ID: <20030302034354.GA4905@ratsnest.hole>
59045      Branch: perl
59046            ! sv.c t/io/utf8.t
59047 ____________________________________________________________________________
59048 [ 18821] By: jhi                                   on 2003/03/04  04:58:36
59049         Log: Can't test this without PerlIO.
59050      Branch: perl
59051            ! t/uni/write.t
59052 ____________________________________________________________________________
59053 [ 18820] By: sky                                   on 2003/03/04  01:01:07
59054         Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
59055              What happened was that a constant was freed, the pad released but
59056              the pad slot still held the SV, when pad slot was reallocated
59057              to be a target for a stringify, it did a sv_setpv on the target
59058              and the original SV was wiped out. When this SV was later on
59059              to new places using the constant, they got the wrong value.
59060              By replacing pad_free with pad_swipe for these cases, we
59061              won't have such a problem. (pad_swipe also removes the
59062              pointer to the original SV).
59063      Branch: perl
59064            ! op.c
59065 ____________________________________________________________________________
59066 [ 18819] By: jhi                                   on 2003/03/03  19:15:07
59067         Log: Further clarification on PERL_UNICODE's semantics.
59068      Branch: perl
59069            ! pod/perlrun.pod
59070 ____________________________________________________________________________
59071 [ 18818] By: gbarr                                 on 2003/03/03  10:07:44
59072         Log: Sync with libnet-1.13
59073      Branch: perl
59074            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
59075            ! lib/Net/POP3.pm lib/Net/SMTP.pm
59076 ____________________________________________________________________________
59077 [ 18817] By: jhi                                   on 2003/03/03  06:45:59
59078         Log: Upgrade to Unicode::Normalize 0.20.
59079      Branch: perl
59080            ! ext/Unicode/Normalize/Changes
59081            ! ext/Unicode/Normalize/Normalize.pm
59082            ! ext/Unicode/Normalize/Normalize.xs
59083            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
59084            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
59085            ! ext/Unicode/Normalize/t/test.t
59086 ____________________________________________________________________________
59087 [ 18816] By: jhi                                   on 2003/03/03  06:17:28
59088         Log: Upgrade to Encode 1.89.  The enc_module.t required
59089              a little tweak, sending that to Dan.
59090      Branch: perl
59091            + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
59092            + ext/Encode/t/enc_module.t
59093            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
59094            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
59095            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
59096            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
59097            ! ext/Encode/ucm/viscii.ucm
59098 ____________________________________________________________________________
59099 [ 18813] By: jhi                                   on 2003/03/03  05:33:21
59100         Log: Use a macro for abs() to avoid the possible truncation to an int;
59101              also make an explicit (double)cast for the arguments to fabs().
59102      Branch: perl
59103            ! perl.h pp.c sv.c util.c
59104 ____________________________________________________________________________
59105 [ 18812] By: hv                                    on 2003/03/02  22:36:05
59106         Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
59107              From: andreas.koenig@anima.de (Andreas J. Koenig)
59108              Date: Wed, 19 Feb 2003 11:05:28 +0100
59109              Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
59110      Branch: perl
59111            ! patchlevel.h
59112 ____________________________________________________________________________
59113 [ 18811] By: hv                                    on 2003/03/02  22:30:50
59114         Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
59115              From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
59116              Date: 18 Feb 2003 21:05:15 -0000
59117              Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
59118      Branch: perl
59119            ! ext/IPC/SysV/Msg.pm
59120 ____________________________________________________________________________
59121 [ 18810] By: hv                                    on 2003/03/02  21:59:10
59122         Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
59123              From: Richard Soderberg <perl@crystalflame.net>
59124              Date: Sat, 15 Feb 2003 01:27:21 -0500
59125              Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
59126      Branch: perl
59127            ! lib/File/Basename.pm
59128 ____________________________________________________________________________
59129 [ 18809] By: hv                                    on 2003/03/02  21:54:53
59130         Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
59131              From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
59132              Date: 15 Feb 2003 00:21:41 -0000
59133              Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
59134      Branch: perl
59135            ! lib/File/Find.pm
59136 ____________________________________________________________________________
59137 [ 18807] By: hv                                    on 2003/03/02  21:22:56
59138         Log: Reverse copyright update (#18801) for files not changed in 2003.
59139      Branch: perl
59140            ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
59141            ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
59142            ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
59143            ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
59144            ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
59145            ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c
59146            ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h
59147            ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
59148 ____________________________________________________________________________
59149 [ 18805] By: hv                                    on 2003/03/02  16:29:28
59150         Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
59151              From: Enache Adrian <enache@rdslink.ro>
59152              Date: Sun, 2 Mar 2003 10:11:27 +0200
59153              Message-ID: <20030302081127.GA10782@ratsnest.hole>
59154      Branch: perl
59155            ! pp.c t/op/pat.t
59156 ____________________________________________________________________________
59157 [ 18803] By: hv                                    on 2003/03/02  16:12:34
59158         Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch   included)
59159              From: "Anders Johnson" <ajohnson@wischip.com>
59160              Date: Mon, 10 Feb 2003 14:09:46 -0800
59161              Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
59162      Branch: perl
59163            ! mg.c t/op/magic.t
59164 ____________________________________________________________________________
59165 [ 18802] By: jhi                                   on 2003/03/02  15:39:06
59166         Log: Narrow down the -C test skippage.
59167      Branch: perl
59168            ! t/run/switchC.t
59169 ____________________________________________________________________________
59170 [ 18801] By: hv                                    on 2003/03/02  15:24:22
59171         Log: Update all copyrights to 2003, from Jarkko
59172      Branch: perl
59173            ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
59174            ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
59175            ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
59176            ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
59177            ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
59178            ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
59179            ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
59180            ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
59181            ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
59182            ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
59183            ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
59184            ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h
59185            ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c
59186            ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c
59187            ! x2p/util.h x2p/walk.c xsutils.c
59188 ____________________________________________________________________________
59189 [ 18800] By: hv                                    on 2003/03/02  15:16:38
59190         Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
59191              From: Richard.Foley@ubsw.com
59192              Date: Wed, 19 Feb 2003 13:24:38 +0100
59193              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
59194      Branch: perl
59195            ! lib/perl5db.pl
59196 ____________________________________________________________________________
59197 [ 18799] By: jhi                                   on 2003/03/02  13:34:13
59198         Log: The -CI cannot be easily tested under UTF-8 locale with
59199              the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
59200              Also other small tweaks in the -C neighbourhood.
59201      Branch: perl
59202            ! perl.c perl.h t/run/switchC.t util.c
59203 ____________________________________________________________________________
59204 [ 18798] By: jhi                                   on 2003/03/02  09:12:06
59205         Log: Go with "right = -right" for greater portability, some platforms
59206              might require llabs() to get abs() of long longs.
59207      Branch: perl
59208            ! pp.c
59209 ____________________________________________________________________________
59210 [ 18797] By: jhi                                   on 2003/03/02  08:07:32
59211         Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
59212              with negative quads", or also as RedHat bug #65612.
59213      Branch: perl
59214            ! pp.c
59215 ____________________________________________________________________________
59216 [ 18796] By: jhi                                   on 2003/03/02  07:34:54
59217         Log: Forgotten from change #18795.
59218      Branch: perl
59219            ! global.sym
59220 ____________________________________________________________________________
59221 [ 18795] By: jhi                                   on 2003/03/02  07:27:44
59222         Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
59223              From: Abe Timmerman <abe@ztreet.demon.nl>
59224              Date: Sun, 2 Mar 2003 02:03:16 +0100
59225              Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
59226      Branch: perl
59227            ! embed.fnc embed.h makedef.pl
59228 ____________________________________________________________________________
59229 [ 18794] By: jhi                                   on 2003/03/02  07:21:36
59230         Log: Further Unicode formats patching from Inaba Hiroto.
59231      Branch: perl
59232            + t/uni/write.t
59233            ! MANIFEST pp_ctl.c
59234 ____________________________________________________________________________
59235 [ 18793] By: jhi                                   on 2003/03/01  08:18:35
59236         Log: Integrate change #18788 from maint.
59237      Branch: perl
59238           !> perl.h
59239 ____________________________________________________________________________
59240 [ 18792] By: jhi                                   on 2003/03/01  08:14:43
59241         Log: Subject: [PATCH] Get MSWin32 back compiling
59242              From: Abe Timmerman <abe@ztreet.demon.nl>
59243              Date: Sat, 1 Mar 2003 04:31:19 +0100
59244              Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
59245      Branch: perl
59246            ! embed.fnc embed.h global.sym makedef.pl
59247 ____________________________________________________________________________
59248 [ 18785] By: jhi                                   on 2003/02/26  20:38:55
59249         Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
59250              From: Inaba Hiroto <inaba@st.rim.or.jp>
59251              Date: Mon, 10 Feb 2003 00:04:51 +0900
59252              Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
59253      Branch: perl
59254            ! pp_ctl.c toke.c
59255 ____________________________________________________________________________
59256 [ 18784] By: jhi                                   on 2003/02/26  19:45:53
59257         Log: An already fixed bug from perl-unicode.
59258      Branch: perl
59259            ! t/op/pat.t
59260 ____________________________________________________________________________
59261 [ 18782] By: hv                                    on 2003/02/26  01:36:49
59262         Log: Subject: Re: [perl #20683] [fix] Better Patch
59263              From: Enache Adrian <enache@rdslink.ro>
59264              Date: Sun, 23 Feb 2003 20:16:39 +0200
59265              Message-ID: <20030223181639.GA18713@ratsnest.hole>
59266      Branch: perl
59267            ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
59268            ! regexec.c sv.c t/op/pat.t
59269 ____________________________________________________________________________
59270 [ 18781] By: hv                                    on 2003/02/26  01:11:14
59271         Log: regen headers
59272      Branch: perl
59273            ! perlapi.h pod/perlapi.pod
59274 ____________________________________________________________________________
59275 [ 18780] By: hv                                    on 2003/02/26  00:25:32
59276         Log: Two typos found by Philip Newton <pnewton@gmx.de>
59277      Branch: perl
59278            ! configpm ext/DB_File/DB_File.pm
59279 ____________________________________________________________________________
59280 [ 18779] By: jhi                                   on 2003/02/25  18:20:01
59281         Log: Add tests for the -C switch.  Depending on the
59282              CLIs some $^O dance may be needed.
59283      Branch: perl
59284            + t/run/switchC.t
59285            ! MANIFEST
59286 ____________________________________________________________________________
59287 [ 18778] By: hv                                    on 2003/02/25  15:24:17
59288         Log: Add missing file from change #18774.
59289      Branch: perl
59290            + t/op/localref.t
59291 ____________________________________________________________________________
59292 [ 18777] By: hv                                    on 2003/02/25  14:07:59
59293         Log: More variables for change #18776.
59294      Branch: perl
59295            ! op.c
59296 ____________________________________________________________________________
59297 [ 18776] By: hv                                    on 2003/02/25  14:04:03
59298         Log: Subject: [perl #20682] [fix] @- array not visible in s///
59299              From: Enache Adrian <enache@rdslink.ro>
59300              Date: Fri, 21 Feb 2003 17:50:14 +0200
59301              Message-ID: <20030221155014.GB793@ratsnest.hole>
59302      Branch: perl
59303            ! op.c t/op/subst.t
59304 ____________________________________________________________________________
59305 [ 18775] By: hv                                    on 2003/02/25  13:53:11
59306         Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
59307              From: Enache Adrian <enache@rdslink.ro>
59308              Date: Fri, 21 Feb 2003 17:49:41 +0200
59309              Message-ID: <20030221154941.GA793@ratsnest.hole>
59310      Branch: perl
59311            ! pp_ctl.c t/op/subst.t
59312 ____________________________________________________________________________
59313 [ 18774] By: hv                                    on 2003/02/25  13:21:19
59314         Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
59315              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
59316              Date: Sun, 23 Feb 2003 00:03:27 +0100
59317              Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
59318      Branch: perl
59319            ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
59320 ____________________________________________________________________________
59321 [ 18773] By: hv                                    on 2003/02/25  12:45:01
59322         Log: Subject: [Encode] 1.88 Released
59323              From: Dan Kogai <dankogai@dan.co.jp>
59324              Date: Thu, 20 Feb 2003 23:49:55 +0900
59325              Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
59326      Branch: perl
59327            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
59328            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
59329            ! ext/Encode/lib/Encode/CJKConstants.pm
59330            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
59331            ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
59332 ____________________________________________________________________________
59333 [ 18772] By: merijn                                on 2003/02/25  12:12:14
59334         Log: Subject: [perl@18752] warnings from CGI tests under cygwin
59335              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59336              Date: Wed, 19 Feb 2003 13:37:39 -0800
59337              Message-ID: <jk/U+gzkg2DE092yn@efn.org>
59338      Branch: perl
59339            ! lib/CGI.pm
59340 ____________________________________________________________________________
59341 [ 18771] By: jhi                                   on 2003/02/25  07:46:53
59342         Log: Cleanup #18770 as suggested by Rafael.
59343      Branch: perl
59344            ! mg.c perl.h
59345 ____________________________________________________________________________
59346 [ 18770] By: jhi                                   on 2003/02/25  06:01:09
59347         Log: A new try at #18765 (for [perl #20920]).
59348      Branch: perl
59349            ! mg.c
59350 ____________________________________________________________________________
59351 [ 18769] By: jhi                                   on 2003/02/25  05:33:10
59352         Log: Retract change #18765: makes HiRes.t hang after subtest #11.
59353      Branch: perl
59354            ! mg.c
59355 ____________________________________________________________________________
59356 [ 18768] By: chip                                  on 2003/02/24  21:42:57
59357         Log: Include p4d2p in Porting again, because p4genpatch doesn't work
59358              until a change has been submitted.
59359      Branch: perl
59360            + Porting/p4d2p
59361            ! MANIFEST
59362 ____________________________________________________________________________
59363 [ 18767] By: chip                                  on 2003/02/24  21:35:56
59364         Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
59365      Branch: perl
59366            ! Porting/check83.pl Porting/findvars Porting/fixCORE
59367            ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
59368 ____________________________________________________________________________
59369 [ 18766] By: jhi                                   on 2003/02/24  20:04:36
59370         Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
59371      Branch: perl
59372            ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
59373            ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
59374 ____________________________________________________________________________
59375 [ 18765] By: jhi                                   on 2003/02/24  19:56:23
59376         Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
59377              From: Slaven Rezic <slaven@rezic.de>
59378              Date: 14 Feb 2003 09:11:15 +0100
59379              Message-ID: <878ywji8nw.fsf@vran.herceg.de>
59380
59381              (with slight tweaks)
59382      Branch: perl
59383            ! mg.c
59384 ____________________________________________________________________________
59385 [ 18764] By: jhi                                   on 2003/02/24  18:44:41
59386         Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
59387              "scalar upgraded to UTF-8 as a side effect of quote-interpolation
59388              when 'use encoding' is engaged"-- wasn't actually encoding's fault.
59389      Branch: perl
59390            ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
59391 ____________________________________________________________________________
59392 [ 18763] By: chip                                  on 2003/02/24  14:54:36
59393         Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
59394      Branch: perl
59395            ! op.c win32/perlhost.h
59396 ____________________________________________________________________________
59397 [ 18762] By: hv                                    on 2003/02/24  00:18:42
59398         Log: Remove no-longer-true line from perlop
59399      Branch: perl
59400            ! pod/perlop.pod
59401 ____________________________________________________________________________
59402 [ 18761] By: jhi                                   on 2003/02/23  12:07:53
59403         Log: Chip noticed that the intended optionality of the 'IV' was
59404              forgotten in the change #18758.
59405      Branch: perl
59406            ! ext/Devel/Peek/Peek.t
59407 ____________________________________________________________________________
59408 [ 18760] By: jhi                                   on 2003/02/22  19:17:04
59409         Log: API doc tweaks.
59410      Branch: perl
59411            ! utf8.c
59412 ____________________________________________________________________________
59413 [ 18759] By: sky                                   on 2003/02/21  09:08:30
59414         Log: Change regex to be a bit more friendly against various
59415              outputs from ps -f, regex suggest by rgs
59416      Branch: perl
59417            ! ext/threads/t/join.t
59418 ____________________________________________________________________________
59419 [ 18758] By: jhi                                   on 2003/02/20  17:28:44
59420         Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
59421              From: PPrymmer@factset.com
59422              Date: Thu, 20 Feb 2003 13:28:09 -0500
59423              Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
59424      Branch: perl
59425            ! ext/Devel/Peek/Peek.t
59426 ____________________________________________________________________________
59427 [ 18757] By: jhi                                   on 2003/02/20  17:27:17
59428         Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
59429              From: PPrymmer@factset.com
59430              Date: Wed, 19 Feb 2003 15:04:40 -0500
59431              Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
59432      Branch: perl
59433            ! README.vms configure.com
59434 ____________________________________________________________________________
59435 [ 18756] By: jhi                                   on 2003/02/20  06:16:05
59436         Log: Doc tweakage on -C.
59437      Branch: perl
59438            ! pod/perlrun.pod
59439 ____________________________________________________________________________
59440 [ 18755] By: rgs                                   on 2003/02/19  21:31:43
59441         Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
59442              From: Brendan O'Dea <bod@debian.org>
59443              Date: Sun, 16 Feb 2003 21:09:23 +1100
59444              Message-ID: <20030216100923.GA29761@londo.c47.org>
59445      Branch: perl
59446            ! pod/perlcompile.pod
59447 ____________________________________________________________________________
59448 [ 18754] By: rgs                                   on 2003/02/19  21:14:37
59449         Log: Document clearly that "_" is always in package "main".
59450      Branch: perl
59451            ! pod/perlvar.pod
59452 ____________________________________________________________________________
59453 [ 18753] By: rgs                                   on 2003/02/19  20:55:09
59454         Log: Subject: Re: [perl #20716] scope error with brackets
59455              From: Enache Adrian <enache@rdslink.ro>
59456              Date: Thu, 13 Feb 2003 04:52:21 +0200
59457              Message-ID: <20030213025221.GA1215@ratsnest.hole>
59458              (better version of change #18687)
59459      Branch: perl
59460            ! t/comp/parser.t toke.c
59461 ____________________________________________________________________________
59462 [ 18752] By: jhi                                   on 2003/02/19  05:10:26
59463         Log: 'A' is not 65 everywhere.
59464      Branch: perl
59465            ! t/op/pack.t
59466 ____________________________________________________________________________
59467 [ 18751] By: chip                                  on 2003/02/19  03:54:45
59468         Log: Support one-parameter unpack(), which unpacks $_.
59469      Branch: perl
59470            ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
59471 ____________________________________________________________________________
59472 [ 18750] By: hv                                    on 2003/02/19  00:53:03
59473         Log: more complex assertions activation:
59474              Subject: Re: Did the assertion patch/feature submission get overlooked?
59475              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
59476              Date: Tue, 18 Feb 2003 19:24:13 +0000
59477              Message-ID: <3E52885D.5060903@yahoo.com>
59478      Branch: perl
59479            ! lib/assertions.pm lib/assertions/activate.pm
59480            ! t/comp/assertions.t
59481 ____________________________________________________________________________
59482 [ 18749] By: hv                                    on 2003/02/19  00:19:21
59483         Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
59484              From: andreas.koenig@anima.de (Andreas J. Koenig)
59485              Date: Tue, 18 Feb 2003 11:48:40 +0100
59486              Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
59487      Branch: perl
59488            ! patchlevel.h
59489 ____________________________________________________________________________
59490 [ 18748] By: hv                                    on 2003/02/19  00:00:41
59491         Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
59492              From: Dave Mitchell <davem@fdgroup.com>
59493              Date: Tue, 18 Feb 2003 21:45:45 +0000
59494              Message-ID: <20030218214545.C18547@fdgroup.com>
59495
59496              and tests for the same:
59497              From: Dave Mitchell <davem@fdgroup.com>
59498              Date: Wed, 19 Feb 2003 00:42:01 +0000
59499              Message-ID: <20030219004201.F18547@fdgroup.com>
59500      Branch: perl
59501            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
59502 ____________________________________________________________________________
59503 [ 18747] By: hv                                    on 2003/02/18  23:47:06
59504         Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
59505              problems on case-insensitive file systems. Rename it back to
59506              t/run/switch_A.t
59507      Branch: perl
59508           +> t/run/switch_A.t
59509            - t/run/switchA.t
59510            ! MANIFEST
59511 ____________________________________________________________________________
59512 [ 18746] By: sky                                   on 2003/02/18  21:31:37
59513         Log: Subject: Re: -Os for Darwin why?
59514              From: schwern@pobox.com
59515              Date: tis feb 18, 2003  20:37:39 Europe/Stockholm
59516              Message-Id: <20030218113739.D25848@ttul.org>
59517      Branch: perl
59518            ! hints/darwin.sh
59519 ____________________________________________________________________________
59520 [ 18741] By: jhi                                   on 2003/02/18  14:01:34
59521         Log: Format nit.
59522      Branch: perl
59523            ! util.c
59524 ____________________________________________________________________________
59525 [ 18740] By: sky                                   on 2003/02/18  06:33:57
59526         Log: Re: -Os for Darwin why?
59527              From: schwern@pobox.com
59528              Date: tis feb 18, 2003  04:14:03 Europe/Stockholm
59529              Message-Id: <20030217191403.A17553@ttul.org>
59530      Branch: perl
59531            ! hints/darwin.sh
59532 ____________________________________________________________________________
59533 [ 18739] By: hv                                    on 2003/02/18  01:04:01
59534         Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
59535              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
59536              Date: Mon, 17 Feb 2003 23:38:05 +0000
59537              Message-ID: <3E51725D.5060303@yahoo.com>
59538      Branch: perl
59539            + t/comp/assertions.t t/run/switchA.t
59540            ! MANIFEST
59541 ____________________________________________________________________________
59542 [ 18738] By: hv                                    on 2003/02/18  00:51:24
59543         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
59544              From: Nicholas Clark <nick@ccl4.org>
59545              Date: Mon, 17 Feb 2003 21:07:03 +0000
59546              Message-ID: <20030217210330.A8611@plum.flirble.org>
59547      Branch: perl
59548            ! sv.c
59549 ____________________________________________________________________________
59550 [ 18737] By: hv                                    on 2003/02/18  00:47:00
59551         Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
59552              From: Stephen McCamant <smcc@mit.edu>
59553              Date: Mon, 17 Feb 2003 19:34:36 -0500
59554              Date: Mon, 17 Feb 2003 19:34:36 -0500
59555              Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
59556      Branch: perl
59557            ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
59558            ! ext/B/B/Terse.pm ext/B/t/terse.t
59559 ____________________________________________________________________________
59560 [ 18736] By: hv                                    on 2003/02/17  09:33:47
59561         Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
59562              From: Nicholas Clark <nick@unfortu.net>
59563              Date: Sun, 16 Feb 2003 23:09:50 +0000
59564              Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
59565      Branch: perl
59566            ! sv.c
59567 ____________________________________________________________________________
59568 [ 18735] By: hv                                    on 2003/02/17  09:13:02
59569         Log: Use the escape E<ntilde> in source files rather than the actual char.
59570      Branch: perl
59571            ! lib/assertions.pm lib/assertions/activate.pm
59572 ____________________________________________________________________________
59573 [ 18734] By: hv                                    on 2003/02/17  09:06:44
59574         Log: Suppress empty #ifdef blocks in embed.pl
59575      Branch: perl
59576            ! embed.h embed.pl
59577 ____________________________________________________________________________
59578 [ 18733] By: hv                                    on 2003/02/17  08:51:53
59579         Log: fix typo in sv.c and regenerate perlapi.pod
59580      Branch: perl
59581            ! pod/perlapi.pod sv.c
59582 ____________________________________________________________________________
59583 [ 18732] By: jhi                                   on 2003/02/17  06:40:09
59584         Log: Philip Newton has eagle eyes :-)
59585      Branch: perl
59586            ! pod/perlrun.pod
59587 ____________________________________________________________________________
59588 [ 18731] By: jhi                                   on 2003/02/17  05:31:18
59589         Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
59590      Branch: perl
59591            ! locale.c pod/perlrun.pod pod/perlunicode.pod
59592            ! pod/perluniintro.pod pod/perlvar.pod util.c
59593 ____________________________________________________________________________
59594 [ 18730] By: jhi                                   on 2003/02/17  04:44:53
59595         Log: Make also the -CAL conditional on locale.
59596      Branch: perl
59597            ! perl.c pod/perlrun.pod
59598 ____________________________________________________________________________
59599 [ 18729] By: jhi                                   on 2003/02/16  18:33:05
59600         Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
59601      Branch: perl
59602            ! embed.h embed.pl pod/perlembed.pod
59603 ____________________________________________________________________________
59604 [ 18728] By: jhi                                   on 2003/02/16  18:20:04
59605         Log: According to Sarathy it's better have the Ministry
59606              of Information to remove all memory of NO_EMBED.
59607              What NO_EMBED?
59608      Branch: perl
59609            ! embed.h embed.pl
59610 ____________________________________________________________________________
59611 [ 18727] By: hv                                    on 2003/02/16  13:55:10
59612         Log: add support for assertions. Updated form of:
59613              Subject: Re: Did the assertion patch/feature submission get overlooked?
59614              From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
59615              Date: Sat, 30 Nov 2002 17:24:09 +0000
59616              Message-ID: <3DE8F439.50402@yahoo.com>
59617      Branch: perl
59618            + lib/assertions.pm lib/assertions/activate.pm
59619            ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
59620            ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
59621            ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
59622 ____________________________________________________________________________
59623 [ 18726] By: hv                                    on 2003/02/16  13:10:32
59624         Log: COW regexps:
59625              Subject: [PATCH] Copy on write for $& and $1...
59626              From: Nicholas Clark <nick@unfortu.net>
59627              Date: Sun, 9 Feb 2003 23:00:09 +0000
59628              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
59629      Branch: perl
59630            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
59631            ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
59632 ____________________________________________________________________________
59633 [ 18725] By: hv                                    on 2003/02/16  13:08:52
59634         Log: inline SvREFCNT_dec:
59635              Subject: [PATCH] Copy on write for $& and $1...
59636              From: Nicholas Clark <nick@unfortu.net>
59637              Date: Sun, 9 Feb 2003 23:00:09 +0000
59638              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
59639      Branch: perl
59640            ! embed.fnc embed.h proto.h sv.c sv.h
59641 ____________________________________________________________________________
59642 [ 18723] By: hv                                    on 2003/02/16  11:12:58
59643         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
59644              From: Enache Adrian <enache@rdslink.ro>
59645              Date: Sun, 16 Feb 2003 00:05:10 +0200
59646              Message-ID: <20030215220510.GB893@ratsnest.hole>
59647      Branch: perl
59648            ! op.c
59649 ____________________________________________________________________________
59650 [ 18722] By: hv                                    on 2003/02/16  11:08:06
59651         Log: outdent else-if chain in scope()
59652      Branch: perl
59653            ! op.c
59654 ____________________________________________________________________________
59655 [ 18721] By: hv                                    on 2003/02/16  11:00:47
59656         Log: Subject: [PATCH] arcane tainting bug in vms.c
59657              From: "Craig A. Berry" <craigberry@mac.com>
59658              Date: Sat, 15 Feb 2003 12:29:03 -0600
59659              Message-ID: <3E4E86EF.8090609@mac.com>
59660      Branch: perl
59661            ! vms/vms.c
59662 ____________________________________________________________________________
59663 [ 18720] By: hv                                    on 2003/02/16  10:54:58
59664         Log: restrict PERL_PRESERVE_IVUV to things that should really give an
59665              integer, but extend to runtime. Based on:
59666              Subject: Re: [perl #20827] Unexpected scientific notation.
59667              From: hv@crypt.org
59668              Date: Wed, 12 Feb 2003 03:12:43 +0000
59669              Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
59670      Branch: perl
59671            ! op.c pp.c
59672 ____________________________________________________________________________
59673 [ 18718] By: jhi                                   on 2003/02/16  09:47:02
59674         Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
59675              which will disable the short forms of the Perl_ API, good for
59676              embedding stuff.  (Kind of like the old NO_EMBED, but better.)
59677      Branch: perl
59678            ! embed.h embed.pl pod/perlembed.pod
59679 ____________________________________________________________________________
59680 [ 18717] By: jhi                                   on 2003/02/16  09:44:57
59681         Log: Clarify the -C syntax a bit.
59682      Branch: perl
59683            ! pod/perlrun.pod
59684 ____________________________________________________________________________
59685 [ 18716] By: jhi                                   on 2003/02/16  08:29:54
59686         Log: Forgotten from #18715.
59687      Branch: perl
59688            ! embed.h proto.h
59689 ____________________________________________________________________________
59690 [ 18715] By: jhi                                   on 2003/02/15  21:19:37
59691         Log: The new(er) way of controlling Unicode I/O (and other) features;
59692              -C (or PERL_UNICODE).  See perlrun/-C for more details.
59693      Branch: perl
59694            ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
59695            ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
59696            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
59697            ! util.c
59698 ____________________________________________________________________________
59699 [ 18714] By: jhi                                   on 2003/02/15  12:31:25
59700         Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
59701      Branch: perl
59702            ! ext/Storable/Storable.xs
59703 ____________________________________________________________________________
59704 [ 18712] By: jhi                                   on 2003/02/15  08:39:38
59705         Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
59706              even closer to each other.  The dec_osf.pl is irrelevant
59707              for the current core but adding it makes for one less exception
59708              when integrating.
59709      Branch: perl
59710            + ext/Digest/MD5/hints/dec_osf.pl
59711            ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
59712            ! ext/Digest/MD5/t/files.t
59713 ____________________________________________________________________________
59714 [ 18711] By: jhi                                   on 2003/02/15  08:32:04
59715         Log: Update MD5 Changes; update checksums.
59716      Branch: perl
59717            ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
59718 ____________________________________________________________________________
59719 [ 18710] By: jhi                                   on 2003/02/15  08:19:20
59720         Log: Update the MD5 checksums.
59721      Branch: perl
59722            ! ext/Digest/MD5/t/files.t
59723 ____________________________________________________________________________
59724 [ 18709] By: jhi                                   on 2003/02/15  08:16:26
59725         Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
59726              (problem noticed by Graham with List::Util).
59727      Branch: perl
59728            ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
59729            ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
59730 ____________________________________________________________________________
59731 [ 18708] By: jhi                                   on 2003/02/15  07:31:17
59732         Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
59733              From: Enache Adrian <enache@rdslink.ro>
59734              Date: Sat, 15 Feb 2003 00:37:40 +0200
59735              Message-ID: <20030214223740.GA13575@ratsnest.hole>
59736      Branch: perl
59737            ! pp.c t/op/split.t
59738 ____________________________________________________________________________
59739 [ 18707] By: hv                                    on 2003/02/15  06:38:15
59740         Log: Subject: [doc patch] ext/threads/shared/shared.pm
59741              From: Stas Bekman <stas@stason.org>
59742              Date: Fri, 14 Feb 2003 11:12:39 +1100
59743              Message-ID: <3E4C3477.7030306@stason.org>
59744      Branch: perl
59745            ! ext/threads/shared/shared.pm
59746 ____________________________________________________________________________
59747 [ 18706] By: hv                                    on 2003/02/15  06:32:35
59748         Log: Subject: Re: perlvar phrasing clarification for $^S
59749              From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
59750              Date: Fri, 14 Feb 2003 10:12:00 +1100
59751              Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
59752      Branch: perl
59753            ! pod/perlvar.pod
59754 ____________________________________________________________________________
59755 [ 18705] By: hv                                    on 2003/02/15  06:27:07
59756         Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
59757              From: Dave Mitchell <davem@fdgroup.com>
59758              Date: Fri, 14 Feb 2003 22:48:27 +0000
59759              Message-ID: <20030214224827.B6783@fdgroup.com>
59760
59761              with tests:
59762              From: Slaven Rezic <slaven@rezic.de>
59763              Date: 14 Feb 2003 20:23:20 +0100
59764              Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
59765      Branch: perl
59766            ! pp.c t/op/substr.t t/op/vec.t
59767 ____________________________________________________________________________
59768 [ 18704] By: hv                                    on 2003/02/15  06:17:06
59769         Log: Subject: Re: overriding builtins quirk
59770              From: Jerrad Pierce <belg4mit@MIT.EDU>
59771              Date: Fri, 14 Feb 2003 09:28:13 -0500
59772              Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
59773      Branch: perl
59774            ! pod/perlsub.pod
59775 ____________________________________________________________________________
59776 [ 18703] By: rgs                                   on 2003/02/14  22:23:56
59777         Log: Subject: Re: trying to fix #20154, #20357
59778              From: Enache Adrian <enache@rdslink.ro>
59779              Date: Sat, 8 Feb 2003 21:05:14 +0200
59780              Message-ID: <20030208190514.GA866@ratsnest.hole>
59781              (fixes #19061 as well)
59782      Branch: perl
59783            ! pp_ctl.c t/op/goto.t
59784 ____________________________________________________________________________
59785 [ 18702] By: gbarr                                 on 2003/02/14  19:26:23
59786         Log: Update to Scalar-List-Utils 1.11
59787      Branch: perl
59788            + ext/List/Util/t/proto.t
59789            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
59790            ! ext/List/Util/lib/List/Util.pm
59791            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
59792 ____________________________________________________________________________
59793 [ 18699] By: jhi                                   on 2003/02/13  09:43:33
59794         Log: gcc 3.2.1 does not have -Wall faith that tmp
59795              will not be used uninitialized.
59796      Branch: perl
59797            ! toke.c
59798 ____________________________________________________________________________
59799 [ 18698] By: hv                                    on 2003/02/12  03:01:32
59800         Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
59801              From: Slaven Rezic <slaven@rezic.de>
59802              Date: 30 Jan 2003 19:03:41 +0100
59803              Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
59804      Branch: perl
59805            ! utils/perlbug.PL
59806 ____________________________________________________________________________
59807 [ 18697] By: hv                                    on 2003/02/12  02:20:39
59808         Log: Subject: [PATCH 5.9.0] to silence compiler warning
59809              From: Robin Barker <Robin.Barker@npl.co.uk>
59810              Date: Tue, 28 Jan 2003 13:27:17 -0000
59811              Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
59812      Branch: perl
59813            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
59814            ! universal.c util.c
59815 ____________________________________________________________________________
59816 [ 18696] By: rgs                                   on 2003/02/11  20:13:21
59817         Log: Subject: [perl #20654] %*v02x considered invalid in printf
59818              From: Robin Barker (via RT) <perlbug-followup@perl.org>
59819              Date: 10 Feb 2003 16:43:23 -0000
59820              Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
59821      Branch: perl
59822            ! sv.c t/op/sprintf.t
59823 ____________________________________________________________________________
59824 [ 18695] By: rgs                                   on 2003/02/11  20:00:23
59825         Log: Subject: mini-[patch] perlrun "^$W" typo
59826              From: Iain Truskett <spoon@dellah.org>
59827              Date: Tue, 11 Feb 2003 08:38:52 +1100
59828              Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
59829      Branch: perl
59830            ! pod/perlrun.pod
59831 ____________________________________________________________________________
59832 [ 18694] By: rgs                                   on 2003/02/11  19:44:00
59833         Log: Subject: [PATCH] More B::Concise fixes
59834              From: Stephen McCamant <smcc@mit.edu>
59835              Date: Sun, 9 Feb 2003 17:28:38 -0500
59836              Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
59837      Branch: perl
59838            ! ext/B/B/Concise.pm
59839 ____________________________________________________________________________
59840 [ 18693] By: merijn                                on 2003/02/11  08:14:29
59841         Log: More code cleanup.
59842
59843              Subject: Re: New SV Flag
59844              Date: Fri, 07 Feb 2003 09:57:43 +0100
59845              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59846              Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
59847      Branch: perl
59848            ! sv.c sv.h
59849 ____________________________________________________________________________
59850 [ 18692] By: jhi                                   on 2003/02/11  07:53:26
59851         Log: Dueling patches.
59852      Branch: perl
59853            - lib/CPAN/ChangeLog
59854            ! MANIFEST
59855 ____________________________________________________________________________
59856 [ 18691] By: hv                                    on 2003/02/11  00:27:56
59857         Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
59858              From: Mark Mielke <mark@mark.mielke.cc>
59859              Date: Mon, 20 Jan 2003 19:56:13 -0500
59860              Message-ID: <20030121005613.GA31739@mark.mielke.cc>
59861      Branch: perl
59862            ! sv.c
59863 ____________________________________________________________________________
59864 [ 18690] By: hv                                    on 2003/02/10  22:08:05
59865         Log: fix comment in change #18689
59866      Branch: perl
59867            ! sv.c
59868 ____________________________________________________________________________
59869 [ 18689] By: hv                                    on 2003/02/10  21:59:34
59870         Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
59871              Now allows but ignores the 'l' modifier on floating point formats
59872              and adds a couple of tests.
59873      Branch: perl
59874            ! sv.c t/op/sprintf.t
59875 ____________________________________________________________________________
59876 [ 18688] By: sky                                   on 2003/02/10  19:54:13
59877         Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
59878              From: Enache Adrian <enache@rdslink.ro>
59879              Date: sun feb 9, 2003  21:10:25 Europe/Stockholm
59880              Message-Id: <20030209201025.GA1247@ratsnest.hole>
59881      Branch: perl
59882            ! pp_ctl.c
59883 ____________________________________________________________________________
59884 [ 18687] By: sky                                   on 2003/02/10  18:13:29
59885         Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
59886              From: Enache Adrian <enache@rdslink.ro>
59887              Date: mon feb 10, 2003  18:48:58 Europe/Stockholm
59888              Message-id: <20030210174858.GA872@ratsnest.hole>
59889      Branch: perl
59890            ! t/comp/parser.t toke.c
59891 ____________________________________________________________________________
59892 [ 18686] By: sky                                   on 2003/02/10  18:11:35
59893         Log: Compile under threads and MacOSX. For some reason newSVpvf
59894              was not exapnded.
59895      Branch: perl
59896            ! universal.c
59897 ____________________________________________________________________________
59898 [ 18685] By: ams                                   on 2003/02/10  03:44:07
59899         Log: No, we don't really want the utility scripts.
59900      Branch: perl
59901            - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
59902            - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
59903            ! MANIFEST ext/MIME/Base64/Makefile.PL
59904 ____________________________________________________________________________
59905 [ 18684] By: hv                                    on 2003/02/10  01:43:12
59906         Log: fix for C< use if qw/ 1 open :utf8 / > based on:
59907              Subject: [perl #20536] use if 1, open => ':utf8' fails
59908              From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
59909              Date: 24 Jan 2003 22:39:06 -0000
59910              Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
59911      Branch: perl
59912            ! lib/if.pm lib/if.t
59913 ____________________________________________________________________________
59914 [ 18683] By: hv                                    on 2003/02/10  01:15:52
59915         Log: Subject: RE: perldebug.pod suggestion
59916              From: "Jay Hannah" <jhannah@omnihotels.com>
59917              Date: Fri, 24 Jan 2003 11:28:44 -0600
59918              Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
59919      Branch: perl
59920            ! pod/perldebug.pod
59921 ____________________________________________________________________________
59922 [ 18682] By: hv                                    on 2003/02/10  00:26:50
59923         Log: Subject: [PATCH] version objects final(?) patch
59924              From: John Peacock <jpeacock@rowman.com>
59925              Date: Sun, 05 Jan 2003 21:28:41 -0500
59926              Message-ID: <3E18E9D9.2040908@rowman.com>
59927      Branch: perl
59928            ! lib/version.pm lib/version.t universal.c util.c
59929 ____________________________________________________________________________
59930 [ 18680] By: chip                                  on 2003/02/09  17:39:33
59931         Log: Add CPAN ChangeLog to MANIFEST.
59932      Branch: perl
59933            ! MANIFEST
59934 ____________________________________________________________________________
59935 [ 18678] By: jhi                                   on 2003/02/09  14:37:38
59936         Log: CPAN ChangeLog not needed, says Andreas.
59937      Branch: perl
59938            ! MANIFEST
59939 ____________________________________________________________________________
59940 [ 18677] By: jhi                                   on 2003/02/09  08:42:19
59941         Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
59942              From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
59943              Date: 8 Feb 2003 11:54:11 -0000
59944              Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
59945      Branch: perl
59946            ! ext/PerlIO/encoding/encoding.pm
59947 ____________________________________________________________________________
59948 [ 18676] By: jhi                                   on 2003/02/09  08:35:25
59949         Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
59950              From: Stas Bekman <stas@stason.org>
59951              Date: Sat, 08 Feb 2003 11:12:28 +1100
59952              Message-ID: <3E444B6C.5060407@stason.org>
59953      Branch: perl
59954            ! doio.c
59955 ____________________________________________________________________________
59956 [ 18675] By: jhi                                   on 2003/02/08  19:49:40
59957         Log: Possible cruft removal.
59958      Branch: perl
59959            ! x2p/Makefile.SH
59960 ____________________________________________________________________________
59961 [ 18674] By: jhi                                   on 2003/02/08  18:22:42
59962         Log: Signedness nits.
59963      Branch: perl
59964            ! toke.c
59965 ____________________________________________________________________________
59966 [ 18672] By: jhi                                   on 2003/02/08  08:45:35
59967         Log: Upgrade to CPAN 1.64, from Andreas Koenig.
59968      Branch: perl
59969            + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
59970            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
59971            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
59972            ! utils.lst
59973 ____________________________________________________________________________
59974 [ 18671] By: jhi                                   on 2003/02/08  08:35:06
59975         Log: Upgrade to Net::Ping 2.28, from Rob Brown.
59976      Branch: perl
59977            + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
59978            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
59979            ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
59980            ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
59981 ____________________________________________________________________________
59982 [ 18670] By: jhi                                   on 2003/02/08  07:23:02
59983         Log: Subject: [PATCH] perluniintro nit
59984              From: Autrijus Tang <autrijus@autrijus.org>
59985              Date: Fri, 7 Feb 2003 00:02:49 +0800
59986              Message-ID: <20030206160249.GA12984@not.autrijus.org>
59987      Branch: perl
59988            ! pod/perluniintro.pod
59989 ____________________________________________________________________________
59990 [ 18669] By: jhi                                   on 2003/02/06  20:06:09
59991         Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
59992              From: PPrymmer@factset.com
59993              Date: Wed, 5 Feb 2003 12:00:05 -0500
59994              Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
59995      Branch: perl
59996            ! t/pod/find.t
59997 ____________________________________________________________________________
59998 [ 18668] By: jhi                                   on 2003/02/06  20:00:52
59999         Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
60000      Branch: perl
60001            ! proto.h
60002 ____________________________________________________________________________
60003 [ 18666] By: sky                                   on 2003/02/06  09:39:24
60004         Log: Patch from Richard Soderberg, cleanup the code a bit and comment
60005              why we are not using SvOOK_on.
60006      Branch: perl
60007            ! sv.c
60008 ____________________________________________________________________________
60009 [ 18664] By: jhi                                   on 2003/02/06  09:26:53
60010         Log: Things forgotten from Encode 1.87.
60011      Branch: perl
60012            ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
60013 ____________________________________________________________________________
60014 [ 18663] By: jhi                                   on 2003/02/06  04:03:31
60015         Log: Upgrade to Encode 1.87.
60016      Branch: perl
60017            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
60018            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
60019            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
60020            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
60021            ! ext/Encode/lib/Encode/CJKConstants.pm
60022            ! ext/Encode/lib/Encode/Encoder.pm
60023            ! ext/Encode/lib/Encode/Encoding.pm
60024            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
60025            ! ext/Encode/t/enc_eucjp.t
60026 ____________________________________________________________________________
60027 [ 18662] By: jhi                                   on 2003/02/05  19:40:38
60028         Log: Add the test of [perl #8760] (fixed by change #18656).
60029      Branch: perl
60030            ! t/run/fresh_perl.t
60031 ____________________________________________________________________________
60032 [ 18661] By: jhi                                   on 2003/02/05  19:28:37
60033         Log: has become fixed too (by changes #18653
60034              and #18658, methinks), adding the test(s).
60035      Branch: perl
60036            ! t/op/pat.t
60037 ____________________________________________________________________________
60038 [ 18660] By: jhi                                   on 2003/02/05  17:15:35
60039         Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
60040              From: Inaba HIroto <inaba@st.rim.or.jp>
60041              Date: Sat, 01 Feb 2003 21:58:20 +0900
60042              Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
60043      Branch: perl
60044            ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
60045            ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
60046            ! ext/Encode/lib/Encode/Encoding.pm
60047            ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
60048            ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
60049 ____________________________________________________________________________
60050 [ 18659] By: jhi                                   on 2003/02/05  11:51:30
60051         Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
60052              From: PPrymmer@factset.com
60053              Date: Tue, 4 Feb 2003 12:03:17 -0500
60054              Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
60055      Branch: perl
60056            ! ext/PerlIO/via/via.xs
60057 ____________________________________________________________________________
60058 [ 18658] By: jhi                                   on 2003/02/05  05:45:11
60059         Log: s/S_cache_re/cache_re/ for building with threads.
60060      Branch: perl
60061            ! regexec.c
60062 ____________________________________________________________________________
60063 [ 18657] By: rgs                                   on 2003/02/04  20:06:19
60064         Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
60065              From: Stephen McCamant <smcc@mit.edu>
60066              Date: Mon, 3 Feb 2003 21:01:07 -0500
60067              Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
60068      Branch: perl
60069            ! ext/B/B/Concise.pm ext/B/t/concise.t
60070 ____________________________________________________________________________
60071 [ 18656] By: rgs                                   on 2003/02/04  20:02:56
60072         Log: Better version of change #18648, by Enache Adrian
60073              Message-ID: <20030204101533.GA11817@ratsnest.hole>
60074      Branch: perl
60075            ! op.c
60076 ____________________________________________________________________________
60077 [ 18655] By: jhi                                   on 2003/02/04  15:56:36
60078         Log: Add the new test to MANIFEST.
60079      Branch: perl
60080            ! MANIFEST
60081 ____________________________________________________________________________
60082 [ 18654] By: gbarr                                 on 2003/02/04  14:42:51
60083         Log: Sync with 1.10
60084      Branch: perl
60085            + ext/List/Util/t/lln.t
60086            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
60087            ! ext/List/Util/lib/List/Util.pm
60088            ! ext/List/Util/lib/Scalar/Util.pm
60089 ____________________________________________________________________________
60090 [ 18653] By: jhi                                   on 2003/02/04  11:04:25
60091         Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
60092              The PL_regdata was not set up (S_cache_re()) before it
60093              was needed (S_reginclass()).  The test put in fresh_perl.t
60094              because we need a pristine state to start.
60095      Branch: perl
60096            ! regexec.c t/run/fresh_perl.t
60097 ____________________________________________________________________________
60098 [ 18652] By: jhi                                   on 2003/02/04  06:35:51
60099         Log: Comment tweak.
60100      Branch: perl
60101            ! t/op/pat.t
60102 ____________________________________________________________________________
60103 [ 18651] By: jhi                                   on 2003/02/04  06:28:53
60104         Log: Signedness issue.
60105      Branch: perl
60106            ! ext/MIME/Base64/Base64.xs
60107 ____________________________________________________________________________
60108 [ 18650] By: rgs                                   on 2003/02/03  22:02:44
60109         Log: Force the C locale in makedepend, to prevent gcc from
60110              producing locale-dependent messages.
60111      Branch: perl
60112            ! makedepend.SH
60113 ____________________________________________________________________________
60114 [ 18649] By: rgs                                   on 2003/02/03  22:00:21
60115         Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
60116      Branch: perl
60117            ! pod/perlrun.pod
60118 ____________________________________________________________________________
60119 [ 18648] By: rgs                                   on 2003/02/03  19:32:57
60120         Log: Fix bug #8760 : cop_line isn't properly restored
60121              when a module is loaded at runtime behind the scenes.
60122      Branch: perl
60123            ! op.c t/lib/warnings/perlio
60124 ____________________________________________________________________________
60125 [ 18647] By: merijn                                on 2003/02/03  16:14:00
60126         Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
60127              From: Abe Timmerman <abe@ztreet.demon.nl>
60128              Date: Sun, 2 Feb 2003 18:27:57 +0100
60129              Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
60130      Branch: perl
60131            ! hints/openbsd.sh
60132 ____________________________________________________________________________
60133 [ 18644] By: jhi                                   on 2003/02/03  12:41:51
60134         Log: Duh, test -e ENOPORTABLE, I should've remembered that.
60135              (Made Solaris go boom.)
60136      Branch: perl
60137            ! Configure
60138 ____________________________________________________________________________
60139 [ 18643] By: jhi                                   on 2003/02/03  10:36:15
60140         Log: Detypo.
60141      Branch: perl
60142            ! cop.h
60143 ____________________________________________________________________________
60144 [ 18642] By: ams                                   on 2003/02/03  08:26:36
60145         Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
60146              utility scripts?)
60147      Branch: perl
60148            + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
60149            + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
60150            ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
60151            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
60152            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
60153            ! ext/MIME/Base64/t/quoted-print.t
60154 ____________________________________________________________________________
60155 [ 18641] By: sky                                   on 2003/02/02  23:46:24
60156         Log: In any case, never copy this but use the same SV since
60157              if we copy we loose the hash we so badly need.
60158              For op_const we might still need to copy however.
60159      Branch: perl
60160            ! op.c
60161 ____________________________________________________________________________
60162 [ 18640] By: sky                                   on 2003/02/02  23:38:40
60163         Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
60164              threading issue. Should perhaps be a PVOP to save memory, but then
60165              we have nowhere to store the hash of the function!
60166      Branch: perl
60167            ! dump.c op.c pp_hot.c
60168 ____________________________________________________________________________
60169 [ 18637] By: jhi                                   on 2003/02/02  20:07:57
60170         Log: Plan 9: Some time has passed.
60171      Branch: perl
60172            ! plan9/buildinfo
60173 ____________________________________________________________________________
60174 [ 18636] By: jhi                                   on 2003/02/02  20:02:11
60175         Log: Subject: Re: typo in checkin 18616
60176              From: Nick Ing-Simmons <nick@ing-simmons.net>
60177              Date: Sun, 02 Feb 2003 17:23:08 +0000
60178              Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
60179      Branch: perl
60180            ! XSUB.h
60181 ____________________________________________________________________________
60182 [ 18635] By: jhi                                   on 2003/02/02  19:46:35
60183         Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
60184      Branch: perl
60185            + plan9/config_sh.sample
60186            ! MANIFEST
60187 ____________________________________________________________________________
60188 [ 18634] By: ams                                   on 2003/02/02  18:07:01
60189         Log: Subject: [PATCH] pod/perlfunc.pod
60190              From: abigail@abigail.nl
60191              Date: Sun, 2 Feb 2003 16:59:48 +0100
60192              Message-Id: <20030202155948.7971.qmail@abigail.nl>
60193      Branch: perl
60194            ! pod/perlfunc.pod
60195 ____________________________________________________________________________
60196 [ 18633] By: jhi                                   on 2003/02/02  16:48:26
60197         Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
60198              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
60199              Date: Wed, 22 Jan 2003 22:35:56 +0100
60200              Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
60201      Branch: perl
60202            ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
60203 ____________________________________________________________________________
60204 [ 18632] By: jhi                                   on 2003/02/02  15:31:36
60205         Log: Also [perl #3547] has been fixed; add its test case.
60206      Branch: perl
60207            ! t/op/pat.t
60208 ____________________________________________________________________________
60209 [ 18631] By: jhi                                   on 2003/02/02  15:26:10
60210         Log: The [perl #7471] seems to have been fixed; add its test.
60211      Branch: perl
60212            ! t/op/pat.t
60213 ____________________________________________________________________________
60214 [ 18630] By: jhi                                   on 2003/02/02  15:21:23
60215         Log: seems to have been fixed; add its test.
60216      Branch: perl
60217            ! t/op/pat.t
60218 ____________________________________________________________________________
60219 [ 18629] By: jhi                                   on 2003/02/02  15:09:39
60220         Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
60221      Branch: perl
60222            + plan9/config_h.sample
60223            ! MANIFEST
60224 ____________________________________________________________________________
60225 [ 18628] By: jhi                                   on 2003/02/02  14:46:26
60226         Log: Plan 9: Update config.plan9 based on Russ Cox' work.
60227      Branch: perl
60228            ! plan9/config.plan9
60229 ____________________________________________________________________________
60230 [ 18627] By: jhi                                   on 2003/02/02  14:24:00
60231         Log: Plan 9: Update the list of object files.
60232      Branch: perl
60233            ! plan9/mkfile
60234 ____________________________________________________________________________
60235 [ 18626] By: jhi                                   on 2003/02/02  14:03:16
60236         Log: Plan 9: No Configure.
60237      Branch: perl
60238            ! Configure
60239 ____________________________________________________________________________
60240 [ 18624] By: jhi                                   on 2003/02/02  13:29:02
60241         Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
60242      Branch: perl
60243            ! Configure
60244 ____________________________________________________________________________
60245 [ 18622] By: jhi                                   on 2003/02/02  12:49:13
60246         Log: minitest wasn't working.  (The $^X /miniperl/ test in
60247              io/crlf.t didn't work in Tru64, $^X was "./perl", used
60248              the same 'eval q/use .../' trick everywhere.)
60249      Branch: perl
60250            ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
60251            ! t/uni/tr_utf8.t
60252 ____________________________________________________________________________
60253 [ 18621] By: jhi                                   on 2003/02/02  12:23:28
60254         Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
60255              (test.pl-ise quotemeta.t, too)
60256      Branch: perl
60257            ! t/op/quotemeta.t toke.c
60258 ____________________________________________________________________________
60259 [ 18618] By: sky                                   on 2003/02/01  21:04:36
60260         Log: Fix bug #15837, temporary from storable call hadn't gotten
60261              freed yet and was cloned but without a real (AvREAL)
60262              reference to it. @_ doesn't refcount!
60263      Branch: perl
60264            ! ext/threads/threads.xs
60265 ____________________________________________________________________________
60266 [ 18616] By: jhi                                   on 2003/02/01  19:43:09
60267         Log: Integrate from perlio:
60268
60269              [ 18591]
60270              PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
60271              correct XSUB.h
60272
60273              [ 18611]
60274              Michael Schroeder's fix for re-try if stdio ops after
60275              interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
60276
60277              [ 18612]
60278              PerlIO friendly version of speed up of $/ = undef case.
60279
60280              [ 18613]
60281              fflush() before invalidating stdio's fileno.
60282      Branch: perl
60283           !> XSUB.h perlio.c sv.c
60284 ____________________________________________________________________________
60285 [ 18615] By: sky                                   on 2003/02/01  12:01:01
60286         Log: Don't free thread before using it, breaks platforms that
60287              trust that I really want to free what I free, (like HPUX
60288              and AIX).
60289      Branch: perl
60290            ! ext/threads/threads.xs
60291 ____________________________________________________________________________
60292 [ 18614] By: ams                                   on 2003/02/01  12:00:29
60293         Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
60294              From: Nick Ing-Simmons <nick@ing-simmons.net>
60295              Date: Sat, 01 Feb 2003 13:03:52 +0000
60296              Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
60297      Branch: perl
60298            ! perlio.c
60299 ____________________________________________________________________________
60300 [ 18609] By: jhi                                   on 2003/01/31  08:58:40
60301         Log: Go even further (back) than change #18608 and revert
60302              to the 5.8.0 code, since otherwise split.t #40 fails.
60303              The four new tests of pat.t should keep us more honest.
60304      Branch: perl
60305            ! regexec.c
60306 ____________________________________________________________________________
60307 [ 18608] By: jhi                                   on 2003/01/31  08:24:53
60308         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
60309              From: Enache Adrian <enache@rdslink.ro>
60310              Date: Fri, 31 Jan 2003 09:20:59 +0200
60311              Message-ID: <20030131072059.GB6045@ratsnest.hole>
60312      Branch: perl
60313            ! regexec.c t/op/pat.t
60314 ____________________________________________________________________________
60315 [ 18607] By: ams                                   on 2003/01/31  02:29:56
60316         Log: Fix typo in version check ($[ to $]).
60317      Branch: perl
60318            ! ext/Storable/t/restrict.t
60319 ____________________________________________________________________________
60320 [ 18606] By: rgs                                   on 2003/01/30  22:02:47
60321         Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
60322              From: Jose.auguste-etienne@cgss-guyane.fr
60323              Date: Thu, 30 Jan 2003 12:40:53 -0300
60324              Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
60325      Branch: perl
60326            ! pod/perlunicode.pod
60327 ____________________________________________________________________________
60328 [ 18605] By: rgs                                   on 2003/01/30  20:58:52
60329         Log: code example in the FAQ that isn't strict-friendly.
60330              Subject: [perl #20616] Tie::IxHash doc error.
60331              From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
60332              Date: 30 Jan 2003 11:43:17 -0000
60333              Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
60334      Branch: perl
60335            ! pod/perlfaq4.pod
60336 ____________________________________________________________________________
60337 [ 18604] By: rgs                                   on 2003/01/30  20:52:05
60338         Log: FAQ sync.
60339      Branch: perl
60340            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
60341            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
60342            ! pod/perlfaq8.pod
60343 ____________________________________________________________________________
60344 [ 18603] By: jhi                                   on 2003/01/30  08:05:22
60345         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
60346              From: Enache Adrian <enache@rdslink.ro>
60347              Date: Thu, 30 Jan 2003 10:48:09 +0200
60348              Message-ID: <20030130084809.GA16902@ratsnest.hole>
60349
60350              Fix for half of the failures, with an expanded test.
60351      Branch: perl
60352            ! lib/utf8.t sv.c
60353 ____________________________________________________________________________
60354 [ 18602] By: merijn                                on 2003/01/30  06:31:50
60355         Log: Updates to the openbsd hints
60356
60357              Subject: [perl #20606] [no subject]
60358              Date: 29 Jan 2003 18:38:37 -0000
60359              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
60360              Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
60361      Branch: perl
60362            ! hints/openbsd.sh
60363 ____________________________________________________________________________
60364 [ 18601] By: jhi                                   on 2003/01/29  05:58:36
60365         Log: More of the #18600.
60366      Branch: perl
60367            ! pad.c
60368 ____________________________________________________________________________
60369 [ 18600] By: jhi                                   on 2003/01/29  05:37:12
60370         Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
60371              dumping (but now use SvPV_nolen).  (This change made an empty
60372              prototype to show up as "_" under -Uuseperlio.)
60373      Branch: perl
60374            ! dump.c
60375 ____________________________________________________________________________
60376 [ 18599] By: rgs                                   on 2003/01/28  21:07:08
60377         Log: Fix a very small memory leak in op_free, by reserving the
60378              case op_seq == (U16)-1 for the compiler backend
60379
60380              Subject: Re: Freeing code
60381              From: "Paul Johnson" <paul@pjcj.net>
60382              Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
60383              Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
60384      Branch: perl
60385            ! op.c
60386 ____________________________________________________________________________
60387 [ 18598] By: rgs                                   on 2003/01/28  20:43:02
60388         Log: Integrate from maint-5.8:
60389              Change 18450 :
60390              Tiny output tweak.
60391              Change 18429 :
60392              AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
60393              things like drand48_data are undefined).
60394              Change 18388 :
60395              List the PERL_MAGIC_utf8 ('w') flag.
60396      Branch: perl
60397           !> hints/aix.sh pod/perlguts.pod t/op/pat.t
60398 ____________________________________________________________________________
60399 [ 18597] By: rgs                                   on 2003/01/27  21:52:00
60400         Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
60401              From: Slaven Rezic <slaven@rezic.de>
60402              Date: 14 Jan 2003 20:58:54 +0100
60403              Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
60404      Branch: perl
60405            ! ext/Sys/Hostname/Hostname.pm
60406 ____________________________________________________________________________
60407 [ 18596] By: rgs                                   on 2003/01/27  20:38:21
60408         Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
60409              without the lval context tweak. Used in OP_DBSTATE.
60410              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
60411              From: Dave Mitchell <davem@fdgroup.com>
60412              Date: Sun, 26 Jan 2003 17:42:42 +0000
60413              Message-ID: <20030126174242.H16182@fdgroup.com>
60414      Branch: perl
60415            ! cop.h pp_ctl.c
60416 ____________________________________________________________________________
60417 [ 18595] By: rgs                                   on 2003/01/27  20:32:01
60418         Log: Subject: [PATCH] make Copy On Write work once again
60419              From: Nicholas Clark <nick@unfortu.net>
60420              Date: Sat, 25 Jan 2003 00:25:50 +0000
60421              Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
60422      Branch: perl
60423            ! sv.h
60424 ____________________________________________________________________________
60425 [ 18594] By: jhi                                   on 2003/01/27  20:01:44
60426         Log: Update the pod list for Plan 9.
60427      Branch: perl
60428            ! plan9/mkfile
60429 ____________________________________________________________________________
60430 [ 18593] By: sky                                   on 2003/01/26  22:37:21
60431         Log: When we copy things out of a hash and increment the
60432              refcount of the shared scalar, we really must protect
60433              that refcount increase with a lock, or else it might not
60434              happen. Fixes segfault when objects would prematurely
60435              be killed.
60436      Branch: perl
60437            ! ext/threads/shared/shared.xs
60438 ____________________________________________________________________________
60439 [ 18592] By: jhi                                   on 2003/01/26  21:54:36
60440         Log: Missing (STRLEN)casts.
60441      Branch: perl
60442            ! sv.c
60443 ____________________________________________________________________________
60444 [ 18589] By: rgs                                   on 2003/01/26  13:06:49
60445         Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
60446
60447              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
60448              From: Dave Mitchell <davem@fdgroup.com>
60449              Date: Fri, 24 Jan 2003 18:44:19 +0000
60450              Message-ID: <20030124184419.F11179@fdgroup.com>
60451      Branch: perl
60452            ! mg.c op.h pp_ctl.c
60453 ____________________________________________________________________________
60454 [ 18588] By: jhi                                   on 2003/01/26  12:18:10
60455         Log: Lest people get worried about not having PerlIO.
60456      Branch: perl
60457            ! pod/perluniintro.pod
60458 ____________________________________________________________________________
60459 [ 18586] By: jhi                                   on 2003/01/26  09:19:01
60460         Log: Plan 9 doesn't do nm, from Russ Cox.
60461      Branch: perl
60462            ! Configure
60463 ____________________________________________________________________________
60464 [ 18584] By: jhi                                   on 2003/01/26  09:11:23
60465         Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
60466      Branch: perl
60467            ! plan9/plan9ish.h
60468 ____________________________________________________________________________
60469 [ 18583] By: jhi                                   on 2003/01/26  09:08:36
60470         Log: Plan 9 compiler can't return quads from the ?: (condop).
60471              (There may be more spots like this, so a Configure test
60472              maybe in order, but this works for now.)  From Russ Cox.
60473      Branch: perl
60474            ! ext/PerlIO/via/via.xs plan9/plan9ish.h
60475 ____________________________________________________________________________
60476 [ 18581] By: ams                                   on 2003/01/26  05:29:40
60477         Log: Subject: Re: truncate using a globref
60478              From: Slaven Rezic <slaven@rezic.de>
60479              Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
60480              Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
60481      Branch: perl
60482            ! pp_sys.c t/io/fs.t
60483 ____________________________________________________________________________
60484 [ 18580] By: ams                                   on 2003/01/26  04:57:47
60485         Log: Subject: patch to speed up Perl's slurp mode
60486              From: Enache Adrian <enache@rdslink.ro>
60487              Date: Fri, 24 Jan 2003 06:23:54 +0200
60488              Message-Id: <20030124042354.GA30362@ratsnest.hole>
60489      Branch: perl
60490            ! sv.c
60491 ____________________________________________________________________________
60492 [ 18579] By: ams                                   on 2003/01/26  02:50:44
60493         Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
60494              From: Enache Adrian <enache@rdslink.ro>
60495              Date: Sun, 26 Jan 2003 04:55:48 +0200
60496              Message-Id: <20030126025548.GB812@ratsnest.hole>
60497      Branch: perl
60498            ! pp_ctl.c
60499 ____________________________________________________________________________
60500 [ 18578] By: ams                                   on 2003/01/26  02:40:20
60501         Log: Subject: [PATCH Storable 2.06] const declaration fixup
60502              From: "Craig A. Berry" <craigberry@mac.com>
60503              Date: Thu, 23 Jan 2003 16:24:46 -0600
60504              Message-Id: <3E306BAE.4030807@mac.com>
60505      Branch: perl
60506            ! ext/Storable/Storable.xs
60507 ____________________________________________________________________________
60508 [ 18577] By: rgs                                   on 2003/01/23  20:46:00
60509         Log: Subject: [PATCH] move pad.c warnings to different test file
60510              From: Dave Mitchell <davem@fdgroup.com>
60511              Date: Thu, 23 Jan 2003 20:56:47 +0000
60512              Message-ID: <20030123205647.C8696@fdgroup.com>
60513      Branch: perl
60514            + t/lib/warnings/pad
60515            ! MANIFEST t/lib/warnings/op
60516 ____________________________________________________________________________
60517 [ 18573] By: nick                                  on 2003/01/23  07:26:43
60518         Log: Fix Solaris 32-bit invalidate case.
60519      Branch: perl
60520            ! perlio.c
60521 ____________________________________________________________________________
60522 [ 18572] By: rgs                                   on 2003/01/22  21:40:21
60523         Log: Integrate change 18448 from maint-5.8 :
60524
60525              Subject: Partial Data::Dumper patch
60526              From: Richard Clamp <richardc@unixbeard.net>
60527              Date: Sat, 4 Jan 2003 00:52:47 +0000
60528              Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
60529
60530              Subject: Re: Partial Data::Dumper patch
60531              From: Slaven Rezic <slaven@rezic.de>
60532              Date: 04 Jan 2003 02:48:08 +0100
60533              Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
60534      Branch: perl
60535           !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
60536 ____________________________________________________________________________
60537 [ 18571] By: rgs                                   on 2003/01/22  21:22:31
60538         Log: Subject: [PATCH] Re: difference between my and our before introduction
60539              From: Dave Mitchell <davem@fdgroup.com>
60540              Date: Thu, 16 Jan 2003 17:12:37 +0000
60541              Message-ID: <20030116171237.C420@fdgroup.com>
60542              (with a small test tweak)
60543      Branch: perl
60544            ! pad.c t/comp/our.t toke.c
60545 ____________________________________________________________________________
60546 [ 18569] By: rgs                                   on 2003/01/22  21:00:59
60547         Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
60548      Branch: perl
60549            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
60550 ____________________________________________________________________________
60551 [ 18561] By: jhi                                   on 2003/01/22  17:43:45
60552         Log: Integrate from perlio:
60553              [ 18560]
60554              Fixes for open.pm which attempts to load layers:
60555              1. C equivalent of local $SIG{__WARN__} = sub {}
60556              while loading layers to supress warnings lib/open.t does
60557              not want.
60558              2. The loading scheme does not recurse now so look for
60559              new symptom of bad layer which is that a good module
60560              fails to load (as we cannot open any files).
60561
60562              NOTE: In my opinion open.pm should probably die on bad layer
60563              spec rather than just (maybe) warning and then allowing opens
60564              to fail.
60565      Branch: perl
60566           !> lib/open.t perlio.c
60567 ____________________________________________________________________________
60568 [ 18559] By: jhi                                   on 2003/01/22  13:19:31
60569         Log: Upgrade to Encode 1.86.
60570      Branch: perl
60571            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
60572            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
60573            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
60574 ____________________________________________________________________________
60575 [ 18558] By: jhi                                   on 2003/01/22  13:05:27
60576         Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
60577              From: Dave Mitchell <davem@fdgroup.com>
60578              Date: Sun, 19 Jan 2003 17:22:05 +0000
60579              Message-ID: <20030119172204.D24444@fdgroup.com>
60580      Branch: perl
60581            ! dump.c
60582 ____________________________________________________________________________
60583 [ 18557] By: jhi                                   on 2003/01/22  13:01:15
60584         Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning   in blead with SIGWARN
60585              From: Nicholas Clark <nick@unfortu.net>
60586              Date: Tue, 21 Jan 2003 22:27:21 +0000
60587              Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
60588      Branch: perl
60589            ! sv.c t/op/ref.t
60590 ____________________________________________________________________________
60591 [ 18556] By: jhi                                   on 2003/01/22  12:59:02
60592         Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
60593              From: Robin Barker <Robin.Barker@npl.co.uk>
60594              Date: Mon, 20 Jan 2003 15:26:21 -0000
60595              Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
60596      Branch: perl
60597            ! perlio.h
60598 ____________________________________________________________________________
60599 [ 18555] By: jhi                                   on 2003/01/22  12:57:20
60600         Log: Integrate from perlio:
60601              [ 18539]
60602              Try the invalidate_fileno() idea for non-leaky stdio sockets.
60603
60604              [ 18540]
60605              stdio does NOT set errno==EBADF on invalidated fileno
60606
60607              [ 18547]
60608              Tweak APItest for new semantics of printf.
60609              Now printf() is always real printf() and not #define'd to
60610              PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
60611              back to original file does not affect stdout unless we are
60612              using :stdio as implementation. So things printf()ed XS side
60613              are not written to file (and turn up at end of test).
60614              So add an XS function which does fflush(stdout), modify .pm
60615              file to export it and .t file to call it.
60616
60617              [ 18548]
60618              Add defined(__osf__) case to invalidate_fileno (for Tru64).
60619
60620              [ 18549]
60621              Report layer name (without arg) on fail, and attempt to
60622              autoload layer name. (Fix for [perl #20460]).
60623
60624              [ 18550]
60625              #if defined(__irix__) (for stdio invalidate) from Jarkko.
60626      Branch: perl
60627           !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
60628           !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
60629 ____________________________________________________________________________
60630 [ 18554] By: jhi                                   on 2003/01/22  12:47:03
60631         Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
60632              From: Dave Mitchell <davem@fdgroup.com>
60633              Date: Sun, 19 Jan 2003 16:43:54 +0000
60634              Message-ID: <20030119164353.B24444@fdgroup.com>
60635      Branch: perl
60636            ! av.c t/op/array.t
60637 ____________________________________________________________________________
60638 [ 18553] By: jhi                                   on 2003/01/22  12:43:31
60639         Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
60640              From: Martti Rahkila <martti.rahkila@hut.fi>
60641              Date: Sat, 18 Jan 2003 00:25:39 +0200
60642              Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
60643
60644              (chose the 'even safer' version)
60645      Branch: perl
60646            ! lib/Term/Complete.pm
60647 ____________________________________________________________________________
60648 [ 18552] By: jhi                                   on 2003/01/22  12:34:06
60649         Log: Subject: [PATCH] assert PV isn't RV
60650              From: Nicholas Clark <nick@unfortu.net>
60651              Date: Fri, 17 Jan 2003 19:40:45 +0000
60652              Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
60653      Branch: perl
60654            ! sv.h
60655 ____________________________________________________________________________
60656 [ 18551] By: jhi                                   on 2003/01/22  12:28:11
60657         Log: Integrate from maint-5.8:
60658              [ 18375]
60659              Better version of change #18370; use the new 'E' flag
60660              so that cxinc is exposed (as cpp) only to List::Util
60661              (well, any extension) (well, anyone who does -DPERL_EXT),
60662              no need to export it globally.
60663      Branch: perl
60664           !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
60665 ____________________________________________________________________________
60666 [ 18545] By: ams                                   on 2003/01/22  06:06:26
60667         Log: Subject: [PATCH perl-current] AUTHORS correction
60668              From: Richard Soderberg <rs@crystalflame.net>
60669              Date: Wed, 22 Jan 2003 02:08:13 -0500
60670              Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
60671      Branch: perl
60672            ! AUTHORS
60673 ____________________________________________________________________________
60674 [ 18544] By: jhi                                   on 2003/01/22  03:45:01
60675         Log: Continuation of #18542.
60676      Branch: perl
60677            ! sv.c
60678 ____________________________________________________________________________
60679 [ 18543] By: jhi                                   on 2003/01/22  03:21:23
60680         Log: Update the MD5 checksums.
60681      Branch: perl
60682            ! ext/Digest/MD5/t/files.t
60683 ____________________________________________________________________________
60684 [ 18542] By: hv                                    on 2003/01/22  01:37:52
60685         Log: #18530 misses a couple of pTHX definitions
60686      Branch: perl
60687            ! sv.c
60688 ____________________________________________________________________________
60689 [ 18541] By: jhi                                   on 2003/01/21  22:08:51
60690         Log: Try to make including patchlevel.h a bit more
60691              robust (use <> instead of "") and in case of
60692              failure (PERL_VERSION didn't get defined) try
60693              to fail (by trying to #include an "obviously"
60694              named file that should not exist) (didn't use
60695              #error since IIRC older cpps do not have it)
60696              (Tries to address [perl #20276].)
60697      Branch: perl
60698            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
60699            ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
60700            ! ext/Storable/Storable.xs
60701 ____________________________________________________________________________
60702 [ 18538] By: merijn                                on 2003/01/21  16:54:00
60703         Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
60704              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60705              Date: Mon, 30 Dec 2002 18:01:16 -0800
60706              Message-ID: <spPE+gzkg+6F092yn@efn.org>
60707      Branch: perl
60708            ! Configure
60709 ____________________________________________________________________________
60710 [ 18536] By: jhi                                   on 2003/01/21  14:18:40
60711         Log: Allow explicit -C enable/disable by -C:1/-C:0
60712              (suggested by Peter Haworth).
60713      Branch: perl
60714            ! perl.c pod/perlrun.pod
60715 ____________________________________________________________________________
60716 [ 18534] By: hv                                    on 2003/01/21  02:22:53
60717         Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
60718              From: Chip Turner <cturner@redhat.com>
60719              Date: 02 Jan 2003 11:35:57 -0500
60720              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
60721      Branch: perl
60722            ! lib/Pod/Perldoc.pm
60723 ____________________________________________________________________________
60724 [ 18533] By: hv                                    on 2003/01/21  02:15:29
60725         Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
60726              From: hv@crypt.org
60727              Date: Thu, 02 Jan 2003 14:33:49 +0000
60728              Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
60729      Branch: perl
60730            ! regexec.c t/op/subst.t
60731 ____________________________________________________________________________
60732 [ 18532] By: hv                                    on 2003/01/21  01:56:31
60733         Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
60734              From: Martien Verbruggen <mgjv@tradingpost.com.au>
60735              Date: Tue, 31 Dec 2002 16:42:28 +1100
60736              Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
60737      Branch: perl
60738            ! pod/perlsyn.pod
60739 ____________________________________________________________________________
60740 [ 18531] By: hv                                    on 2003/01/21  01:52:49
60741         Log: integrate #18366-18370 from maint-5.8:
60742              Implement the CPP namespace protection from [perl #8610];
60743              unless a function has an 'A' flag, it's defined only if
60744              PERL_CORE.  (Why do we have so many many functions with an
60745              'A' flag, is another matter.)  (The number of #ifdef PERL_COREs
60746              could be cut down further by having a state variable and
60747              inserting #ifdefs and #endifs when the state flips.)
60748
60749              Caught by change #18366; thanks to the re extension we have some
60750              functions that are file static but yet part of "the public API"...
60751              Maybe a new class of exportability (a new embed.fnc flag) is
60752              required for this case.
60753
60754              Continue on change #18367; implement the said flag, 'E'.
60755              (Some nm output studying was needed to get the right set
60756              of re symbols defined.)
60757
60758              In AIX (strict symbol exports) the cxinc is needed for List::Util.
60759      Branch: perl
60760            ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
60761 ____________________________________________________________________________
60762 [ 18530] By: hv                                    on 2003/01/21  01:37:03
60763         Log: integrate (by hand) #18353 and #18359 from maint-5.8:
60764              Introduce a cache for UTF-8 data: length and byte<->char offset
60765              mapping are stored in a new type of magic.  Speeds up length(),
60766              substr(), index(), rindex(), pos(), and some parts of s///.
60767
60768              The speedup varies a lot (on the usual suspects: what is the
60769              access pattern of the data, compiler, CPU), but should be at
60770              least one order of magnitude, and getting to the same magnitude
60771              as byte string speeds, and in some cases  (length on unchanged data)
60772              even reaching the byte string speed.  On the other hand, in some
60773              cases (index) the byte speed is still faster by a factor of five
60774              or so, but the bottleneck there does not seem to be any more
60775              the byte<->char offset mapping (instead, the fbm_instr() speed).
60776
60777              There is one cache slot for the length, and only two for the
60778              byte<->char offset mapping (the first one for the start->offset,
60779              and the second for the offset->offset+length, when talking
60780              in substr() terms).
60781
60782              Code this hairy is bound to have hairy trolls hiding under it.
60783              [...]
60784              A small tweak on top of #18353: don't display mg_len bytes of
60785              mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
60786      Branch: perl
60787            ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
60788            ! sv.c util.c
60789 ____________________________________________________________________________
60790 [ 18529] By: hv                                    on 2003/01/21  00:44:20
60791         Log: integrate #18349 from maint-5.8:
60792              At least partially address [perl #10000] by speeding
60793              up both the ASCII case (by about 2-3%) and the UTF-8 case
60794              (by about 45%).  The major trick is to avoid hitting the
60795              costly S_reginclass().  (Even before this patch the speedup
60796              since 5.8.0 was about 40-50%.)  After this the UTF-8 case is
60797              still about 30-60% slower than the ASCII case.  (Note that
60798              I'm unable to reproduce the 10-fold speed difference of the
60799              original bug report; I can see a factor of 2 or 3, but no more.)
60800      Branch: perl
60801           !> regexec.c
60802 ____________________________________________________________________________
60803 [ 18528] By: hv                                    on 2003/01/21  00:24:11
60804         Log: Subject: [PATCH pp_ctl.c] silence warning
60805              From: Dave Mitchell <davem@fdgroup.com>
60806              Date: Sun, 29 Dec 2002 15:09:31 +0000
60807              Message-ID: <20021229150931.C2325@fdgroup.com>
60808      Branch: perl
60809            ! pp_ctl.c
60810 ____________________________________________________________________________
60811 [ 18527] By: hv                                    on 2003/01/21  00:04:14
60812         Log: Subject: perl version reporting
60813              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60814              Date: Wed, 18 Dec 2002 08:30:32 +0100
60815              Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
60816      Branch: perl
60817            ! perl.c
60818 ____________________________________________________________________________
60819 [ 18526] By: hv                                    on 2003/01/20  23:21:22
60820         Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
60821              From: Blair Zajac <blair@orcaware.com>
60822              Date: Wed, 08 Jan 2003 12:28:35 -0800
60823              Message-ID: <3E1C89F3.2B4759C@orcaware.com>
60824      Branch: perl
60825            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
60826            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
60827 ____________________________________________________________________________
60828 [ 18524] By: jhi                                   on 2003/01/20  17:51:10
60829         Log: Integrate from perlio:
60830              [ 18520]
60831              Move #define printf out of perl.h into appropriate
60832              PerlIO files.
60833      Branch: perl
60834           !> fakesdio.h nostdio.h perl.h
60835 ____________________________________________________________________________
60836 [ 18523] By: jhi                                   on 2003/01/20  17:48:51
60837         Log: Upgrade to Digest 1.02.
60838      Branch: perl
60839            ! lib/Digest.pm lib/Digest.t
60840 ____________________________________________________________________________
60841 [ 18522] By: jhi                                   on 2003/01/20  17:43:15
60842         Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
60843              From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
60844              Date: 20 Jan 2003 01:54:07 -0000
60845              Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
60846      Branch: perl
60847            ! pp_hot.c
60848 ____________________________________________________________________________
60849 [ 18521] By: jhi                                   on 2003/01/20  17:37:35
60850         Log: Retract #18154 (integrate of perlio #18507), not enough
60851              threadsafety.
60852      Branch: perl
60853            ! perlio.c
60854 ____________________________________________________________________________
60855 [ 18519] By: jhi                                   on 2003/01/20  12:25:43
60856         Log: Encode MANIFEST update.
60857      Branch: perl
60858            ! ext/Encode/MANIFEST
60859 ____________________________________________________________________________
60860 [ 18517] By: nick                                  on 2003/01/20  08:34:10
60861         Log: Integrate #18405 from maint-5.8 which fixes whitespac
60862              issues in open(FH,"&...")
60863      Branch: perl
60864           !> doio.c
60865 ____________________________________________________________________________
60866 [ 18516] By: jhi                                   on 2003/01/19  13:48:10
60867         Log: microperl update.
60868      Branch: perl
60869            ! Makefile.micro uconfig.h uconfig.sh
60870 ____________________________________________________________________________
60871 [ 18514] By: jhi                                   on 2003/01/18  18:36:00
60872         Log: Integrate from perlio:
60873              [ 18507]
60874              Thread-protection for dup/fclose/dup2 scheme of stdio leak
60875              avoidance.
60876      Branch: perl
60877           !> perlio.c t/io/tell.t
60878 ____________________________________________________________________________
60879 [ 18513] By: jhi                                   on 2003/01/18  18:07:01
60880         Log: Slight pod reformatting based on [perl #20284].
60881      Branch: perl
60882            ! README.mint ext/Data/Dumper/Dumper.pm
60883 ____________________________________________________________________________
60884 [ 18512] By: jhi                                   on 2003/01/17  21:00:15
60885         Log: EPOC perl address updates.
60886      Branch: perl
60887            ! README.epoc
60888 ____________________________________________________________________________
60889 [ 18511] By: jhi                                   on 2003/01/17  20:23:42
60890         Log: Upgrade to Digest 1.01.
60891      Branch: perl
60892            ! lib/Digest.pm
60893 ____________________________________________________________________________
60894 [ 18510] By: jhi                                   on 2003/01/17  19:53:37
60895         Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
60896      Branch: perl
60897            ! utils/libnetcfg.PL
60898 ____________________________________________________________________________
60899 [ 18509] By: jhi                                   on 2003/01/17  19:45:11
60900         Log: Upgrade to Digest::MD5 2.22.
60901      Branch: perl
60902            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
60903            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
60904            ! ext/Digest/MD5/t/files.t
60905 ____________________________________________________________________________
60906 [ 18508] By: merijn                                on 2003/01/17  14:12:53
60907         Log: Subject: Re: 18457 on cygwin/20030113
60908              From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
60909              Date: Fri, 17 Jan 2003 15:10:34 +0000
60910              Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
60911      Branch: perl
60912            ! t/io/tell.t
60913 ____________________________________________________________________________
60914 [ 18504] By: jhi                                   on 2003/01/17  13:21:51
60915         Log: Integrate from perlio:
60916              [ 18476]
60917              Remove workaround for :stdio layer bug now fixed
60918              (Fixes #18975)
60919      Branch: perl
60920           !> pp_sys.c
60921 ____________________________________________________________________________
60922 [ 18502] By: jhi                                   on 2003/01/16  22:53:23
60923         Log: Integrate from maint-5.6:
60924              [ 18477]
60925              search utility doesn't skip exe/lib/pdb files properly on windows
60926      Branch: perl
60927           !> win32/bin/search.pl
60928 ____________________________________________________________________________
60929 [ 18501] By: rgs                                   on 2003/01/16  21:28:42
60930         Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
60931              From: "Jos I. Boumans" <kane@dwim.org>
60932              Date: Thu, 16 Jan 2003 14:04:48 +0100
60933              Message-ID: <3E26ADF0.6010605@dwim.org>
60934              (with test tweaks)
60935      Branch: perl
60936            ! lib/File/Find.pm lib/File/Find/t/find.t
60937 ____________________________________________________________________________
60938 [ 18500] By: rgs                                   on 2003/01/16  21:17:14
60939         Log: Integrate #18447 from maint-5.8 :
60940              test.pl-ise t/op/fh.t.
60941      Branch: perl
60942           !> t/op/fh.t
60943 ____________________________________________________________________________
60944 [ 18499] By: rgs                                   on 2003/01/16  20:58:59
60945         Log: Integrate changes to Attribute::Handlers from maint-5.8
60946              (18404 and 18427).
60947              Subject: [PATCH] Re: Attribute::Handlers phase variance
60948              From: Richard Clamp <richardc@unixbeard.net>
60949              Date: Mon, 9 Dec 2002 11:10:24 +0000
60950              Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
60951      Branch: perl
60952           !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
60953 ____________________________________________________________________________
60954 [ 18498] By: rgs                                   on 2003/01/16  20:48:10
60955         Log: Integrate changes #18422 and #18423 from maint-5.8.
60956              18422 :
60957              Third Degree found a read of uninit memory (after setting
60958              grent_size with sysconf(), pwent_size was read).  Also make
60959              the ERANGE/INVARG more consistent.
60960              18423 :
60961              spent_size was still off.  (As far as I can tell
60962              _SC_GETPW_R_SIZE_MAX is supposed to be used also
60963              for spents, not just pwents.)
60964      Branch: perl
60965           !> reentr.c reentr.h reentr.pl
60966 ____________________________________________________________________________
60967 [ 18497] By: rgs                                   on 2003/01/16  20:40:58
60968         Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
60969              From: Dave Mitchell <davem@fdgroup.com>
60970              Date: Wed, 1 Jan 2003 21:43:24 +0000
60971              Message-ID: <20030101214324.F12907@fdgroup.com>
60972              (integrated from change #18397 in maint-5.8)
60973      Branch: perl
60974           !> lib/Time/Local.pm lib/Time/Local.t
60975 ____________________________________________________________________________
60976 [ 18496] By: jhi                                   on 2003/01/16  20:36:23
60977         Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
60978              code changes from Inaba Hiroto; test tweaks by jhi.
60979      Branch: perl
60980            + ext/Encode/t/enc_eucjp.t
60981            ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
60982            ! pp.c sv.c sv.h t/uni/tr_utf8.t
60983 ____________________________________________________________________________
60984 [ 18495] By: jhi                                   on 2003/01/16  20:19:36
60985         Log: It seems the binmode() is needed with UTF-8 locales enabled.
60986      Branch: perl
60987            ! ext/Encode/t/CJKT.t
60988 ____________________________________________________________________________
60989 [ 18494] By: jhi                                   on 2003/01/16  20:11:35
60990         Log: Upgrade to CGI.pm 2.89.
60991      Branch: perl
60992            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
60993            ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
60994 ____________________________________________________________________________
60995 [ 18493] By: jhi                                   on 2003/01/16  20:03:01
60996         Log: Subject: Update for ext/MIME/Base64/
60997              From: Gisle Aas <gisle@ActiveState.com>
60998              Date: 30 Dec 2002 07:34:34 -0800
60999              Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
61000      Branch: perl
61001            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
61002            ! ext/MIME/Base64/QuotedPrint.pm
61003            ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
61004 ____________________________________________________________________________
61005 [ 18492] By: jhi                                   on 2003/01/16  19:56:07
61006         Log: Subject: Update for ext/Digest/MD5/
61007              From: Gisle Aas <gisle@ActiveState.com>
61008              Date: 30 Dec 2002 07:38:16 -0800
61009              Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
61010      Branch: perl
61011            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
61012            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
61013            ! ext/Digest/MD5/t/files.t
61014 ____________________________________________________________________________
61015 [ 18491] By: jhi                                   on 2003/01/16  19:24:10
61016         Log: if (0) the PL_widesyscalls code for now: Sarathy
61017              should take another look to see whether it is really
61018              safe to remove the code, too.
61019      Branch: perl
61020            ! win32/win32.h wince/win32.h
61021 ____________________________________________________________________________
61022 [ 18490] By: jhi                                   on 2003/01/16  01:58:39
61023         Log: Make the locale-induced UTF-8-ification of STD fhs
61024              and the default file open layer explicit (either -C
61025              or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
61026      Branch: perl
61027            ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
61028            ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
61029            ! pod/perlvar.pod
61030 ____________________________________________________________________________
61031 [ 18489] By: rgs                                   on 2003/01/15  20:55:00
61032         Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
61033              From: Brendan O'Dea <bod@debian.org>
61034              Date: Sun, 12 Jan 2003 06:18:32 +1100
61035              Message-ID: <20030111191832.GA19441@londo.c47.org>
61036      Branch: perl
61037            ! pod/perlrun.pod
61038 ____________________________________________________________________________
61039 [ 18488] By: rgs                                   on 2003/01/15  20:51:48
61040         Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
61041              From: Brendan O'Dea <bod@debian.org>
61042              Date: Sun, 12 Jan 2003 06:17:30 +1100
61043              Message-ID: <20030111191730.GA19420@londo.c47.org>
61044      Branch: perl
61045            ! lib/diagnostics.pm
61046 ____________________________________________________________________________
61047 [ 18487] By: rgs                                   on 2003/01/15  20:45:14
61048         Log: Add a test case for bug [perl #19545]
61049      Branch: perl
61050            ! t/op/do.t
61051 ____________________________________________________________________________
61052 [ 18486] By: rgs                                   on 2003/01/15  20:34:52
61053         Log: isa() and can() didn't work on magic variables
61054              see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
61055              plus a test case by B. Goldberg
61056      Branch: perl
61057            ! t/op/universal.t universal.c
61058 ____________________________________________________________________________
61059 [ 18485] By: rgs                                   on 2003/01/15  20:10:57
61060         Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
61061              From: Stephen McCamant <smcc@mit.edu>
61062              Date: Thu, 2 Jan 2003 18:08:23 -0500
61063              Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
61064              Plus a test by Jarkko
61065              Integrated from changes 18444 and 18446 from maint-5.8
61066      Branch: perl
61067           +> t/op/readline.t
61068           !> MANIFEST pp_hot.c
61069 ____________________________________________________________________________
61070 [ 18484] By: jhi                                   on 2003/01/15  14:09:57
61071         Log: Upgrade to Time::HiRes 1.42.
61072      Branch: perl
61073            + ext/Time/HiRes/fallback/const-c.inc
61074            + ext/Time/HiRes/fallback/const-xs.inc
61075            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
61076            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
61077 ____________________________________________________________________________
61078 [ 18483] By: jhi                                   on 2003/01/15  00:23:20
61079         Log: Detypo.
61080      Branch: perl
61081            ! ext/Encode/Unicode/Unicode.xs
61082 ____________________________________________________________________________
61083 [ 18482] By: rgs                                   on 2003/01/14  21:41:04
61084         Log: Integrate change #18365 from maint-5.8 :
61085              Doc tweak on the S_ macros.
61086      Branch: perl
61087           !> pod/perlfunc.pod
61088 ____________________________________________________________________________
61089 [ 18481] By: jhi                                   on 2003/01/14  12:40:24
61090         Log: Apparently some stdios have bugs (no! don't tell it is so!)
61091              or there is a corner of stdio that is substandardised.
61092      Branch: perl
61093            ! t/io/tell.t
61094 ____________________________________________________________________________
61095 [ 18480] By: jhi                                   on 2003/01/14  01:25:14
61096         Log: Encode 1.84 broke the subtest #7, further study required.
61097      Branch: perl
61098            ! t/uni/tr_utf8.t
61099 ____________________________________________________________________________
61100 [ 18479] By: jhi                                   on 2003/01/13  23:13:02
61101         Log: Add a test for encoding 'utf8'.
61102      Branch: perl
61103            + ext/Encode/t/enc_utf8.t
61104            ! MANIFEST ext/Encode/MANIFEST
61105 ____________________________________________________________________________
61106 [ 18478] By: jhi                                   on 2003/01/13  23:10:55
61107         Log: Upgrade to Encode 1.84.
61108      Branch: perl
61109            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
61110            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
61111 ____________________________________________________________________________
61112 [ 18475] By: jhi                                   on 2003/01/13  02:42:47
61113         Log: Integrate from perlio:
61114              [ 18471]
61115              Fix #18711 and add test for it (and indeed tell on write
61116              handles at all !
61117
61118              (#18711 Serious bug of tell() in perl)
61119      Branch: perl
61120           !> perlio.c t/io/tell.t
61121 ____________________________________________________________________________
61122 [ 18474] By: jhi                                   on 2003/01/13  02:41:04
61123         Log: Integrate from perlio:
61124              [ 18470]
61125              Fix #16306 and #16880
61126
61127              (#16306 Big Badda leak in Sockets)
61128              (#16880 Memory leak with IO::Socket in Perl v5.8.0)
61129      Branch: perl
61130           !> perlio.c
61131 ____________________________________________________________________________
61132 [ 18473] By: jhi                                   on 2003/01/13  02:38:33
61133         Log: Integrate perlio #18040 and #18043 (no real changes;
61134              some whitespace changes but ignored them so that Dan's
61135              version of Encode wins)
61136      Branch: perl
61137           !> ext/Encode/Encode.xs
61138 ____________________________________________________________________________
61139 [ 18472] By: jhi                                   on 2003/01/13  01:31:01
61140         Log: Integrate perlio to mainline:
61141              [ 18240]
61142              Avoid eqtime() wiping the file (as suggested by
61143              "Luis G. Uribe C." <GUribe@SoftHome.net>
61144      Branch: perl
61145           !> lib/ExtUtils/Command.pm
61146 ____________________________________________________________________________
61147 [ 18468] By: rgs                                   on 2003/01/09  21:07:44
61148         Log: Subject: [PATCH] VMS perly build tweak
61149              From: "Craig A. Berry" <craigberry@mac.com>
61150              Date: Thu, 9 Jan 2003 14:44:40 -0600
61151              Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
61152      Branch: perl
61153            ! vms/descrip_mms.template
61154 ____________________________________________________________________________
61155 [ 18467] By: rgs                                   on 2003/01/09  21:03:07
61156         Log: Document that ${^TAINT} is read-only.
61157      Branch: perl
61158            ! pod/perlvar.pod
61159 ____________________________________________________________________________
61160 [ 18465] By: rgs                                   on 2003/01/08  22:02:26
61161         Log: Fix the doc for splitpath() in the File::Spec modules :
61162              this function doesn't return undef in any case.
61163      Branch: perl
61164            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
61165            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
61166 ____________________________________________________________________________
61167 [ 18464] By: rgs                                   on 2003/01/08  21:40:37
61168         Log: Subject: [PATCH] label code in pp_ctl.c
61169              From: Nicholas Clark <nick@unfortu.net>
61170              Date: Thu, 26 Dec 2002 21:19:36 +0000
61171              Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
61172              (Integrated from change #18400 from maint-5.8)
61173      Branch: perl
61174           !> pp_ctl.c
61175 ____________________________________________________________________________
61176 [ 18463] By: rgs                                   on 2003/01/08  21:27:49
61177         Log: Subject: [DOCPATCH] hv_store and hv_store_ent
61178              From: Nicholas Clark <nick@unfortu.net>
61179              Date: Wed, 1 Jan 2003 18:17:59 +0000
61180              Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
61181              (Integrated from change #18399 from maint-5.8)
61182      Branch: perl
61183           !> hv.c
61184 ____________________________________________________________________________
61185 [ 18462] By: rgs                                   on 2003/01/08  21:24:09
61186         Log: Integrate change #18391 from maint-5.8:
61187              Document the installprefix trick for compiling PASE Perl in AIX.
61188      Branch: perl
61189           !> README.os400
61190 ____________________________________________________________________________
61191 [ 18461] By: rgs                                   on 2003/01/08  21:16:54
61192         Log: Integrate change #18362 from maint-5.8:
61193              Fix [perl #18666] (taking the more conservative approach).
61194      Branch: perl
61195           !> lib/File/Spec/Unix.pm
61196 ____________________________________________________________________________
61197 [ 18460] By: rgs                                   on 2003/01/08  21:14:20
61198         Log: Integrate change #18361 from maint-5.8:
61199              Document that the socketpair tests are unhappy in old SCO,
61200              as per [perl #18537].
61201      Branch: perl
61202           !> pod/perl58delta.pod
61203 ____________________________________________________________________________
61204 [ 18459] By: rgs                                   on 2003/01/08  20:48:19
61205         Log: PerlFAQ sync.
61206      Branch: perl
61207            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
61208            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
61209            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
61210            ! pod/perlfaq9.pod
61211 ____________________________________________________________________________
61212 [ 18456] By: hv                                    on 2003/01/07  09:20:22
61213         Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
61214              From: Nicholas Clark <nick@unfortu.net>
61215              Date: Thu, 26 Dec 2002 21:16:27 +0000
61216              Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
61217      Branch: perl
61218            ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
61219            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
61220            ! utf8.c
61221 ____________________________________________________________________________
61222 [ 18455] By: hv                                    on 2003/01/07  08:54:38
61223         Log: Subject: [PATCH] integrate more with report_evil_fh
61224              From: Nicholas Clark <nick@unfortu.net>
61225              Date: Thu, 26 Dec 2002 20:56:21 +0000
61226              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
61227      Branch: perl
61228            ! pp_sys.c
61229 ____________________________________________________________________________
61230 [ 18454] By: hv                                    on 2003/01/07  08:45:54
61231         Log: Integrate podlators-1.25
61232      Branch: perl
61233            ! lib/Pod/Man.pm lib/Pod/t/man.t
61234 ____________________________________________________________________________
61235 [ 18453] By: rgs                                   on 2003/01/06  20:31:43
61236         Log: Change the value of ${^TAINT} : 0 without taint checks,
61237              1 with -T, and -1 with -t or -TU.
61238      Branch: perl
61239            ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
61240            ! t/run/switcht.t
61241 ____________________________________________________________________________
61242 [ 18451] By: merijn                                on 2003/01/06  06:43:11
61243         Log: Subject: [PATCH perl@18746] VMS test adjustments
61244              Date: Sat, 04 Jan 2003 11:26:00 -0600
61245              From: "Craig A. Berry" <craigberry@mac.com>
61246              Message-ID: <3E171928.1040100@mac.com>
61247      Branch: perl
61248            ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
61249            ! t/run/switchI.t
61250 ____________________________________________________________________________
61251 [ 18441] By: rgs                                   on 2003/01/04  20:06:45
61252         Log: Subject: [DOCPATCH] File::Copy's synopsis
61253              From: Nicholas Clark <nick@unfortu.net>
61254              Date: Wed, 1 Jan 2003 21:09:30 +0000
61255              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
61256      Branch: perl
61257            ! lib/File/Copy.pm
61258 ____________________________________________________________________________
61259 [ 18440] By: rgs                                   on 2003/01/04  16:31:31
61260         Log: Integrate change #18420 from maint-5.8:
61261              Mea culpa: the join() was the string join, not the
61262              ithreads join().
61263      Branch: perl
61264           !> ext/threads/t/join.t
61265 ____________________________________________________________________________
61266 [ 18439] By: rgs                                   on 2003/01/04  15:34:54
61267         Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
61268              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
61269              Date: Fri, 13 Dec 2002 00:54:43 +0100
61270              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
61271              Same as change 18403 for maint-5.8 branch
61272      Branch: perl
61273            ! lib/ExtUtils/t/Embed.t
61274 ____________________________________________________________________________
61275 [ 18438] By: rgs                                   on 2003/01/04  15:24:22
61276         Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
61277              From: andreas.koenig@anima.de (Andreas J. Koenig)
61278              Date: Fri, 03 Jan 2003 00:57:15 +0100
61279              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
61280      Branch: perl
61281            ! pod/perlre.pod
61282 ____________________________________________________________________________
61283 [ 18435] By: jhi                                   on 2003/01/04  14:36:08
61284         Log: The problems.t is back.
61285      Branch: perl
61286            ! MANIFEST
61287 ____________________________________________________________________________
61288 [ 18434] By: sky                                   on 2003/01/04  07:43:50
61289         Log: Forgot to add problems.t with change #18419
61290      Branch: perl
61291            + ext/threads/t/problems.t
61292 ____________________________________________________________________________
61293 [ 18432] By: jhi                                   on 2003/01/04  04:48:30
61294         Log: One more (or, rather, less) //.
61295      Branch: perl
61296            ! ext/threads/threads.xs
61297 ____________________________________________________________________________
61298 [ 18431] By: jhi                                   on 2003/01/04  04:39:01
61299         Log: Integrate from maintperl:
61300              [ 18430]
61301              // is still not portable C commentary.
61302      Branch: perl
61303           !> ext/threads/threads.xs
61304 ____________________________________________________________________________
61305 [ 18425] By: jhi                                   on 2003/01/04  03:37:04
61306         Log: Until Arthur really adds the problems.t.
61307      Branch: perl
61308            ! MANIFEST
61309 ____________________________________________________________________________
61310 [ 18421] By: sky                                   on 2003/01/04  01:27:55
61311         Log: Fix long standing memory leak with pop and shift!
61312      Branch: perl
61313            ! ext/threads/shared/shared.xs
61314 ____________________________________________________________________________
61315 [ 18419] By: sky                                   on 2003/01/03  23:45:34
61316         Log: Fixes bug #15273, the return of the object caused
61317              the stash of the object to be cloned, cloning the entire syntax
61318              tree and all lexicals in there creating danglning copies to the
61319              object. (Pararell but unlinked STASH tree).
61320              This adds a new flag, when set it will use STASHES from the
61321              thread we are joining into avoiding the problem.
61322      Branch: perl
61323            ! MANIFEST ext/threads/threads.xs sv.c sv.h
61324 ____________________________________________________________________________
61325 [ 18417] By: sky                                   on 2003/01/03  18:16:46
61326         Log: Fake what context we are running in for CLONE and DESTROY so
61327              threads->tid() returns the correct value.
61328              This is reported as bug #10046
61329      Branch: perl
61330            ! ext/threads/t/basic.t ext/threads/threads.xs
61331 ____________________________________________________________________________
61332 [ 18413] By: sky                                   on 2003/01/03  15:15:14
61333         Log: Change pp_lock to take a reference instead of a
61334              scalar since it wouldn't fork for the HELEM/AELEM
61335              case. This was reported in bug #10045
61336      Branch: perl
61337            ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
61338 ____________________________________________________________________________
61339 [ 18412] By: hv                                    on 2003/01/03  11:14:51
61340         Log: Integrate from maint-5.8 #18348:
61341              Make Math::Trig a little bit more better behaved module citizen.
61342      Branch: perl
61343           !> lib/Math/Trig.pm
61344 ____________________________________________________________________________
61345 [ 18411] By: hv                                    on 2003/01/03  11:11:09
61346         Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
61347              From: Stephen McCamant <smcc@mit.edu>
61348              Date: Sun, 22 Dec 2002 22:09:51 -0500
61349              Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
61350      Branch: perl
61351            ! pp_ctl.c
61352 ____________________________________________________________________________
61353 [ 18410] By: hv                                    on 2003/01/03  11:06:40
61354         Log: Subject: new flag SvPADSTALE
61355              From: Dave Mitchell <davem@fdgroup.com>
61356              Date: Thu, 19 Dec 2002 19:00:21 +0000
61357              Message-ID: <20021219190021.D9530@fdgroup.com>
61358      Branch: perl
61359            ! dump.c scope.c sv.h
61360 ____________________________________________________________________________
61361 [ 18409] By: hv                                    on 2003/01/03  11:05:09
61362         Log: Subject: remove flag SvPADBUSY
61363              From: Dave Mitchell <davem@fdgroup.com>
61364              Date: Thu, 19 Dec 2002 18:55:43 +0000
61365              Message-ID: <20021219185543.C9530@fdgroup.com>
61366      Branch: perl
61367            ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
61368 ____________________________________________________________________________
61369 [ 18408] By: hv                                    on 2003/01/03  10:56:54
61370         Log: Subject: win32_msgwait() problem
61371              From: Gurusamy Sarathy <gsar@ActiveState.com>
61372              Date: Fri, 13 Dec 2002 17:31:59 -0800
61373              Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
61374      Branch: perl
61375            ! win32/win32.c
61376 ____________________________________________________________________________
61377 [ 18407] By: hv                                    on 2003/01/03  10:30:05
61378         Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
61379              From: hv@crypt.org
61380              Date: Thu, 02 Jan 2003 17:16:04 +0000
61381              Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
61382      Branch: perl
61383            ! sv.c
61384 ____________________________________________________________________________
61385 [ 18406] By: sky                                   on 2003/01/03  08:23:16
61386         Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
61387              libc_r functions.
61388      Branch: perl
61389            ! hints/darwin.sh
61390 ____________________________________________________________________________
61391 [ 18393] By: merijn                                on 2003/01/02  19:41:29
61392         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)
61393              Date: Thu, 2 Jan 2003 19:02:21 +0100
61394              Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
61395              From: abe@ztreet.demon.nl (Abe Timmerman)
61396      Branch: perl
61397            ! win32/makefile.mk
61398 ____________________________________________________________________________
61399 [ 18390] By: merijn                                on 2003/01/02  07:32:00
61400         Log: Use a more likely location for the perl binary
61401      Branch: perl
61402            ! Porting/genlog
61403 ____________________________________________________________________________
61404 [ 18378] By: gsar                                  on 2002/12/31  04:07:56
61405         Log: integrate change#18377 from maint-5.6 branch
61406
61407              change#17566 needs to be more defensive about win32_dup2()
61408              itself calling SetStdHandle() (at least MSVCRT does this)
61409      Branch: perl
61410           !> win32/win32.c
61411 ____________________________________________________________________________
61412 [ 18376] By: hv                                    on 2002/12/31  02:02:17
61413         Log: Update Changes
61414      Branch: perl
61415            ! Changes patchlevel.h
61416 ____________________________________________________________________________
61417 [ 18374] By: hv                                    on 2002/12/30  03:32:22
61418         Log: Remove duplicate entry
61419      Branch: perl
61420            ! MANIFEST
61421 ____________________________________________________________________________
61422 [ 18373] By: hv                                    on 2002/12/30  03:19:17
61423         Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
61424              From: Dave Paris (via RT) <perlbug-followup@perl.org>
61425              Date: 22 Dec 2002 05:15:14 -0000
61426              Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
61427      Branch: perl
61428            ! pod/perlfunc.pod
61429 ____________________________________________________________________________
61430 [ 18372] By: hv                                    on 2002/12/30  03:13:42
61431         Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
61432              From: Michael G Schwern <schwern@pobox.com>
61433              Date: Sat, 21 Dec 2002 19:29:41 -0800
61434              Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
61435      Branch: perl
61436            ! lib/AutoSplit.pm
61437 ____________________________________________________________________________
61438 [ 18371] By: hv                                    on 2002/12/30  03:08:12
61439         Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
61440              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
61441              Date: Fri, 27 Dec 2002 16:14:24 +0100
61442              Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
61443      Branch: perl
61444            ! mg.c t/op/magic.t
61445 ____________________________________________________________________________
61446 [ 18358] By: gsar                                  on 2002/12/28  03:30:49
61447         Log: save_re_context() was not saving many regexec.c state
61448              variables, resulting in various reentrancy problems when
61449              the swatches were autoloaded by perl in the midst of a
61450              match
61451      Branch: perl
61452            ! regcomp.c
61453 ____________________________________________________________________________
61454 [ 18357] By: gsar                                  on 2002/12/28  02:16:51
61455         Log: silence another signed/unsigned mismatch warning
61456      Branch: perl
61457            ! op.c
61458 ____________________________________________________________________________
61459 [ 18356] By: gsar                                  on 2002/12/28  02:08:23
61460         Log: fix signed/unsigned mismatch warning from change#18266
61461      Branch: perl
61462            ! regcomp.c
61463 ____________________________________________________________________________
61464 [ 18355] By: gsar                                  on 2002/12/28  02:05:14
61465         Log: these variables are not in use anywhere since 5.8.0
61466      Branch: perl
61467            ! embedvar.h perlapi.h sv.c thrdvar.h
61468 ____________________________________________________________________________
61469 [ 18354] By: ams                                   on 2002/12/26  03:54:09
61470         Log: Subject: [PATCH] docpatch for cv.h
61471              From: Nicholas Clark <nick@unfortu.net>
61472              Date: Wed, 25 Dec 2002 21:01:04 +0000
61473              Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
61474      Branch: perl
61475            ! cv.h
61476 ____________________________________________________________________________
61477 [ 18351] By: hv                                    on 2002/12/25  02:29:17
61478         Log: #18345 was still broken; should be fixed now.
61479      Branch: perl
61480            ! sv.c
61481 ____________________________________________________________________________
61482 [ 18350] By: merijn                                on 2002/12/24  05:26:40
61483         Log: Removal of duplicate comment block
61484
61485              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61486              Subject: Re: [perl #19306] Sys::Syslog issues.
61487              Date: Mon, 23 Dec 2002 15:25:51 -0800
61488              Message-ID: </t5B+gzkg6DR092yn@efn.org>
61489      Branch: perl
61490            ! ext/Sys/Syslog/Syslog.pm
61491 ____________________________________________________________________________
61492 [ 18346] By: hv                                    on 2002/12/23  06:14:22
61493         Log: integrate maint-5.8 #18301
61494      Branch: perl
61495           !> lib/perl5db.pl
61496 ____________________________________________________________________________
61497 [ 18345] By: hv                                    on 2002/12/23  06:01:17
61498         Log: more on #18344.
61499      Branch: perl
61500            ! sv.c
61501 ____________________________________________________________________________
61502 [ 18344] By: hv                                    on 2002/12/23  05:56:43
61503         Log: more on #18312: sv.c:ss_dup()
61504      Branch: perl
61505            ! sv.c
61506 ____________________________________________________________________________
61507 [ 18343] By: hv                                    on 2002/12/23  05:47:17
61508         Log: Subject: [perl #19153] Term::Complete (the argument of stty)
61509              From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
61510              Date: 15 Dec 2002 13:45:23 -0000
61511              Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
61512      Branch: perl
61513            ! lib/Term/Complete.pm
61514 ____________________________________________________________________________
61515 [ 18342] By: hv                                    on 2002/12/23  05:27:25
61516         Log: Subject: [perl #18544] Patch included to fix problem.
61517              From: Richard Kandarian <richard.kandarian@lanl.gov>
61518              Date: Thu, 21 Nov 2002 08:00:20 -0700
61519              (from RT)
61520      Branch: perl
61521            ! regexec.c
61522 ____________________________________________________________________________
61523 [ 18341] By: hv                                    on 2002/12/23  05:08:49
61524         Log: Subject: [PATCH] operation on `PL_na' may be undefined
61525              From: Nicholas Clark <nick@unfortu.net>
61526              Date: Tue, 10 Dec 2002 19:59:18 +0000
61527              Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
61528      Branch: perl
61529            ! universal.c
61530 ____________________________________________________________________________
61531 [ 18340] By: hv                                    on 2002/12/23  05:04:29
61532         Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
61533              From: Nicholas Clark <nick@unfortu.net>
61534              Date: Tue, 10 Dec 2002 18:55:28 +0000
61535              Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
61536      Branch: perl
61537            ! pp_hot.c
61538 ____________________________________________________________________________
61539 [ 18339] By: hv                                    on 2002/12/23  04:39:48
61540         Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
61541      Branch: perl
61542            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
61543            ! ext/Time/HiRes/Makefile.PL
61544 ____________________________________________________________________________
61545 [ 18338] By: hv                                    on 2002/12/23  03:43:09
61546         Log: Subject: [PATCH] read permissions for h2ph-generated files
61547              From: Slaven Rezic <slaven.rezic@berlin.de>
61548              Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
61549              Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
61550      Branch: perl
61551            ! utils/h2ph.PL
61552 ____________________________________________________________________________
61553 [ 18337] By: hv                                    on 2002/12/23  03:38:59
61554         Log: handy hint: getting a perforce change as a usable patch
61555      Branch: perl
61556            ! Porting/repository.pod
61557 ____________________________________________________________________________
61558 [ 18336] By: hv                                    on 2002/12/23  03:36:26
61559         Log: Reverse #18285, for reasons given in:
61560              Subject: Re: Precedence of ? :
61561              From: hv@crypt.org
61562              Date: Fri, 20 Dec 2002 00:35:27 +0000
61563              Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
61564      Branch: perl
61565            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
61566            ! vms/perly_c.vms
61567 ____________________________________________________________________________
61568 [ 18335] By: gsar                                  on 2002/12/18  23:12:14
61569         Log: my_fflush_all() wasn't doing the right thing under useperlio
61570              on many platforms
61571      Branch: perl
61572            ! util.c
61573 ____________________________________________________________________________
61574 [ 18334] By: merijn                                on 2002/12/18  06:48:11
61575         Log: AIX compiler version updates
61576      Branch: perl
61577            ! README.aix
61578 ____________________________________________________________________________
61579 [ 18332] By: gsar                                  on 2002/12/18  03:20:27
61580         Log: $Config{prefixexp} was set incorrectly on windows
61581      Branch: perl
61582            ! win32/config.bc win32/config.gc win32/config.vc
61583            ! win32/config.vc64
61584 ____________________________________________________________________________
61585 [ 18330] By: gsar                                  on 2002/12/18  02:32:20
61586         Log: remove CRs from a couple of files (these show up as CRCRLF
61587              on windows)
61588      Branch: perl
61589            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
61590 ____________________________________________________________________________
61591 [ 18328] By: gsar                                  on 2002/12/18  02:27:10
61592         Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
61593      Branch: perl
61594            ! win32/win32.c
61595 ____________________________________________________________________________
61596 [ 18327] By: gsar                                  on 2002/12/18  02:08:12
61597         Log: windows: support for large files
61598
61599              note that this change will break binary compatibility with the
61600              default 5.8.0 build options; nevertheless I think it is worth
61601              having in 5.8.1 (people who want the compatibility can disable
61602              the option in the makefile)
61603      Branch: perl
61604            ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
61605            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
61606            ! pp_sys.c win32/Makefile win32/config.bc win32/config.gc
61607            ! win32/config.vc win32/config.vc64 win32/config_H.bc
61608            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
61609            ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
61610            ! win32/win32.c win32/win32iop.h
61611 ____________________________________________________________________________
61612 [ 18326] By: gsar                                  on 2002/12/18  00:57:46
61613         Log: Win32.pod update
61614      Branch: perl
61615            ! lib/Win32.pod
61616 ____________________________________________________________________________
61617 [ 18325] By: gsar                                  on 2002/12/18  00:42:45
61618         Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
61619      Branch: perl
61620            ! XSUB.h
61621 ____________________________________________________________________________
61622 [ 18324] By: gsar                                  on 2002/12/18  00:34:08
61623         Log: windows: avoid prompting under some shells during $(MAKE) distclean
61624      Branch: perl
61625            ! win32/Makefile win32/makefile.mk
61626 ____________________________________________________________________________
61627 [ 18323] By: gsar                                  on 2002/12/18  00:17:29
61628         Log: PerlSIO_stderr et al are not functions
61629      Branch: perl
61630            ! XSUB.h
61631 ____________________________________________________________________________
61632 [ 18321] By: gsar                                  on 2002/12/17  22:56:25
61633         Log: integrate change#18320 from maint-5.6 branch
61634
61635              C<require '\foo\bar.pm'> fails on windows if not running
61636              from the root directory; for a test case, see:
61637
61638              http://bugs.activestate.com/show_bug.cgi?id=19317
61639
61640              this was due to not recognizing \foo\bar.pm as an absolute
61641              path name
61642      Branch: perl
61643           !> util.h
61644 ____________________________________________________________________________
61645 [ 18319] By: hv                                    on 2002/12/17  10:08:24
61646         Log: Whoops, these are the changes supposed to be in #18318.
61647      Branch: perl
61648            ! pad.c t/op/eval.t
61649 ____________________________________________________________________________
61650 [ 18318] By: hv                                    on 2002/12/17  03:12:18
61651         Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
61652              From: Nicholas Clark <nick@unfortu.net>
61653              Date: Sat, 14 Dec 2002 23:13:37 +0000
61654              Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
61655      Branch: perl
61656            ! pad.c t/op/eval.t
61657 ____________________________________________________________________________
61658 [ 18317] By: hv                                    on 2002/12/17  02:58:12
61659         Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
61660      Branch: perl
61661            + lib/Net/Ping/t/410_syn_host.t
61662            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
61663            ! lib/Net/Ping/t/450_service.t
61664 ____________________________________________________________________________
61665 [ 18316] By: hv                                    on 2002/12/17  02:17:16
61666         Log: Subject: [PATCH 5.8.1 @oldish-18156] build
61667              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
61668              Date: Fri, 13 Dec 2002 13:54:05 -0800
61669              Message-ID: <20021213215404.GA2597@math.berkeley.edu>
61670      Branch: perl
61671            ! os2/os2.c t/run/runenv.t
61672 ____________________________________________________________________________
61673 [ 18315] By: hv                                    on 2002/12/17  02:03:58
61674         Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
61675              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
61676              Date: Fri, 13 Dec 2002 13:47:08 -0800
61677              Message-ID: <20021213214707.GA2588@math.berkeley.edu>
61678      Branch: perl
61679            ! lib/constant.t lib/fields.t
61680 ____________________________________________________________________________
61681 [ 18314] By: hv                                    on 2002/12/17  01:58:32
61682         Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
61683              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
61684              Date: Fri, 13 Dec 2002 14:00:48 -0800
61685              Message-ID: <20021213220048.GA2606@math.berkeley.edu>
61686      Branch: perl
61687            ! os2/OS2/Process/t/os2_process.t os2/os2.c
61688 ____________________________________________________________________________
61689 [ 18313] By: hv                                    on 2002/12/17  01:54:19
61690         Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
61691              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
61692              Date: Fri, 13 Dec 2002 14:08:00 -0800
61693              Message-ID: <20021213220800.GA2625@math.berkeley.edu>
61694      Branch: perl
61695            ! os2/OS2/REXX/REXX.xs
61696 ____________________________________________________________________________
61697 [ 18312] By: hv                                    on 2002/12/17  01:43:28
61698         Log: Subject: [Fwd: Patch for perl utf8-related bug]
61699              From: Richard Hitt <rbh00@utsglobal.com>
61700              Date: Fri, 06 Dec 2002 16:47:42 -0800
61701              [perl #18932]
61702      Branch: perl
61703            ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
61704            ! scope.h
61705 ____________________________________________________________________________
61706 [ 18311] By: hv                                    on 2002/12/17  00:52:05
61707         Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
61708              From: Dave Mitchell <davem@fdgroup.com>
61709              Date: Sat, 14 Dec 2002 19:16:49 +0000
61710              Message-ID: <20021214191649.B3992@fdgroup.com>
61711      Branch: perl
61712            ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
61713 ____________________________________________________________________________
61714 [ 18310] By: hv                                    on 2002/12/17  00:51:46
61715         Log: regen-headers to get new API docs from #18306
61716      Branch: perl
61717            ! pod/perlapi.pod
61718 ____________________________________________________________________________
61719 [ 18308] By: rgs                                   on 2002/12/16  22:06:23
61720         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
61721              From: peter@PSDT.com (Peter Scott)
61722              Date: 12 Dec 2002 18:13:17 -0000
61723              Message-ID: <20021212181317.50538.qmail@onion.perl.org>
61724              (fix bug [perl #19058])
61725      Branch: perl
61726            ! lib/perl5db.pl
61727 ____________________________________________________________________________
61728 [ 18307] By: rgs                                   on 2002/12/16  22:01:14
61729         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
61730              From: Dave Mitchell <davem@fdgroup.com>
61731              Date: Thu, 12 Dec 2002 23:42:35 +0000
61732              Message-ID: <20021212234235.A29245@fdgroup.com>
61733              and
61734              Date: Sat, 14 Dec 2002 19:16:38 +0000
61735              Message-ID: <20021214191638.A3992@fdgroup.com>
61736      Branch: perl
61737            ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
61738            ! proto.h t/op/eval.t
61739 ____________________________________________________________________________
61740 [ 18306] By: sky                                   on 2002/12/16  21:41:40
61741         Log: More documentation of obscure flags is good, even if the
61742              documentation might be not so good. Atleast it's not false!
61743              Documents the flags one can give to perl_clone
61744      Branch: perl
61745            ! sv.c
61746 ____________________________________________________________________________
61747 [ 18305] By: merijn                                on 2002/12/16  10:53:19
61748         Log: Enough changes to Configure and metaunits warrant an update.
61749              Several small changes and three additions
61750      Branch: perl
61751            ! Porting/Glossary
61752 ____________________________________________________________________________
61753 [ 18304] By: merijn                                on 2002/12/16  10:44:57
61754         Log: Redone #18011 from metaunits
61755      Branch: perl
61756            ! Configure
61757 ____________________________________________________________________________
61758 [ 18302] By: rgs                                   on 2002/12/14  22:34:25
61759         Log: Subject: Proper fix for CvOUTSIDE weak refcounting
61760              From: Dave Mitchell <davem@fdgroup.com>
61761              Date: Tue, 10 Dec 2002 01:26:44 +0000
61762              Message-ID: <20021210012644.A7843@fdgroup.com>
61763      Branch: perl
61764            ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
61765            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
61766            ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
61767 ____________________________________________________________________________
61768 [ 18300] By: rgs                                   on 2002/12/12  20:40:22
61769         Log: Subject: [patch] typo in perlop
61770              From: andreas.koenig@anima.de (Andreas J. Koenig)
61771              Date: Wed, 11 Dec 2002 21:31:14 +0100
61772              Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
61773      Branch: perl
61774            ! pod/perlop.pod
61775 ____________________________________________________________________________
61776 [ 18299] By: rgs                                   on 2002/12/12  20:35:29
61777         Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
61778      Branch: perl
61779           !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
61780           !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
61781           !> t/op/subst.t
61782 ____________________________________________________________________________
61783 [ 18298] By: rgs                                   on 2002/12/12  20:00:36
61784         Log: Whitespace and indentation fix in the output of B::Debug.
61785      Branch: perl
61786            ! ext/B/B/Debug.pm
61787 ____________________________________________________________________________
61788 [ 18292] By: gbarr                                 on 2002/12/12  09:23:04
61789         Log: Update to Scalar-List-Utils 1.09
61790      Branch: perl
61791            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
61792            ! ext/List/Util/lib/List/Util.pm
61793 ____________________________________________________________________________
61794 [ 18287] By: gsar                                  on 2002/12/11  18:53:07
61795         Log: this has been incorrect for a while now, and has changed
61796              again recently
61797      Branch: perl
61798            ! Porting/repository.pod
61799 ____________________________________________________________________________
61800 [ 18285] By: hv                                    on 2002/12/11  10:35:01
61801         Log: Subject: [PATCH] Re: Precedence of ? :
61802              From: Stephen McCamant <smcc@mit.edu>
61803              Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
61804              Message-Id: <20021210055707.974F073CCC@syllepsis>
61805      Branch: perl
61806            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
61807            ! vms/perly_c.vms
61808 ____________________________________________________________________________
61809 [ 18284] By: hv                                    on 2002/12/11  10:21:12
61810         Log: One more email address for #18282
61811      Branch: perl
61812            ! lib/Pod/Perldoc.pm
61813 ____________________________________________________________________________
61814 [ 18283] By: hv                                    on 2002/12/11  10:18:07
61815         Log: More email addresses for #18282
61816      Branch: perl
61817            ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
61818            ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
61819            ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
61820            ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
61821            ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
61822 ____________________________________________________________________________
61823 [ 18282] By: hv                                    on 2002/12/11  10:16:05
61824         Log: Subject: Remove stale e-mail addresses
61825              From: Andy Dougherty <doughera@lafayette.edu>
61826              Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
61827              Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
61828      Branch: perl
61829            ! Porting/pumpkin.pod configure.gnu
61830            ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
61831            ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
61832            ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
61833 ____________________________________________________________________________
61834 [ 18281] By: hv                                    on 2002/12/11  09:59:31
61835         Log: Integrate from maint-5.8 #18156, #18218.
61836      Branch: perl
61837           !> lib/Unicode/UCD.t lib/unicore/Category.pl
61838           !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
61839           !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
61840           !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
61841           !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
61842           !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
61843 ____________________________________________________________________________
61844 [ 18280] By: rgs                                   on 2002/12/10  21:30:10
61845         Log: Integrate from the maint-5.8/ branch :
61846              changes 18219, 18236, 18242-3, 18247-8,
61847              18253-5, 18257, 18273-6
61848      Branch: perl
61849           +> t/op/lc_user.t
61850           !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
61851           !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
61852           !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
61853           !> t/uni/tr_utf8.t
61854 ____________________________________________________________________________
61855 [ 18279] By: merijn                                on 2002/12/10  14:10:03
61856         Log: Subject: Re: ANSIColor 1.06 released
61857              Version bump only after typo fix to sync with CPAN
61858      Branch: perl
61859            ! lib/Term/ANSIColor.pm
61860 ____________________________________________________________________________
61861 [ 18277] By: merijn                                on 2002/12/10  08:46:05
61862         Log: Subject: [PATCH perl@18251] VMS build update
61863              Message-ID: <3DF56BE2.9000300@mac.com>
61864              Date: Mon, 09 Dec 2002 22:21:54 -0600
61865              From: "Craig A. Berry" <craigberry@mac.com>
61866      Branch: perl
61867            ! configure.com ext/Time/HiRes/Makefile.PL
61868            ! vms/descrip_mms.template
61869 ____________________________________________________________________________
61870 [ 18272] By: merijn                                on 2002/12/09  15:31:28
61871         Log: RT#15950
61872
61873              Subject: [PATCH] Typo in Term::ANSIColor
61874              Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
61875              From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>
61876      Branch: perl
61877            ! lib/Term/ANSIColor.pm
61878 ____________________________________________________________________________
61879 [ 18270] By: hv                                    on 2002/12/09  00:25:26
61880         Log: Subject: [perl #18256] xsubpp can make nested comments in C code
61881              From: Nicholas Clark (via RT) <perlbug@perl.org>
61882              Date: 7 Nov 2002 14:58:14 -0000
61883              Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
61884      Branch: perl
61885            ! lib/ExtUtils/xsubpp
61886 ____________________________________________________________________________
61887 [ 18269] By: hv                                    on 2002/12/09  00:19:33
61888         Log: Subject: Re: Bug in Filter::Simple
61889              From: Slaven Rezic <slaven.rezic@berlin.de>
61890              Date: 07 Nov 2002 10:01:41 +0100
61891              Message-ID: <87of91u51m.fsf@vran.herceg.de>
61892      Branch: perl
61893            ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
61894 ____________________________________________________________________________
61895 [ 18268] By: hv                                    on 2002/12/09  00:14:58
61896         Log: fix #18266 sprintf format mismatch
61897      Branch: perl
61898            ! regcomp.c
61899 ____________________________________________________________________________
61900 [ 18267] By: hv                                    on 2002/12/09  00:10:09
61901         Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
61902              From: Slaven Rezic <slaven.rezic@berlin.de>
61903              Date: 09 Nov 2002 23:21:16 +0100
61904              Message-ID: <874raqz8o3.fsf@vran.herceg.de>
61905      Branch: perl
61906            ! config_h.SH ext/POSIX/t/posix.t util.c
61907 ____________________________________________________________________________
61908 [ 18266] By: hv                                    on 2002/12/09  00:02:57
61909         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
61910              From: Abhijit Menon-Sen <ams@wiw.org>
61911              Date: Wed, 6 Nov 2002 19:38:11 +0530
61912              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
61913      Branch: perl
61914            ! regcomp.c t/op/lc.t
61915 ____________________________________________________________________________
61916 [ 18265] By: rgs                                   on 2002/12/08  22:10:45
61917         Log: Subject: Re: [perl #18927] barewords with no errors
61918              From: Abe Timmerman <abe@ztreet.demon.nl>
61919              Date: Sun, 8 Dec 2002 17:12:56 +0100
61920              Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
61921      Branch: perl
61922            ! t/lib/strict/subs
61923 ____________________________________________________________________________
61924 [ 18264] By: rgs                                   on 2002/12/08  22:04:39
61925         Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
61926              From: Slaven Rezic <slaven.rezic@berlin.de>
61927              Date: 30 Nov 2002 00:07:05 +0100
61928              Message-ID: <8765ugnffq.fsf@vran.herceg.de>
61929      Branch: perl
61930            ! pp_ctl.c t/cmd/for.t
61931 ____________________________________________________________________________
61932 [ 18263] By: rgs                                   on 2002/12/08  21:56:13
61933         Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
61934              From: Slaven Rezic <slaven.rezic@berlin.de>
61935              Date: 08 Dec 2002 01:31:45 +0100
61936              Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
61937      Branch: perl
61938            ! lib/Exporter/Heavy.pm
61939 ____________________________________________________________________________
61940 [ 18262] By: rgs                                   on 2002/12/08  20:31:42
61941         Log: getservbyport() should accept an empty string as its
61942              proto argument (as does getservbyname()).
61943
61944              Subject: Re: Is this a bug or am I being stupid?
61945              From: Slaven Rezic <slaven.rezic@berlin.de>
61946              Date: 08 Dec 2002 01:54:37 +0100
61947              Message-ID: <87znrhl48i.fsf@vran.herceg.de>
61948      Branch: perl
61949            ! pp_sys.c
61950 ____________________________________________________________________________
61951 [ 18261] By: rgs                                   on 2002/12/08  20:17:37
61952         Log: Change the set of characters that are considered to be
61953              safe in $ENV{TERM} for taint checkings.
61954      Branch: perl
61955            ! taint.c
61956 ____________________________________________________________________________
61957 [ 18260] By: rgs                                   on 2002/12/08  20:14:57
61958         Log: Document that $ENV{TERM} may produce taint failures.
61959              Subject: Re: [perl #18717] spurious failures in regression test
61960              From: Slaven Rezic <slaven.rezic@berlin.de>
61961              Date: 29 Nov 2002 22:11:46 +0100
61962              Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
61963      Branch: perl
61964            ! pod/perldiag.pod
61965 ____________________________________________________________________________
61966 [ 18259] By: rgs                                   on 2002/12/08  19:34:34
61967         Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
61968              From: Nicholas Clark <nick@unfortu.net>
61969              Date: Mon, 2 Dec 2002 21:48:29 +0000
61970              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
61971      Branch: perl
61972            ! hv.c lib/Hash/Util.t
61973 ____________________________________________________________________________
61974 [ 18251] By: rgs                                   on 2002/12/06  21:27:55
61975         Log: Fix two cases of buffer overflow in the lexer.
61976      Branch: perl
61977            ! t/comp/parser.t toke.c
61978 ____________________________________________________________________________
61979 [ 18250] By: rgs                                   on 2002/12/06  20:44:26
61980         Log: Fix bug #18874, essentially by reverting change #11890.
61981              Add a regression test for it.
61982      Branch: perl
61983            ! lib/English.pm lib/English.t
61984 ____________________________________________________________________________
61985 [ 18249] By: rgs                                   on 2002/12/06  20:42:01
61986         Log: Suppress a compilation warning reported by Jarkko
61987              (variable initialization skipped by goto).
61988      Branch: perl
61989            ! toke.c
61990 ____________________________________________________________________________
61991 [ 18239] By: jhi                                   on 2002/12/03  12:49:01
61992         Log: Fix up #18229.
61993      Branch: perl
61994            ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
61995            ! pod/perlintern.pod
61996 ____________________________________________________________________________
61997 [ 18233] By: rgs                                   on 2002/12/02  20:03:09
61998         Log: Fix bug #18573 : in a double-quoted string, a \c not followed
61999              by any character may corrupt memory due to reading past the
62000              end of the input buffer. Add a new error message corresponding
62001              to this case.
62002      Branch: perl
62003            ! pod/perldiag.pod t/comp/parser.t toke.c
62004 ____________________________________________________________________________
62005 [ 18232] By: rgs                                   on 2002/12/02  19:59:07
62006         Log: Skip test #17 of lib/open.t when useperlio is not defined.
62007      Branch: perl
62008            ! lib/open.t
62009 ____________________________________________________________________________
62010 [ 18231] By: merijn                                on 2002/12/02  16:00:12
62011         Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
62012              Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
62013              From: Andy Dougherty <doughera@lafayette.edu>
62014              Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
62015      Branch: perl
62016            ! README.hpux
62017 ____________________________________________________________________________
62018 [ 18230] By: merijn                                on 2002/12/02  15:45:31
62019         Log: $0 modifying part II (HP-UX only)
62020
62021              Date: Sat, 30 Nov 2002 20:16:51 +0200
62022              From: Jarkko Hietaniemi <jhi@iki.fi>
62023              Subject: [PATCH] $0 modifying
62024              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
62025      Branch: perl
62026            ! mg.c
62027 ____________________________________________________________________________
62028 [ 18229] By: merijn                                on 2002/12/02  15:43:16
62029         Log: $0 mofifying part I
62030
62031              Date: Sat, 30 Nov 2002 20:16:51 +0200
62032              From: Jarkko Hietaniemi <jhi@iki.fi>
62033              Subject: [PATCH] $0 modifying
62034              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
62035      Branch: perl
62036            ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
62037            ! sv.c t/op/magic.t thread.h
62038 ____________________________________________________________________________
62039 [ 18228] By: hv                                    on 2002/12/02  13:37:59
62040         Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
62041              with a module-driven version, and separates out its docs.
62042      Branch: perl
62043            + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
62044            + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
62045            + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
62046            + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
62047            + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
62048            + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
62049            + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
62050            + pod/perldoc.pod
62051            ! MANIFEST utils/perldoc.PL
62052 ____________________________________________________________________________
62053 [ 18226] By: hv                                    on 2002/12/02  12:44:35
62054         Log: missed the new file from #18224
62055      Branch: perl
62056            + lib/Pod/PlainText.pm
62057            ! MANIFEST
62058 ____________________________________________________________________________
62059 [ 18225] By: hv                                    on 2002/12/02  03:09:42
62060         Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
62061      Branch: perl
62062            ! util.c
62063 ____________________________________________________________________________
62064 [ 18224] By: hv                                    on 2002/12/02  02:59:02
62065         Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
62066              and lib/Pod/t/utils.t to cater for simpler output text.
62067      Branch: perl
62068            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
62069            ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
62070            ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
62071            ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
62072            ! t/pod/multiline_items.t t/pod/multiline_items.xr
62073            ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
62074            ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
62075            ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
62076            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
62077 ____________________________________________________________________________
62078 [ 18223] By: hv                                    on 2002/12/02  02:46:17
62079         Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
62080              From: Dave Mitchell <davem@fdgroup.com>
62081              Date: Mon, 25 Nov 2002 21:25:33 +0000
62082              Message-ID: <20021125212533.B29157@fdgroup.com>
62083      Branch: perl
62084            ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
62085 ____________________________________________________________________________
62086 [ 18222] By: hv                                    on 2002/12/02  02:23:28
62087         Log: #18221 broke t/op/eval.t
62088      Branch: perl
62089            ! t/op/eval.t
62090 ____________________________________________________________________________
62091 [ 18221] By: hv                                    on 2002/12/02  02:18:19
62092         Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
62093      Branch: perl
62094           +> ext/POSIX/t/is.t
62095           !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
62096           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
62097           !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
62098           !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
62099 ____________________________________________________________________________
62100 [ 18220] By: hv                                    on 2002/12/02  00:58:54
62101         Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
62102              From: Dave Mitchell <davem@fdgroup.com>
62103              Date: Sun, 24 Nov 2002 22:19:06 +0000
62104              Message-ID: <20021124221906.A25386@fdgroup.com>
62105      Branch: perl
62106            ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
62107            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
62108            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
62109            ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
62110 ____________________________________________________________________________
62111 [ 18217] By: rgs                                   on 2002/11/29  12:11:28
62112         Log: Document the hint constants and where they're used.
62113      Branch: perl
62114            ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
62115            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
62116            ! perl.h
62117 ____________________________________________________________________________
62118 [ 18216] By: merijn                                on 2002/11/29  10:00:54
62119         Log: 64bit Peek failure on HP-UX 11.00
62120
62121              Subject: Re: Smoke 18188
62122              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62123              From: Slaven Rezic <slaven.rezic@berlin.de>
62124              Date: 28 Nov 2002 19:25:25 +0100
62125              Message-ID: <877kexsga2.fsf@vran.herceg.de>
62126      Branch: perl
62127            ! ext/Devel/Peek/Peek.t
62128 ____________________________________________________________________________
62129 [ 18203] By: jhi                                   on 2002/11/28  14:54:34
62130         Log: Slight beauty tweak.
62131      Branch: perl
62132            ! intrpvar.h
62133 ____________________________________________________________________________
62134 [ 18188] By: hv                                    on 2002/11/27  01:32:52
62135         Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
62136              From: Slaven Rezic <slaven.rezic@berlin.de>
62137              Date: 03 Nov 2002 10:59:43 +0100
62138              Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
62139      Branch: perl
62140            ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
62141 ____________________________________________________________________________
62142 [ 18186] By: hv                                    on 2002/11/27  00:57:18
62143         Log: Subject: DESTROY called in scalar context ?
62144              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
62145              Date: Tue, 29 Oct 2002 22:04:23 +0100
62146              Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
62147      Branch: perl
62148            ! sv.c
62149 ____________________________________________________________________________
62150 [ 18185] By: rgs                                   on 2002/11/26  21:06:48
62151         Log: PerlFAQ sync.
62152      Branch: perl
62153            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
62154            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
62155            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
62156            ! pod/perlfaq9.pod
62157 ____________________________________________________________________________
62158 [ 18184] By: rgs                                   on 2002/11/26  20:42:25
62159         Log: Subject: [PATCH] 2 Pod errors in perlop.pod
62160              From: andreas.koenig@anima.de (Andreas J. Koenig)
62161              Date: Mon, 25 Nov 2002 10:21:08 +0100
62162              Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
62163
62164              Plus a few similar POD fixes
62165      Branch: perl
62166            ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
62167            ! pod/perltie.pod
62168 ____________________________________________________________________________
62169 [ 18183] By: rgs                                   on 2002/11/26  19:53:26
62170         Log: Subject: Re: [perl #18626] bug in perlipc man page
62171              From: Slaven Rezic <slaven.rezic@berlin.de>
62172              Date: 23 Nov 2002 21:23:20 +0100
62173              Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
62174      Branch: perl
62175            ! pod/perlipc.pod
62176 ____________________________________________________________________________
62177 [ 18182] By: merijn                                on 2002/11/26  08:44:39
62178         Log: Subject: #17171: ld flag for shrplib on OpenBSD
62179              Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
62180              From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
62181      Branch: perl
62182            ! Configure
62183 ____________________________________________________________________________
62184 [ 18180] By: hv                                    on 2002/11/25  03:10:03
62185         Log: integrate #18144 updates to pod/perlport.pod
62186      Branch: perl
62187            ! pod/perlport.pod
62188 ____________________________________________________________________________
62189 [ 18179] By: hv                                    on 2002/11/25  03:06:44
62190         Log: Subject: [PATCH] UTF8 regexp {n} bug
62191              From: Inaba Hiroto <inaba@st.rim.or.jp>
62192              Date: Sat, 16 Nov 2002 19:23:00 +0900
62193              Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
62194      Branch: perl
62195            ! regcomp.c t/op/pat.t
62196 ____________________________________________________________________________
62197 [ 18178] By: hv                                    on 2002/11/25  02:43:40
62198         Log: Subject: Re: Storable bug #1698
62199              From: Slaven Rezic <slaven.rezic@berlin.de>
62200              Date: 18 Nov 2002 10:41:36 +0100
62201              Message-ID: <87ptt343lb.fsf@vran.herceg.de>
62202      Branch: perl
62203            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
62204            ! ext/Storable/t/forgive.t
62205 ____________________________________________________________________________
62206 [ 18177] By: hv                                    on 2002/11/25  02:37:07
62207         Log: add support for STASH and MAGIC information for REFs to sv_dump().
62208              Subject: [PATCH]
62209              From: Slaven Rezic <slaven.rezic@berlin.de>
62210              Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
62211              Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
62212      Branch: perl
62213            ! dump.c ext/Devel/Peek/Peek.t
62214 ____________________________________________________________________________
62215 [ 18176] By: hv                                    on 2002/11/25  02:31:10
62216         Log: Subject: Re: [perl #18479] Error when no strict refs in effect
62217              From: Slaven Rezic <slaven.rezic@berlin.de>
62218              Date: 18 Nov 2002 22:50:04 +0100
62219              Message-ID: <87smxya6pf.fsf@vran.herceg.de>
62220      Branch: perl
62221            ! pp_ctl.c
62222 ____________________________________________________________________________
62223 [ 18175] By: hv                                    on 2002/11/25  02:20:48
62224         Log: Subject: [Encode] 1.83 + bleedperl patch released
62225              From: Dan Kogai <dankogai@dan.co.jp>
62226              Date: Tue, 19 Nov 2002 03:18:44 +0900
62227              Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
62228      Branch: perl
62229            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
62230            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
62231            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
62232            ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
62233 ____________________________________________________________________________
62234 [ 18172] By: rgs                                   on 2002/11/22  21:44:09
62235         Log: Subject: [PATCH] Historic version labels
62236              From: andreas.koenig@anima.de (Andreas J. Koenig)
62237              Date: Fri, 22 Nov 2002 14:39:41 +0100
62238              Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
62239      Branch: perl
62240            ! Changes5.005 Changes5.6
62241 ____________________________________________________________________________
62242 [ 18171] By: rgs                                   on 2002/11/22  21:15:54
62243         Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
62244              Fix the existing tests that didn't checked the difference
62245              between 0 and undef.
62246      Branch: perl
62247            ! t/op/magic.t
62248 ____________________________________________________________________________
62249 [ 18170] By: rgs                                   on 2002/11/22  20:49:12
62250         Log: Move some tests from t/run/fresh_perl.t
62251              to the new t/comp/parser.t. The goal being to
62252              get rid of fresh_perl.t at some point.
62253      Branch: perl
62254            ! t/comp/parser.t t/run/fresh_perl.t
62255 ____________________________________________________________________________
62256 [ 18169] By: rgs                                   on 2002/11/21  20:49:36
62257         Log: Add a test for bug #17920, and a new test file for it.
62258      Branch: perl
62259            + t/comp/parser.t
62260            ! MANIFEST
62261 ____________________________________________________________________________
62262 [ 18168] By: merijn                                on 2002/11/21  13:59:12
62263         Log: Subject: [PATCH] hires sleeping wants libs
62264              Date: Wed, 20 Nov 2002 17:18:31 +0200
62265              From: Jarkko Hietaniemi <jhi@iki.fi>
62266              Message-ID: <20021120151830.GC127060@lyta.hut.fi>
62267      Branch: perl
62268            ! Configure hints/irix_6.sh
62269 ____________________________________________________________________________
62270 [ 18166] By: rgs                                   on 2002/11/19  23:02:31
62271         Log: Fix perl bug #17920 : a case of parser coredump.
62272              The fix is to disable Perl_block_start and Perl_block_end
62273              when the yacc parser has encountered errors. This prevents
62274              corruption of the internal stack, at the expense of correctness,
62275              but this doesn't matter as the code is unparseable anyway.
62276      Branch: perl
62277            ! op.c
62278 ____________________________________________________________________________
62279 [ 18165] By: rgs                                   on 2002/11/19  22:45:36
62280         Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
62281              From: Jarkko Hietaniemi <jhi@iki.fi>
62282              Date: Sun, 3 Nov 2002 17:50:08 +0200
62283              Message-ID: <20021103155008.GA382682@lyta.hut.fi>
62284      Branch: perl
62285            ! lib/open.pm locale.c pod/perl58delta.pod
62286 ____________________________________________________________________________
62287 [ 18164] By: rgs                                   on 2002/11/19  22:32:52
62288         Log: t/io/crlf.t failed with miniperl.
62289      Branch: perl
62290            ! t/io/crlf.t
62291 ____________________________________________________________________________
62292 [ 18163] By: rgs                                   on 2002/11/19  22:11:24
62293         Log: Subject: Re: [PATCH] AutoLoader gives wrong message
62294              From: Peter Scott <Peter@PSDT.com>
62295              Date: Thu, 07 Nov 2002 19:04:27 -0800
62296              Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
62297
62298              With a tweak to the END cleanup block to fully remove the
62299              temporary test directory
62300      Branch: perl
62301            ! lib/AutoLoader.t
62302 ____________________________________________________________________________
62303 [ 18162] By: rgs                                   on 2002/11/19  21:29:25
62304         Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
62305              From: Dave Mitchell <davem@fdgroup.com>
62306              Date: Thu, 14 Nov 2002 22:55:39 +0000
62307              Message-ID: <20021114225539.A18614@fdgroup.com>
62308      Branch: perl
62309            ! ext/threads/threads.xs
62310 ____________________________________________________________________________
62311 [ 18161] By: rgs                                   on 2002/11/19  21:26:21
62312         Log: Subject: [PATCH Win32] Document wperl.exe
62313              From: "Brent Dax" <brentdax@cpan.org>
62314              Date: Fri, 15 Nov 2002 23:02:01 -0800
62315              Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
62316      Branch: perl
62317            ! README.win32
62318 ____________________________________________________________________________
62319 [ 18160] By: hv                                    on 2002/11/19  12:07:25
62320         Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
62321              From: Nicholas Clark <nick@unfortu.net>
62322              Date: Tue, 29 Oct 2002 23:00:05 +0000
62323              Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
62324      Branch: perl
62325            + regen.pl regen_headers.pl
62326            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
62327            ! keywords.pl opcode.pl regcomp.pl
62328 ____________________________________________________________________________
62329 [ 18159] By: hv                                    on 2002/11/19  11:48:30
62330         Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
62331              From: Gurusamy Sarathy <gsar@ActiveState.com>
62332              Date: Wed, 30 Oct 2002 20:58:15 -0800
62333              Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
62334              Date: Wed, 30 Oct 2002 21:56:22 -0800
62335              Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
62336              Date: Wed, 30 Oct 2002 22:55:30 -0800
62337              Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
62338      Branch: perl
62339            ! gv.c pp_hot.c t/op/method.t
62340 ____________________________________________________________________________
62341 [ 18158] By: hv                                    on 2002/11/19  11:35:16
62342         Log: Remove duplicate my() declaration giving warnings from change #18105.
62343      Branch: perl
62344            ! lib/Class/Struct.t
62345 ____________________________________________________________________________
62346 [ 18154] By: rgs                                   on 2002/11/16  22:08:44
62347         Log: Correction to change #18152, by Dave Mitchell.
62348      Branch: perl
62349            ! pod/perlhack.pod
62350 ____________________________________________________________________________
62351 [ 18152] By: rgs                                   on 2002/11/16  21:23:15
62352         Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
62353              From: Dave Mitchell <davem@fdgroup.com>
62354              Date: Sat, 16 Nov 2002 22:18:23 +0000
62355              Message-ID: <20021116221823.A23614@fdgroup.com>
62356              Documentation for change #18150.
62357      Branch: perl
62358            ! pod/perlhack.pod
62359 ____________________________________________________________________________
62360 [ 18151] By: rgs                                   on 2002/11/16  20:45:26
62361         Log: Document PRIVSHIFT.
62362              Subject: [PATCH] two small doc patches
62363              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62364              Date: Thu, 14 Nov 2002 15:07:35 -0800
62365              Message-ID: <3yC19gzkguTO092yn@efn.org>
62366      Branch: perl
62367            ! sv.h
62368 ____________________________________________________________________________
62369 [ 18150] By: rgs                                   on 2002/11/16  20:25:57
62370         Log: Subject: [PATCH] optional code for debugging leaking scalars
62371              From: Dave Mitchell <davem@fdgroup.com>
62372              Date: Thu, 14 Nov 2002 23:03:00 +0000
62373              Message-ID: <20021114230300.B18614@fdgroup.com>
62374      Branch: perl
62375            ! perl.c sv.c
62376 ____________________________________________________________________________
62377 [ 18149] By: rgs                                   on 2002/11/16  20:10:50
62378         Log: New B::Lint option, bare-subs, that checks for implicitely
62379              quoted barewords that are also subroutines, from
62380              Ian Phillipps <ip@tarragon-et.co.uk>.
62381              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
62382              With a few tweaks to the implementation and tests.
62383              (previous change was empty)
62384      Branch: perl
62385            ! ext/B/B/Lint.pm ext/B/t/lint.t
62386 ____________________________________________________________________________
62387 [ 18148] By: rgs                                   on 2002/11/16  20:05:34
62388         Log: New B::Lint option, bare-subs, that checks for implicitely
62389              quoted barewords that are also subroutines, from
62390              Ian Phillipps <ip@tarragon-et.co.uk>.
62391              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
62392              With a few tweaks to the implementation and tests.
62393      Branch: perl
62394            ! ext/B/B/Lint.pm ext/B/t/lint.t
62395 ____________________________________________________________________________
62396 [ 18147] By: rgs                                   on 2002/11/16  19:52:54
62397         Log: Subject: [PATCH] Typo in perl58delta
62398              From: andreas.koenig@anima.de (Andreas J. Koenig)
62399              Date: Sat, 16 Nov 2002 16:29:14 +0100
62400              Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
62401      Branch: perl
62402            ! pod/perl58delta.pod
62403 ____________________________________________________________________________
62404 [ 18142] By: rgs                                   on 2002/11/12  22:09:39
62405         Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
62406              From: Dave Mitchell <davem@fdgroup.com>
62407              Date: Thu, 7 Nov 2002 16:38:02 +0000
62408              Message-ID: <20021107163802.C25337@fdgroup.com>
62409      Branch: perl
62410            ! pad.h
62411 ____________________________________________________________________________
62412 [ 18141] By: merijn                                on 2002/11/12  16:15:30
62413         Log: repair 18139 (missing awk command)
62414      Branch: perl
62415            ! Configure
62416 ____________________________________________________________________________
62417 [ 18139] By: merijn                                on 2002/11/12  14:20:36
62418         Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
62419              From: Jarkko Hietaniemi <jhi@iki.fi>
62420              Subject: [PATCH] Tru64 osvers
62421              Message-ID: <20021112144922.GI511825@lyta.hut.fi>
62422      Branch: perl
62423            ! Configure
62424 ____________________________________________________________________________
62425 [ 18137] By: rgs                                   on 2002/11/10  21:57:04
62426         Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
62427              From: Slaven Rezic <slaven.rezic@berlin.de>
62428              Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
62429              Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
62430      Branch: perl
62431            ! lib/Term/ReadLine.pm
62432 ____________________________________________________________________________
62433 [ 18136] By: rgs                                   on 2002/11/10  21:38:44
62434         Log: Subject: t/run/runenv.t bug
62435              From: Salvador "Fandiño" <sfandino@yahoo.com>
62436              Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
62437              Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
62438      Branch: perl
62439            ! t/run/runenv.t
62440 ____________________________________________________________________________
62441 [ 18135] By: rgs                                   on 2002/11/10  21:30:36
62442         Log: Subject: [PATCH] perlopentut and PerlIO documentation
62443              From: Slaven Rezic <slaven.rezic@berlin.de>
62444              Date: 08 Nov 2002 22:22:19 +0100
62445              Message-ID: <8765v7kb90.fsf@vran.herceg.de>
62446      Branch: perl
62447            ! lib/PerlIO.pm pod/perlopentut.pod
62448 ____________________________________________________________________________
62449 [ 18125] By: hv                                    on 2002/11/07  14:01:57
62450         Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
62451              From: Dan Kogai <dankogai@dan.co.jp>
62452              Date: Fri, 25 Oct 2002 13:04:00 +0900
62453              Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
62454      Branch: perl
62455            + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
62456            + t/uni/tr_utf8.t
62457            ! MANIFEST
62458 ____________________________________________________________________________
62459 [ 18124] By: hv                                    on 2002/11/07  13:51:39
62460         Log: Subject: [PATCH] File::Temp documentation fix
62461              From: Slaven Rezic <slaven.rezic@berlin.de>
62462              Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
62463              Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
62464      Branch: perl
62465            ! lib/File/Temp.pm
62466 ____________________________________________________________________________
62467 [ 18123] By: hv                                    on 2002/11/07  13:46:59
62468         Log: Subject: PATCH x2p/find2perl.PL
62469              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
62470              Date: Thu, 24 Oct 2002 10:05:19 +0200
62471              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
62472      Branch: perl
62473            ! x2p/find2perl.PL
62474 ____________________________________________________________________________
62475 [ 18122] By: hv                                    on 2002/11/07  13:40:25
62476         Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
62477              From: "david@dhaller.de (via RT)" <perlbug@perl.org>
62478              Date: 23 Oct 2002 18:42:51 -0000
62479              Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
62480      Branch: perl
62481            ! ext/Fcntl/t/syslfs.t t/op/lfs.t
62482 ____________________________________________________________________________
62483 [ 18121] By: hv                                    on 2002/11/07  13:21:15
62484         Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
62485              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62486              Date: Sun, 03 Nov 2002 15:48:18 -0800
62487              Message-ID: <CXbx9gzkgS8W092yn@efn.org>
62488      Branch: perl
62489            ! sv.c t/op/tie.t
62490 ____________________________________________________________________________
62491 [ 18120] By: hv                                    on 2002/11/07  13:14:21
62492         Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
62493              From: Gurusamy Sarathy <gsar@ActiveState.com>
62494              Date: Sat, 19 Oct 2002 12:11:43 -0700
62495              Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
62496      Branch: perl
62497            ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
62498 ____________________________________________________________________________
62499 [ 18119] By: hv                                    on 2002/11/07  12:13:28
62500         Log: Subject: [perl #18154] Problem found in calculating offsets in regex
62501              From: Mark Pease (via RT) <perlbug@perl.org>
62502              Date: 29 Oct 2002 20:23:54 -0000
62503              Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
62504      Branch: perl
62505            ! regcomp.c
62506 ____________________________________________________________________________
62507 [ 18118] By: hv                                    on 2002/11/07  11:33:38
62508         Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
62509              From: hv@crypt.org
62510              Date: Sun, 03 Nov 2002 16:41:24 +0000
62511              Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
62512      Branch: perl
62513            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
62514            ! t/op/sub_lval.t
62515 ____________________________________________________________________________
62516 [ 18117] By: rgs                                   on 2002/11/06  22:15:36
62517         Log: "make distclean" should remove the generated file lib/Config.pod.
62518      Branch: perl
62519            ! Makefile.SH
62520 ____________________________________________________________________________
62521 [ 18116] By: rgs                                   on 2002/11/06  22:11:06
62522         Log: The new test introduced in #18114 failed with threads
62523      Branch: perl
62524            ! ext/B/t/concise.t
62525 ____________________________________________________________________________
62526 [ 18115] By: rgs                                   on 2002/11/06  20:43:14
62527         Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
62528              From: Slaven Rezic <slaven.rezic@berlin.de>
62529              Date: 24 Oct 2002 00:44:35 +0200
62530              Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
62531      Branch: perl
62532            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
62533            ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
62534 ____________________________________________________________________________
62535 [ 18114] By: rgs                                   on 2002/11/06  20:08:53
62536         Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
62537              From: Stephen McCamant <smcc@mit.edu>
62538              Date: Thu, 31 Oct 2002 01:35:29 -0500
62539              Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
62540
62541              plus a test case in ext/B/t/concise.t
62542              plus a (less intrusive, but less future-proof) fix for a
62543              similar problem in B::walkoptree_exec().
62544      Branch: perl
62545            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
62546 ____________________________________________________________________________
62547 [ 18113] By: rgs                                   on 2002/11/05  20:11:55
62548         Log: make regen_headers.
62549              Backport change #18078 to warnings.pl.
62550      Branch: perl
62551            ! global.sym perlapi.c perlapi.h proto.h warnings.pl
62552 ____________________________________________________________________________
62553 [ 18109] By: ams                                   on 2002/11/05  13:03:34
62554         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
62555              From: hv@crypt.org
62556              Date: Tue, 05 Nov 2002 13:30:00 +0000
62557              Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
62558
62559              This is half of the fix for #18107. The swash_init() problems
62560              described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
62561              but can now be seen only with UTF-8 test cases.
62562      Branch: perl
62563            ! pp.c
62564 ____________________________________________________________________________
62565 [ 18108] By: merijn                                on 2002/11/05  07:52:08
62566         Log: Put back the DO NOT EDIT headers in proto.h and global.sym
62567
62568              Subject: Re: [perl #18066] Bug in -I when path has double colons?
62569              From: Slaven Rezic <slaven.rezic@berlin.de>
62570              Date: 03 Nov 2002 10:25:10 +0100
62571              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
62572      Branch: perl
62573            ! embed.pl
62574 ____________________________________________________________________________
62575 [ 18107] By: ams                                   on 2002/11/05  03:43:46
62576         Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
62577              character is UTF-8. (Copied from pp_lcfirst.)
62578              2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
62579      Branch: perl
62580            ! dump.c pp.c
62581 ____________________________________________________________________________
62582 [ 18106] By: hv                                    on 2002/11/05  01:43:27
62583         Log: new test based on:
62584              Subject: [TEST] for [PATCH] bug in utf8.c(?)
62585              From: Marty Pauley <marty+p5p@kasei.com>
62586              Date: Fri, 18 Oct 2002 21:02:38 +0100
62587              Message-ID: <20021018200238.GY3764@soto.kasei.com>
62588      Branch: perl
62589            ! lib/utf8.t
62590 ____________________________________________________________________________
62591 [ 18105] By: hv                                    on 2002/11/05  00:59:30
62592         Log: Subject: Re: Class::Struct, simple patch, tests
62593              From: Marty Pauley <marty+p5p@kasei.com>
62594              Date: Fri, 18 Oct 2002 22:26:38 +0100
62595              Message-ID: <20021018212638.GB3764@soto.kasei.com>
62596      Branch: perl
62597            ! lib/Class/Struct.pm lib/Class/Struct.t
62598 ____________________________________________________________________________
62599 [ 18102] By: rgs                                   on 2002/11/04  21:43:53
62600         Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
62601              From: Slaven Rezic <slaven.rezic@berlin.de>
62602              Date: 30 Oct 2002 11:18:47 +0100
62603              Message-ID: <87of9c2prs.fsf@vran.herceg.de>
62604
62605              With the corresponding change to embed.fnc
62606      Branch: perl
62607            + t/run/switchI.t
62608            ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
62609            ! proto.h t/run/runenv.t
62610 ____________________________________________________________________________
62611 [ 18094] By: merijn                                on 2002/11/04  16:08:22
62612         Log: Changed the warning detection pattern because of:
62613
62614              Subject: ccache gcc3.2 doesn't work
62615              From: Nicholas Clark <nick@ccl4.org>
62616              Date: Tue, 29 Oct 2002 15:01:39
62617              Message-ID: <20021029150139.J82080@plum.flirble.org>
62618      Branch: perl
62619            ! Configure
62620 ____________________________________________________________________________
62621 [ 18093] By: jhi                                   on 2002/11/04  16:06:39
62622         Log: s/Perlf/Perl/ (thanks rgs)
62623      Branch: perl
62624            ! pod/perldiag.pod
62625 ____________________________________________________________________________
62626 [ 18091] By: jhi                                   on 2002/11/04  15:50:07
62627         Log: How pre-5.9.0 Perl can be fooled by a defined-or.
62628      Branch: perl
62629            ! pod/perldiag.pod
62630 ____________________________________________________________________________
62631 [ 18090] By: hv                                    on 2002/11/04  15:49:29
62632         Log: extend #13786 to cover the other four identical chunks of code
62633              to avoid looping under overload.
62634      Branch: perl
62635            ! sv.c
62636 ____________________________________________________________________________
62637 [ 18088] By: merijn                                on 2002/11/04  15:37:06
62638         Log: Charnames take 4
62639              Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
62640      Branch: perl
62641            ! lib/charnames.pm lib/charnames.t
62642 ____________________________________________________________________________
62643 [ 18086] By: hv                                    on 2002/11/04  15:16:34
62644         Log: integrate from perlio: changes #17709, #17795, #17796, #18032
62645      Branch: perl
62646           !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
62647           !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
62648 ____________________________________________________________________________
62649 [ 18085] By: hv                                    on 2002/11/04  12:17:12
62650         Log: Subject: Re: [perl #17064] illegal legal unicode character
62651              From: hv@crypt.org
62652              Date: Mon, 04 Nov 2002 13:23:49 +0000
62653              Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
62654      Branch: perl
62655            ! regexec.c t/op/split.t
62656 ____________________________________________________________________________
62657 [ 18084] By: merijn                                on 2002/11/04  11:04:45
62658         Log: Tru64, gcc -O3, datasize
62659              Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
62660      Branch: perl
62661            ! README.tru64 hints/dec_osf.sh
62662 ____________________________________________________________________________
62663 [ 18083] By: merijn                                on 2002/11/04  10:58:52
62664         Log: Typo configpm
62665              Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
62666      Branch: perl
62667            ! configpm
62668 ____________________________________________________________________________
62669 [ 18078] By: hv                                    on 2002/11/03  13:20:50
62670         Log: avoid reliance on croak() prototype
62671      Branch: perl
62672            ! lib/warnings.pm
62673 ____________________________________________________________________________
62674 [ 18077] By: hv                                    on 2002/11/03  13:18:17
62675         Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
62676              (with tweaks)
62677              From: Michael G Schwern <schwern@pobox.com>
62678              Date: Wed, 4 Sep 2002 12:06:08 -0700
62679              Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
62680      Branch: perl
62681            ! configpm lib/Config.t
62682 ____________________________________________________________________________
62683 [ 18076] By: gbarr                                 on 2002/11/03  10:11:18
62684         Log: Update to Scalar-List-Utils 1.08
62685      Branch: perl
62686            + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
62687            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
62688            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
62689            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
62690            ! ext/List/Util/t/reduce.t
62691 ____________________________________________________________________________
62692 [ 18075] By: rgs                                   on 2002/10/31  20:58:12
62693         Log: Adjust the number of tests in t/op/range.t
62694      Branch: perl
62695            ! t/op/range.t
62696 ____________________________________________________________________________
62697 [ 18074] By: ams                                   on 2002/10/30  22:30:32
62698         Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
62699              but "-4\n".."-0\n" is!
62700              From: Slaven Rezic <slaven.rezic@berlin.de>
62701              Date: 30 Oct 2002 16:22:36 +0100
62702              Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
62703
62704              Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
62705              is not DWIM but "-4\n".."-0\n" is!
62706              From: "Orton, Yves" <yves.orton@mciworldcom.de>
62707              Date: Wed, 30 Oct 2002 11:59:31 -0000
62708              Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
62709
62710              (Applied over previous fix.)
62711      Branch: perl
62712            ! pp_ctl.c t/op/range.t
62713 ____________________________________________________________________________
62714 [ 18073] By: ams                                   on 2002/10/30  19:47:12
62715         Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
62716              From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
62717              Date: 30 Oct 2002 17:27:53 -0000
62718              Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
62719
62720              (Fixed by making an exception for .."0" in pp_flop.)
62721      Branch: perl
62722            ! pp_ctl.c t/op/range.t
62723 ____________________________________________________________________________
62724 [ 18072] By: rgs                                   on 2002/10/29  20:37:31
62725         Log: Partial fix of bug [perl #17589] : prevent the parser to
62726              segfault when encountering the erroneous construct "sub;".
62727      Branch: perl
62728            ! pod/perldiag.pod t/op/anonsub.t toke.c
62729 ____________________________________________________________________________
62730 [ 18071] By: rgs                                   on 2002/10/28  21:57:25
62731         Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
62732              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
62733              Date: Mon, 28 Oct 2002 12:53:52 -0000
62734              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
62735      Branch: perl
62736            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
62737 ____________________________________________________________________________
62738 [ 18070] By: rgs                                   on 2002/10/28  20:46:33
62739         Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
62740              From: Nicholas Clark <nick@unfortu.net>
62741              Date: Sun, 27 Oct 2002 18:39:03 +0000
62742              Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
62743      Branch: perl
62744            ! util.c
62745 ____________________________________________________________________________
62746 [ 18069] By: rgs                                   on 2002/10/28  20:44:12
62747         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
62748              From: Nicholas Clark <nick@unfortu.net>
62749              Date: Sun, 27 Oct 2002 22:31:08 +0000
62750              Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
62751      Branch: perl
62752            ! t/op/pack.t
62753 ____________________________________________________________________________
62754 [ 18068] By: merijn                                on 2002/10/27  17:57:15
62755         Log: Repair broken previous patch. I don't like it, but not repairing it
62756              breaks each and every build. Will teach me to test on the same
62757              machine where I patched it. Sorry.
62758      Branch: perl
62759            ! embed.pl
62760 ____________________________________________________________________________
62761 [ 18067] By: merijn                                on 2002/10/27  06:02:21
62762         Log: embed.pl doc. (embed.pl reorganization for doc headers)
62763              Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
62764              With some additional modifications
62765      Branch: perl
62766            ! embed.pl
62767 ____________________________________________________________________________
62768 [ 18064] By: merijn                                on 2002/10/25  11:47:07
62769         Log: The 5005thread todo list; 2 down 25 to go
62770      Branch: perl
62771            ! README.irix README.tru64
62772 ____________________________________________________________________________
62773 [ 18063] By: hv                                    on 2002/10/25  00:28:48
62774         Log: change #18038 gives too many problems on t/450_service.t; disable
62775              it for now
62776      Branch: perl
62777            ! lib/Net/Ping/t/450_service.t
62778 ____________________________________________________________________________
62779 [ 18062] By: hv                                    on 2002/10/25  00:21:17
62780         Log: Subject: [PATCH] DB_File 1.806
62781              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
62782              Date: Tue, 22 Oct 2002 11:16:21 +0100
62783              Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
62784      Branch: perl
62785            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
62786            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
62787            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
62788 ____________________________________________________________________________
62789 [ 18061] By: hv                                    on 2002/10/25  00:13:07
62790         Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
62791              From: chromatic <chromatic@wgz.org>
62792              Date: Mon, 21 Oct 2002 20:27:43 -0700
62793              Message-ID: <20021022033253.57952.qmail@onion.perl.org>
62794      Branch: perl
62795            + ext/IO/lib/IO/t/IO.t
62796            ! MANIFEST lib/Net/Ping/t/450_service.t
62797 ____________________________________________________________________________
62798 [ 18060] By: hv                                    on 2002/10/24  23:54:50
62799         Log: 2 lines of change #18039 had several problems
62800      Branch: perl
62801            ! ext/IO/IO.pm
62802 ____________________________________________________________________________
62803 [ 18059] By: hv                                    on 2002/10/24  23:46:29
62804         Log: Subject: [perl #18036] perldoc refuses to run on BeOS
62805              From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
62806              Date: 21 Oct 2002 10:18:50 -0000
62807              Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
62808      Branch: perl
62809            ! utils/perldoc.PL
62810 ____________________________________________________________________________
62811 [ 18058] By: hv                                    on 2002/10/24  23:36:48
62812         Log: Subject: The Inaba patch for tr/// vs. use encoding
62813              From: Dan Kogai <dankogai@dan.co.jp>
62814              Date: Mon, 21 Oct 2002 17:36:02 +0900
62815              Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
62816      Branch: perl
62817            ! mg.c regcomp.c sv.c toke.c
62818 ____________________________________________________________________________
62819 [ 18057] By: hv                                    on 2002/10/24  23:16:15
62820         Log: Subject: [Encode] 1.80 released
62821              From: Dan Kogai <dankogai@dan.co.jp>
62822              Date: Tue, 22 Oct 2002 05:47:16 +0900
62823              Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
62824      Branch: perl
62825            + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
62826            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
62827            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
62828            ! ext/Encode/lib/Encode/MIME/Header.pm
62829            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
62830            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
62831            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
62832            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
62833 ____________________________________________________________________________
62834 [ 18056] By: hv                                    on 2002/10/24  22:48:06
62835         Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
62836              From: Autrijus Tang <autrijus@autrijus.org>
62837              Date: Sat, 19 Oct 2002 17:51:57 +0800
62838              Message-ID: <20021019095157.GA430@not.autrijus.org>
62839      Branch: perl
62840            ! ext/B/B/C.pm
62841 ____________________________________________________________________________
62842 [ 18055] By: hv                                    on 2002/10/24  22:34:10
62843         Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
62844      Branch: perl
62845            ! pp_sys.c t/run/fresh_perl.t
62846 ____________________________________________________________________________
62847 [ 18054] By: hv                                    on 2002/10/24  22:17:40
62848         Log: change #18030 needs the removal of ext/Thread/thr5005.t
62849      Branch: perl
62850            - ext/Thread/thr5005.t
62851 ____________________________________________________________________________
62852 [ 18053] By: merijn                                on 2002/10/24  08:20:09
62853         Log: charnames pragma extended with :alias for customized
62854              unicode naming aliases
62855              Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
62856      Branch: perl
62857            ! lib/charnames.pm lib/charnames.t
62858 ____________________________________________________________________________
62859 [ 18052] By: rgs                                   on 2002/10/23  19:16:50
62860         Log: Further tweaks to perlmodlib.pod.
62861              Add a note about perllocal.pod, which wasn't documented.
62862      Branch: perl
62863            ! pod/perlmodlib.PL pod/perlmodlib.pod
62864 ____________________________________________________________________________
62865 [ 18051] By: rgs                                   on 2002/10/23  18:56:08
62866         Log: Further tweaks to perluniintro.pod
62867      Branch: perl
62868            ! pod/perluniintro.pod
62869 ____________________________________________________________________________
62870 [ 18050] By: rgs                                   on 2002/10/22  19:11:12
62871         Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
62872              Regenerate perlmodlib.pod
62873      Branch: perl
62874            ! pod/perlmodlib.PL pod/perlmodlib.pod
62875 ____________________________________________________________________________
62876 [ 18049] By: rgs                                   on 2002/10/22  18:48:00
62877         Log: Subject: [PATCH] perluniintro
62878              From: Jarkko Hietaniemi <jhi@iki.fi>
62879              Date: Sun, 20 Oct 2002 15:48:09 +0300
62880              Message-ID: <20021020124809.GE444369@lyta.hut.fi>
62881      Branch: perl
62882            ! pod/perluniintro.pod
62883 ____________________________________________________________________________
62884 [ 18048] By: hv                                    on 2002/10/22  17:04:26
62885         Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
62886              From: Dave Mitchell <davem@fdgroup.com>
62887              Date: Fri, 18 Oct 2002 13:36:40 +0100
62888              Message-ID: <20021018133640.A19172@fdgroup.com>
62889      Branch: perl
62890            ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
62891            ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
62892            ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
62893 ____________________________________________________________________________
62894 [ 18047] By: hv                                    on 2002/10/22  16:20:18
62895         Log: Subject: [PATCH] AutoLoader gives wrong message
62896              From: Peter Scott <peter@psdt.com>
62897              Date: Thu, 17 Oct 2002 19:54:56 -0700
62898              Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
62899      Branch: perl
62900            ! lib/AutoLoader.pm
62901 ____________________________________________________________________________
62902 [ 18046] By: hv                                    on 2002/10/22  15:52:40
62903         Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
62904              From: Alain Barbet <alian@alianwebserver.com>
62905              Date: Fri, 18 Oct 2002 15:29:29 +0200
62906              Message-ID: <3DB00CB9.70708@alianwebserver.com>
62907      Branch: perl
62908            ! README.win32 win32/makefile.mk win32/win32.c
62909 ____________________________________________________________________________
62910 [ 18045] By: hv                                    on 2002/10/22  15:47:21
62911         Log: improve 'atomicity' wording
62912      Branch: perl
62913            ! lib/filetest.pm
62914 ____________________________________________________________________________
62915 [ 18044] By: hv                                    on 2002/10/22  15:43:55
62916         Log: Subject: [PATCH] Shell.pm object methods broken
62917              From: Dan Brook <dbrook@easyspace.com>
62918              Date: Thu, 17 Oct 2002 16:05:04 +0100
62919              Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
62920      Branch: perl
62921            ! lib/Shell.pm lib/Shell.t
62922 ____________________________________________________________________________
62923 [ 18042] By: hv                                    on 2002/10/21  09:20:54
62924         Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
62925              From: hv@crypt.org
62926              Date: Mon, 21 Oct 2002 11:27:40 +0100
62927              Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
62928      Branch: perl
62929            ! t/lib/warnings/toke toke.c
62930 ____________________________________________________________________________
62931 [ 18041] By: hv                                    on 2002/10/21  01:14:48
62932         Log: Subject: Re: [perl #18019] regex overoptimization
62933              From: hv@crypt.org
62934              Date: Mon, 21 Oct 2002 03:21:54 +0100
62935              Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
62936      Branch: perl
62937            ! regcomp.c t/op/re_tests
62938 ____________________________________________________________________________
62939 [ 18039] By: hv                                    on 2002/10/20  14:33:16
62940         Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
62941              From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
62942              Date: Tue, 15 Oct 2002 02:17:03 +0200
62943              Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
62944      Branch: perl
62945            ! ext/IO/IO.pm
62946 ____________________________________________________________________________
62947 [ 18038] By: hv                                    on 2002/10/20  14:23:06
62948         Log: Update to Net::Ping v2.23
62949      Branch: perl
62950            + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
62951            + lib/Net/Ping/t/450_service.t
62952            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
62953            ! lib/Net/Ping/t/200_ping_tcp.t
62954 ____________________________________________________________________________
62955 [ 18037] By: hv                                    on 2002/10/20  13:57:06
62956         Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
62957              From: Jarkko Hietaniemi <jhi@iki.fi>
62958              Date: Mon, 14 Oct 2002 14:49:54 +0300
62959              Message-ID: <20021014114954.GB80937@lyta.hut.fi>
62960      Branch: perl
62961            ! t/op/pack.t
62962 ____________________________________________________________________________
62963 [ 18036] By: hv                                    on 2002/10/20  13:43:56
62964         Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
62965              From: Slaven Rezic <slaven.rezic@berlin.de>
62966              Date: 14 Oct 2002 09:37:18 +0200
62967              Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
62968      Branch: perl
62969            ! pp_sys.c t/op/mkdir.t
62970 ____________________________________________________________________________
62971 [ 18035] By: hv                                    on 2002/10/20  13:39:09
62972         Log: Subject: Re: [perl #17951] Strange UTF error
62973              From: Jarkko Hietaniemi <jhi@iki.fi>
62974              Date: Wed, 16 Oct 2002 18:50:51 +0300
62975              Message-ID: <20021016155051.GB268437@lyta.hut.fi>
62976      Branch: perl
62977            ! lib/utf8_heavy.pl t/run/fresh_perl.t
62978 ____________________________________________________________________________
62979 [ 18034] By: hv                                    on 2002/10/20  13:23:16
62980         Log: Update to Time::HiRes v1.38
62981      Branch: perl
62982            + ext/Time/HiRes/typemap
62983            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
62984            ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
62985            ! ext/Time/HiRes/Makefile.PL
62986 ____________________________________________________________________________
62987 [ 18033] By: hv                                    on 2002/10/20  13:12:25
62988         Log: Upgrade to Test.pm v1.23
62989      Branch: perl
62990            ! lib/Test.pm
62991 ____________________________________________________________________________
62992 [ 18030] By: merijn                                on 2002/10/19  14:10:21
62993         Log: Happy chainsaw stories; The removal of the 5005 threads
62994              Still imcomplete. Configure will follow
62995      Branch: perl
62996            ! MANIFEST NetWare/Makefile NetWare/config.wc
62997            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
62998            ! Porting/Glossary Porting/config.sh Porting/config_H
62999            ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
63000            ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
63001            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
63002            ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
63003            ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
63004            ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
63005            ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
63006            ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
63007            ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
63008            ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile
63009            ! win32/config.bc win32/config.gc win32/config.vc
63010            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
63011            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
63012            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
63013            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
63014            ! wince/Makefile.ce wince/config.ce wince/config_H.ce
63015            ! wince/config_sh.PL wince/win32.h wince/win32thread.c
63016            ! wince/win32thread.h wince/wincesck.c
63017 ____________________________________________________________________________
63018 [ 18029] By: merijn                                on 2002/10/18  07:28:21
63019         Log: minor tweaks in Porting/pumpkin.pod
63020              Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
63021      Branch: perl
63022            ! Porting/pumpkin.pod
63023 ____________________________________________________________________________
63024 [ 18028] By: rgs                                   on 2002/10/17  20:33:32
63025         Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
63026              From: Abe Timmerman <abe@ztreet.demon.nl>
63027              Date: Thu, 17 Oct 2002 23:38:34 +0200
63028              Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
63029      Branch: perl
63030            ! t/run/switches.t
63031 ____________________________________________________________________________
63032 [ 18027] By: hv                                    on 2002/10/17  14:39:27
63033         Log: Subject: Re: versions too accurate
63034              From: John Peacock <jpeacock@rowman.com>
63035              Date: Mon, 14 Oct 2002 22:36:48 -0400
63036              Message-ID: <3DAB7F40.1050200@rowman.com>
63037      Branch: perl
63038            ! lib/version.pm util.c
63039 ____________________________________________________________________________
63040 [ 18026] By: hv                                    on 2002/10/17  14:29:41
63041         Log: Subject: Re: [PATCH] Version object combined patch
63042              From: John Peacock <jpeacock@rowman.com>
63043              Date: Thu, 10 Oct 2002 21:23:01 -0400
63044              Message-ID: <3DA627F5.5050907@rowman.com>
63045      Branch: perl
63046            ! lib/version.pm lib/version.t pod/perldiag.pod util.c
63047 ____________________________________________________________________________
63048 [ 18025] By: hv                                    on 2002/10/17  13:37:04
63049         Log: definition of MAXPATHLEN
63050              Subject: [PATCH] standard lawyerism
63051              From: Jarkko Hietaniemi <jhi@iki.fi>
63052              Date: Fri, 11 Oct 2002 02:48:26 +0300
63053              Message-ID: <20021010234825.GM292305@lyta.hut.fi>
63054      Branch: perl
63055            ! perl.h
63056 ____________________________________________________________________________
63057 [ 18024] By: hv                                    on 2002/10/17  13:34:01
63058         Log: Subject: Re: [perl #17061] no strict 'garbage'
63059              From: Slaven Rezic <slaven.rezic@berlin.de>
63060              Date: 10 Oct 2002 16:23:22 +0200
63061              Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
63062      Branch: perl
63063            ! ext/Storable/Storable.pm
63064 ____________________________________________________________________________
63065 [ 18023] By: hv                                    on 2002/10/17  12:56:28
63066         Log: Subject: Re: [perl #17830] open FH, "<&", $fd
63067              From: Steve Grazzini <grazz@nyc.rr.com>
63068              Date: 11 Oct 2002 22:28:58 -0000
63069              Message-ID: <20021011222858.452.qmail@onion.perl.org>
63070      Branch: perl
63071            ! doio.c t/io/open.t
63072 ____________________________________________________________________________
63073 [ 18022] By: hv                                    on 2002/10/17  12:24:42
63074         Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
63075              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63076              Date: Tue, 15 Oct 2002 17:01:43 -0700
63077              Message-ID: <nxKr9gzkgmBO092yn@efn.org>
63078      Branch: perl
63079            ! t/op/assignwarn.t
63080 ____________________________________________________________________________
63081 [ 18021] By: hv                                    on 2002/10/17  11:28:38
63082         Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
63083              From: Slaven Rezic <slaven.rezic@berlin.de>
63084              Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
63085              Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
63086      Branch: perl
63087            ! Porting/pumpkin.pod
63088 ____________________________________________________________________________
63089 [ 18020] By: rgs                                   on 2002/10/16  18:43:21
63090         Log: prototype() didn't warn when used in void context.
63091      Branch: perl
63092            ! op.c t/lib/warnings/op
63093 ____________________________________________________________________________
63094 [ 18019] By: ams                                   on 2002/10/15  20:54:53
63095         Log: Subject: Japanese translation of Storable
63096              From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
63097              Date: Tue, 15 Oct 2002 06:31:01 +0900
63098              Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
63099      Branch: perl
63100            ! ext/Storable/README
63101 ____________________________________________________________________________
63102 [ 18018] By: rgs                                   on 2002/10/15  19:08:20
63103         Log: Subject: Re: [PATCH] cv.h: Comment update
63104              From: Paul Johnson <paul@pjcj.net>
63105              Date: Mon, 14 Oct 2002 20:00:50 +0200
63106              Message-ID: <20021014180050.GC7333@pjcj.net>
63107      Branch: perl
63108            ! cv.h
63109 ____________________________________________________________________________
63110 [ 18017] By: rgs                                   on 2002/10/14  20:37:06
63111         Log: Subject: [PATCH] perlipc.pod
63112              From: Slaven Rezic <slaven.rezic@berlin.de>
63113              Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
63114              Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
63115      Branch: perl
63116            ! pod/perlipc.pod
63117 ____________________________________________________________________________
63118 [ 18016] By: rgs                                   on 2002/10/14  20:30:03
63119         Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
63120              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
63121              Date: Sun, 13 Oct 2002 09:02:36 +0900
63122              Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
63123      Branch: perl
63124            ! pod/perlunicode.pod
63125 ____________________________________________________________________________
63126 [ 18015] By: rgs                                   on 2002/10/12  20:22:37
63127         Log: The -0 command-line switch wasn't setting $/ at compile-time.
63128              Move the initialization of $/ just after switch parsing
63129              (it was done after yyparse().)
63130      Branch: perl
63131            ! perl.c t/run/switches.t
63132 ____________________________________________________________________________
63133 [ 18014] By: rgs                                   on 2002/10/12  20:18:55
63134         Log: Subject: Re: [PATCH] perl573delta delinting
63135              From: Philip Newton <Philip.Newton@gmx.net>
63136              Date: Sat, 12 Oct 2002 21:25:49 +0200
63137              Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
63138      Branch: perl
63139            ! pod/perl573delta.pod
63140 ____________________________________________________________________________
63141 [ 18013] By: hv                                    on 2002/10/12  15:41:50
63142         Log: Subject: [PATCH] for -Dm
63143              From: Slaven Rezic <slaven.rezic@berlin.de>
63144              Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
63145              Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
63146      Branch: perl
63147            ! malloc.c
63148 ____________________________________________________________________________
63149 [ 18012] By: hv                                    on 2002/10/12  15:39:49
63150         Log: #18005 was not enough
63151              Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
63152              From: Abe Timmerman <abeltje@cpan.org>
63153              Date: Sat, 12 Oct 2002 17:56:39 +0200
63154              Message-Id: <200210121756.39803.abeltje@cpan.org>
63155      Branch: perl
63156            ! win32/makefile.mk
63157 ____________________________________________________________________________
63158 [ 18011] By: hv                                    on 2002/10/12  15:36:43
63159         Log: Subject: [perl #17805] BUG: Grammar bug during Configure
63160              From: Richard Hitt (via RT) <perlbug@perl.org>
63161              Date: 8 Oct 2002 21:04:30 -0000
63162              Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
63163      Branch: perl
63164            ! Configure
63165 ____________________________________________________________________________
63166 [ 18010] By: hv                                    on 2002/10/12  15:31:06
63167         Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
63168              From: Nicholas Clark <nick@unfortu.net>
63169              Date: Tue, 8 Oct 2002 21:52:53 +0100
63170              Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
63171      Branch: perl
63172            ! pod/perldiag.pod pp_pack.c t/op/pack.t
63173 ____________________________________________________________________________
63174 [ 18009] By: hv                                    on 2002/10/12  15:12:18
63175         Log: Subject: [PATCH perldoc] For screaming hell's sake
63176              From: Simon Cozens <simon@netthink.co.uk>
63177              Date: Tue, 8 Oct 2002 11:13:07 +0100
63178              Message-ID: <20021008101307.GA8175@netthink.co.uk>
63179      Branch: perl
63180            ! utils/perldoc.PL
63181 ____________________________________________________________________________
63182 [ 18008] By: hv                                    on 2002/10/12  14:38:19
63183         Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
63184              From: Nicholas Clark <nick@unfortu.net>
63185              Date: Mon, 7 Oct 2002 23:35:34 +0100
63186              Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
63187      Branch: perl
63188            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
63189            ! ext/Storable/README ext/Storable/Storable.pm
63190            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
63191            ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
63192            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
63193 ____________________________________________________________________________
63194 [ 18007] By: hv                                    on 2002/10/12  14:22:36
63195         Log: Subject: [perl #17773] errors in c2ph(1) man page
63196              From: Eric Melville (via RT) <perlbug@perl.org>
63197              Date: 7 Oct 2002 02:58:34 -0000
63198              Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
63199      Branch: perl
63200            ! utils/c2ph.PL
63201 ____________________________________________________________________________
63202 [ 18006] By: hv                                    on 2002/10/12  14:19:55
63203         Log: Subject: [PATCH pad.c] Re: closure failures
63204              From: Dave Mitchell <davem@fdgroup.com>
63205              Date: Mon, 7 Oct 2002 02:42:13 +0100
63206              Message-ID: <20021007024213.B29760@fdgroup.com>
63207      Branch: perl
63208            ! pad.c
63209 ____________________________________________________________________________
63210 [ 18005] By: hv                                    on 2002/10/12  14:17:07
63211         Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
63212              From: Abe Timmerman <abeltje@cpan.org>
63213              Date: Tue, 8 Oct 2002 14:16:56 +0200
63214              Message-Id: <200210081416.56942.abeltje@cpan.org>
63215      Branch: perl
63216            ! win32/Makefile
63217 ____________________________________________________________________________
63218 [ 18004] By: hv                                    on 2002/10/12  14:06:59
63219         Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
63220      Branch: perl
63221            ! hints/darwin.sh
63222 ____________________________________________________________________________
63223 [ 18003] By: hv                                    on 2002/10/12  13:48:34
63224         Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
63225              and #18001.
63226      Branch: perl
63227            ! ext/Devel/Peek/Peek.t
63228 ____________________________________________________________________________
63229 [ 18002] By: hv                                    on 2002/10/11  23:22:56
63230         Log: Subject: [Encode] 1.77 Released
63231              From: Dan Kogai <dankogai@dan.co.jp>
63232              Date: Sun, 6 Oct 2002 12:52:52 +0900
63233              Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
63234      Branch: perl
63235            ! ext/Encode/Changes ext/Encode/Encode.pm
63236            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
63237            ! ext/Encode/lib/Encode/Alias.pm
63238            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
63239            ! ext/Encode/ucm/big5-eten.ucm
63240 ____________________________________________________________________________
63241 [ 18001] By: hv                                    on 2002/10/11  22:52:43
63242         Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
63243              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63244              Date: Thu, 10 Oct 2002 14:28:55 -0700
63245              Message-ID: <XEfp9gzkgquV092yn@efn.org>
63246      Branch: perl
63247            ! ext/Devel/Peek/Peek.t
63248 ____________________________________________________________________________
63249 [ 18000] By: hv                                    on 2002/10/11  22:30:36
63250         Log: Subject: [PATCH] perl573delta delinting
63251              From: Jarkko Hietaniemi <jhi@iki.fi>
63252              Date: Fri, 4 Oct 2002 16:19:31 +0300
63253              Message-ID: <20021004131931.GE278184@lyta.hut.fi>
63254      Branch: perl
63255            ! pod/perl573delta.pod
63256 ____________________________________________________________________________
63257 [ 17999] By: hv                                    on 2002/10/11  22:28:36
63258         Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
63259              From: Jarkko Hietaniemi <jhi@iki.fi>
63260              Date: Fri, 4 Oct 2002 16:11:57 +0300
63261              Message-ID: <20021004131157.GD278184@lyta.hut.fi>
63262      Branch: perl
63263            ! pod/perldiag.pod reentr.c reentr.pl
63264 ____________________________________________________________________________
63265 [ 17998] By: rgs                                   on 2002/10/11  19:53:05
63266         Log: Fix bug #17771 : segfault with the 'for' statement modifier
63267              used inside a map or a grep.
63268      Branch: perl
63269            ! pp_ctl.c t/op/grep.t
63270 ____________________________________________________________________________
63271 [ 17997] By: hv                                    on 2002/10/11  12:10:39
63272         Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
63273              From: Information Service <info@lingo.kiev.ua>
63274              Date: Wed, 09 Oct 2002 07:17:00 +0400
63275              Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
63276      Branch: perl
63277            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
63278 ____________________________________________________________________________
63279 [ 17996] By: hv                                    on 2002/10/11  11:55:53
63280         Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
63281              From: chromatic <chromatic@wgz.org>
63282              Date: Thu, 03 Oct 2002 22:56:54 -0700
63283              Message-ID: <20021004060120.33329.qmail@onion.perl.org>
63284      Branch: perl
63285            ! lib/AutoLoader.pm lib/AutoLoader.t
63286 ____________________________________________________________________________
63287 [ 17995] By: ams                                   on 2002/10/11  05:24:20
63288         Log: Subject: [perl #17819] Typo in perltooc?
63289              From: Bob Wilkinson (via RT) <perlbug@perl.org>
63290              Date: 9 Oct 2002 09:50:40 -0000
63291              Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
63292
63293              Subject: [perl #17821] Typo in perltooc
63294              From: Bob Wilkinson (via RT) <perlbug@perl.org>
63295              Date: 9 Oct 2002 10:12:51 -0000
63296              Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
63297      Branch: perl
63298            ! pod/perltooc.pod
63299 ____________________________________________________________________________
63300 [ 17994] By: rgs                                   on 2002/10/10  20:19:27
63301         Log: Fix bug #17776 : memory corruption in qr/##/x
63302      Branch: perl
63303            ! sv.c t/op/pat.t
63304 ____________________________________________________________________________
63305 [ 17993] By: rgs                                   on 2002/10/10  19:52:00
63306         Log: croak() is better written Perl_croak() in C code.
63307      Branch: perl
63308            ! util.c
63309 ____________________________________________________________________________
63310 [ 17992] By: hv                                    on 2002/10/10  11:29:12
63311         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
63312              From: andreas.koenig@anima.de (Andreas J. Koenig)
63313              Date: Fri, 04 Oct 2002 06:38:57 +0200
63314              Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
63315      Branch: perl
63316            ! lib/Hash/Util.pm
63317 ____________________________________________________________________________
63318 [ 17991] By: hv                                    on 2002/10/10  11:20:41
63319         Log: new files lib/version.pm and lib/version.t for change #17990.
63320      Branch: perl
63321            + lib/version.pm lib/version.t
63322 ____________________________________________________________________________
63323 [ 17990] By: hv                                    on 2002/10/10  11:19:57
63324         Log: Subject: [PATCH] Version object combined patch
63325              From: John Peacock <jpeacock@rowman.com>
63326              Date: Fri, 04 Oct 2002 23:15:10 -0400
63327              Message-ID: <3D9E593E.1060605@rowman.com>
63328      Branch: perl
63329            ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
63330            ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
63331 ____________________________________________________________________________
63332 [ 17989] By: hv                                    on 2002/10/10  10:48:42
63333         Log: Subject: PATCH: lib/ExtUtils/typemap
63334              From: Brian Ingerson <ingy@ttul.org>
63335              Date: Sat, 28 Sep 2002 13:03:24 -0700
63336              Message-ID: <20020928130324.A16900@ttul.org>
63337      Branch: perl
63338            ! lib/ExtUtils/typemap
63339 ____________________________________________________________________________
63340 [ 17988] By: hv                                    on 2002/10/10  10:45:19
63341         Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
63342              From: Nicholas Clark <nick@unfortu.net>
63343              Date: Sat, 28 Sep 2002 18:52:00 +0100
63344              Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
63345      Branch: perl
63346            ! lib/Exporter.t lib/Exporter/Heavy.pm
63347 ____________________________________________________________________________
63348 [ 17987] By: hv                                    on 2002/10/10  10:27:40
63349         Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
63350              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
63351              Date: Mon, 9 Sep 2002 17:36:55 -0400
63352              Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
63353      Branch: perl
63354            ! pod/perlfunc.pod
63355 ____________________________________________________________________________
63356 [ 17986] By: hv                                    on 2002/10/10  09:51:24
63357         Log: Remove use of caller() in strict.pm, and tighten Safe compartment
63358              for Storable tests to match.
63359      Branch: perl
63360            ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
63361 ____________________________________________________________________________
63362 [ 17985] By: hv                                    on 2002/10/10  09:27:00
63363         Log: Subject: Re: README.cygwin draft update
63364              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63365              Date: Mon, 07 Oct 2002 17:15:09 -0700
63366              Message-ID: <NOio9gzkg6oR092yn@efn.org>
63367      Branch: perl
63368            ! README.cygwin pod/perl58delta.pod
63369 ____________________________________________________________________________
63370 [ 17984] By: rgs                                   on 2002/10/09  19:17:08
63371         Log: Fix bug #17823 : non-modifying tr/// stringifies references
63372      Branch: perl
63373            ! doop.c t/op/tr.t
63374 ____________________________________________________________________________
63375 [ 17983] By: merijn                                on 2002/10/09  12:22:26
63376         Log: Tru64 and gcc and threads
63377              Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
63378      Branch: perl
63379            ! thread.h
63380 ____________________________________________________________________________
63381 [ 17982] By: merijn                                on 2002/10/09  10:34:40
63382         Log: Correct mailing list archive URL
63383              Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
63384      Branch: perl
63385            ! Porting/pumpkin.pod
63386 ____________________________________________________________________________
63387 [ 17981] By: merijn                                on 2002/10/09  04:49:06
63388         Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
63389              Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
63390      Branch: perl
63391            ! Porting/pumpkin.pod
63392 ____________________________________________________________________________
63393 [ 17980] By: sky                                   on 2002/10/06  15:40:56
63394         Log: Upgrade Safe.pm to 2.09 after CPAN backport.
63395              Fix testcases to run properly outside perl core build enviroment.
63396      Branch: perl
63397            ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
63398            ! ext/Safe/safe3.t
63399 ____________________________________________________________________________
63400 [ 17979] By: sky                                   on 2002/10/06  07:03:19
63401         Log: Subject: [PATCH] fix typo in Tie::Array
63402              From: "Jos I. Boumans" <kane@cpan.org>
63403              Date: sat okt 5, 2002  20:39:17 Europe/Stockholm
63404              Message-Id: <20021005183920.14746.qmail@onion.perl.org>
63405      Branch: perl
63406            ! lib/Tie/Array.pm
63407 ____________________________________________________________________________
63408 [ 17978] By: sky                                   on 2002/10/05  04:44:10
63409         Log: Upgrade to Attribute::Handlers 0.78
63410      Branch: perl
63411            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
63412            ! lib/Attribute/Handlers/README
63413 ____________________________________________________________________________
63414 [ 17977] By: rgs                                   on 2002/10/04  20:01:54
63415         Log: Complement to change #17976 :
63416              there was a similar bug on rdo().
63417              Increment $Safe::VERSION.
63418      Branch: perl
63419            ! ext/Opcode/Safe.pm ext/Safe/safe3.t
63420 ____________________________________________________________________________
63421 [ 17976] By: rgs                                   on 2002/10/04  19:44:48
63422         Log: Fix bug #17744, suggested by Andreas Jurenda,
63423              tweaked by rgs (security hole in Safe).
63424      Branch: perl
63425            + ext/Safe/safe3.t
63426            ! MANIFEST ext/Opcode/Safe.pm
63427 ____________________________________________________________________________
63428 [ 17975] By: merijn                                on 2002/10/04  13:30:17
63429         Log: Non ANSI feature detection in enum
63430      Branch: perl
63431            ! pad.h
63432 ____________________________________________________________________________
63433 [ 17974] By: rgs                                   on 2002/10/03  21:00:50
63434         Log: Fix a precedence problem.
63435      Branch: perl
63436            ! ext/Storable/t/integer.t
63437 ____________________________________________________________________________
63438 [ 17973] By: rgs                                   on 2002/10/03  20:34:13
63439         Log: Change the warning message "%s trapped by operation mask"
63440              to include '' around the op name. Document it in perldiag.
63441      Branch: perl
63442            ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
63443            ! pod/perldiag.pod
63444 ____________________________________________________________________________
63445 [ 17972] By: rgs                                   on 2002/10/03  20:26:54
63446         Log: Add a new warning, "Possible precedence problem on bitwise
63447              %c operator", triggerred when a bitwise op has a numeric
63448              comparison op as child.
63449      Branch: perl
63450            ! op.c pod/perldiag.pod t/lib/warnings/op
63451 ____________________________________________________________________________
63452 [ 17971] By: ams                                   on 2002/10/03  11:03:41
63453         Log: Subject: Re: Not OK 17969
63454              From: Slaven Rezic <slaven.rezic@berlin.de>
63455              Date: 03 Oct 2002 13:12:58 +0200
63456              Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
63457      Branch: perl
63458            ! ext/Storable/Storable.pm ext/Storable/t/code.t
63459            ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
63460            ! ext/Storable/t/malice.t
63461 ____________________________________________________________________________
63462 [ 17970] By: ams                                   on 2002/10/03  02:21:15
63463         Log: Add a line about 2.05.
63464      Branch: perl
63465            ! ext/Storable/ChangeLog
63466 ____________________________________________________________________________
63467 [ 17969] By: ams                                   on 2002/10/03  02:12:27
63468         Log: Subject: [PATCH] Storable and code serialization: documentation
63469              From: Slaven Rezic <slaven.rezic@berlin.de>
63470              Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
63471              Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
63472      Branch: perl
63473            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
63474            ! ext/Storable/t/code.t
63475 ____________________________________________________________________________
63476 [ 17968] By: ams                                   on 2002/10/03  01:40:51
63477         Log: Subject: [PATCH] Re: speed of my
63478              From: Stephen McCamant <smcc@mit.edu>
63479              Date: Wed, 2 Oct 2002 21:48:59 -0400
63480              Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
63481      Branch: perl
63482            ! pp.c
63483 ____________________________________________________________________________
63484 [ 17967] By: hv                                    on 2002/10/02  15:04:57
63485         Log: Subject: [PATCH] reentrant buffers
63486              From: Jarkko Hietaniemi <jhi@iki.fi>
63487              Date: Fri, 27 Sep 2002 01:08:56 +0300
63488              Message-ID: <20020926220856.GA339120@lyta.hut.fi>
63489      Branch: perl
63490            ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
63491 ____________________________________________________________________________
63492 [ 17966] By: hv                                    on 2002/10/02  14:46:52
63493         Log: Subject: [PATCH] retropatch
63494              From: Jarkko Hietaniemi <jhi@iki.fi>
63495              Date: Fri, 27 Sep 2002 03:51:34 +0300
63496              Message-ID: <20020927005134.GB339120@lyta.hut.fi>
63497      Branch: perl
63498            + pod/perl573delta.pod
63499            ! MANIFEST pod/buildtoc.PL pod/perl.pod
63500 ____________________________________________________________________________
63501 [ 17965] By: hv                                    on 2002/10/02  14:42:21
63502         Log: op/tr.t test is affected by #17962
63503      Branch: perl
63504            ! t/op/tr.t
63505 ____________________________________________________________________________
63506 [ 17964] By: hv                                    on 2002/10/02  14:38:59
63507         Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
63508              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
63509              Date: Tue, 1 Oct 2002 23:34:35 +0200
63510              Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
63511      Branch: perl
63512            ! t/op/override.t toke.c
63513 ____________________________________________________________________________
63514 [ 17963] By: hv                                    on 2002/10/02  14:15:22
63515         Log: Subject: Re: [perl #17376] Bug Report - our(%)
63516              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63517              Date: Tue, 01 Oct 2002 09:54:30 -0700
63518              Message-ID: <GNdm9gzkgWOS092yn@efn.org>
63519      Branch: perl
63520            ! op.c pp_hot.c t/comp/our.t
63521 ____________________________________________________________________________
63522 [ 17962] By: ams                                   on 2002/10/02  14:10:07
63523         Log: Subject: [PATCH] no [] in tr///
63524              From: Jarkko Hietaniemi <jhi@iki.fi>
63525              Date: Wed, 2 Oct 2002 17:09:11 +0300
63526              Message-Id: <20021002140911.GH278184@lyta.hut.fi>
63527      Branch: perl
63528            ! pod/perldiag.pod toke.c
63529 ____________________________________________________________________________
63530 [ 17961] By: hv                                    on 2002/10/02  14:09:11
63531         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
63532              From: andreas.koenig@anima.de (Andreas J. Koenig)
63533              Date: Mon, 30 Sep 2002 17:24:06 +0200
63534              Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
63535      Branch: perl
63536            ! lib/Hash/Util.pm
63537 ____________________________________________________________________________
63538 [ 17959] By: hv                                    on 2002/10/02  14:06:29
63539         Log: Subject: [DOCPATCH] Unicode porting advice
63540              From: andreas.koenig@anima.de (Andreas J. Koenig)
63541              Date: Fri, 27 Sep 2002 15:30:16 +0200
63542              Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
63543      Branch: perl
63544            ! pod/perlunicode.pod
63545 ____________________________________________________________________________
63546 [ 17958] By: hv                                    on 2002/10/02  13:57:06
63547         Log: missing quote from #17957
63548      Branch: perl
63549            ! Porting/pumpkin.pod
63550 ____________________________________________________________________________
63551 [ 17957] By: hv                                    on 2002/10/02  13:55:56
63552         Log: document how to set APPLLIB_EXP
63553              Subject: Re: [perl #15957] error installing perl 5.8.0
63554              From: Andy Dougherty <doughera@lafayette.edu>
63555              Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
63556              Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
63557      Branch: perl
63558            ! Porting/pumpkin.pod
63559 ____________________________________________________________________________
63560 [ 17956] By: hv                                    on 2002/10/02  13:51:12
63561         Log: Devel::Peek tests from:
63562              Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
63563              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63564              Date: Thu, 26 Sep 2002 22:16:39 -0700
63565              Message-ID: <3m+k9gzkgqnP092yn@efn.org>
63566      Branch: perl
63567            ! ext/Devel/Peek/Peek.t
63568 ____________________________________________________________________________
63569 [ 17955] By: hv                                    on 2002/10/02  13:43:26
63570         Log: add precedence warning for bitwise docs
63571              Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
63572              From: Mike Guy <mjtg@cam.ac.uk>
63573              Date: Thu, 26 Sep 2002 13:20:45 +0100
63574              Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
63575      Branch: perl
63576            ! pod/perlop.pod
63577 ____________________________________________________________________________
63578 [ 17954] By: hv                                    on 2002/10/02  13:18:01
63579         Log: Subject: [PATCH] Re: perlio bug?
63580              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
63581              Date: Wed, 25 Sep 2002 21:58:12 +0200
63582              Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
63583      Branch: perl
63584            ! doio.c pod/perldiag.pod t/lib/warnings/doio
63585 ____________________________________________________________________________
63586 [ 17953] By: hv                                    on 2002/10/02  12:55:29
63587         Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
63588              From: Dave Mitchell <davem@fdgroup.com>
63589              Date: Wed, 25 Sep 2002 23:40:23 +0100
63590              Message-ID: <20020925234023.A20044@fdgroup.com>
63591      Branch: perl
63592            + pad.c pad.h
63593            ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
63594            ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
63595            ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
63596            ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
63597            ! proto.h scope.c sv.c toke.c
63598 ____________________________________________________________________________
63599 [ 17952] By: hv                                    on 2002/10/02  11:23:38
63600         Log: better handling of whitespace in autodoc declarations; fragment from:
63601              Subject: [PATCH pad.c,h] move all pad-related code to its own src file
63602              From: Dave Mitchell <davem@fdgroup.com>
63603              Date: Wed, 25 Sep 2002 23:40:23 +0100
63604              Message-ID: <20020925234023.A20044@fdgroup.com>
63605      Branch: perl
63606            ! autodoc.pl
63607 ____________________________________________________________________________
63608 [ 17951] By: merijn                                on 2002/10/02  09:15:18
63609         Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
63610              Thu, 25 Jul 2002, Andy Dougherty
63611      Branch: perl
63612            ! Configure Policy_sh.SH
63613 ____________________________________________________________________________
63614 [ 17950] By: ams                                   on 2002/10/02  03:43:41
63615         Log: Add silly bandaid to stop segfaults on subsequent accesses to
63616              the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
63617              (<$fred>).
63618      Branch: perl
63619            ! op.c
63620 ____________________________________________________________________________
63621 [ 17949] By: hv                                    on 2002/10/01  08:49:02
63622         Log: patch based on:
63623              Subject: Re: [perl #17376] Bug Report - our(%)
63624              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63625              Date: Mon, 30 Sep 2002 15:22:18 -0700
63626              Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
63627      Branch: perl
63628            ! op.c
63629 ____________________________________________________________________________
63630 [ 17948] By: hv                                    on 2002/10/01  08:26:44
63631         Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
63632              From: chromatic <chromatic@wgz.org>
63633              Date: Fri, 13 Sep 2002 14:26:08 -0700
63634              Message-Id: <200209131426.08116.chromatic@wgz.org>
63635      Branch: perl
63636            ! lib/AutoLoader.pm
63637 ____________________________________________________________________________
63638 [ 17947] By: hv                                    on 2002/10/01  08:10:21
63639         Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
63640              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63641              Date: Wed, 11 Sep 2002 22:22:45 -0700
63642              Message-ID: <lSCg9gzkgymX092yn@efn.org>
63643      Branch: perl
63644            ! dump.c mg.h regexec.c sv.c t/op/pat.t
63645 ____________________________________________________________________________
63646 [ 17946] By: merijn                                on 2002/09/30  15:19:36
63647         Log: nanosleep on VMS not present
63648      Branch: perl
63649            ! configure.com
63650 ____________________________________________________________________________
63651 [ 17945] By: merijn                                on 2002/09/30  09:51:40
63652         Log: -Dgccansipedantic only for gcc 3+
63653              Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
63654      Branch: perl
63655            ! Porting/pumpkin.pod cflags.SH
63656 ____________________________________________________________________________
63657 [ 17944] By: merijn                                on 2002/09/30  08:29:33
63658         Log: nanosleep probes as per Jarkko's request
63659      Branch: perl
63660            ! Configure NetWare/config_H.wc Porting/config.sh
63661            ! Porting/config_H config_h.SH epoc/config.sh perl.h
63662            ! win32/config.bc win32/config.gc win32/config.vc
63663            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
63664            ! win32/config_H.vc win32/config_H.vc64 wince/config.ce
63665            ! wince/config_H.ce
63666 ____________________________________________________________________________
63667 [ 17942] By: ams                                   on 2002/09/29  22:26:37
63668         Log: Remove package; (Heh heh.)
63669      Branch: perl
63670            ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
63671            ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
63672            ! vms/perly_c.vms vms/perly_h.vms
63673 ____________________________________________________________________________
63674 [ 17941] By: hv                                    on 2002/09/29  12:11:06
63675         Log: Subject: [perl #16796] Configure script buglet
63676              From: "Amick, Eric" (via RT) <perlbug@perl.org>
63677              Date: 27 Aug 2002 20:09:29 -0000
63678              Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
63679      Branch: perl
63680            ! Configure
63681 ____________________________________________________________________________
63682 [ 17940] By: hv                                    on 2002/09/29  11:59:28
63683         Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
63684              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
63685              Date: Fri, 27 Sep 2002 13:52:18 +0200
63686              Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
63687      Branch: perl
63688            ! lib/Attribute/Handlers.pm
63689 ____________________________________________________________________________
63690 [ 17939] By: hv                                    on 2002/09/29  11:55:17
63691         Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
63692              From: Allen Smith (via RT) <perlbug@perl.org>
63693              Date: 13 Sep 2002 03:01:30 -0000
63694              Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
63695      Branch: perl
63696            ! t/lib/h2ph.pht utils/h2ph.PL
63697 ____________________________________________________________________________
63698 [ 17938] By: rgs                                   on 2002/09/28  20:42:59
63699         Log: Email address change for Stéphane Payrard
63700      Branch: perl
63701            ! AUTHORS
63702 ____________________________________________________________________________
63703 [ 17937] By: hv                                    on 2002/09/27  10:05:42
63704         Log: Subject: Re: [REVISED PATCH] Magic v-strings
63705              From: John Peacock <jpeacock@rowman.com>
63706              Date: Thu, 19 Sep 2002 22:30:58 -0400
63707              Message-ID: <3D8A8862.3000602@rowman.com>
63708      Branch: perl
63709            ! sv.c util.c
63710 ____________________________________________________________________________
63711 [ 17936] By: hv                                    on 2002/09/27  10:00:42
63712         Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
63713              From: "Craig A. Berry" <craigberry@mac.com>
63714              Date: Wed, 25 Sep 2002 17:14:33 -0500
63715              Message-ID: <3D923549.6050809@mac.com>
63716      Branch: perl
63717            ! configure.com
63718 ____________________________________________________________________________
63719 [ 17935] By: hv                                    on 2002/09/27  09:48:19
63720         Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
63721              From: Andy Lester <andy@petdance.com>
63722              Date: Fri, 20 Sep 2002 12:23:41 -0500
63723              Message-ID: <20020920172341.GA15672@petdance.com>
63724      Branch: perl
63725            ! pod/perlopentut.pod
63726 ____________________________________________________________________________
63727 [ 17934] By: hv                                    on 2002/09/26  18:50:02
63728         Log: missing '.' in test from #17932
63729      Branch: perl
63730            ! t/lib/strict/subs
63731 ____________________________________________________________________________
63732 [ 17933] By: hv                                    on 2002/09/26  17:01:11
63733         Log: Subject: [PATCH] perl #17453
63734              From: Jarkko Hietaniemi <jhi@iki.fi>
63735              Date: Fri, 20 Sep 2002 17:22:45 +0300
63736              Message-ID: <20020920142245.GG280265@lyta.hut.fi>
63737      Branch: perl
63738            ! lib/utf8_heavy.pl t/op/pat.t
63739 ____________________________________________________________________________
63740 [ 17932] By: hv                                    on 2002/09/26  16:47:32
63741         Log: #17931 checked for wrong constant
63742      Branch: perl
63743            ! op.c
63744 ____________________________________________________________________________
63745 [ 17931] By: hv                                    on 2002/09/26  16:29:26
63746         Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
63747              From: Kay_Röpke <kay@dolphin-services.de>
63748              Date: Fri, 20 Sep 2002 16:09:08 +0200
63749              Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
63750      Branch: perl
63751            ! op.c t/lib/strict/subs
63752 ____________________________________________________________________________
63753 [ 17930] By: hv                                    on 2002/09/26  15:56:07
63754         Log: Subject: [perl #17445] Class::Struct patch: version number, examples
63755              From: Ken Neighbors (via RT) <perlbug@perl.org>
63756              Date: 19 Sep 2002 18:48:22 -0000
63757              Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
63758      Branch: perl
63759            ! lib/Class/Struct.pm
63760 ____________________________________________________________________________
63761 [ 17928] By: hv                                    on 2002/09/26  09:54:05
63762         Log: Subject: [PATCH] bug in utf8.c(?)
63763              From: Marty Pauley <marty+p5p@kasei.com>
63764              Date: Fri, 20 Sep 2002 10:55:33 +0100
63765              Subject: [PATCH] bug in utf8.c(?)
63766      Branch: perl
63767            ! utf8.c
63768 ____________________________________________________________________________
63769 [ 17927] By: hv                                    on 2002/09/26  09:37:19
63770         Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
63771              From: Marty Pauley <marty+p5p@kasei.com>
63772              Date: Fri, 20 Sep 2002 09:52:16 +0100
63773              Message-Id: 20020920085216.GC10512@soto.kasei.com
63774      Branch: perl
63775            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
63776 ____________________________________________________________________________
63777 [ 17926] By: hv                                    on 2002/09/26  09:28:06
63778         Log: Subject: [PATCH] defuse installusrbinperl
63779              From: Jarkko Hietaniemi <jhi@iki.fi>
63780              Date: Thu, 19 Sep 2002 18:01:03 +0300
63781              Message-ID: <20020919150103.GI208696@lyta.hut.fi>
63782      Branch: perl
63783            ! Configure
63784 ____________________________________________________________________________
63785 [ 17925] By: hv                                    on 2002/09/26  09:15:55
63786         Log: Subject: [PATCH v2] enable -ansi -pedantic
63787              From: Jarkko Hietaniemi <jhi@iki.fi>
63788              Date: Wed, 18 Sep 2002 01:19:25 +0300
63789              Message-ID: <20020917221925.GF85044@lyta.hut.fi>
63790      Branch: perl
63791            ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
63792            ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
63793 ____________________________________________________________________________
63794 [ 17924] By: hv                                    on 2002/09/26  08:44:16
63795         Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
63796              From: Nicholas Clark <nick@unfortu.net>
63797              Date: Sat, 14 Sep 2002 18:49:10 +0100
63798              Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
63799      Branch: perl
63800            ! sv.c
63801 ____________________________________________________________________________
63802 [ 17923] By: hv                                    on 2002/09/26  08:33:54
63803         Log: Subject: [PATCH] Re: Advice on coredump
63804              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
63805              Date: Wed, 18 Sep 2002 22:14:57 +0200
63806              Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
63807      Branch: perl
63808            ! op.c t/op/closure.t
63809 ____________________________________________________________________________
63810 [ 17922] By: hv                                    on 2002/09/26  08:25:28
63811         Log: Subject: Re: [PATCH] spurious t/auto directory appears
63812              From: Michael G Schwern <schwern@pobox.com>
63813              Date: Fri, 13 Sep 2002 23:56:05 -0400
63814              Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
63815      Branch: perl
63816            ! lib/ExtUtils/t/Installed.t
63817 ____________________________________________________________________________
63818 [ 17921] By: hv                                    on 2002/09/26  08:21:59
63819         Log: add TODO tests for slow our() declaration
63820              Subject: Re: [perl #17376] Bug Report - our(%)
63821              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63822              Date: Thu, 19 Sep 2002 22:34:01 -0700
63823              Message-ID: <JNri9gzkgSBB092yn@efn.org>
63824      Branch: perl
63825            + t/comp/our.t
63826            ! MANIFEST
63827 ____________________________________________________________________________
63828 [ 17920] By: hv                                    on 2002/09/26  08:16:43
63829         Log: LEAKTEST is dead, RIP
63830              Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
63831              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63832              Date: Mon, 23 Sep 2002 18:33:12 +0200
63833              Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
63834      Branch: perl
63835            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
63836            ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
63837 ____________________________________________________________________________
63838 [ 17919] By: hv                                    on 2002/09/26  07:59:42
63839         Log: Subject: [PATCH] AIX hints missinga  >&4
63840              From: Jarkko Hietaniemi <jhi@iki.fi>
63841              Date: Fri, 13 Sep 2002 16:48:42 +0300
63842              Message-ID: <20020913134842.GD8929@lyta.hut.fi>
63843      Branch: perl
63844            ! hints/aix.sh
63845 ____________________________________________________________________________
63846 [ 17918] By: hv                                    on 2002/09/26  07:51:10
63847         Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
63848              From: "Brendan O'Dea" <bod@debian.org>
63849              Date: Mon, 23 Sep 2002 22:45:40 +1000
63850              Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
63851      Branch: perl
63852            ! pod/perlfunc.pod
63853 ____________________________________________________________________________
63854 [ 17917] By: hv                                    on 2002/09/26  07:46:43
63855         Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
63856              From: Slaven Rezic <slaven.rezic@berlin.de>
63857              Date: 11 Sep 2002 19:37:09 +0200
63858              Message-ID: <871y80a0my.fsf@vran.herceg.de>
63859      Branch: perl
63860            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
63861 ____________________________________________________________________________
63862 [ 17916] By: hv                                    on 2002/09/26  07:31:42
63863         Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
63864              From: "Brendan O'Dea" <bod@debian.org>
63865              Date: Tue, 10 Sep 2002 09:19:05 +1000
63866              Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
63867      Branch: perl
63868            ! pod/perlembed.pod
63869 ____________________________________________________________________________
63870 [ 17915] By: rgs                                   on 2002/09/24  20:19:22
63871         Log: Patch #17914 was empty ; this should have been applied instead.
63872      Branch: perl
63873            ! hints/aix.sh
63874 ____________________________________________________________________________
63875 [ 17914] By: rgs                                   on 2002/09/21  19:58:57
63876         Log: Subject: [PATCH] PASE saga continues
63877              From: Jarkko Hietaniemi <jhi@iki.fi>
63878              Date: Thu, 19 Sep 2002 23:30:20 +0300
63879              Message-ID: <20020919203020.GB274453@lyta.hut.fi>
63880      Branch: perl
63881            ! hints/aix.sh
63882 ____________________________________________________________________________
63883 [ 17913] By: rgs                                   on 2002/09/21  19:46:56
63884         Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
63885              From: "Craig A. Berry" <craigberry@mac.com>
63886              Date: Wed, 18 Sep 2002 16:57:02 -0500
63887              Message-ID: <3D88F6AE.3020708@mac.com>
63888      Branch: perl
63889            ! lib/File/Spec/VMS.pm vms/ext/filespec.t
63890 ____________________________________________________________________________
63891 [ 17912] By: ams                                   on 2002/09/19  17:21:24
63892         Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
63893              From: Jarkko Hietaniemi <jhi@iki.fi>
63894              Date: Thu, 19 Sep 2002 18:59:48 +0300
63895              Message-Id: <20020919155948.GU208696@lyta.hut.fi>
63896
63897              Subject: [PATCH] more PASE tweakage
63898              From: Jarkko Hietaniemi <jhi@iki.fi>
63899              Date: Thu, 19 Sep 2002 18:01:44 +0300
63900              Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
63901      Branch: perl
63902            ! README.os400 hints/aix.sh
63903 ____________________________________________________________________________
63904 [ 17911] By: ams                                   on 2002/09/17  19:29:53
63905         Log: Typo fix.
63906      Branch: perl
63907            ! ext/POSIX/POSIX.pod
63908 ____________________________________________________________________________
63909 [ 17910] By: ams                                   on 2002/09/17  18:09:32
63910         Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
63911              checking for SvOK in do_readline().
63912      Branch: perl
63913            ! pp_hot.c t/op/gv.t
63914 ____________________________________________________________________________
63915 [ 17909] By: rgs                                   on 2002/09/16  21:49:27
63916         Log: Pod formatting nit, found by Merijn and Jos Boumans.
63917      Branch: perl
63918            ! pod/perlunicode.pod
63919 ____________________________________________________________________________
63920 [ 17908] By: rgs                                   on 2002/09/16  21:34:55
63921         Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
63922              From: (Ilya Martynov) (via RT) <perlbug@perl.org>
63923              Date: 15 Sep 2002 19:06:56 -0000
63924              Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
63925      Branch: perl
63926            ! lib/Locale/Country.pm lib/Locale/Currency.pm
63927            ! lib/Locale/Language.pm lib/Locale/Script.pm
63928 ____________________________________________________________________________
63929 [ 17907] By: rgs                                   on 2002/09/16  20:33:51
63930         Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
63931              From: Jarkko Hietaniemi <jhi@iki.fi>
63932              Date: Sun, 15 Sep 2002 18:02:17 +0300
63933              Message-ID: <20020915150217.GB21300@lyta.hut.fi>
63934      Branch: perl
63935            ! hints/netbsd.sh
63936 ____________________________________________________________________________
63937 [ 17906] By: rgs                                   on 2002/09/15  11:30:38
63938         Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
63939              of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
63940              not all modules listed in perlmodlib are necessarily installed.
63941              Plus some corrections by Vincent Lefevre.
63942      Branch: perl
63943            ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
63944 ____________________________________________________________________________
63945 [ 17904] By: merijn                                on 2002/09/13  14:02:18
63946         Log: Tabs erroneusly expanded to spaces, causing AIX to fail
63947              in building DProf
63948      Branch: perl
63949            ! Configure
63950 ____________________________________________________________________________
63951 [ 17902] By: merijn                                on 2002/09/13  07:47:29
63952         Log: configure.com needs d_modflproto
63953              Thu 12 Sep 2002 23:19, "Craig A. Berry"
63954      Branch: perl
63955            ! configure.com
63956 ____________________________________________________________________________
63957 [ 17901] By: rgs                                   on 2002/09/12  20:19:55
63958         Log: Subject: [PATCH] more PASE wisdom
63959              From: Jarkko Hietaniemi <jhi@iki.fi>
63960              Date: Fri, 13 Sep 2002 00:17:39 +0300
63961              Message-ID: <20020912211739.GB6980@lyta.hut.fi>
63962      Branch: perl
63963            ! README.os400
63964 ____________________________________________________________________________
63965 [ 17900] By: rgs                                   on 2002/09/12  19:33:06
63966         Log: Fix a syntax incompatibility introduced by the // operator.
63967              (Note that C<print $fh //> is still a syntax error, it
63968              wasn't with perl 5.8.0.)
63969      Branch: perl
63970            ! t/op/dor.t toke.c
63971 ____________________________________________________________________________
63972 [ 17898] By: rgs                                   on 2002/09/11  20:58:46
63973         Log: Fix bug #17006 : remove spurious do{} in the deparsing
63974              of s/.../.../e.
63975      Branch: perl
63976            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
63977 ____________________________________________________________________________
63978 [ 17897] By: rgs                                   on 2002/09/11  20:56:21
63979         Log: Subject: [perl #17119] typo in utils/dprofpp.PL
63980              From: "Todd C. Miller" (via RT) <perlbug@perl.org>
63981              Date: 10 Sep 2002 18:49:56 -0000
63982              Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
63983      Branch: perl
63984            ! utils/dprofpp.PL
63985 ____________________________________________________________________________
63986 [ 17896] By: merijn                                on 2002/09/11  08:31:45
63987         Log: re-synced Configure to backported metaunits
63988      Branch: perl
63989            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63990            ! config_h.SH
63991 ____________________________________________________________________________
63992 [ 17892] By: merijn                                on 2002/09/10  15:43:53
63993         Log: Callback behaviour in hints
63994              Mon, 9 Sep 2002, Allen Smith
63995      Branch: perl
63996            ! hints/README.hints
63997 ____________________________________________________________________________
63998 [ 17888] By: merijn                                on 2002/09/10  09:20:52
63999         Log: New low-price HP servers
64000      Branch: perl
64001            ! README.hpux
64002 ____________________________________________________________________________
64003 [ 17887] By: rgs                                   on 2002/09/09  21:00:08
64004         Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
64005              From: Paul Johnson <paul@pjcj.net>
64006              Date: Mon, 9 Sep 2002 23:37:33 +0200
64007              Message-ID: <20020909213733.GD879@pjcj.net>
64008      Branch: perl
64009            ! ext/B/B/Deparse.pm
64010 ____________________________________________________________________________
64011 [ 17886] By: rgs                                   on 2002/09/09  20:38:01
64012         Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
64013              From: Nicholas Clark <nick@unfortu.net>
64014              Date: Sun, 8 Sep 2002 23:05:54 +0100
64015              Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
64016      Branch: perl
64017            ! configpm
64018 ____________________________________________________________________________
64019 [ 17885] By: rgs                                   on 2002/09/09  20:35:34
64020         Log: Subject: [PATCH] strict.pm pod at __END__
64021              From: Nicholas Clark <nick@unfortu.net>
64022              Date: Sun, 8 Sep 2002 22:36:09 +0100
64023              Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
64024      Branch: perl
64025            ! lib/strict.pm
64026 ____________________________________________________________________________
64027 [ 17884] By: rgs                                   on 2002/09/09  19:33:11
64028         Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
64029              From: Nicholas Clark <nick@unfortu.net>
64030              Date: Sun, 8 Sep 2002 19:45:52 +0100
64031              Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
64032      Branch: perl
64033            ! lib/File/Find/t/find.t
64034 ____________________________________________________________________________
64035 [ 17883] By: rgs                                   on 2002/09/09  19:10:08
64036         Log: Subject: [PATCH] Quieten warnings in Deparse.pm
64037              From: Paul Johnson <paul@pjcj.net>
64038              Date: Sun, 8 Sep 2002 23:50:11 +0200
64039              Message-ID: <20020908215011.GA879@pjcj.net>
64040      Branch: perl
64041            ! ext/B/B/Deparse.pm
64042 ____________________________________________________________________________
64043 [ 17882] By: hv                                    on 2002/09/09  10:33:58
64044         Log: Update Changes
64045      Branch: perl
64046            ! Changes patchlevel.h
64047 ____________________________________________________________________________
64048 [ 17881] By: hv                                    on 2002/09/09  09:54:55
64049         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
64050              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
64051              Date: Mon, 9 Sep 2002 01:48:08 -0400
64052              Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
64053      Branch: perl
64054            ! perl.h sv.c
64055 ____________________________________________________________________________
64056 [ 17880] By: hv                                    on 2002/09/09  09:33:55
64057         Log: integrate Math::BigInt-1.63
64058              Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
64059              From: Tels <perl_dummy@bloodgate.com>
64060              Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
64061              Message-Id: <200209082022.g88KMGY20194@crypt.org>
64062      Branch: perl
64063            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
64064            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
64065            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
64066            ! lib/Math/BigInt/t/sub_mif.t
64067 ____________________________________________________________________________
64068 [ 17879] By: hv                                    on 2002/09/09  09:23:53
64069         Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
64070              From: Jarkko Hietaniemi <jhi@iki.fi>
64071              Date: Mon, 9 Sep 2002 00:07:46 +0300
64072              Message-ID: <20020908210746.GB4136@lyta.hut.fi>
64073      Branch: perl
64074            ! Configure
64075 ____________________________________________________________________________
64076 [ 17878] By: hv                                    on 2002/09/09  09:11:57
64077         Log: small grammar fix in Benchmark docs
64078      Branch: perl
64079            ! lib/Benchmark.pm
64080 ____________________________________________________________________________
64081 [ 17877] By: hv                                    on 2002/09/09  09:09:30
64082         Log: Subject: [PATCH] configpm
64083              From: Abe Timmerman <abe@ztreet.demon.nl>
64084              Date: Sun, 8 Sep 2002 17:21:19 +0200
64085              Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
64086      Branch: perl
64087            ! configpm
64088 ____________________________________________________________________________
64089 [ 17876] By: hv                                    on 2002/09/09  08:48:35
64090         Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
64091              From: Abe Timmerman <abe@ztreet.demon.nl>
64092              Date: Mon, 9 Sep 2002 01:32:19 +0200
64093              Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
64094      Branch: perl
64095            ! makedef.pl
64096 ____________________________________________________________________________
64097 [ 17875] By: rgs                                   on 2002/09/08  18:55:01
64098         Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
64099              From: Nicholas Clark <nick@unfortu.net>
64100              Date: Sun, 8 Sep 2002 15:46:44 +0100
64101              Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
64102
64103              Plus two other similar tweaks
64104      Branch: perl
64105            ! ext/SDBM_File/sdbm.t
64106 ____________________________________________________________________________
64107 [ 17874] By: hv                                    on 2002/09/08  17:10:38
64108         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
64109              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
64110              Date: Sat, 7 Sep 2002 05:25:45 -0400
64111              Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
64112      Branch: perl
64113            ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
64114            ! t/op/sprintf.t
64115 ____________________________________________________________________________
64116 [ 17873] By: hv                                    on 2002/09/08  16:48:54
64117         Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
64118              From: Nicholas Clark <nick@unfortu.net>
64119              Date: Sat, 7 Sep 2002 00:20:53 +0100
64120              Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
64121      Branch: perl
64122            ! op.c sv.c
64123 ____________________________________________________________________________
64124 [ 17872] By: hv                                    on 2002/09/08  16:35:46
64125         Log: temporarily skip failing Storable tests caused by #17869
64126      Branch: perl
64127            ! ext/Storable/t/code.t
64128 ____________________________________________________________________________
64129 [ 17871] By: hv                                    on 2002/09/08  16:23:49
64130         Log: Subject: [PATCH] tiddly tidy up for util.c
64131              From: Nicholas Clark <nick@unfortu.net>
64132              Date: Fri, 6 Sep 2002 23:00:14 +0100
64133              Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
64134      Branch: perl
64135            ! util.c
64136 ____________________________________________________________________________
64137 [ 17870] By: hv                                    on 2002/09/08  16:21:23
64138         Log: regularise whitespace and formatting in util.c
64139      Branch: perl
64140            ! util.c
64141 ____________________________________________________________________________
64142 [ 17869] By: hv                                    on 2002/09/08  15:46:08
64143         Log: Subject: [perl #17061] no strict 'garbage'
64144              From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
64145              Date: 6 Sep 2002 19:31:02 -0000
64146              Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
64147              Date: Sat, 07 Sep 2002 13:40:22 +0200
64148              Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
64149      Branch: perl
64150            ! lib/strict.pm lib/strict.t
64151 ____________________________________________________________________________
64152 [ 17868] By: hv                                    on 2002/09/08  15:24:08
64153         Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
64154      Branch: perl
64155            ! pod/perl58delta.pod
64156 ____________________________________________________________________________
64157 [ 17867] By: hv                                    on 2002/09/08  15:10:46
64158         Log: Subject: [PATCH] allow using hires time() in Benchmark
64159              From: Jarkko Hietaniemi <jhi@iki.fi>
64160              Date: Fri, 6 Sep 2002 00:38:11 +0300
64161              Message-ID: <20020905213811.GA23771@lyta.hut.fi>
64162      Branch: perl
64163            ! lib/Benchmark.pm
64164 ____________________________________________________________________________
64165 [ 17866] By: hv                                    on 2002/09/08  15:06:05
64166         Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
64167              From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
64168              Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
64169              Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
64170      Branch: perl
64171            ! Configure
64172 ____________________________________________________________________________
64173 [ 17865] By: hv                                    on 2002/09/08  15:03:23
64174         Log: Subject: Unicode::Collate 0.23 Released
64175              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
64176              Date: Thu, 05 Sep 2002 23:28:32 +0900
64177              Message-Id: <20020905232316.8151.BQW10602@nifty.com>
64178      Branch: perl
64179            + lib/Unicode/Collate/t/index.t
64180            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
64181            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
64182 ____________________________________________________________________________
64183 [ 17864] By: hv                                    on 2002/09/08  14:55:31
64184         Log: Subject: sv_2pv_flags and ROK and UTF8 flags
64185              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64186              Date: Wed, 04 Sep 2002 21:09:01 -0700
64187              Message-ID: <djtd9gzkgyLd092yn@efn.org>
64188              Date: Fri, 06 Sep 2002 09:23:03 -0700
64189              Message-ID: <nZNe9gzkgKdH092yn@efn.org>
64190      Branch: perl
64191            ! lib/overload.t sv.c sv.h t/op/pat.t
64192 ____________________________________________________________________________
64193 [ 17863] By: hv                                    on 2002/09/08  14:11:54
64194         Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
64195      Branch: perl
64196            ! t/op/taint.t
64197 ____________________________________________________________________________
64198 [ 17862] By: hv                                    on 2002/09/08  14:01:07
64199         Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
64200              From: Michael G Schwern <schwern@pobox.com>
64201              Date: Wed, 4 Sep 2002 11:38:01 -0700
64202              Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
64203      Branch: perl
64204            ! t/TestInit.pm
64205 ____________________________________________________________________________
64206 [ 17861] By: hv                                    on 2002/09/08  13:58:10
64207         Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
64208              From: Michael G Schwern <schwern@pobox.com>
64209              Date: Fri, 6 Sep 2002 14:03:16 -0700
64210              Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
64211      Branch: perl
64212            ! t/test.pl
64213 ____________________________________________________________________________
64214 [ 17860] By: hv                                    on 2002/09/08  13:48:49
64215         Log: #17859 misuses s/// return values
64216      Branch: perl
64217            ! configpm
64218 ____________________________________________________________________________
64219 [ 17859] By: hv                                    on 2002/09/08  13:17:46
64220         Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
64221              From: Nicholas Clark <nick@unfortu.net>
64222              Date: Mon, 2 Sep 2002 23:22:32 +0100
64223              Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
64224      Branch: perl
64225            ! configpm
64226 ____________________________________________________________________________
64227 [ 17850] By: ams                                   on 2002/09/06  03:31:32
64228         Log: Subject: [PATCH] (mostly (Unicode)) pod nits
64229              From: Jarkko Hietaniemi <jhi@iki.fi>
64230              Date: Fri, 6 Sep 2002 06:01:57 +0300
64231              Message-Id: <20020906030157.GA28252@lyta.hut.fi>
64232      Branch: perl
64233            ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
64234 ____________________________________________________________________________
64235 [ 17849] By: gsar                                  on 2002/09/05  06:28:36
64236         Log: document setting the email address
64237      Branch: perl
64238            ! Porting/repository.pod
64239 ____________________________________________________________________________
64240 [ 17848] By: hv                                    on 2002/09/04  23:12:15
64241         Log: AUTHORS: preferred address for Allen Smith
64242      Branch: perl
64243            ! AUTHORS
64244 ____________________________________________________________________________
64245 [ 17847] By: hv                                    on 2002/09/04  23:10:37
64246         Log: copy on write: fixes and debugging
64247              Subject: what copies scalars in ithreads?
64248              From: Nicholas Clark <nick@unfortu.net>
64249              Date: Wed, 4 Sep 2002 21:52:47 +0100
64250              Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
64251      Branch: perl
64252            ! sv.c
64253 ____________________________________________________________________________
64254 [ 17846] By: hv                                    on 2002/09/04  23:02:43
64255         Log: Subject: Re: [PATCH] A variety of README nitpicks.
64256              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64257              Date: Wed, 04 Sep 2002 09:10:05 +0200
64258              Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
64259      Branch: perl
64260            ! README.hpux
64261 ____________________________________________________________________________
64262 [ 17845] By: hv                                    on 2002/09/04  15:06:33
64263         Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
64264      Branch: perl
64265            ! lib/Math/BigInt/t/constant.t
64266 ____________________________________________________________________________
64267 [ 17844] By: hv                                    on 2002/09/04  14:32:19
64268         Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
64269      Branch: perl
64270            ! ext/DB_File/DB_File.xs
64271 ____________________________________________________________________________
64272 [ 17843] By: hv                                    on 2002/09/04  14:09:13
64273         Log: #17842 was only half the story
64274              Subject: [PATCH deb.c] Re: HiRes failure is success?
64275              From: Dave Mitchell <davem@fdgroup.com>
64276              Date: Wed, 4 Sep 2002 16:11:15 +0100
64277              Message-ID: <20020904161115.E27603@fdgroup.com>
64278      Branch: perl
64279            ! deb.c
64280 ____________________________________________________________________________
64281 [ 17842] By: hv                                    on 2002/09/04  14:04:40
64282         Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
64283      Branch: perl
64284            ! deb.c
64285 ____________________________________________________________________________
64286 [ 17841] By: hv                                    on 2002/09/04  13:57:27
64287         Log: Subject: [PATCH] op/getpid.t failure
64288              From: Michael G Schwern <schwern@pobox.com>
64289              Date: Tue, 3 Sep 2002 17:48:24 -0700
64290              Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
64291      Branch: perl
64292            ! t/op/getpid.t
64293 ____________________________________________________________________________
64294 [ 17840] By: hv                                    on 2002/09/04  13:55:20
64295         Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
64296              and Subject: [PATCH] More modules that don't lazy load Carp right.
64297              From: Michael G Schwern <schwern@pobox.com>
64298              Date: Tue, 3 Sep 2002 17:21:57 -0700
64299              Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
64300              and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
64301      Branch: perl
64302            ! ext/Encode/Unicode/Unicode.pm
64303            ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
64304            ! lib/File/Basename.pm
64305 ____________________________________________________________________________
64306 [ 17839] By: hv                                    on 2002/09/04  13:47:12
64307         Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
64308              From: "Brendan O'Dea" <bod@debian.org>
64309              Date: Wed, 4 Sep 2002 02:36:10 +1000
64310              Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
64311      Branch: perl
64312            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
64313 ____________________________________________________________________________
64314 [ 17838] By: hv                                    on 2002/09/04  13:41:27
64315         Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
64316              From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
64317              Date: Tue, 3 Sep 2002 13:46:18 +0200
64318              Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
64319      Branch: perl
64320            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
64321 ____________________________________________________________________________
64322 [ 17837] By: hv                                    on 2002/09/04  13:38:27
64323         Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
64324              From: Michael G Schwern <schwern@pobox.com>
64325              Date: Mon, 2 Sep 2002 22:29:07 -0700
64326              Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
64327      Branch: perl
64328            ! lib/Config.t
64329 ____________________________________________________________________________
64330 [ 17836] By: hv                                    on 2002/09/04  13:35:36
64331         Log: Subject: [PATCH] DB_File 1.805
64332              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
64333              Date: Mon, 2 Sep 2002 23:56:40 +0100
64334              Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
64335      Branch: perl
64336            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
64337            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
64338            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
64339            ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
64340 ____________________________________________________________________________
64341 [ 17835] By: hv                                    on 2002/09/04  13:23:17
64342         Log: fix coredump after 64k-deep recursion
64343              Subject: Re: debugging coredump with -DD
64344              From: hv@crypt.org
64345              Date: Tue, 03 Sep 2002 14:34:20 +0100
64346              Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
64347      Branch: perl
64348            ! cop.h t/op/recurse.t
64349 ____________________________________________________________________________
64350 [ 17834] By: hv                                    on 2002/09/04  13:08:36
64351         Log: perldoc: allow arguments for pager
64352              Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
64353              From: Chip Turner <cturner@redhat.com>
64354              Date: 02 Sep 2002 01:17:23 -0400
64355              Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
64356      Branch: perl
64357            ! utils/perldoc.PL
64358 ____________________________________________________________________________
64359 [ 17833] By: hv                                    on 2002/09/04  12:55:54
64360         Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
64361              From: Jarkko Hietaniemi <jhi@iki.fi>
64362              Date: Sun, 1 Sep 2002 19:23:55 +0300
64363              Message-ID: <20020901162355.GH12536@lyta.hut.fi>
64364      Branch: perl
64365            ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
64366 ____________________________________________________________________________
64367 [ 17832] By: hv                                    on 2002/09/04  12:39:42
64368         Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
64369              From: John Peacock <jpeacock@rowman.com>
64370              Date: Sun, 01 Sep 2002 15:00:12 -0400
64371              Message-ID: <3D7263BC.9020608@rowman.com>
64372      Branch: perl
64373            ! lib/ExtUtils/xsubpp pod/perlxs.pod
64374 ____________________________________________________________________________
64375 [ 17831] By: hv                                    on 2002/09/04  11:47:10
64376         Log: #17827 misses some win32 tweaks
64377      Branch: perl
64378            ! win32/Makefile win32/makefile.mk
64379 ____________________________________________________________________________
64380 [ 17830] By: hv                                    on 2002/09/04  11:41:22
64381         Log: update email address for Paul Marquess
64382      Branch: perl
64383            ! AUTHORS
64384 ____________________________________________________________________________
64385 [ 17829] By: hv                                    on 2002/09/04  11:38:39
64386         Log: Subject: Correction for AUTHORS.html
64387              From: Sean Davis <dive@ender.com>
64388              Date: Fri, 30 Aug 2002 03:51:16 -0700
64389              Message-ID: <20020830035116.A18739@endersgame.net>
64390      Branch: perl
64391            ! AUTHORS
64392 ____________________________________________________________________________
64393 [ 17828] By: hv                                    on 2002/09/04  11:31:42
64394         Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
64395              From: Michael G Schwern <schwern@pobox.com>
64396              Date: Fri, 30 Aug 2002 03:40:45 -0700
64397              Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
64398      Branch: perl
64399            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
64400            ! lib/File/Spec/t/Spec.t
64401 ____________________________________________________________________________
64402 [ 17827] By: hv                                    on 2002/09/04  11:21:57
64403         Log: Subject: [PATCH] OS/400 PASE port
64404              From: Jarkko Hietaniemi <jhi@iki.fi>
64405              Date: Thu, 29 Aug 2002 22:22:51 +0300
64406              Message-ID: <20020829192251.GA27102@lyta.hut.fi>
64407      Branch: perl
64408            + README.os400 hints/os400.sh
64409            ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
64410            ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
64411 ____________________________________________________________________________
64412 [ 17826] By: hv                                    on 2002/09/04  11:10:54
64413         Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
64414              From: "Brendan O'Dea" <bod@debian.org>
64415              Date: Thu, 29 Aug 2002 22:42:39 +1000
64416              Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
64417      Branch: perl
64418            ! ext/Sys/Syslog/syslog.t
64419 ____________________________________________________________________________
64420 [ 17825] By: hv                                    on 2002/09/04  10:53:59
64421         Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
64422              From: "John P. Linderman" <jpl@research.att.com>
64423              Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
64424              Message-Id: <200208271900.PAA98096@raptor.research.att.com>
64425      Branch: perl
64426            ! ext/IPC/SysV/Semaphore.pm
64427 ____________________________________________________________________________
64428 [ 17824] By: rgs                                   on 2002/09/03  20:02:36
64429         Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
64430              From: Richard Soderberg (via RT) <perlbug@perl.org>
64431              Date: 3 Sep 2002 18:48:54 -0000
64432              Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
64433
64434              Subject: [PATCH] A variety of README nitpicks.
64435              From: Richard Soderberg <rs@crystalflame.net>
64436              Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
64437              Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
64438      Branch: perl
64439            ! README.amiga README.dgux README.dos README.epoc README.hpux
64440            ! README.mint README.netware README.vmesa
64441 ____________________________________________________________________________
64442 [ 17823] By: rgs                                   on 2002/09/03  19:47:05
64443         Log: Fix bug #16828.
64444              Add a few tests to ext/B/t/b.t, make it use Test::More.
64445      Branch: perl
64446            ! ext/B/B.xs ext/B/t/b.t
64447 ____________________________________________________________________________
64448 [ 17822] By: rgs                                   on 2002/09/02  19:29:52
64449         Log: Some simple tests for the POSIX::isXXX() functions.
64450      Branch: perl
64451            ! ext/POSIX/t/posix.t
64452 ____________________________________________________________________________
64453 [ 17821] By: rgs                                   on 2002/08/30  19:56:53
64454         Log: Advertise Linux::Pid.
64455      Branch: perl
64456            ! pod/perlfunc.pod pod/perlvar.pod
64457 ____________________________________________________________________________
64458 [ 17819] By: hv                                    on 2002/08/30  13:42:02
64459         Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
64460              From: John Peacock <jpeacock@rowman.com>
64461              Date: Wed, 28 Aug 2002 22:13:48 -0400
64462              Message-ID: <3D6D835C.50809@rowman.com>
64463      Branch: perl
64464            ! universal.c util.c
64465 ____________________________________________________________________________
64466 [ 17818] By: hv                                    on 2002/08/30  13:16:05
64467         Log: add test related to change #17799:
64468              Subject: Re: if.pm bug.
64469              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
64470              Date: Thu, 29 Aug 2002 19:39:58 +0200
64471              Message-ID: <20020829173358.34731.qmail@onion.perl.org>
64472      Branch: perl
64473            ! lib/if.t
64474 ____________________________________________________________________________
64475 [ 17817] By: hv                                    on 2002/08/30  13:12:20
64476         Log: Subject: [PATCH] AUTHORS
64477              From: "Brendan O'Dea" <bod@debian.org>
64478              Date: Thu, 29 Aug 2002 22:49:34 +1000
64479              Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
64480      Branch: perl
64481            ! AUTHORS
64482 ____________________________________________________________________________
64483 [ 17816] By: hv                                    on 2002/08/30  13:10:45
64484         Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
64485              From: "Brendan O'Dea" <bod@debian.org>
64486              Date: Thu, 29 Aug 2002 22:46:47 +1000
64487              Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
64488      Branch: perl
64489            ! lib/Term/Cap.pm
64490 ____________________________________________________________________________
64491 [ 17815] By: hv                                    on 2002/08/30  13:02:41
64492         Log: formatting cleanup and:
64493              Subject: Re: perl-5.8.0 on HP porting center
64494              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64495              Date: Thu, 29 Aug 2002 12:23:31 +0200
64496              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
64497      Branch: perl
64498            ! installperl
64499 ____________________________________________________________________________
64500 [ 17814] By: hv                                    on 2002/08/30  12:23:33
64501         Log: Subject: [PATCH] perlmod.pod nit
64502              From: Autrijus Tang <autrijus@autrijus.org>
64503              Date: Thu, 29 Aug 2002 03:49:34 +0800
64504              Message-ID: <20020828194934.GA12244@not.autrijus.org>
64505      Branch: perl
64506            ! pod/perlmod.pod
64507 ____________________________________________________________________________
64508 [ 17813] By: hv                                    on 2002/08/30  12:19:15
64509         Log: Subject: [PATCH] Re: glob names and Regexp type introspection
64510              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64511              Date: Thu, 29 Aug 2002 17:31:31 -0700
64512              Message-ID: <jzrb9gzkgO7W092yn@efn.org>
64513      Branch: perl
64514            ! sv.c t/op/pat.t
64515 ____________________________________________________________________________
64516 [ 17812] By: hv                                    on 2002/08/30  12:06:20
64517         Log: Subject: [PATCH] typos in Hash::Util documentation
64518              From: Slaven Rezic <slaven.rezic@berlin.de>
64519              Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
64520              Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
64521      Branch: perl
64522            ! lib/Hash/Util.pm
64523 ____________________________________________________________________________
64524 [ 17811] By: hv                                    on 2002/08/30  12:02:59
64525         Log: Subject: Re: Recent changes on the HP porting center
64526              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64527              Date: Wed, 28 Aug 2002 17:39:27 +0200
64528              Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
64529      Branch: perl
64530            ! README.hpux
64531 ____________________________________________________________________________
64532 [ 17810] By: hv                                    on 2002/08/30  11:58:18
64533         Log: Subject: [PATCH] Fixes to threads::shared when disabled
64534              From: Michael G Schwern <schwern@pobox.com>
64535              Date: Wed, 28 Aug 2002 06:04:18 -0700
64536              Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
64537      Branch: perl
64538            + ext/threads/shared/t/disabled.t
64539            ! MANIFEST ext/threads/shared/shared.pm
64540            ! ext/threads/shared/t/hv_refs.t
64541 ____________________________________________________________________________
64542 [ 17808] By: ams                                   on 2002/08/30  02:59:31
64543         Log: Subject: [PATCH] Tru64 vs Berkeley DB
64544              From: Jarkko Hietaniemi <jhi@iki.fi>
64545              Date: Fri, 30 Aug 2002 06:56:38 +0300
64546              Message-Id: <20020830035638.GB874@lyta.hut.fi>
64547      Branch: perl
64548            ! README.tru64 hints/dec_osf.sh
64549 ____________________________________________________________________________
64550 [ 17807] By: ams                                   on 2002/08/30  02:32:30
64551         Log: Subject: [PATCH] IRIX + INSTALL
64552              From: Jarkko Hietaniemi <jhi@iki.fi>
64553              Date: Fri, 30 Aug 2002 06:31:48 +0300
64554              Message-Id: <20020830033148.GA874@lyta.hut.fi>
64555      Branch: perl
64556            ! INSTALL hints/irix_6.sh
64557 ____________________________________________________________________________
64558 [ 17806] By: hv                                    on 2002/08/29  22:56:45
64559         Log: #17449 failed to apply the actual patch. This is it.
64560      Branch: perl
64561            ! lib/Exporter.pm lib/Exporter/Heavy.pm
64562 ____________________________________________________________________________
64563 [ 17805] By: hv                                    on 2002/08/29  13:49:04
64564         Log: Fix based on:
64565              Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
64566              From: "esm@pobox.com (via RT)" <perlbug@perl.org>
64567              Date: 27 Aug 2002 22:10:16 -0000
64568              Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
64569      Branch: perl
64570            ! ext/POSIX/POSIX.xs
64571 ____________________________________________________________________________
64572 [ 17804] By: hv                                    on 2002/08/29  13:29:43
64573         Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
64574              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
64575              Date: Tue, 27 Aug 2002 23:36:53 +0200
64576              Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
64577      Branch: perl
64578            ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
64579            ! perl.c perlapi.h sv.c
64580 ____________________________________________________________________________
64581 [ 17803] By: ams                                   on 2002/08/29  13:09:47
64582         Log: Subject: [PATCH] AIX compiler setup sanity checking
64583              From: Jarkko Hietaniemi <jhi@iki.fi>
64584              Date: Thu, 29 Aug 2002 16:43:51 +0300
64585              Message-Id: <20020829134351.GG5219@lyta.hut.fi>
64586      Branch: perl
64587            ! hints/aix.sh
64588 ____________________________________________________________________________
64589 [ 17802] By: hv                                    on 2002/08/29  12:32:51
64590         Log: Subject: [perl #16769] Documention bug
64591              From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
64592              Date: 26 Aug 2002 10:01:04 -0000
64593              Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
64594      Branch: perl
64595            ! pod/perl58delta.pod
64596 ____________________________________________________________________________
64597 [ 17801] By: hv                                    on 2002/08/29  12:19:30
64598         Log: Subject: [PATCH] ExtUtils::Constant 0.14
64599              From: Nicholas Clark <nick@unfortu.net>
64600              Date: Sun, 25 Aug 2002 18:06:00 +0100
64601              Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
64602      Branch: perl
64603            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
64604 ____________________________________________________________________________
64605 [ 17800] By: hv                                    on 2002/08/29  12:08:59
64606         Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
64607              From: Mark-Jason Dominus <mjd@plover.com>
64608              Date: Sun, 25 Aug 2002 12:09:53 -0400
64609              Message-ID: <20020825160953.15987.qmail@plover.com>
64610      Branch: perl
64611            ! pod/perlfaq5.pod
64612 ____________________________________________________________________________
64613 [ 17799] By: hv                                    on 2002/08/29  11:48:39
64614         Log: Subject: Re: if.pm bug.
64615              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
64616              Date: Sun, 25 Aug 2002 00:27:59 +0200
64617              Message-ID: <20020824222210.16387.qmail@onion.perl.org>
64618      Branch: perl
64619            ! lib/if.pm
64620 ____________________________________________________________________________
64621 [ 17798] By: hv                                    on 2002/08/29  11:44:00
64622         Log: Subject: [PATCH] posixify getppid on linux-multithread
64623              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
64624              Date: Tue, 6 Aug 2002 21:56:46 +0200
64625              Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
64626      Branch: perl
64627            + t/op/getpid.t
64628            ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
64629            ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
64630 ____________________________________________________________________________
64631 [ 17797] By: hv                                    on 2002/08/29  10:55:41
64632         Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
64633              From: Mark-Jason Dominus <mjd@plover.com>
64634              Date: Sun, 25 Aug 2002 22:31:54 -0400
64635              Message-ID: <20020826023154.22986.qmail@plover.com>
64636      Branch: perl
64637            ! ext/B/B.pm
64638 ____________________________________________________________________________
64639 [ 17791] By: hv                                    on 2002/08/27  11:28:32
64640         Log: Missing MANIFEST files for #17783.
64641      Branch: perl
64642            ! MANIFEST
64643 ____________________________________________________________________________
64644 [ 17790] By: hv                                    on 2002/08/27  11:22:36
64645         Log: #17783 introduced an outdated test module, causing failure in
64646              lib/ExtUtils/t/problems.t. This grabs a more recent copy from
64647              ExtUtils::MakeMaker.
64648      Branch: perl
64649            ! t/lib/TieOut.pm
64650 ____________________________________________________________________________
64651 [ 17789] By: ams                                   on 2002/08/27  04:04:48
64652         Log: Subject: Patch perlvar.pod
64653              From: mjd@plover.com
64654              Date: 27 Aug 2002 03:03:01 -0000
64655              Message-Id: <20020827030301.32481.qmail@plover.com>
64656      Branch: perl
64657            ! pod/perlvar.pod
64658 ____________________________________________________________________________
64659 [ 17788] By: hv                                    on 2002/08/26  23:59:47
64660         Log: Update Changes
64661      Branch: perl
64662            ! Changes patchlevel.h
64663 ____________________________________________________________________________
64664 [ 17787] By: hv                                    on 2002/08/26  19:22:27
64665         Log: fix for:
64666              Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
64667              From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
64668              Date: 26 Aug 2002 15:01:36 -0000
64669              Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
64670      Branch: perl
64671            ! regexec.c t/op/re_tests
64672 ____________________________________________________________________________
64673 [ 17786] By: hv                                    on 2002/08/26  15:34:25
64674         Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
64675              From: "Sean M. Burke" <sburke@cpan.org>
64676              Date: Mon, 26 Aug 2002 04:38:19 -0600
64677              Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
64678      Branch: perl
64679            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
64680            ! lib/Test/t/todo.t
64681 ____________________________________________________________________________
64682 [ 17785] By: hv                                    on 2002/08/26  15:18:41
64683         Log: fix non-ANSI C++-style comment
64684              Subject: [ PATCH ]  Smoke 17780 /pro/3gl/CPAN/perl-current
64685              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64686              Date: Mon, 26 Aug 2002 09:15:18 +0200
64687              Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
64688      Branch: perl
64689            ! ext/Storable/Storable.xs
64690 ____________________________________________________________________________
64691 [ 17784] By: hv                                    on 2002/08/26  15:15:19
64692         Log: #17780 relies on unixy paths to locate own directory for bignum tests.
64693      Branch: perl
64694            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
64695            ! lib/bignum/t/brinfnan.t
64696 ____________________________________________________________________________
64697 [ 17783] By: hv                                    on 2002/08/26  15:07:21
64698         Log: Subject: [ANNOUNCE] Test::Simple 0.47
64699              From: Michael G Schwern <schwern@pobox.com>
64700              Date: Mon, 26 Aug 2002 04:13:03 -0700
64701              Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
64702      Branch: perl
64703            + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
64704            + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
64705            + lib/Test/Simple/t/ok_obj.t
64706            + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
64707            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
64708            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
64709            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
64710            ! lib/Test/Tutorial.pod t/lib/TieOut.pm
64711 ____________________________________________________________________________
64712 [ 17782] By: hv                                    on 2002/08/26  15:00:55
64713         Log: new test for change #17773
64714              Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
64715              From: DH <crazyinsomniac@yahoo.com>
64716              Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
64717              Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
64718      Branch: perl
64719            ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
64720 ____________________________________________________________________________
64721 [ 17781] By: hv                                    on 2002/08/26  14:48:35
64722         Log: #17775 changed reentr.c instead of reentr.pl, which generates it
64723      Branch: perl
64724            ! reentr.pl
64725 ____________________________________________________________________________
64726 [ 17780] By: hv                                    on 2002/08/25  19:03:50
64727         Log: fix bignum test failures
64728      Branch: perl
64729            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
64730            ! lib/bignum/t/brinfnan.t
64731 ____________________________________________________________________________
64732 [ 17779] By: hv                                    on 2002/08/25  18:56:29
64733         Log: upgrade bignum to v0.13: fix test failures and update docs
64734      Branch: perl
64735            ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
64736 ____________________________________________________________________________
64737 [ 17778] By: hv                                    on 2002/08/25  18:43:06
64738         Log: Subject: Encode 1.76 Released
64739              From: Dan Kogai <dankogai@dan.co.jp>
64740              Date: su elo 25, 2002  11:27:07 US/Eastern
64741              Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
64742      Branch: perl
64743            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
64744            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
64745            ! ext/Encode/lib/Encode/MIME/Header.pm
64746            ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
64747 ____________________________________________________________________________
64748 [ 17777] By: rgs                                   on 2002/08/25  18:42:46
64749         Log: Fix parsing problems with the // operator.
64750              Make // able to follow various unary operators used without
64751              arguments or parens (shift, pop, getc, pos, readline,
64752              readlink, undef, umask, and the filetest operators), as
64753              well as the <FH> operator.
64754      Branch: perl
64755            ! perl.h t/op/dor.t toke.c
64756 ____________________________________________________________________________
64757 [ 17776] By: hv                                    on 2002/08/25  15:56:37
64758         Log: Subject: [PATCH] ExtUtils::Constant 0.13
64759              From: Nicholas Clark <nick@unfortu.net>
64760              Date: Fri, 23 Aug 2002 19:21:12 +0100
64761              Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
64762      Branch: perl
64763            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
64764 ____________________________________________________________________________
64765 [ 17775] By: hv                                    on 2002/08/25  15:46:28
64766         Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
64767              From: "mls@suse.de (via RT)" <perlbug@perl.org>
64768              Date: 23 Aug 2002 15:24:39 -0000
64769              Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
64770      Branch: perl
64771            ! reentr.c
64772 ____________________________________________________________________________
64773 [ 17774] By: hv                                    on 2002/08/25  15:29:42
64774         Log: Subject: [PATCH lib/Benchmark.(pm|t)]  Make cmpthese work as documented.
64775              From: Abigail <abigail@foad.org>
64776              Date: Thu, 22 Aug 2002 04:10:39 -0700
64777              Message-ID: <20020822041039.A2089@ucan.foad.org>
64778      Branch: perl
64779            ! lib/Benchmark.pm lib/Benchmark.t
64780 ____________________________________________________________________________
64781 [ 17773] By: hv                                    on 2002/08/25  15:17:16
64782         Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
64783              From: DH <crazyinsomniac@yahoo.com>
64784              Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
64785              Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
64786      Branch: perl
64787            ! lib/Pod/Html.pm
64788 ____________________________________________________________________________
64789 [ 17772] By: hv                                    on 2002/08/25  14:49:37
64790         Log: Subject: Re: p5p patches
64791              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64792              Date: Fri, 23 Aug 2002 15:27:48 +0200
64793              Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
64794      Branch: perl
64795            ! Porting/patching.pod
64796 ____________________________________________________________________________
64797 [ 17771] By: hv                                    on 2002/08/25  14:45:46
64798         Log: Subject: Newdated info for HP-UX
64799              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64800              Date: Wed, 21 Aug 2002 20:20:17 +0200
64801              Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
64802      Branch: perl
64803            ! README.hpux
64804 ____________________________________________________________________________
64805 [ 17770] By: hv                                    on 2002/08/25  14:26:36
64806         Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
64807              From: "Jos I. Boumans" <kane@cpan.org>
64808              Date: Wed, 21 Aug 2002 14:55:51 +0200
64809              Message-ID: <20020821124817.34761.qmail@onion.perl.org>
64810      Branch: perl
64811            ! pod/perlfaq1.pod
64812 ____________________________________________________________________________
64813 [ 17769] By: hv                                    on 2002/08/25  14:16:50
64814         Log: Subject: bit more for WinCE
64815              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
64816              Date: Wed, 21 Aug 2002 01:31:52 +0400
64817              Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
64818      Branch: perl
64819            ! wince/Makefile.ce wince/compile.bat wince/win32io.c
64820            ! wince/wince.c
64821 ____________________________________________________________________________
64822 [ 17768] By: hv                                    on 2002/08/25  14:02:47
64823         Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
64824              From: Anton Berezin <tobez@tobez.org>
64825              Date: Tue, 20 Aug 2002 23:44:25 +0200
64826              Message-ID: <20020820214425.GG16178@heechee.tobez.org>
64827      Branch: perl
64828            ! lib/lib.t lib/lib_pm.PL
64829 ____________________________________________________________________________
64830 [ 17767] By: hv                                    on 2002/08/25  13:52:08
64831         Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
64832              From: "Randy W. Sims" (via RT) <perlbug@perl.org>
64833              Date: 18 Aug 2002 13:27:12 -0000
64834              Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
64835      Branch: perl
64836            ! utils/perldoc.PL
64837 ____________________________________________________________________________
64838 [ 17766] By: rgs                                   on 2002/08/24  20:33:05
64839         Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
64840              From: Peter BARABAS (via RT) <perlbug@perl.org>
64841              Date: 24 Aug 2002 08:16:19 -0000
64842              Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
64843      Branch: perl
64844            ! pod/perlxstut.pod
64845 ____________________________________________________________________________
64846 [ 17765] By: rgs                                   on 2002/08/24  19:03:52
64847         Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
64848              From: Nicholas Clark <nick@unfortu.net>
64849              Date: Sat, 24 Aug 2002 17:01:08 +0100
64850              Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
64851              (plus a typo fix)
64852      Branch: perl
64853            ! lib/Net/t/hostname.t
64854 ____________________________________________________________________________
64855 [ 17764] By: rgs                                   on 2002/08/24  12:29:27
64856         Log: a2p wasn't installed with -Dversiononly
64857      Branch: perl
64858            ! installperl
64859 ____________________________________________________________________________
64860 [ 17763] By: hv                                    on 2002/08/23  12:23:31
64861         Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
64862              with a NULL subaddr. Fix that, and stop it happening again.
64863      Branch: perl
64864            ! op.c universal.c
64865 ____________________________________________________________________________
64866 [ 17762] By: hv                                    on 2002/08/23  11:02:35
64867         Log: fixup threaded build for vstring changes
64868      Branch: perl
64869            ! universal.c util.c
64870 ____________________________________________________________________________
64871 [ 17761] By: ams                                   on 2002/08/23  02:54:09
64872         Log: Incorporate fix from JHI at:
64873              http://rt.perl.org/rt2/Ticket/Display.html?id=16708
64874      Branch: perl
64875            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
64876 ____________________________________________________________________________
64877 [ 17760] By: ams                                   on 2002/08/23  01:30:46
64878         Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
64879              From: Jarkko Hietaniemi <jhi@iki.fi>
64880              Date: Fri, 23 Aug 2002 05:29:09 +0300
64881              Message-Id: <20020823022909.GC9135@lyta.hut.fi>
64882      Branch: perl
64883            ! ext/Devel/PPPort/PPPort.pm
64884 ____________________________________________________________________________
64885 [ 17759] By: ams                                   on 2002/08/23  01:27:23
64886         Log: Subject: [PATCH] x2p/str.c signedness nits
64887              From: Jarkko Hietaniemi <jhi@iki.fi>
64888              Date: Fri, 23 Aug 2002 02:43:30 +0300
64889              Message-Id: <20020822234330.GC31624@lyta.hut.fi>
64890      Branch: perl
64891            ! x2p/str.c
64892 ____________________________________________________________________________
64893 [ 17758] By: hv                                    on 2002/08/22  22:29:45
64894         Log: bignum-0.12 updates from:
64895              Subject: [ANNOUCNE] Big Math::Big* update
64896              From: Tels <perl_dummy@bloodgate.com>
64897              Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
64898              Message-Id: <200208132121.g7DLLRV21408@crypt.org>
64899      Branch: perl
64900            + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
64901            + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
64902            + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
64903            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
64904            ! lib/bigrat.pm
64905 ____________________________________________________________________________
64906 [ 17757] By: hv                                    on 2002/08/22  22:19:42
64907         Log: new file for #17756
64908      Branch: perl
64909            ! MANIFEST
64910 ____________________________________________________________________________
64911 [ 17756] By: hv                                    on 2002/08/22  22:16:41
64912         Log: Subject: ANNOUCNE: Math::BigRat v0.09
64913              From: Tels <perl_dummy@bloodgate.com>
64914              Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
64915              Message-Id: <200208141812.g7EICrV23771@crypt.org>
64916      Branch: perl
64917            + lib/Math/BigRat/t/big_ap.t
64918            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
64919            ! lib/Math/BigRat/t/bigratpm.inc
64920 ____________________________________________________________________________
64921 [ 17755] By: hv                                    on 2002/08/22  19:44:03
64922         Log: new files from #17754
64923      Branch: perl
64924            + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
64925 ____________________________________________________________________________
64926 [ 17754] By: hv                                    on 2002/08/22  19:42:58
64927         Log: Subject: ANNOUNCE: Math-BigInt v1.62
64928              From: Tels <perl_dummy@bloodgate.com>
64929              Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
64930              Message-Id: <200208211513.g7LFDUs02512@crypt.org>
64931      Branch: perl
64932            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
64933            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
64934            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
64935            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
64936            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
64937            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
64938            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbimbf.inc
64939            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
64940            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
64941            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
64942            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
64943 ____________________________________________________________________________
64944 [ 17753] By: hv                                    on 2002/08/22  12:05:57
64945         Log: Subject: podlators 1.24 released
64946              From: Russ Allbery <rra@stanford.edu>
64947              Date: Sat, 03 Aug 2002 20:56:42 -0700
64948              Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
64949      Branch: perl
64950            + lib/Pod/t/text-options.t
64951            ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
64952            ! lib/Pod/t/basic.t pod/pod2text.PL
64953 ____________________________________________________________________________
64954 [ 17752] By: hv                                    on 2002/08/22  11:13:17
64955         Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
64956              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
64957              Date: Fri, 26 Jul 2002 02:59:12 +0900
64958              Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
64959      Branch: perl
64960            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
64961            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
64962            ! lib/Unicode/Collate/t/test.t
64963 ____________________________________________________________________________
64964 [ 17751] By: hv                                    on 2002/08/22  11:08:35
64965         Log: fix test failure from #17747
64966      Branch: perl
64967            ! ext/B/t/stash.t
64968 ____________________________________________________________________________
64969 [ 17750] By: hv                                    on 2002/08/22  10:46:19
64970         Log: Subject: [PATCH] Fix DBM filters
64971              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
64972              Date: Wed, 21 Aug 2002 11:40:49 +0100
64973              Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
64974      Branch: perl
64975            ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
64976            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
64977            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
64978            ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
64979            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
64980            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
64981            ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
64982 ____________________________________________________________________________
64983 [ 17749] By: hv                                    on 2002/08/22  01:04:32
64984         Log: avoid use of %caller::EXPORT
64985              Subject: [PATCH] Re: question about Exporter::import
64986              From: Nicholas Clark <nick@unfortu.net>
64987              Date: Wed, 14 Aug 2002 21:33:12 +0100
64988              Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
64989      Branch: perl
64990            ! lib/Exporter.pm lib/Exporter/Heavy.pm
64991 ____________________________________________________________________________
64992 [ 17748] By: hv                                    on 2002/08/22  00:54:03
64993         Log: todo test for linux $0 modification
64994              Subject: Re: [perl #16206] $0 in 5.8
64995              From: Slaven Rezic <slaven.rezic@berlin.de>
64996              Date: 17 Aug 2002 21:32:37 +0200
64997              Message-id: <87elcx2sdm.fsf@vran.herceg.de>
64998      Branch: perl
64999            ! t/op/magic.t
65000 ____________________________________________________________________________
65001 [ 17747] By: hv                                    on 2002/08/22  00:11:34
65002         Log: Subject: Re: [PATCH] Version object patch #1
65003              From: John Peacock <jpeacock@rowman.com>
65004              Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
65005              Message-id: <3D630042.6020407@rowman.com>
65006
65007              Subject: Re: [REVISED PATCH] Magic v-strings
65008              From: John Peacock <jpeacock@rowman.com>
65009              Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
65010              Message-id: <3D63E532.7020305@rowman.com>
65011      Branch: perl
65012            ! sv.c t/op/ver.t universal.c util.c
65013 ____________________________________________________________________________
65014 [ 17746] By: hv                                    on 2002/08/20  16:48:05
65015         Log: Subject: [PATCH] Version object patch #1
65016              From: John Peacock <jpeacock@rowman.com>
65017              Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
65018              Message-id: <3D5BB55D.6090603@rowman.com>
65019              and Message-id: <3D627D1A.4050607@rowman.com>
65020              and t/lib/warnings/universal tweak to skip
65021      Branch: perl
65022            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
65023            ! t/lib/warnings/universal toke.c util.c
65024 ____________________________________________________________________________
65025 [ 17745] By: hv                                    on 2002/08/20  16:27:01
65026         Log: perldelta for #17727
65027      Branch: perl
65028            ! pod/perldelta.pod
65029 ____________________________________________________________________________
65030 [ 17744] By: hv                                    on 2002/08/20  15:34:36
65031         Log: Subject: typo in perfunc.pod
65032              From: "John P. Linderman" <jpl@research.att.com>
65033              Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
65034              Message-id: <200208191245.IAA20072@raptor.research.att.com>
65035      Branch: perl
65036            ! pod/perlfunc.pod
65037 ____________________________________________________________________________
65038 [ 17743] By: hv                                    on 2002/08/20  15:31:40
65039         Log: Subject: Re: [PATCH] fix typos in perlpacktut
65040              From: "Mr. Nobody" <mrnobo1024@yahoo.com>
65041              Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
65042              Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
65043      Branch: perl
65044            ! pod/perlpacktut.pod
65045 ____________________________________________________________________________
65046 [ 17742] By: hv                                    on 2002/08/20  14:51:16
65047         Log: Subject: [REVISED PATCH] Magic v-strings
65048              From: John Peacock <jpeacock@rowman.com>
65049              Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
65050              Message-id: <3D556FE6.6000404@rowman.com>
65051              plus a bit of cleanup
65052      Branch: perl
65053            ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
65054 ____________________________________________________________________________
65055 [ 17741] By: hv                                    on 2002/08/20  14:20:16
65056         Log: Subject: Re: [PATCH] Storable and CODE references
65057              From: Slaven Rezic <slaven.rezic@berlin.de>
65058              Date: 17 Aug 2002 21:58:03 +0200
65059              Message-id: <87bs812r78.fsf@vran.herceg.de>
65060      Branch: perl
65061            + ext/Storable/t/code.t
65062            ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
65063            ! ext/Storable/t/malice.t
65064 ____________________________________________________________________________
65065 [ 17740] By: hv                                    on 2002/08/20  14:07:56
65066         Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
65067              Handle CoW in hashes:
65068              Subject: Re: why would tr/// be performing hash copies?
65069              From: Nicholas Clark <nick@unfortu.net>
65070              Date: Sun, 18 Aug 2002 23:17:01 +0100
65071              Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
65072      Branch: perl
65073            ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
65074 ____________________________________________________________________________
65075 [ 17739] By: hv                                    on 2002/08/20  13:52:18
65076         Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
65077              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65078              Date: Tue, 23 Jul 2002 09:21:10 +0200
65079              Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
65080      Branch: perl
65081            ! Configure
65082 ____________________________________________________________________________
65083 [ 17737] By: ams                                   on 2002/08/19  07:48:39
65084         Log: Effect a speedy recovery from POD affected by (ahem, Australian)
65085              negligence.
65086      Branch: perl
65087            ! pod/perlrun.pod
65088 ____________________________________________________________________________
65089 [ 17736] By: hv                                    on 2002/08/18  18:27:28
65090         Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
65091              From: Dave Mitchell <davem@fdgroup.com>
65092              Date: Fri, 16 Aug 2002 23:31:07 +0100
65093              Message-id: <20020816233107.E9388@fdgroup.com>
65094      Branch: perl
65095            ! numeric.c t/base/num.t
65096 ____________________________________________________________________________
65097 [ 17735] By: hv                                    on 2002/08/18  02:22:21
65098         Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
65099              From: Mark-Jason Dominus <mjd@plover.com>
65100              Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
65101              Message-id: <20020814011909.22744.qmail@plover.com>
65102      Branch: perl
65103            ! lib/Net/hostent.pm
65104 ____________________________________________________________________________
65105 [ 17734] By: hv                                    on 2002/08/18  02:20:05
65106         Log: Subject: [PATCH] Re: Pod::Functions tpyo
65107              From: Abe Timmerman <abe@ztreet.demon.nl>
65108              Date: Tue, 13 Aug 2002 23:47:00 +0200
65109              Message-id: <200208132347.00782.abe@ztreet.demon.nl>
65110      Branch: perl
65111            ! lib/Pod/Functions.pm
65112 ____________________________________________________________________________
65113 [ 17733] By: hv                                    on 2002/08/18  02:17:18
65114         Log: Subject: Server rename revisited
65115              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65116              Date: Tue, 13 Aug 2002 19:19:03 +0200
65117              Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
65118      Branch: perl
65119            ! README.hpux
65120 ____________________________________________________________________________
65121 [ 17732] By: hv                                    on 2002/08/18  02:11:49
65122         Log: Subject: [PATCH] Remove old VOS build methods
65123              From: Paul_GreenVOS@vos.stratus.com
65124              Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
65125              Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
65126      Branch: perl
65127            - vos/Makefile vos/build.cm vos/compile_perl.cm
65128            - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
65129            - vos/config.ga.h vos/config.pl vos/configure_perl.cm
65130            - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
65131            - vos/vos_dummies.c
65132            ! MANIFEST README.vos pod/perlport.pod vos/Changes
65133 ____________________________________________________________________________
65134 [ 17731] By: hv                                    on 2002/08/18  01:57:12
65135         Log: Subject: [PATCH] Configure missing d_modflproto=''
65136              From: "Gerrit P. Haase" <gp@familiehaase.de>
65137              Date: Tue, 13 Aug 2002 15:11:05 +0200
65138              Message-id: <11417599086.20020813151105@familiehaase.de>
65139      Branch: perl
65140            ! Configure
65141 ____________________________________________________________________________
65142 [ 17730] By: hv                                    on 2002/08/18  01:41:33
65143         Log: missing chunk from #17725 causes lib/constant.t test failures
65144      Branch: perl
65145            ! lib/constant.t
65146 ____________________________________________________________________________
65147 [ 17729] By: hv                                    on 2002/08/17  02:33:15
65148         Log: Subject: [PATCH] Safe.pm documentation
65149              From: Slaven Rezic <slaven.rezic@berlin.de>
65150              Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
65151              Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
65152      Branch: perl
65153            ! ext/Opcode/Safe.pm pod/perlre.pod
65154 ____________________________________________________________________________
65155 [ 17728] By: hv                                    on 2002/08/17  02:07:24
65156         Log: Subject: Copy On Write
65157              From: Nicholas Clark <nick@ccl4.org>
65158              Date: Thu, 15 Aug 2002 00:10:35 +0100
65159              Message-id: <20020815001035.A69079@plum.flirble.org>
65160              specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
65161      Branch: perl
65162            ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
65163            ! pp_hot.c proto.h sv.c sv.h
65164 ____________________________________________________________________________
65165 [ 17727] By: hv                                    on 2002/08/17  01:20:05
65166         Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
65167              From: Mark-Jason Dominus <mjd@plover.com>
65168              Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
65169              Message-id: <20020415033855.6343.qmail@plover.com>
65170      Branch: perl
65171            ! av.c av.h pod/perltie.pod t/op/tiearray.t
65172 ____________________________________________________________________________
65173 [ 17726] By: hv                                    on 2002/08/17  01:17:09
65174         Log: pp.c warns that sv may be used uninitialised in pp_delete()
65175      Branch: perl
65176            ! pp.c
65177 ____________________________________________________________________________
65178 [ 17725] By: hv                                    on 2002/08/17  00:51:19
65179         Log: Subject: [PATCH] Remove pseudo-hashes (complete)
65180              From: Michael G Schwern <schwern@pobox.com>
65181              Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
65182              Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
65183      Branch: perl
65184            ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
65185            ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
65186            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
65187            ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
65188 ____________________________________________________________________________
65189 [ 17724] By: hv                                    on 2002/08/17  00:27:33
65190         Log: ext/B/defsubs.h also depends on the program that builds it
65191      Branch: perl
65192            ! ext/B/Makefile.PL
65193 ____________________________________________________________________________
65194 [ 17723] By: hv                                    on 2002/08/17  00:10:24
65195         Log: Subject: Re: deb.c compile time error (patchlevel 17721)
65196              From: Dave Mitchell <davem@fdgroup.com>
65197              Date: Tue, 13 Aug 2002 14:42:15 +0100
65198              Message-ID: <20020813144215.G11939@fdgroup.com>
65199      Branch: perl
65200            ! embed.fnc embed.h global.sym proto.h
65201 ____________________________________________________________________________
65202 [ 17722] By: ams                                   on 2002/08/16  05:20:22
65203         Log: Subject: Minor perlrun.pod patch
65204              From: Iain Truskett <spoon@cpan.org>
65205              Date: Fri, 16 Aug 2002 16:20:27 +1000
65206              Message-Id: <20020816162027.D17196@eh.org>
65207      Branch: perl
65208            ! pod/perlrun.pod
65209 ____________________________________________________________________________
65210 [ 17721] By: hv                                    on 2002/08/12  12:17:19
65211         Log: #17717 needed tests fixing up
65212      Branch: perl
65213            ! t/op/chop.t
65214 ____________________________________________________________________________
65215 [ 17720] By: hv                                    on 2002/08/12  12:10:07
65216         Log: Subject: Re: [PATCH] Re: taint news
65217              From: Rick Delaney <rick.delaney@rogers.com>
65218              Date: 04 Aug 2002 00:28:58 EDT
65219              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
65220              missed patch fragment from Change #17676
65221      Branch: perl
65222            ! pod/perlsec.pod
65223 ____________________________________________________________________________
65224 [ 17719] By: hv                                    on 2002/08/12  12:03:53
65225         Log: Subject: [perl #15987] Tests fail when sources are under CVS control
65226              From: Warren Jones (via RT) <perlbug@perl.org>
65227              Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
65228              Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
65229      Branch: perl
65230            ! lib/strict.t lib/warnings.t
65231 ____________________________________________________________________________
65232 [ 17718] By: hv                                    on 2002/08/12  11:57:17
65233         Log: Subject: [PATCH] add verbose stack display option, -Dvs
65234              From: Dave Mitchell <davem@fdgroup.com>
65235              Date: Mon, 5 Aug 2002 00:55:33 +0100
65236              Message-id: <20020805005533.B26111@fdgroup.com>
65237      Branch: perl
65238            ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
65239            ! pod/perlrun.pod proto.h
65240 ____________________________________________________________________________
65241 [ 17717] By: hv                                    on 2002/08/12  11:44:06
65242         Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
65243              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
65244              Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
65245              Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
65246      Branch: perl
65247            ! op.c t/op/chop.t t/op/ref.t
65248 ____________________________________________________________________________
65249 [ 17716] By: hv                                    on 2002/08/12  11:29:53
65250         Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
65251              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
65252              Date: Sat, 13 Jul 2002 17:44:02 +0100
65253              Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
65254      Branch: perl
65255            ! pp_hot.c t/op/tiehandle.t
65256 ____________________________________________________________________________
65257 [ 17715] By: hv                                    on 2002/08/12  11:28:26
65258         Log: Subject: [PATCH] better modfl detection
65259              From: Nicholas Clark <nick@unfortu.net>
65260              Date: Sun, 11 Aug 2002 20:05:49 +0100
65261              Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
65262      Branch: perl
65263            ! Configure config_h.SH perl.h
65264 ____________________________________________________________________________
65265 [ 17714] By: hv                                    on 2002/08/12  11:26:23
65266         Log: Subject: [PATCH] perltodo.pod
65267              From: Richard.Foley@t-online.de
65268              Date: Sun, 11 Aug 2002 18:26:10 +0200
65269              Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
65270              perlbug credits
65271      Branch: perl
65272            ! pod/perltodo.pod
65273 ____________________________________________________________________________
65274 [ 17713] By: hv                                    on 2002/08/12  11:24:44
65275         Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
65276              From: Nicholas Clark <nick@unfortu.net>
65277              Date: Sun, 11 Aug 2002 16:59:16 +0100
65278              Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
65279      Branch: perl
65280            ! gv.c
65281 ____________________________________________________________________________
65282 [ 17712] By: hv                                    on 2002/08/12  11:23:06
65283         Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
65284              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65285              Date: Mon, 12 Aug 2002 10:25:20 +0200
65286              Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
65287              gcc bug test needs -lm
65288      Branch: perl
65289            ! hints/hpux.sh
65290 ____________________________________________________________________________
65291 [ 17711] By: hv                                    on 2002/08/12  11:20:49
65292         Log: Subject: [PATCH s2p] Small typo correction
65293              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
65294              Date: Wed, 7 Aug 2002 11:50:51 +0200
65295              Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
65296      Branch: perl
65297            ! x2p/s2p.PL
65298 ____________________________________________________________________________
65299 [ 17710] By: hv                                    on 2002/08/12  11:17:21
65300         Log: Subject: [PATCH] pod/perlfaq4.pod
65301              From: Abigail <abigail@foad.org>
65302              Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
65303              Message-id: <20020730095202.A6462@ucan.foad.org>
65304              Add references to Regexp::Common.
65305      Branch: perl
65306            ! pod/perlfaq4.pod
65307 ____________________________________________________________________________
65308 [ 17707] By: rgs                                   on 2002/08/09  21:23:20
65309         Log: Subject: New HP-UX itanium servers
65310              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65311              Date: Wed, 07 Aug 2002 13:25:57 +0200
65312              Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
65313      Branch: perl
65314            ! README.hpux
65315 ____________________________________________________________________________
65316 [ 17706] By: rgs                                   on 2002/08/09  21:00:41
65317         Log: Subject: Re: missing lower range in {} regex
65318              From: "John P. Linderman" <jpl@research.att.com>
65319              Date: Fri, 09 Aug 2002 12:48:55 -0400
65320              Message-ID: <200208091648.MAA77577@raptor.research.att.com>
65321      Branch: perl
65322            ! pod/perlre.pod
65323 ____________________________________________________________________________
65324 [ 17705] By: rgs                                   on 2002/08/08  20:57:59
65325         Log: More tests for the attribute syntax, from the
65326              attributes manpage.
65327      Branch: perl
65328            ! t/op/attrs.t
65329 ____________________________________________________________________________
65330 [ 17704] By: rgs                                   on 2002/08/08  19:47:44
65331         Log: Fix bug #16080 : an attribute list should end at '}'
65332      Branch: perl
65333            ! t/op/attrs.t toke.c
65334 ____________________________________________________________________________
65335 [ 17703] By: hv                                    on 2002/08/08  15:30:12
65336         Log: Update Changes
65337      Branch: perl
65338            ! Changes patchlevel.h
65339 ____________________________________________________________________________
65340 [ 17702] By: hv                                    on 2002/08/08  15:08:57
65341         Log: Subject: Re: README.aix
65342              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65343              Date: Tue, 30 Jul 2002 13:30:29 +0200
65344              Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
65345      Branch: perl
65346            ! README.aix
65347 ____________________________________________________________________________
65348 [ 17701] By: hv                                    on 2002/08/08  15:06:01
65349         Log: Subject: [PATCH] Re: pp_sys.c compile failed..
65350              From: Andy Dougherty <doughera@lafayette.edu>
65351              Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
65352              Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
65353      Branch: perl
65354            ! hints/aix.sh
65355 ____________________________________________________________________________
65356 [ 17700] By: hv                                    on 2002/08/08  15:02:57
65357         Log: Subject: [DOC PATCH] perlipc.pod
65358              From: Arjen Laarhoven <arjen@nl.demon.net>
65359              Date: Tue, 6 Aug 2002 14:16:01 +0200
65360              Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
65361      Branch: perl
65362            ! pod/perlipc.pod
65363 ____________________________________________________________________________
65364 [ 17699] By: hv                                    on 2002/08/08  14:56:56
65365         Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
65366              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
65367              Date: Fri, 2 Aug 2002 23:44:21 +0200
65368              Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
65369      Branch: perl
65370            ! op.c t/op/attrs.t
65371 ____________________________________________________________________________
65372 [ 17698] By: hv                                    on 2002/08/08  14:52:45
65373         Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
65374              From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
65375              Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
65376              Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
65377      Branch: perl
65378            ! Configure
65379 ____________________________________________________________________________
65380 [ 17697] By: hv                                    on 2002/08/08  14:49:00
65381         Log: Subject: Doc patch for Class::Struct under 5.8.0
65382              From: Damian Conway <damian@conway.org>
65383              Date: Tue, 30 Jul 2002 23:03:14 +1000
65384              Message-id: <3D471FCF.1C7C6E6B@conway.org>
65385      Branch: perl
65386            ! lib/Class/Struct.pm
65387 ____________________________________________________________________________
65388 [ 17696] By: hv                                    on 2002/08/08  14:44:21
65389         Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
65390              From: Slaven Rezic <slaven.rezic@berlin.de>
65391              Date: 31 Jul 2002 09:50:06 +0200
65392              Message-id: <87ado85ob5.fsf@vran.herceg.de>
65393      Branch: perl
65394            ! pp.c
65395 ____________________________________________________________________________
65396 [ 17695] By: hv                                    on 2002/08/08  14:40:41
65397         Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
65398              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
65399              Date: Fri, 2 Aug 2002 00:13:10 +0200
65400              Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
65401      Branch: perl
65402            + t/op/stash.t
65403            ! MANIFEST perl.h
65404 ____________________________________________________________________________
65405 [ 17694] By: hv                                    on 2002/08/08  14:31:55
65406         Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
65407              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65408              Date: Wed, 31 Jul 2002 16:04:02 +0200
65409              Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
65410      Branch: perl
65411            ! hints/hpux.sh
65412 ____________________________________________________________________________
65413 [ 17693] By: hv                                    on 2002/08/08  14:25:16
65414         Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
65415              From: Abigail <abigail@foad.org>
65416              Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
65417              Message-id: <20020725085252.A2703@ucan.foad.org>
65418      Branch: perl
65419            ! lib/ExtUtils/MM_Unix.pm
65420 ____________________________________________________________________________
65421 [ 17692] By: hv                                    on 2002/08/08  14:20:05
65422         Log: Subject: [PATCH] README.jp and README.cn
65423              From: Autrijus Tang <autrijus@autrijus.org>
65424              Date: Thu, 25 Jul 2002 07:05:11 +0800
65425              Message-id: <20020724230511.GA1327@not.autrijus.org>
65426      Branch: perl
65427            ! README.cn README.jp
65428 ____________________________________________________________________________
65429 [ 17691] By: hv                                    on 2002/08/08  14:01:50
65430         Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
65431              From: Henrik Tougaard (via RT) <perlbug@perl.org>
65432              Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
65433              Message-id: <rt-15398-31095.6.30466042998663@perl>
65434      Branch: perl
65435            ! lib/Pod/Usage.pm
65436 ____________________________________________________________________________
65437 [ 17690] By: rgs                                   on 2002/08/07  19:56:42
65438         Log: Doc fix : the symbol for COPs wasn't documented.
65439      Branch: perl
65440            ! opcode.pl
65441 ____________________________________________________________________________
65442 [ 17689] By: rgs                                   on 2002/08/06  20:45:30
65443         Log: Subject: Re: no warnings 'io';
65444              From: Nicholas Clark <nick@unfortu.net>
65445              Date: Sat, 27 Jul 2002 21:49:55 +0100
65446              Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
65447
65448              Plus a little bit of regression tests.
65449      Branch: perl
65450            ! t/lib/warnings/pp_hot util.c
65451 ____________________________________________________________________________
65452 [ 17688] By: rgs                                   on 2002/08/06  20:04:19
65453         Log: Subject: [PATCH] XS build fix for VMS
65454              From: "Craig A. Berry" <craigberry@mac.com>
65455              Date: Sun, 4 Aug 2002 12:13:06 -0500
65456              Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
65457      Branch: perl
65458            ! vms/descrip_mms.template
65459 ____________________________________________________________________________
65460 [ 17687] By: rgs                                   on 2002/08/06  19:50:12
65461         Log: PerlIO::scalar wasn't able to read from non-string
65462              scalar ; now stringifies its argument.
65463      Branch: perl
65464            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
65465 ____________________________________________________________________________
65466 [ 17686] By: rgs                                   on 2002/08/06  19:10:51
65467         Log: More regression tests for $^H and %^H.
65468              Add a TODO test for eval "" preserving %^H.
65469      Branch: perl
65470            ! t/comp/hints.t
65471 ____________________________________________________________________________
65472 [ 17685] By: hv                                    on 2002/08/05  22:42:09
65473         Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
65474              From: "John P. Linderman" <jpl@research.att.com>
65475              Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
65476              Message-id: <200207211613.MAA69505@raptor.research.att.com>
65477      Branch: perl
65478            ! lib/sort.pm lib/sort.t
65479 ____________________________________________________________________________
65480 [ 17684] By: hv                                    on 2002/08/05  22:35:22
65481         Log: Integrate from perlio: change #17653 fixes bug RT15283
65482      Branch: perl
65483           !> ext/PerlIO/via/via.xs
65484 ____________________________________________________________________________
65485 [ 17683] By: hv                                    on 2002/08/05  22:26:45
65486         Log: Integrate from maint-5.6/macperl via macperl
65487              Changes 17660, 17661, 17662, 17663, 17664
65488      Branch: perl
65489           !> perl.c
65490 ____________________________________________________________________________
65491 [ 17682] By: hv                                    on 2002/08/05  15:04:54
65492         Log: Subject: Defined-or patch (cleaned up)
65493              From: "Brent Dax" <brentdax@cpan.org>
65494              Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
65495              Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
65496      Branch: perl
65497            + t/op/dor.t
65498            ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
65499            ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
65500            ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
65501            ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
65502            ! vms/perly_h.vms
65503 ____________________________________________________________________________
65504 [ 17681] By: hv                                    on 2002/08/05  14:41:23
65505         Log: typo
65506      Branch: perl
65507            ! keywords.h keywords.pl
65508 ____________________________________________________________________________
65509 [ 17680] By: hv                                    on 2002/08/05  14:33:39
65510         Log: warn that keywords.h is generated
65511      Branch: perl
65512            ! keywords.h keywords.pl
65513 ____________________________________________________________________________
65514 [ 17679] By: hv                                    on 2002/08/04  23:40:22
65515         Log: again: #17678 caused test failures in pod2html,
65516              in which $1 could leak from previous regexp
65517      Branch: perl
65518            ! mg.c
65519 ____________________________________________________________________________
65520 [ 17678] By: hv                                    on 2002/08/04  15:34:19
65521         Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
65522              From: hv@crypt.org
65523              Date: Sun, 04 Aug 2002 17:40:30 +0100
65524              Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
65525      Branch: perl
65526            ! mg.c t/op/taint.t
65527 ____________________________________________________________________________
65528 [ 17677] By: hv                                    on 2002/08/04  15:25:25
65529         Log: Main branch no longer needs op/taint.t version check.
65530      Branch: perl
65531            ! t/op/taint.t
65532 ____________________________________________________________________________
65533 [ 17676] By: hv                                    on 2002/08/04  15:14:09
65534         Log: Subject: Re: [PATCH] Re: taint news
65535              From: Rick Delaney <rick.delaney@rogers.com>
65536              Date: 04 Aug 2002 00:28:58 EDT
65537              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
65538              Ref: 20020208.005
65539      Branch: perl
65540            ! pp_sys.c
65541 ____________________________________________________________________________
65542 [ 17675] By: hv                                    on 2002/08/04  01:48:36
65543         Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
65544      Branch: perl
65545            ! AUTHORS
65546 ____________________________________________________________________________
65547 [ 17674] By: hv                                    on 2002/08/04  01:30:11
65548         Log: Subject: [PATCH] AUTHORS
65549              From: Colin Watson <colinw@zeus.com>
65550              Date: Thu, 25 Jul 2002 15:54:37 +0100
65551              Message-id: <20020725145437.GC4921@zeus.com>
65552      Branch: perl
65553            ! AUTHORS
65554 ____________________________________________________________________________
65555 [ 17673] By: hv                                    on 2002/08/04  01:27:36
65556         Log: Subject: [PATCH] AUTHORS
65557              From: Walt Mankowski <waltman@pobox.com>
65558              Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
65559              Message-id: <20020721025612.GB15958@pobox.com>
65560      Branch: perl
65561            ! AUTHORS
65562 ____________________________________________________________________________
65563 [ 17672] By: hv                                    on 2002/08/04  01:25:14
65564         Log: Subject: Re: mention of "use sort" botched in perlfunc?
65565              From: Michael G Schwern <schwern@pobox.com>
65566              Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
65567              Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
65568      Branch: perl
65569            ! pod/perlfunc.pod
65570 ____________________________________________________________________________
65571 [ 17671] By: hv                                    on 2002/08/04  01:11:32
65572         Log: Change version from 5.8.0 to 5.9.0.
65573      Branch: perl
65574            ! Configure NetWare/Makefile NetWare/config_H.wc
65575            ! Porting/config.sh Porting/config_H README.win32 config_h.SH
65576            ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
65577            ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
65578            ! patchlevel.h win32/Makefile win32/makefile.mk
65579            ! wince/Makefile.ce
65580 ____________________________________________________________________________
65581 [ 17656] By: ams                                   on 2002/07/28  06:12:33
65582         Log: Subject: [PATCH] Typo in regcomp.c
65583              From: Chris Ball <chris@cpan.org>
65584              Date: 26 Jul 2002 17:49:35 +0100
65585              Message-Id: <868z3yzb6o.fsf@void.printf.net>
65586              (With additional tweak to s_reginclasslen.)
65587      Branch: perl
65588            ! regcomp.c
65589 ____________________________________________________________________________
65590 [ 17655] By: jhi                                   on 2002/07/25  20:37:16
65591         Log: Upgrade to Unicode::Collate 0.20.
65592      Branch: perl
65593            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
65594            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
65595 ____________________________________________________________________________
65596 [ 17654] By: jhi                                   on 2002/07/23  16:33:52
65597         Log: Commas, schcommas.
65598      Branch: perl
65599            ! patchlevel.h
65600 ____________________________________________________________________________
65601 [ 17644] By: jhi                                   on 2002/07/19  18:55:18
65602         Log: Copy perldelta as perl58delta, purge the perldelta.
65603      Branch: perl
65604            + pod/perl58delta.pod
65605            ! MANIFEST pod/perldelta.pod
65606 ____________________________________________________________________________
65607 [ 17642] By: jhi                                   on 2002/07/19  16:37:39
65608         Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
65609      Branch: perl
65610            ! Changes patchlevel.h
65611 ____________________________________________________________________________
65612 [ 17641] By: jhi                                   on 2002/07/19  16:31:08
65613         Log: Integrate perlio (no changes, but that's fine).
65614      Branch: perl
65615           !> embed.fnc perl.h
65616 ____________________________________________________________________________
65617 [ 17639] By: jhi                                   on 2002/07/19  00:47:18
65618         Log: It's all yours, Hugo.
65619      Branch: perl
65620            + Changes5.8
65621            ! Changes MANIFEST